More prompt not visible

This topic contains 6 replies, has 2 voices, and was last updated by Jimtowner Jimtowner 7 years, 11 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10299
    Jimtowner
    Jimtowner
    Participant

    I have search set up so that there is a More prompt after the search results. The box for the more prompt is visible and it can be clicked to show more. However, there is no text, it is just a white box/ How can I get the prompt text that I have defined to display. It used to display.

    Thanks,

    #10300
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It’s most likely because the text color and the background color is the same after the last update. On the Theme Options -> Typography panel you can change either the background color or the font color: https://i.imgur.com/BhefI15.png

    Best,
    Ernest Marcinko

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


    #10310
    Jimtowner
    Jimtowner
    Participant

    When I set the font color (it was white) I can see the wording when I use Show in the configuration. But on the page itself it is not showing the font color.

    #10311
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Sounds like the old CSS is still cached by the browser. Make sure to clear your browser cache, or reload the front-end with CTRL + R (or command + R on IOS).

    If nothing changes, feel free to provide a relevant URL and log-in details if possible, and I will take a look at it.

    Best,
    Ernest Marcinko

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


    #10312
    Jimtowner
    Jimtowner
    Participant

    Yes, that was it. But what about site visitors who are anonymous to me. Won’t they have the same caching issue? What can be done so that they see the text reliably?

    #10313
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    For new visitors it’s not an issue, for returning ones it might or might not appear like that. It’s very hard to tell, because in this case the caching is on the client side.

    There is an auto generated query string added automatically after the search CSS files each time after the settings are saved, it kind of forces the browsers to re-download the files. But of course this is not a permanent solution, as if there is a cache plugin also installed, then it often minifies + aggregates the site stylesheet files and manage the query strings themselves. Plus if there is a 3rd party cache layer, like cloudflare used as well, then it’s even more difficult than that, as it caches the files as well, often with the query strings.

    Not to mention that browsers tend to ignore the query strings if they want to, so from our perspective there is no reliable solution to manage browser caching unfortunately. I myself struggle a lot when I push an update to the demo sites, because I use W3TC + Cloudflare + Varnish cache for the best performance, but it makes cache clearing a nightmare.

    Best,
    Ernest Marcinko

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


    #10315
    Jimtowner
    Jimtowner
    Participant

    Thanks.

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

The topic ‘More prompt not visible’ is closed to new replies.