rhjhendr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Avoid Bad Requests? Site Speed issuesBroken Link Checker perhaps?
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Move 'woocommerce_archive_description'Anyone?
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Move 'woocommerce_archive_description'Hi Ade/studiograsshopper,
Thanks for replying. I think you misunderstood. My problem isn’t related to the single-product.php, but to the archive-product.php. I also posted my issue on WooThemes support forum. Here is the reply:
————-
Hey Remy,
Thank you for contacting WooThemes support. I’m happy to help you with this. Those are the correct hooks.
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10 );
add_action(‘woocommerce_after_shop_loop’, ‘woocommerce_product_archive_description’, 5);Just tried on a local install with default Twenty Eleven/Twelve with no issues. It could be a conflict with your 3rd party theme Genesis.
————-
Maybe you have a solution for this conflict?
Forum: Fixing WordPress
In reply to: How to link files on network or intranet site?hi esmi, yhowardyang, webjunk,
i kinda have the same problem as yhowardyang has/had. I made a wordpress site which is not for the open net, but is used as intranet. So it is online..
I want to create a page named: ‘shortcuts’. On this page I want shortcuts to files on my local network. However, after I made the link, it simply will not open. If copy and paste the link in a new browser, it works without a problem.
Example given:
I already used a lots of variants; forward slashes, backward slashes, multiple slashes, without ‘file:’ etc. etc. Does someone has the solution how I can make this work?
Thanks,
Remy