• Resolved laetitialu

    (@laetitialu)


    Hi i use the plugin and it’s add 3 h2 titles.

    I want to remove these h2 titles because it’s bad for my SEO. Can you help me please ?

    .calc-item-title h2 (name of calculator template)

    .calc-item-title calc-accordion h2 (total)

    .calc-list .calc-item-title?h2 (Your service request has been completed!)

    Thanks !

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello, @laetitialu

    In order to resolve this request, please follow the path:

    wp-content\plugins\cost-calculator-builder\templates\frontend\render.php

    And replace all <h2> tags with the tag you need for optimization, for example, <div>:

    Screenshot

    After that, save the changes and check the tags:

    Screenshot

    However, the styles of these titles will be reset since they are attached to the <h2> tag, however this can be easily fixed with CSS.

    Best regards.

    Thread Starter laetitialu

    (@laetitialu)

    Hi, thanks for answer : if I modify this file directly, will it be overwritten during the next updates? and lose the changes?

    Hi, @laetitialu

    Yes, the customization will be overwritten when the plugin is updated. You can install child tools to save your changes permanently:

    Link

    Best regards.

    Thread Starter laetitialu

    (@laetitialu)

    Thanks i have already made child template but we need to make child plugin : how to do this please ?

    Hi, @laetitialu

    This request is not entirely relevant to the internal functionality of the plugin, but we will try to help you.
    I contacted the developer of the customization department and here is his solution:

    You need to create a folder in the child theme:

    cost-calculator-builder

    and recreate the same path from the folders and replace the last render.php folder with the modified one: templates\frontend\render.php

    Best regards.

    Thread Starter laetitialu

    (@laetitialu)

    Hi i created the same path : wp-content/themes/hello-elementor-child/cost-calculator-builder/templates/frontend/render.php and replace all the h2 but the h2 are still there

    Thread Starter laetitialu

    (@laetitialu)

    Hello can you consider a lasting solution for the next updates please? nobody needs extra h2 in their page plan. The child plugin solution doesn’t work, I had to edit the file directly for a temporary solution until next updates. Which is not a satisfactory solution. Thank you for your plugin which works very well and for this future update of h2 I hope.

    Plugin Support EricStylemixThemes

    (@ericstylemixthemes)

    Hello @laetitialu,

    We created task in our roadmap and the tags will be replaced in future updates.

    Regards

    Thread Starter laetitialu

    (@laetitialu)

    Hello I made the last update today but the problem is not solved.

    Version 3.1.37

    Plugin Support EricStylemixThemes

    (@ericstylemixthemes)

    Hello @laetitialu,

    We released new version of the problem which replaces all h3 tags with div.

    I hope it helps.

    Kind regards

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘SEO ISSUES, plugin add h2’ is closed to new replies.