Jeroen-marketing
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove category description from topHi, thanks again your reply.
I downloaded the latest WooCommerce version, because I don’t have access to FTP at the moment and archive-product.php is not included at the editor. The latest WooCommerce version just shows the 10.
I tried the following codes:
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); remove_action( 'woocommerce_archive_description' 'woocommerce_product_archive_description, 10 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
It said:
Sorry, but your code causes a “Fatal error”, so it is not applied!
Please, check the code and try again.Then I tried:
remove_action( 'woocommerce_archive_description' 'woocommerce_product_archive_description, 10 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
That also gives a fatal error. So I got it back to how it was… but it’s still double. Maybe that pieci of code just does not work out for my website :'(
Forum: Plugins
In reply to: [WooCommerce] Remove category description from topHi Lorro,
Thanks for your quicky reply.
I changed it to:
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
I am, however, still on the same situation. I looked up the code with Google Chrome and I see this function twice:
<div class="term-description">
Maybe I have to see how I can disable that first section or so?
Hope you can help!
Forum: Plugins
In reply to: [WooCommerce] How to show category description below products?Oh wait, it works! But it is now shown on top and below of the product categories. Did I miss some code to remove it from top?
- This reply was modified 8 years ago by Jeroen-marketing.
Forum: Plugins
In reply to: [WooCommerce] How to show category description below products?Hi there,
Thanks for your quick reply! I tried to do so, but I didn’t work. I donwloaded the ‘My Custom Functions’ plugin and copy/pasted your code. Unfortunatetly it didn’t work. Can you maybe check it out?
Hi Rob,
Again thanks for your quick reply. I will keep that in mind.
Thanks again.
Jeroen
Hi Rob,
Thanks for your quick reply. Unfortunately there are no Featured Images set. You think it that nu.nl simply doesn’t includes any Featured Images? I’ve downloaded RSS Image Feed, which hopefully shows the first images spotted on the nu.nl website.
Jeroen
Forum: Plugins
In reply to: [Tradetracker-Store] Doesn't show feedAlright! It does open a Excel (CSV file), so I think I probably have added a wrong file. I’ll try to make a new one with an XML file as said in the link.
Thanks for your quick service! ??
Forum: Plugins
In reply to: [Tradetracker-Store] Doesn't show feedMany thanks for your quick reply.
It gives this error:
Update uitgevoerd: Database gevuld met 0 nieuwe items op 2015-04-23 20:35:39 Update nu of voer update op de achtergrond uit
De volgende XML delen gaven een foutmelding of waren leeg tijdens de laatste import. Mogelijk zijn er geen items van geimporteerd
Feedname: Hotels Vergelijken
Splitfile: /home/nerinch152/domains/curacao-vakantie.nl/public_html/wp-content/plugins/tradetracker-store/splits/TTStoreXML-0.xml
Error: Start tag expected, ‘<‘ not found
CloseKind greetings,
JeroenForum: Plugins
In reply to: [Loco Translate] WPLANG is deprecated and should be removedThe language is set to ”Nederlands” (Dutch). I will backup WordPress and remove the string from .config
I will let you know if it worked out.
Once again thanks for your quick replies.
Forum: Plugins
In reply to: [Loco Translate] WPLANG is deprecated and should be removedHi Tim,
Thanks for your quick reply.
So I have to add the code snippit to avoid the warning?
I can’t make use of LOCO Translate at this moment, since it detects no languages.
Jeroen
Thanks Brian.
Forum: Plugins
In reply to: [Page-list] Menu orderThanks for your quick reaction. This worked out for me ??
Forum: Fixing WordPress
In reply to: Search Results GoogleHi, thanks for your response. I didn’t got any response at that forum, so I hoped to get it from someone here.
But if there is another plugin, that does what I would like to have, then that’s fine by me too ??
Forum: Plugins
In reply to: [Yoast SEO] how to display categories of site in search engine results?I would love to know this as well. Some of my competitors do have this.. I would like to have it as well. Anyone?
Forum: Fixing WordPress
In reply to: SEO helpThanks for the documentation. I already Googled something, but couldnt find something comprehensive like this one. Thanks ??