Forum Replies Created
-
Author
-
maartenParticipant
I removed the widget for now. We’re getting to much new traffic due to some marketing and don’t want to inconvenience/confuse new registrants.
maartenParticipantCOPY CODEadd_action( 'init', 'wooDescrioption', 10 ); function wooDescrioption() { remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 31 ); remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 ); }
This no longer seems to work, the function doesn’t remove the info to the right of the product image.
Attachments:
You must be logged in to view attached files.maartenParticipantSorry for not being clear enough. The stock message on the product page does indeed change. What I am talking about is the flag or ‘badge’ that shows up in the top left (span class=”out-of-stock-badge”).
Using the code from that link only updates the stock description on the product page but not the flag.
Attachments:
You must be logged in to view attached files.maartenParticipantThanks! I just couldn’t figure out the right identifier: a.checkout-button.button.alt.wc-forward
This fixes it.maartenParticipantmaartenParticipantYes, we want to change the proceed to checkout button. not sure why, but it has a class of ‘alt’ in addition to button.
maartenParticipant🙂 How about the next version of KLEO, 3.0 or 4.5.3, you know the one planned for stardate 334X7800, third moon cycle. 🙂
maartenParticipantmaartenParticipantOh I understand. It looks like its something Yoast and WP-Bakery have to figure out really. Just wanted to make the topic a little more useful for anyone experiencing similar issues.
maartenParticipantFYI: Continued troubleshooting this issue. What we found out is summarized here:
https://github.com/Yoast/wordpress-seo/issues/2321See if you can benefit from it in some way.
maartenParticipantThanks for the info, will keep trying different combos of plugins for my VC 4.4.3 install. on VC 4.5.1 I only lose the page general settings, which is much easier to fix than having to put in the custom CSS on each edit. You may close the topic for now.
maartenParticipantI’ve been testing with a copy of VC 4.5.1 from one of my other accounts and can say the problem with Yoast/VC is fixed. That is: The custom CSS on a page level is saved and the editor defaults to VC. All other weird stuff with changes in url etc. are gone.
The Theme general settings still aren’t saved after page edits though. You might want to look into working with Yoast on how to fix that or see how VC addressed it.
maartenParticipantIt didn’t break anything else but it didn’t fix the problem either. What I will do for now is turn off Yoast SEO when editing general page settings or custom CSS, then turn SEO back on. It’s slightly annoying but I am guessing a proper fix isn’t far away since both Yoast & WP Bakery seem to be talking, perhaps there is some other subtle change in 4.5 that fixes this.
maartenParticipantThanks for looking into it. I am willing to test it by replacing the file in question on our server if you feel it has a chance of working.
maartenParticipantAlright, let me know what you find out. It would be great to be able to use Yoast’s WordPress SEO again asap, we rely on it heavily for our metadata and sitemaps.
Also, thanks for your quick responses, it’s greatly appreciated, not to mention the responses are actually helpful! Such great support you guys have 🙂
maartenParticipantI actually do have Yoast SEO and disabling it indeed fixed the issue. I see in the VC changelog that they added Yoast compatibility improvements in v4.5 Any news on when we will get this version with Kleo? Any workarounds you know of to keep using the SEO in the meantime?
maartenParticipantI have managed to get the missing items back with the Capability Manager Enhanced plugin. Still, if I deactivate bbPress, the whole site fails, returning HTTP500.
maartenParticipantPost Grid is a good suggestion. I just tried it and it will work for our needs.
Thanks
maartenParticipantThe only reason we don’t want to use the archive is that it will show Category Archive: Podcast in the breadcrumbs bar. Unless there is some way around that.
-
AuthorPosts