marekvbeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Secondary Title] Multisite is not workingAnyone ???
Forum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageHmm okay. How do I do that? I’m not very handy with that. I also use a child-theme so I can still receive theme updates. And if a product doesn’t have a secondary title, will still be the regular title displayed?
Thanks a lot for your help!
Forum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageCorrect
Forum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category page@thaikolja unfortunately that isn’t working either. ??
I want to display the secondary title only on the single product page.
The code seems to automatically delete the secondary title from the backend, making it impossible to display it: After I fill in the field “Enter secondary title here” and save the product, the field becomes empty again. Not allowing me to save the secondary title.
When I remove the code, I am able to save the secondary title again.
- This reply was modified 3 years, 4 months ago by marekvbeek.
- This reply was modified 3 years, 4 months ago by marekvbeek.
Forum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageHi @thaikolja,
Thank you for your reply.
I’ve added the code to functions.php and this is what happens:
The secondary won’t display. When I enter a secondary title in the back-end of the product and save it, it will remove the secondary title field leaving it blank.What can I do?
Thank you for your help ??
Forum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageHelloooooooooooo @thaikolja
Forum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageHey hey @thaikolja ,
I could still use your help with the PHP coding. Please let me know.
Kind regards,
MarekForum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageForum: Plugins
In reply to: [Secondary Title] Don’t want to display secondary title on category pageHello Thaikolja,
Thank you for your amazing quick reply.
I think I figured that out as well. I’m not so handy to do that manually via PHP. Yes, could you assist with that?Also I used this code before to move the Product title up, may be important to notice:
//* Move product title and reviews before single_product_summary *// remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_title', 0 );
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Mobile Order > Mail not responsiveHello @britner,
I experience the same problem (I think before it was fine).
I already have fluid width enabled. But it seems not responsive at all…
Don’t know where I should look.Forum: Plugins
In reply to: [Site Reviews] Show Reviews Stars on Shop PageThank you for the quick reply.
Yes I’ve put all the reviews into categories.
However… with your explanation I still don’t understand how I get only the Star rating under every product title on the Shop Page.
I get everything on the single product page because I use the shortcode in the product summary and product description.
But how do I get the Star Reviews & Review count on the Shop Page where multiple products are shown?Forum: Plugins
In reply to: [Site Reviews] Show Reviews Stars on Shop PageEdit: I have added now the site reviews stars via WooCommerce Booster plugin. But the problem is that I can only show all the reviews for all the product, not the specific reviews for every specific product.