Home › Forums › WoodMart support forum › Code displayed on product page.
Code displayed on product page.
- This topic has 8 replies, 2 voices, and was last updated 6 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
March 12, 2019 at 7:31 pm #112600
addyParticipantAfter the update, I see some code is displayed on the “quick view mode” but on the actual product page, things are okay.
See the recording in the private link
I need some advice to fix this.
March 12, 2019 at 7:52 pm #112612
Artem TemosKeymasterHi,
WPBakery shortcodes are not available in any content loaded with AJAX. That is why you don’t need to use them in products short description field that used for a quick view.
Regards
March 12, 2019 at 8:23 pm #112617
addyParticipantBut earlier it used to work perfectly fine. I remember. I am investigating and I found that Wpbakery plugin is not updating on the website BUT has updated on the test website.
Wpbakery on my live website: 5.5.4
Wpbakery on my live website: 5.7According to this link what version do you offer officially?
March 12, 2019 at 8:38 pm #112622
addyParticipantUPDATE to my previous message:
I was able to update Wpbakery.
I use HTML blocks to insert on products with same category. It would be very heptic to customize each product and also it would be terrible when there are updates.
Hence we use HTML blocks defined for each category so if there any new updates /revisions in the key points of the product, then they are updated instantaneously for all products in that category.
So now you know why I use HTML blocks.
Now:
1) How to disable HTML blocks in that quick view so that code doesn’t appear?
2) OR if that’s not possible, Any alternative to address above explanation??March 13, 2019 at 6:51 am #112644
Artem TemosKeymasterHi,
This issue always existed with WPBakery and you can find other similar topics that were created more than year ago with the same problem.
You can still use HTML blocks but just use the default WordPress editor to create that text. Not WPBakery elements.
Regards
March 13, 2019 at 1:44 pm #112733
addyParticipantI need a popup functionality. I don’t find that in default wordpress editor. What will you advice please?
March 13, 2019 at 2:00 pm #112737
Artem TemosKeymasterDo you mean that you use Popup element in the short description? Any of the WPBakery elements will not work in the quick view because it is loaded with AJAX.
March 14, 2019 at 7:42 am #112849
addyParticipantYes, I want to use popup elements in the short description. For now, I have disabled the quick view completely. But I strongly believe this case doesn’t seem to be impossible in today’s world. What would be the best solution without sacrificing to use the popup and also keep enabled quick view?
If WPbakery elements do not support on AJAX, then can you tell how can I disable those particular shortcodes or customize the quick view window separately where I can remove that part?
March 14, 2019 at 12:54 pm #112942
Artem TemosKeymasterYou can hide the short description in the quick view field adding the following CSS code
.popup-quick-view .woocommerce-product-details__short-description { display: none; }
-
AuthorPosts
- You must be logged in to create new topics. Login / Register