Home Forums WoodMart support forum Slider revolution

Slider revolution

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #313283

    wonglui
    Participant

    I used shortcodes to add a search function to the slider revolution. Previously functioning normally. I don’t know when, this search function not working. Can you fix this.

    #313336

    Hello,

    I am not able to see your site. Please share the WP admin login details of your site so I will check and give you the solution.

    Best Regards.

    #313548

    wonglui
    Participant

    Hi, Please check.

    #313584

    Hello,

    Can you please send me the screenshot where you have added the shortcode in the Slider? Also, which plugin you are using for the search? I think you are using the 3rd party plugin for this.

    Best Regards.

    #314049

    wonglui
    Participant

    Hi,
    1.pls check the attach file.
    2.The using plugin is the ajax search pro .
    3.I added the code to functions.php to disable the woocommerce “additional information” tab in the product page. It used to work, but it doesn’t work anymore. Please help to check it.

    add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
    function woo_remove_product_tabs( $tabs ) {
    unset( $tabs[‘additional_information’] ); // Remove the additional information tab
    return $tabs;
    }

    #314171

    Hello,

    As I understand you try to insert the search form into the Slider Revolution. Most likely Slider Revolution does not support this functionality, WoodMart theme does not influence that you will have the same problem on any theme.

    Any slider destination is to make a presentation that is why you would better insert the search form into the header.

    If you have any questions please feel free to contact us.

    Best Regards

    #314207

    wonglui
    Participant

    Hi,
    I have another option to achieve this goal. Create a new search block in WPB. Move the block position to the front of the slider (WPB.jpg). It looks like the search is within the slider. But there is a problem. The search selector and buttons are fine, and the text field cannot be displayed in the middle of the search bar(search.jpg). Can you solve this problem?

    Attachments:
    You must be logged in to view attached files.
    #314234

    Hello,

    Please check how it works with the default wordpress theme just to check whether the issue is with our theme or not.

    Because the row margins and paddings are Wp-Bakery page builder functionality and our theme doesn’t influence.

    Regards.
    Xtemos Studios

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