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 4 years, 4 months ago.
- AuthorPosts
- January 23, 2019 at 3:37 pm #20948
My check boxes show DOUBLE ( 2 x STACKS and 2 TIMES COUNTRY) in sidebar ?????
Attachments:
You must be logged in to view attached files.January 24, 2019 at 8:07 am #20955Hi,
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; }
-
This reply was modified 4 years, 4 months ago by
Ernest Marcinko.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 24, 2019 at 8:43 am #20960Thans 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.January 24, 2019 at 8:48 am #20961Hi!
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 :)
January 26, 2019 at 9:13 am #20983That did the trick, thanks!
Still wondering how to find the “hidden menu element”
January 28, 2019 at 10:16 am #20992Hi,
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 :)
-
This reply was modified 4 years, 4 months ago by
- AuthorPosts
You must be logged in to reply to this topic.