Forum Replies Created
-
Mod
Try adding this to custom CSS or child theme stylesheet:
#header .sidebar-wrap {
position: relative;
}See if that does what you need without having any ill effects.
Moved to Support
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
Quote:However, 13 of those appear to not be activated. Should I delete all thoseThere is some evidence that plugins that are not activated can still cause issues, so it’s best to delete any themes and plugins that you are not using. (The exception being a default theme like Twenty Fifteen, which I keep around in case I need to revert to it for testing purposes.)
Mod
In reply to: SLIDER MISSING; takes hours or a day before even simple changes show up
June 16, 2015 at 3:14 pm #45035Quote:What do you mean slider setting?When you go to Graphene Options >> General Options >> Slider Settings, what do you have selected? What are we supposed to be seeing in the slider? Posts? Pages? A combination of the two?
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
I try to keep plugins to ten or less. The nice thing about WordPress is that it is easily extensible using plugins; the bad thing is that it’s easy to overdo them.
If I need to add a function (social sharing buttons, for example), I try to find a way to do that without using a plugin, such as using code from Addthis.com and plugging it into an action hook widget area. I always try to add my own code (via a child theme) before going the plugin route, because my own code will add less overhead to my server than an entire plugin will.
I always think about it as
1) What are the features that are absolutely essential on this website?
2) What are the features that would be nice to have on this website?
It really makes you think about what purpose you want your website to serve.
Mod
Are you using a custom menu?
Mod
I take it you’re talking about the list items within the sidebar?
Add this to Graphene Options >> Display Options >> Custom CSS (or to your child theme style sheet, if you are using a child theme):
.sidebar ul li {
font-size: 100px;
}Change 100px to whatever works for you.
Moved to Support.
Mod
In reply to: SLIDER MISSING; takes hours or a day before even simple changes show up
June 16, 2015 at 12:19 am #45033Quote:it takes HOURS or even the next day for changes to show upFlush your browser cache, and your server cache if you are using a caching plugin.
What are your slider settings?
Mod
I have no experience with it. If you already own Visual Composer, you can try it out on a test site or in localhost.
