• Resolved nikbn

    (@nikbn)


    Hello,

    I’m currently working on replacing the <h2> tag for “Archive Product” titles with <h3> using the following code snippet (which functions correctly with Elementor Pro and the “Products” widget). However, I’m encountering an issue where both <h3> and <h2> tags are appearing for product titles simultaneously.

    Code Used:

    // Remove default WooCommerce title display
    remove_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 10 );

    // Add custom function to display title with tag
    add_action( ‘woocommerce_shop_loop_item_title’, ‘custom_woocommerce_template_loop_product_title’, 10 );

    function custom_woocommerce_template_loop_product_title() {
    echo ” . get_the_title() . ”;
    }

    Could you please provide guidance on how to ensure that only <h3> tags are used for product titles while utilizing the ShopEngine plugin? Are there specific settings or additional customizations required to achieve this?

    Thank you for your prompt assistance in resolving this matter.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @nikbn,

    Thanks for reaching out to us & extremely sorry for the delayed response.

    I understand your concern and would like to inform you that currently, we don’t have a dynamic option to change the tags of archive product titles. Additionally, using an action hook to make this change is not feasible due to dependencies on this action for our other widgets. I will discuss the possibility of adding this feature with the development team and update you once I receive a response. Your patience & cooperation in this matter are greatly appreciated.

    Best Regards,
    Reju

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @nikbn,

    I hope this message finds you well. I would like to inform you that I have received an update from the development team. Currently, it is not possible to change the title tag using code. However, please add this as a feature request. We are continuously working on improving our plugin by adding new features based on our customers’ needs.

    To add a feature request please navigate to the plugin main page then go to the Details section then USEFUL LINKS. There you will find the Request a Feature link.

    Let me know if there is anything else that you need help with.

    Regards,
    Reju

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @nikbn,

    I hope this message finds you well. I’m pleased to inform you that we have successfully implemented this feature. Now, you can change the title tag directly from the builder interface. For clarity, please refer to this screenshot: [link to screenshot]. We will include these updates in the upcoming plugin release. Please continue to update the plugin to access the latest updates and new features.

    Best Regards,
    Reju

    Thread Starter nikbn

    (@nikbn)

    Dear @reedwanul ,

    Thank you for implementing such an excellent feature! I greatly appreciate the ability to change the title tag directly from the builder interface. This improvement will be extremely beneficial.

    Looking forward to the upcoming plugin release with these updates. I will continue to keep the plugin updated to access the latest features.

    Best regards!

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @nikbn,

    I hope you’re doing well. I would like to inform you that we released these updates a few days ago. Please update the plugin, and you will find the option to change the title tag directly from the builder. For reference, see this screenshot: https://prnt.sc/hF2panUJj2bI.

    I would like to inform you that we have added this feature especially for your request. So, if you are satisfied with this plugin and our support team, we would greatly appreciate it if you could give us a 5-star rating on WordPress.org.

    Please navigate to the Review link from the sidebar then click the Add your own review link to put your review.

    We’re working so hard to make this plugin more and more useful to our valuable users like you and a 5-star will really help us to grow on the market 

    Best Regards,
    Reju

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.