Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › pictures are not shown, drop down background
- This topic has 37 replies, 2 voices, and was last updated 6 years, 8 months ago by
Brigitte08.
-
AuthorPosts
-
August 26, 2019 at 12:48 pm #23711
Brigitte08
ParticipantHi Ernest,
I tried to change the background color of the drop down boxes from gray to turquoise,
unfortunately the background remains gray.
In the Lite version I saw pictures, in the Pro version I haven’t yet managed to see
the pictures.
I tried all the recommended steps in the documentation and knowledge base.
What I haven’t managed yet is to set the search so specifically that the exact
parameters that the customer enters are displayed.
The search is intended to show the results in terms of availability and number
of people for each accommodation.
I have watched all of them several times and have also read the documentation
several times, but have not yet found the right way. Would you please help me
with this? Would be great.August 26, 2019 at 2:22 pm #23718Ernest Marcinko
KeymasterHi,
The drop-down background is mostly inherent from the theme stylesheet, but you should be able to change their colors with this custom CSS:
a.chosen-single { background: turquoise !important; border: none !important; }I also see that you have taxonomy terms as results, which cannot be affected by the filters. I think you don’t want to display those, so make sure that under the General Options -> Sources 2 there is nothing selected: https://i.imgur.com/RQwLYT7.png
Other than that, I cannot tell, I have to see your exact configuration, as well as the posts to see which criteria does not match and why. If you want me to check that, feel free to add temporary back-end access, and I will do that for you.August 26, 2019 at 3:06 pm #23719Brigitte08
ParticipantYou cannot access this content.
September 19, 2019 at 11:34 am #24057Brigitte08
ParticipantYou cannot access this content.
September 19, 2019 at 12:33 pm #24060Ernest Marcinko
KeymasterHi Brigitte,
I am very sorry about the late response, there is still a bit of a mess on our servers due to the data loss issues in the previous month.
I have managed to log-in to the back-end.I checked the individual items, but there is no featured image set unfortunately, nor any images within the contents, and it only contains an image gallery via a shortcode. The plugin can parse through the direct HTML contents, as well as executes shortcodes before checking the output for images, but I guess the gallery shortcode does not work like that – it probably only prints the images within the posts loop (when displayed), and not within the ajax context. I am not sure if that is possible to resolve, as it depends on the gallery shortcode as well.
To change the color, just enter the color code to the custom CSS:
a.chosen-single { background: #d3f7f7 !important; border: none !important; }This one might change all the line backgrounds as well:
ul.chosen-results li { background: #d3f7f7 !important; }If you want, I can check on the image issue via directly debugging the code, but I will need FTP or SFTP details for it to do safely. I can check if there is anything I can do about it via a custom code.
September 19, 2019 at 1:07 pm #24065Brigitte08
ParticipantYou cannot access this content.
September 19, 2019 at 2:22 pm #24075Ernest Marcinko
KeymasterYou cannot access this content.
September 19, 2019 at 2:26 pm #24076Brigitte08
ParticipantYou cannot access this content.
September 19, 2019 at 2:28 pm #24077Ernest Marcinko
KeymasterYou cannot access this content.
September 19, 2019 at 2:48 pm #24078Brigitte08
ParticipantYou cannot access this content.
September 19, 2019 at 5:40 pm #24084Brigitte08
ParticipantYou cannot access this content.
September 20, 2019 at 9:22 am #24089Ernest Marcinko
KeymasterHi Brigitte,
I’m not sure which lines you are reffering to, I am seeing this: https://i.imgur.com/LSuRyW0.png
The lines within the drop-down seem to be the correct color. Can you please point me to the exact location? Thank you!September 20, 2019 at 11:02 am #24091Brigitte08
ParticipantYou cannot access this content.
September 23, 2019 at 9:03 am #24098Ernest Marcinko
KeymasterHi,
Thank you, these should work.
I tried however accessing the site front-end at the moment, but I am seeing the wordpress installation screen: https://i.imgur.com/Bs2akV9.png
Let me know if that issue is resolved, and I will take a look after that.September 23, 2019 at 9:08 am #24099Brigitte08
ParticipantYou cannot access this content.
-
AuthorPosts
- You must be logged in to reply to this topic.