Forum Replies Created
-
AuthorPosts
-
turner2f
ParticipantThanks for the reply.
So what you are saying is that the plugin will not work with themes that have “Content Page Builders” ?
So this plugin will not work with something like “Visual Composer” ? ( http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431 ) ?
Please reply.
turner2f
ParticipantThanks Ernest,
But the issue was not the font color of the Result Titles.
It is the fact that the Word Content on the pages are not being picked up by the plugin.
For instance, you can go to any of the pages and insert a keyword(s) like “Harris” , “Georgia”, “showroom”, etc.
You will find that the Search produces “No Results”.
How do I get ALL the word content on ALL my pages to be picked up in the Search results?
=======
Can you please log in again and test this ?
December 10, 2013 at 3:32 pm in reply to: Ajax Search Pro field keeps physically shrinking in length #855turner2f
ParticipantAwesome! Awesome! Awesome!
I configured the CSS code so that it would work on PC’S, Popular Tablets and Phones.
You might want to consider posting this on your forum or on your CodeCanyon support page.
I have an iPad 2.
1) If you have an iPad 3, 4, Air, or iPad Mini, please let me know if the Search field is lined up with the navigation links when the tablet is held in landscape ( IE – wide ) position.
2) What would be the proper CSS code for an iPad Mini ?
================================
/* This keeps the Search field from shrinking upon each inquiry made */ /* Regular pc & others */ #ajaxsearchprowidget-4 { width: 265px !important; float: right !important; } /* Search field width on Smartphones (Held vertically) ----------- */ @media only screen and (min-device-width : 350px) and (max-device-width : 600px) { #ajaxsearchprowidget-4 { width: 320px !important; /* Was originally 486px */ float: none !important; margin: 0 auto; } } /* Search field width on Smartphones (Held horizontally) ----------- */ @media only screen and (min-device-width : 550px) and (max-device-width : 800px) { #ajaxsearchprowidget-4 { width: 420px !important; /* Was originally 486px */ float: none !important; margin: 0 auto; } } /* Search field width on iPad 2 and iPad Mini Tablets (Held horizontally) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { #ajaxsearchprowidget-4 { width: 265px !important; /* Was originally 486px */ float: none !important; margin: 0 auto; } } /* Search field width on iPads 3, 4, iPad Mini w. Retina, and Air Tablets (Held horizontally) ------*/ @media only screen and (min-device-width : 1536px) and (max-device-width : 2048px) { #ajaxsearchprowidget-4 { width: 265px !important; /* Was originally 486px */ float: none !important; margin: 0 auto; } }===================================
Look forward to your reply.
December 10, 2013 at 1:28 pm in reply to: Ajax Search Pro field keeps physically shrinking in length #850turner2f
ParticipantOk.
I had to do a little adjustment to the CSS you submitted.
Because at 486px the search field would run off the edge of a vertically -held mobile phone device.
So I had to reduce it down to 265px
==========================
ajaxsearchprowidget-4 { width: 265px !important; /* Was originally 486px */ }==========================
So everything appears to be fine.
There is just one request….
How do I get the Search field to be CENTERED on a mobile phone device that is being held horizontally ( in “landscape” ) ?
Please see the attached screenshot image from my Mobile phone.
==========================
Thanks in advance.
Look forward to your reply.
December 10, 2013 at 12:16 pm in reply to: Ajax Search Pro field keeps physically shrinking in length #849turner2f
ParticipantThank you very much.
I think that fixed the issue.
I will let you know if I run into anything else.
Thanks again for your assistance.
December 9, 2013 at 6:22 pm in reply to: Ajax Search Pro field keeps physically shrinking in length #845turner2f
ParticipantOK.
I reinstalled the plugin, and it is working much better.
But it still shrinks just not as much as it did before.
Look forward to your assist
================================
I am reattaching the UN-corrupted plugin in a zip file
December 9, 2013 at 5:27 pm in reply to: Ajax Search Pro field keeps physically shrinking in length #844turner2f
ParticipantSeems to only work on Phones, Tablets, Safari Browser, Google Chrome Browser.
No longer works in Internet Explorer 9 or FireFox 25.0.1
December 9, 2013 at 4:29 pm in reply to: Ajax Search Pro field keeps physically shrinking in length #843turner2f
ParticipantAdmin section can be found at …
http://harrisfloorcovering.com/V3/wp-login.php?gate_keeper=1950
-
AuthorPosts