gideonse
Member
Posted 10 months ago #
While I'm sure this is a problem with my theme rather the plugin, I was hoping someone might be able to suggest what sort of problem it is.
I've placed the Smart Archives Reloaded short code in the correct place in a page, but when it's published the archives are generated after the post. For some reason the text created by the java (?) isn't seen by the theme. It's so very weird. It happens with the fancy and block styles, but not the list.
Here's the page.
Any suggestions?
It's probably a CSS issue.
I recommend you learn how to use Firebug.
gideonse
Member
Posted 10 months ago #
Yes, it's clearly a CSS issue. I spent four hours on Firebug yesterday before I posted here and on the theme's support page. No one seems to want to help. I'll just remove the plugin.
Just add this line to your theme's style.css:
#smart-archives-fancy {
overflow: hidden;
}
Then refresh your browser cache (Ctrl + F5 in Firefox).
gideonse
Member
Posted 10 months ago #
That worked! Thank you so much!