Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi joyryde,

    This looks like an issue you’ll need to take up with your theme developer. The plugin injects its content into standard WordPress templates using fairly common techniques.

    For instance, your theme applies the white background style to the following CSS rules:

    article.post, article.page {
      ...
    }

    That’s obviously only going to work for the default post and page types. To be compatible with other post types, the theme would need to adjust its styles to be less restrictive in what elements are styled properly.

    Thread Starter joyryde

    (@joyryde)

    Hi again Nate!

    Any tips on how I could tweak the code to get the reviews pages to look like the rest of the site based on your knowledge?

    I can post it on the theme support page of wordpress as well, just checking with you first!

    THANK YOU!

    I think you’ll need to go to the theme developer. They’ll have an understanding of how their HTML markup is structured and be able to devise an appropriate rule to fit various circumstances.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reviews pages don't follow the theme design, they're just blank?’ is closed to new replies.