Home › Forums › WoodMart support forum › HTML tags missing
HTML tags missing
- This topic has 22 replies, 2 voices, and was last updated 4 years, 6 months ago by
Elise Noromit.
-
AuthorPosts
-
September 27, 2020 at 11:49 am #229161
olgaonline2020ParticipantHi,
On product edit page at the very bottom at: Product tab options > Custom tab content > The Text Editor does not add <p> tags on frontend, therefore the text cannot be displayed as paragraphs and also when media image is embedded, alignment options with text does not apply on frontend as well.
How is this solved?
Thanks!September 27, 2020 at 2:57 pm #229178
Elise NoromitMemberHello,
Please create the content in HTML block and then add the HTML block shortcode to this area. https://xtemos.com/docs/woodmart/html-blocks-2/#custom_tab
Best Regards
September 27, 2020 at 7:40 pm #229200
olgaonline2020ParticipantShop manager cannot create an HTML block for each product. This is a bad solution.
Have you got another solution? Like fixing this issue?
For God’s sake!
September 27, 2020 at 8:07 pm #229212
Elise NoromitMemberHello,
You need to switch to the Text mode and insert the tags as shown: https://prnt.sc/uowftw you will get the result like this: https://prnt.sc/uowfzj
Best Regards
September 27, 2020 at 10:22 pm #229221
olgaonline2020ParticipantSomewhat better solution,
Shop manager is not a coder.
Please provide a solution in order for the text to be inserted to the Visual Mode only. Adding tags is not a proper CMS usage for non coders.Text formated with paragraphs on the visual mode should be a marked up text (with tags) on the Text Mode automatically.
ty
September 28, 2020 at 10:31 am #229301
Elise NoromitMemberHello,
For now, there are two options: HTML block or add tags in the beginning and at the end of a paragraph. We shall consider improving this blocking functionality.
Best Regards
September 29, 2020 at 5:57 am #229467
olgaonline2020ParticipantHi,
Can you provide a fix here until you improve on future theme update ?
It is quite urgent, since e-shop will go live this week.thanks
September 29, 2020 at 7:48 am #229513
Elise NoromitMemberHello,
This takes time. For now please ask your shop manager to add
<p>
in the beginning of the paragraph and</p>
to the end.Best Regards
October 1, 2020 at 7:45 am #230093
olgaonline2020ParticipantHello,
You stated ‘we shall consider this blocking functionality’ and also ‘it takes time’.
Both statements do not make clear that you will fix the issue.
Could you please be a little bit more specific on when this issue would be fixed?
This is a critical theme functionality issue and I need more information regarding its fix since as a client I am asking for your support.
Adding <p> tag is not a solution. It is a temporary solution since the theme provides a Visual Mode of the field.
Regards
October 1, 2020 at 8:50 am #230115
Elise NoromitMemberHello,
You can enable this navbar and configure what icons to show in the Theme Settings > General > Mobile button navbar.
Best Regards
October 1, 2020 at 9:12 am #230121
olgaonline2020ParticipantYou are off topic. You are mentioning solution of a different issue.
We are talking about the field: Product Page > Product tab options > Custom tab content > Text Editor.
Come on!
October 1, 2020 at 9:48 am #230134
Elise NoromitMemberHello,
Sorry I sent you it by mistake.
This field is initially designed for an HTML block shortcode. You can create an HTML block and insert a shortcode to avoid insert p tag.
When the fixing takes little time we usually provide such fix. In this case we need time to add this feature. For now, you can either insert p tag, or create content in HTML block and insert in the product page.
Best Regards
October 1, 2020 at 10:30 am #230154
olgaonline2020ParticipantHi,
When will you fix it? Give a date.
We cannot use <p> tags or HTML block.Regards
October 1, 2020 at 2:08 pm #230233
Elise NoromitMemberHello,
We shall add this feature in the nearest update.
We cannot tell you exactly. It will be within one or two months.
Best Regards
October 4, 2020 at 9:49 pm #230834
olgaonline2020ParticipantHi
I add <p> tags and save product pages.
<p> tags are lost on every save and have to insert every time I update product pages.
Issue is critical, FIX IT.
October 5, 2020 at 9:36 am #230942
Elise NoromitMemberHello,
You need to add
<p>
in the beginning of the paragraph and</p>
in the end. https://prnt.sc/utcvxmBest Regards
October 5, 2020 at 2:56 pm #231046
olgaonline2020ParticipantYou do not understand my point.
I tried the solution of adding the tags.
The problem is: I update products regularly and tags are lost each time I save again.
Do you understand the issue?
October 5, 2020 at 4:32 pm #231064
Elise NoromitMemberHello,
You will have to use HTML block in this case.
As I told by default Woocommerce does not provide these tabs. These tabs are WoodMart additional feature designed fo HTML blocks. Nevertheless, we are now working on integrating tags in these fields.
Best Regard
October 9, 2020 at 7:11 am #231952
olgaonline2020ParticipantHello Elise,
This is great to know that you are working on integrating the html tags for Product tab options > Custom tab content > The Text Editor.
In our case, it is not possible to use HTML blocks or edit the html tags (since they are lost every time we update each product content), because we will be uploading hundreds, most probably thousands of products.
We are using Woodmart for a Pharmacy E-shop. The text field that we talking about will be used for inserting different tips for each pharmaceutical product.
I would be grateful if you could let me know when ready.
Thanks!
October 9, 2020 at 10:19 am #232015
Elise NoromitMemberHello,
Our dev team is now doing their best to integrate this option. Each time the theme released you get the log file where you can see what features have been added.
Best Regards
October 15, 2020 at 5:48 pm #233591
olgaonline2020ParticipantHello Elise,
I will be looking at the log file.
I hope this issue will get solved soon enough.
Thank you again!
October 15, 2020 at 10:13 pm #233649
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
October 30, 2020 at 9:22 am #237256
Elise NoromitMemberHello,
Please add this sinppet to the functions.php of the child theme to fix the issue:
function woodmart_custom_product_tab_content() { // The new tab content $tab_content = get_post_meta( get_the_ID(), '_woodmart_product_custom_tab_content', true ); echo do_shortcode( wpautop( $tab_content ) ); }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register