How to fix the style sheet issue on Header Ads
-
In an effort to fix the header ads not showing up issue, I have some finding and want to share with everyone and get a working input here:
I did this on my local wamp site, so I am sorry it is no use to post my site here, but the Ad’s image is a working image, so you can test with copy and paste.
Appearance->Theme Options->Advertising:
I put same image into the header and middle ad:
<img src=”https://www.anjiatoronto.com/web/wp-content/uploads/2015/04/WDSTLogoNew.png” alt=”Web Design” title=”Web Design” />
The middle one shows up but not the header one, reviewing the page’s source code and tested it, the issue is with the header’s style: <div class=”header-ads f-right”>
in style.css it is: .header-ads.f-right
Note there is one “.” difference, so basically header ad is not showing up because the style class cannot be found.
How the theme is applying different class to different element?
Can anyone help? thanks.
- The topic ‘How to fix the style sheet issue on Header Ads’ is closed to new replies.