My check boxes show DOUBLE

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

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 4 months ago.

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

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

    Attachments:
    You must be logged in to view attached files.
    #20955
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #20960
    ckworld
    ckworld
    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 Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #20983
    ckworld
    ckworld
    Participant

    That did the trick, thanks!

    Still wondering how to find the “hidden menu element”

    #20992
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.