Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Can't see display ajax search after click Refine button
- This topic has 10 replies, 2 voices, and was last updated 10 years, 10 months ago by
num919za.
-
AuthorPosts
-
July 13, 2015 at 8:44 am #5316
num919za
ParticipantButton will display in max-width 800px open by model Create By Avada Theme .So when i click button and try to search. I can’t see result display in model. But in display more 800px on sidebar can see result in Ajax Search. I think about Z-index between model and Ajax Search and i so try to change css style.But I can’t see right name class to change Z-index. And I hope you can fix it for me for this problem.
Thank you.
July 13, 2015 at 9:21 am #5319Ernest Marcinko
KeymasterHi!
I can’t see the search anywhere on your site. Could you please send an url where it’s visible?
July 13, 2015 at 9:42 am #5320num919za
ParticipantButton will display in max-width 800px.
Pls resize window browser to Bebow 800px You will see Refine Button On Right-Bottom Conner. I setting display for Tablet and mobile
Sorry
July 13, 2015 at 9:52 am #5321Ernest Marcinko
KeymasterHi!
Thanks. I just checked the ajax response, but there it’s halted with the following error:
Fatal error: Call to undefined method YITH_Woocompare_Admin::list_products_html() in /home/handlef/public_html/wp-content/plugins/yith-woocommerce-compare/widgets/class.yith-woocompare-widget.php on line 41
It looks like it’s coming from the “yith-woocommerce-compare” plugin. It triggers a fatal error, which causes the ajax request to fail. There is a good chance that every other ajax request is halted with the same error, it’s no good.
Please contact the plugin developer with this issue. In the meantime try to de-activate that plugin.July 13, 2015 at 10:19 am #5322num919za
Participantsorry Im Test for you instruction.I deactived Compare Plugin.So It Bug Like old problem.
What Happen now!
When I type Animatio.n It! Just like display But Not!
i suggest div to display is display behind model pop-up
how about Z-index?
If you try to do. you will understand what Wrong.July 13, 2015 at 10:23 am #5324Ernest Marcinko
KeymasterHi!
Yes, it was a z-index issue.
Try to use the following custom CSS:
[code]
div[id*=’ajaxsearchprores’] {
z-index: 99999 !important;
}
[/code]July 13, 2015 at 10:46 am #5325num919za
Participantsorry.I try for you instruction.I add copy code on ajax theme option in custom css.But does’nt resolve
Copy code like this
div[id*=’ajaxsearchprores’] {
z-index: 99999 !important;
}You can see where Iam Add copy code
I’dont know where to fix.
Pls
July 13, 2015 at 11:12 am #5327Ernest Marcinko
KeymasterHi!
It’s working for me. I logged in, temporary deactivated the Yith WooCommerce Compare plugin, tried the search, and the results were visible. Maybe it’s your browser cache.
July 14, 2015 at 2:52 am #5330num919za
ParticipantHi
-It work! And I have few question to ask you
1.But I can’t click to search filter What about css code Pls give me more
2.And about Fatal error: Call to undefined method YITH_Woocompare_Admin::list_products_html() in /home/handlef/public_html/wp-content/plugins/yith-woocommerce-compare/widgets/class.yith-woocompare-widget.php on line 41
2.I try to active compare plugin.And Ajax Search can work normally. If I Let it go these error Can you help me? what next affect about my website if don’t contact developer. because Plugin Compare is a free version 🙂
3.How to Change search old version on a Avada Theme To Ajax Search How to Code it Or setting. I don’t have knowledge about code. And i don’t understand for you short code such
Simple shortcodes , Result shortcodes , Settings shortcodes , Two Column Shortcode , Extra Parameters
I try to add in php file on a header.php and search.php
how to add php shortcode to .php file
Sorry to more question. Thank you
July 14, 2015 at 9:03 am #5343Ernest Marcinko
KeymasterHi!
1. To fix the settings box, use this:
[code]
div[id*=’ajaxsearchprosettings’] {
z-index: 999999 !important;
}
[/code]2-3.
I have changed the ajax handler on the compatibility option of the plugin, and it seems to have fixed it temporary. You might need to clear your browser cache to see the change.It’s hard to tell what can be affected, but you should definitely report this issue to the plugin author so he fixes it for the upcoming updates. You can try to use the
4. For more information about the shortcodes, please check these chapters from the documentation:
I have no idea where to put them to be honest. Every theme is very different in therms of code. The best option is to ask the theme author. They usually know the best which files and how you have to edit them.
July 16, 2015 at 4:49 am #5369num919za
ParticipantIt work!
thank you for Support.
-
AuthorPosts
- You must be logged in to reply to this topic.