herbert
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapsing Categories] Collapsing Categories on WooCommerce not displayingDid you solve this already?
For me it is working in wp 3.8.1 and woocommerce 2.1.3
It might be a template issue? I am using it with Woo Canvas theme.Forum: Plugins
In reply to: [Taxonomy Images] searchbox missingUPDATE: temporary fix
In taxonomy-images.php on line 802 and on line 803 add ‘&width=800’ after ‘?type=image’This forces the thickbox to load at 800 px. The media search box now moves in to place to use it.
Forum: Plugins
In reply to: [Taxonomy Images] searchbox missingUPDATE
Looks like there is a rendering problem with the thickbox iframe (in Firefox and Chrome) that is used. If I open the link in a seperate page searchbox is back and all renders correctly.Forum: Plugins
In reply to: [Taxonomy Images] Image Uploader box is too smallSame here… search media has disapeared.
Forum: Plugins
In reply to: [Yoast SEO] Replacing WooCommerce breadcrumbs with Yoast SEO onesThis worked for me… Using Woo Canvas and WooCommerce
// Replace WooThemes Breadcrumbs with Yoast breadcrumbs add_action( 'init', 'hh_breadcrumbs' ); function hh_breadcrumbs() { remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 ); add_action( 'woocommerce_before_main_content','hh_yoast_breadcrumb', 20, 0); function hh_yoast_breadcrumb() { if ( function_exists('yoast_breadcrumb') && !is_front_page() ) { yoast_breadcrumb('<p class="breadcrumbs">','</p>'); } } }
Forum: Plugins
In reply to: [Simple Links] jQuery error causes Download Monitor insert to failThanks! It is working perfectly now.
Forum: Plugins
In reply to: [Download Monitor] Insert Download does not workHere too! In wp 3.8 and download monitor 1.4.2. I traced this to be the fault of Simple Links plugin (https://matlipe.com/simple-links-docs/). I will look into reporting the issue and/or changing to another plugin for this.
Forum: Plugins
In reply to: [Download Monitor] Blank page when clicking on downloadUPDATE: Found out that if the server is using zlib.output_compression the download link will give an error as mentioned before.
I switched off zlib.output_compression on server and all is working fine now.
Forum: Plugins
In reply to: [Download Monitor] Blank page when clicking on downloadUPDATE: I am getting a internal server error (500) when clicking a download link. I will try and test the plugin on a different webserver and report back…
Forum: Plugins
In reply to: [Add Descendants As Submenu Items] grab posts from taxonomySame here as qstudio:
Grab all posts from the a taxonomy and show them as descendents.
Would be nice if this was working… Any ideas out there?
Here I have some problems too. Tested version 1.9.8.1 in WordPress 3.5.2 network, activated the plugin in just one website. When trying to access the network menu in admin I get a blank page. Switching off the WPtouch plugin resolves the issue. This might be related to the problems above…?
Forum: Plugins
In reply to: [Admin Management Xtended] ajax error on saving (page) order in overviewOliver, did you take a look yet at the network compatibility of the plugin. Would be nice if the plugin would work in networks also. Thanks.
Forum: Plugins
In reply to: [Admin Management Xtended] ajax error on saving (page) order in overviewOkay! Thank you, Oliver.
Forum: Plugins
In reply to: [Admin Management Xtended] ajax error on saving (page) order in overviewHello Oliver,
Sorry! I forgot to mention that this is in a wordpress network setup.
I tried a network activation and in single site activation but I still get the same error. Any suggestions?Forum: Plugins
In reply to: [MailPress] anchor links and mailpress tracking pluginThanks Renaut! Keep up the good work!