What I've built isn't what's showing

Hello!

I built a website (brightskynutrition.com). I launched it, and everything looked fine. Now, it’s not. When I look at the backend (in Pro), it’s exactly how I designed it. But when you look at it from the front end, the header looks fine, but nothing else does.

I deactivated all the plugins, switched to a different theme, cleared the cache, then switched back to my Pro child theme. (Leaving the plugins deactivated.) Nothing has changed. Any ideas?

Hello Sharla,

Thanks for writing in! It may seem that you have inserted an invalid HTML code which has affected the rest of the page. To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Note sent!

Hi Sharla,

I have investigated your issue and I found out that you have inserted a broken custom CSS in your content area element in the footer. You have added this:

$el input {
  width: 100%;
  height: 100%;
}
$el input[type=text]:focus {
  border: 3px solid #5E5743;
}
$el input[type=email]:focus {
  border: 3px solid #5E5743;
}
$el form {
  width: 100%;
  height: 50%;

There is a missing } closing curly bracket which affected the rest of the page styling.

I went ahead and updated it already. Kindly check your site now.

Thank you so much! I can’t tell you how many times I looked at that code and missed it. The site is normal again.

Thank you ever so much!

You’re most welcome Sharla!
We’re just glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.