sagormax
Forum Replies Created
-
Hay @claudio Sanches,
Not fixed yet . It still showing error on console and it something like that-
“Uncaught ReferenceError: wcbcf_public_params is not defined — frontend.min.js?ver=3.4.4:1”
Can you get that?
– Also same issue on genesis theme.Thanks
sagortouchForum: Reviews
In reply to: [WooDiscuz - WooCommerce Comments] Excellent pluginHay All,
Note : If you use before following filter for reverse WP blog comments this solution not work properly on blog page. It will again reverse the all blog comment.
So just remove this filter if you add before:
add_filter( ‘comments_array’, ‘array_reverse’ );Thanks
Forum: Plugins
In reply to: [WooCommerce] Show hidded product as upsellFortunately today i have done this by passing a value on meta query.
Template : up-sells.php
Link No: 22
$meta_query = WC()->query->get_meta_query();Add Extra Line under this:
$meta_query[0][‘value’] = ‘hidden’;That’s it.
Thanks for your response.
Oh i forgot the input again the User ID and token.
Thanks
Forum: Plugins
In reply to: [Chart Expert] How to plot data in x axis (Date or Time or String)Hay sri_srinivas4u,
I think it will be good if you share me a screenshot that you want actually for this chart-expert plugin.
Thanks for your interest.
Forum: Plugins
In reply to: [Chart Expert] How to add axis labels like date?Hay Ben,
Thanks for your interesting chart-expert. Basically this plugins “$” string isn’t supported on data pulling. I have a example how you solve this issue : Download this CSV file this URL:
http://pmzez.com/plugins/wp-content/uploads/2015/08/chart_line.csvDemo : http://pmzez.com/plugins/261/
If you have any other query just let me know.Thanks
Sagor@mai – Sorry for late replay . Basically when you are logged in your WP dashboard you can’t see this loading.. bar . Because the WordPress admin bar default css rule goes
#wpadminbar{z-index: 9999;}. That’s why the loading bar not appear on top of the adminbar .But it(loading bar) can appear when you browse as like a user . For example after install and set login color then logged out and check and again browse your site .
Note: If you want to view this loading bar when you are logged in WP dashboard it is possible .
write a css on your theme file :
#wpadminbar{z-index: 1111;opacity:0.8;} #nprogress, #nprogress .bar, #nprogress .peg, #nprogress .spinner, #nprogress .spinner-icon {z-index:9999!important;}Forum: Hacks
In reply to: can't login to wp-admin even after resetting passwordHi @nikhilbhuktar,
Go to phpmyadmin and find your database and find ([prefix_name]_users). on this table find edit option on the very first line , and click on it , after that change password and must select on the dropdown list MD5 beside user_pass varchar(64) MD5.
That’s it !
Thanks