This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

My check boxes show DOUBLE

Home Forums Product Support Forums Ajax Search Pro for WordPress Support My check boxes show DOUBLE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20948
    ckworldckworld
    Participant

    My check boxes show DOUBLE ( 2 x STACKS and 2 TIMES COUNTRY) in sidebar ?????

    #20955
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I have already answered in the previous topic, you can check it here.

    Copy of the message:
    —————————————–

    Hi,

    It happens, because the same search shortcode is two times on the same page, and the results shortcode is moved there for both search instances. The first search is hidden within the menu, I am not sure what is that for.

    You can either try removing that shortcode from the menu, or you can try this custom CSS to get rid off the duplication, if that is not possible:

    .asp_sb_1_1,
    .asp_s_1_1,
    .asp_r_1_1 {
        display: none !important;
    }
    #20960
    ckworldckworld
    Participant

    Thans for your answer, the custom css solved the problem.
    But I cannot find where the search/settings code is two times on the same page.?????

    The search box and the search setting shortcodes arr 1 x in the blog sidebar and the results shortcode is 1x on the search and results page.

    #20961
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    That settings and results shortcodes are okay. The search bar itself is twice on the page. The one you cannot see is within the menu, but the menu element is hidden. It’s either a shortcode, or maybe a search bar via override (I am not sure). You can maybe try turning off this option, and see if that changes anything.

    #20983
    ckworldckworld
    Participant

    That did the trick, thanks!

    Still wondering how to find the “hidden menu element”

    #20992
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for letting me know. It might be a menu feature, that is turned off and it’s invisible, and once it’s enabled, it becomes visible, or something like that.

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