One day, all of my custom styles for the plugin just quit working, and it reverted back to the default styles. I absolutely cannot get the CSS to work now. It doesn’t matter what I add, it never takes effect. What can I do to fix this?
At first I had tried doing it in the theme’s style.css, but that didn’t work. I had finally gotten it to work when I edited the plugin’s stylesheet. Then it stopped working suddenly. The CSS was still there, though. And now, no matter what I change, it doesn’t do anything.
You may check out in web-developer tools in Chrome or in Firefox which styles are applied and in which priority for an html element to debug and fix your issue.
I’m using TwentyTwelve theme and don’t know which CSS class ID to add to the [pagelist_ext] to have the fonts of the pagelist look like the rest of the website.
Can anyone help? I don’t know anything about CSS. The problem doesn’t occur when using only [pagelist]
Hmm, to add to the above, the English version of the [pagelist_ext] looks fine (fonts displaying like in the rest of the site), but in the primary language (Serbian) version, the font of the pagelist comes out as a Courier-type font. Any idea how this can be fixed?
Page-List plugin does not add too much styles and tries to use the default theme’s style.
You may check out the Page-List styles.
If the font is not correct – that means that something is wrong with theme’s style.css and Page-List plugin is not setting the font-family or any other specific styles.
The best way to add styles to your website is via creating Child theme.
Thanks @webvitaly. This morning I realised that the Serbian version of [pagelist] had for some unknown reason been embedded in a code tag, once that was removed everything started working properly. Cheers`
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Styles not working’ is closed to new replies.