Home Forums WoodMart support forum HTML tags missing

HTML tags missing

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #229161

    olgaonline2020
    Participant

    Hi,

    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!

    #229178

    Hello,

    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

    #229200

    olgaonline2020
    Participant

    Shop 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!

    #229212

    Hello,

    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

    #229221

    olgaonline2020
    Participant

    Somewhat 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

    #229301

    Hello,

    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

    #229467

    olgaonline2020
    Participant

    Hi,

    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

    #229513

    Hello,

    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

    #230093

    olgaonline2020
    Participant

    Hello,

    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

    #230115

    Hello,

    You can enable this navbar and configure what icons to show in the Theme Settings > General > Mobile button navbar.

    Best Regards

    #230121

    olgaonline2020
    Participant

    You 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!

    #230134

    Hello,

    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

    #230154

    olgaonline2020
    Participant

    Hi,

    When will you fix it? Give a date.
    We cannot use <p> tags or HTML block.

    Regards

    #230233

    Hello,

    We shall add this feature in the nearest update.

    We cannot tell you exactly. It will be within one or two months.

    Best Regards

    #230834

    olgaonline2020
    Participant

    Hi

    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.

    #230942

    Hello,

    You need to add <p> in the beginning of the paragraph and </p> in the end. https://prnt.sc/utcvxm

    Best Regards

    #231046

    olgaonline2020
    Participant

    You 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?

    #231064

    Hello,

    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

    #231952

    olgaonline2020
    Participant

    Hello 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!

    #232015

    Hello,

    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

    #233591

    olgaonline2020
    Participant

    Hello Elise,

    I will be looking at the log file.

    I hope this issue will get solved soon enough.

    Thank you again!

    #233649

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #237256

    Hello,

    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

Viewing 23 posts - 1 through 23 (of 23 total)