Home Forums WoodMart support forum Filter problem

Filter problem

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #488163

    srobert
    Participant

    Lorem impusm

    #488259

    Hello,

    Try to install Classic Widgets plugin to fix this problem for now https://wordpress.org/plugins/classic-widgets/

    Try to add the category widget and as select these possible options.
    https://ibb.co/bzqJ7vL

    Best Regards.

    #490100

    srobert
    Participant

    Hi guys tx for my first ticket, works now.

    Where I can delete this tab?
    https://app.screencast.com/dkyHLsSfje8Ji

    #490183

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you the possible solution.

    Best Regards.

    #490200

    srobert
    Participant

    Sure

    #490206

    srobert
    Participant

    Can you please help me with the title for products as well? I need to change from H3 to H2 to solve SEO.
    Or show me where to change
    Thanks a lot!

    #490417

    Hello,

    01. Your issue has been resolved I have added the following code in Theme Settings > Custom CSS:

    #tab-title-cr_qna {
        display: none;
    }

    02. Make appropriate changes and enter the below code to the functions.php file in your child theme.

    if ( ! function_exists( 'woocommerce_template_loop_product_title' ) ) {
    	function woocommerce_template_loop_product_title() {
    		echo '<h3 class="wd-entities-title"><a href="' . get_the_permalink() . '">' . get_the_title() . '</a></h3>';
    	}
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Best Regards

    #490423

    srobert
    Participant

    All good, thank you !!

    #490452

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Filter problem’ is closed to new replies.