Theme settings not displayed

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

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12405
    Dasha Tarakanova
    Dasha 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

    Attachments:
    You must be logged in to view attached files.
    #12409
    Ernest Marcinko
    Ernest 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 🙂

    Best,
    Ernest Marcinko

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


    #12417
    Dasha Tarakanova
    Dasha 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?

    Attachments:
    You must be logged in to view attached files.
    #12436
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi Daria,

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

    .rpp_title, .rpp_last {
        display: none !important;
    }

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

    .rpp_title {
        font-family: 'Open Sans',sans-serif !important;
    }
    Best,
    Ernest Marcinko

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


    #12450
    Dasha Tarakanova
    Dasha Tarakanova
    Participant

    Thank you, Ernest, it is working perfectly now!

    #12452
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

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


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

The topic ‘Theme settings not displayed’ is closed to new replies.