This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Theme settings not displayed

Home Forums Product Support Forums Related Posts Pro for WordPress Support Theme settings not displayed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12405
    Dasha TarakanovaDasha Tarakanova
    Participant

    Hello,

    Related Posts Pro is working perfectly except for the Theme settings
    I see all the theme changes on preview in admin pannel, however they don’t appear online (see screenshot)

    Thank you

    Daria

    #12409
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Daria,

    It is very likely because of caching. On the front-end I see you use a CSS minfier/cache plugin of some sort. If you clear all the cache (minify, page, asset, cloudflare, CDN), the changes should start appearing 🙂

    #12417
    Dasha TarakanovaDasha Tarakanova
    Participant

    Hi Ernest!

    Thank you, we’ve found the problem – we have Google fonts disabled as they reduce website speed. Now everything is working. However we have to solve fonts issue. Could you write which one of 2 options below is possible and how to do it?
    1) Preferable – Remove post title at all (we have it on the image preview, there is no need for the title}? see attached
    2) If removing the title is impossible, how can we change the fonts so they are not Google fonts?

    #12436
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Daria,

    1. You can completely hide the title field with this custom CSS if you like:

    [html].rpp_title, .rpp_last {
    display: none !important;
    }[/html]

    2. ..or similarly force any font style of your liking with this one:

    [html].rpp_title {
    font-family: ‘Open Sans’,sans-serif !important;
    }[/html]

    #12450
    Dasha TarakanovaDasha Tarakanova
    Participant

    Thank you, Ernest, it is working perfectly now!

    #12452
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Theme settings not displayed’ is closed to new replies.