1.Back-end and front-end display results are different
(1)The backend shows the result
https://prnt.sc/i1lkae
(2)The front shows the result.Spacing is too large.
https://prnt.sc/i1lkz9
2.In the backend saw two footer.
https://prnt.sc/i1lm98
3.tagDiv Composer can not add a woocommerce element
4.The back-end and front-end display inconsistencies
(1)Back-end display: https://prnt.sc/i1lnyh
(2)Front-end display: https://prnt.sc/i1lodw
For the time being so much.
Hi,
1. Please provide a link to your website so we can inspect the issue with the spacing. Use the browser inspector to try and identify where the space is coming from
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
2. This is unusual, I have not seen this before. SO on the website there are currently 2 footer sections. That would suggest the theme is not working as it should or has not been installed properly. Or maybe if you made modifications to the theme files.
3. The tagDiv composer does not have woocommerce elements. It will render however woocommerce shortcodes added in text elements for example
– https://docs.woocommerce.com/document/woocommerce-shortcodes/
– https://www.screencast.com/t/wgwbT4aD9HiZ
– https://www.screencast.com/t/QLEEfpppEu
4. I don’t quite understand what you are entering in the footer (if that is the footer) and how exactly you are viewing the footer in the backend.
Please provide more specific details so I can be able to maybe recreate the issues, or links to where this is happening so we can inspect them.
Thanks
Even I am facing Tagdiv composer issue. Please check the ticket that I have created.
Hi,
I could give you a code to reduce the margin between those elements, by default there is a margin set like this
– https://www.screencast.com/t/OCQJ2334lvqN
You could try a code like this to reduce that margin
– https://www.screencast.com/t/Yw42PRMi
.td-footer-wrapper .td_block_wrap {
margin-bottom: 24px;
}
Modify the value as you wish and enter the code in Theme panel->Custom CSS section.
Thanks