mravat
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Feather | social media sharing] Youtube follow does not workOK thanks for the help
Forum: Plugins
In reply to: [Social Media Feather | social media sharing] Youtube follow does not workI am using Enfold, which uses Fancybox.
Why is fancybox used there? Arent the icons just switching images? Isnt there a way to only have a redirect link?
Forum: Plugins
In reply to: [Social Media Feather | social media sharing] Youtube follow does not workHello,
I am using 1.7.3 but i have also tried 1.6.15 but the same thing occurs.
Since this is a live site i cannot leave it on for you to see.
After setting a follow youtube URL, on the frontend when you hover over youtube icon another image with a movie icon appears and when clicked it gives an error of no image loading.
All others work fine.
Below are some screens of the procedure.
https://tinypic.com/r/2lc6xxc/8
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] new version crashing siteThanks, update fixed it
Forum: Fixing WordPress
In reply to: Category checklist hierarchy is brokenOK i will thanks for the help
Forum: Fixing WordPress
In reply to: Category checklist hierarchy is brokenchanged it but still pagination
//fix the display of catalog categories in appearance->menu add_filter( 'get_terms_args', 'checklist_args', 10, 2 ); function checklist_args( $args, $taxonomies ) { $menu_taxonomies = array('product_cat', 'page', 'category','post'); if(in_array($taxonomies[0], $menu_taxonomies)) { $args['number'] = 5000; } return $args; }
Forum: Fixing WordPress
In reply to: Category checklist hierarchy is brokeni am using woocommerce
Forum: Fixing WordPress
In reply to: Category checklist hierarchy is brokenhey everyone,
i have tried this in my installation and i still get pagination in my product categories under appearance>menus.
I have even increased the number to 5000
//fix the display of catalog categories in appearance->menu add_filter( 'get_terms_args', 'checklist_args', 10, 2 ); function checklist_args( $args, $taxonomies ) { $menu_taxonomies = array('shopp_category', 'page', 'category','post'); if(in_array($taxonomies[0], $menu_taxonomies)) { $args['number'] = 5000; } return $args; }
can anyone suggest something?
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Not loading categoryexcellent thanks!
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Not loading categoryhello and thanks for the response.
i sent an email to the contact form. Please reply back
any news on this?
found the problem in my case at least.
If i deactivate a specific plugin it works perfectly.
In my case the plugin is: WooCommerce Catalog Visibility Options (Version 2.4.7)
Please ithemes, fix compatibility with this.
Forum: Everything else WordPress
In reply to: New website under existing website; how to switchI read all of it but its not really clear to me what do in my case.
What i thought of doing is delete everything in the root directory, then move the files from /newsite/ to the root and then use the “search and replace” script.
And finally change the permalinks in .htaccess.
Would that work ok?
Is this the proper way?
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] two more optionsok thanks i will check with them to see
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] two more optionsno i am on woocommerce 2.1.5