Illustratr: any way of showing widgets on home page?
-
Does anyone know a way of getting the widgets in Illustratr to show permanently? Usually you have to click on a + icon at the bottom of the page to show the widgets on Illustratr, I guess to keep the layout clean. I’d like to find a way of keeping them open without having to click on that footer.
Any ideas welcome.
The blog I need help with is: (visible only to logged in users)
-
You cannot change the way any theme is designed to function with or without a custom design upgrade.
Does the Custom Design upgrade let me edit HTML?
No. The Custom Design upgrade allows you to edit fonts, colors, and CSS only. You can change the appearance of a theme, but not its HTML markup or PHP code. … http://en.support.wordpress.com/custom-design/#frequently-asked-questions -
Actually there is a way to do this, with the CSS upgrade. Thanks to “thesacredpath css tour guide” on this forum for pointing it out:
.widgets-wrapper { display: block !important; } .widgets-area .widget { opacity: 1 !important; } .widgets-trigger { display: none; } #secondary:after { display: none; } -
Thanks for that but it’s best to provide the URL https://en.forums.wordpress.com/topic/illustratr-theme-footer?replies=8
- The topic ‘Illustratr: any way of showing widgets on home page?’ is closed to new replies.