• Resolved meijin2k

    (@meijin2k)


    I installed Blank Slate yesterday and it worked fine other than the fact that I ended up with a page that has some sort of background image instead of being all white. Is this normal? If so, is there a way to turn this off? I checked my theme and did not see anything that would cause this, but I know enough about WordPress to be dangerous. I am trying to attach an image of what I am referring to.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Aaron Reimann

    (@areimann)

    Strange. Can you give me a link to the page?

    Thread Starter meijin2k

    (@meijin2k)

    Aaron:

    Thanks for the response!

    What I am doing is using a plugin the follows exit intent. So if you go to the link and then just move your mouse up where your other browser tabs are, it should trigger. And if you want it to do it again, just refresh the page and repeat. This is a new site I stood up and am just doing some testing with it.

    https://kinryu.me/

    Also, I found your site and sent a message there. Not sure if you got it. But, I am very interested in getting the proversion.

    Thanks.

    Thread Starter meijin2k

    (@meijin2k)

    Just as a side note, I created a standalone page that is just the Blank Page template and put the same graphic on it. The result was the same background. So, I am assuming that it maybe the theme that is doing it? If so, I can’t find the settings that is causing it. The link to this page is:

    https://kinryu.me/blank-slate-test/

    Thank you, again, for your time and help in getting this sorted out.

    Plugin Author Micah Wood

    (@wpscholar)

    @meijin2k You can go to the site customizer in WordPress and add this rule to remove the background for blank slate pages:

    body.blank-slate {
        background: none;
    }

    • This reply was modified 1 year, 11 months ago by Micah Wood.
    Thread Starter meijin2k

    (@meijin2k)

    Thanks for the response! That seemed to do the trick!

    I have noticed that the image on the page is not responsive though. I found a much older post about that here, but it didn’t seem to work for me. Would you be able to assist with that as well?

    Also, I was interested in getting the Pro version of the plugin. Should I just purchase it from the website?

    Thanks again.

    Plugin Author Micah Wood

    (@wpscholar)

    @meijin2k It looks like you’ll need to add this CCSS to that same section in the customizer to fix the image responsiveness:

    .blank-slate article?{ max-width: 100%; }

    Yes, you can purchase the Pro version on the website here: https://wpblankslate.com/blank-slate-pro/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Background Image?’ is closed to new replies.