Forum Replies Created
-
Mod
Glad to help! Marking thread as resolved. You can do this yourself as well.
Mod
If you want to change the input sizes on that page only add this to Graphene’s custom CSS feature:
#loginform input {
font-size: 24px;
height: 30px;
}and play around with the sizes. (The sizes are exaggerated in this example so that you can see when they take effect.)
If you want to change the input size everywhere, use this code instead:
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="date"], input[type="datetime"], input[type="datetime-local"], textarea {
font-size: 24px;
height: 30px;
}Mod
Quote:includes/theme-slider.php : all of the 7 options : Nothing.These relate to Graphene’s built-in slider; they won’t show if it’s disabled.
When you add the shortcode in these locations, what are you adding it to?
Quote:I’m afraid we’ll have to resort to php. The only time I opened a php file I ran away in horrorYes, please don’t edit theme files. It’s always a bad idea.
Mod
Please provide a link to the page where you are seeing this issue.
Mod
Keep in mind that there is always Graphene Mobile and Graphene Mobile Neo, as well as Franz Josef.
Mod
You’re welcome! As this isn’t a bug with Graphene, I’m going to move this thread to support and mark it resolved.
Cheers!
Mod
Mod
Mod
In reply to: Slider not appearing in Graphene Mobile (with Neo)
September 28, 2016 at 11:02 pm #46290No. Try temporarily disabling your other plugins, emptying your browser cache (and server cache, if you have one), and reloading the page.
Mod
Quote:Can anyone help with finding the correct settings for the WP Super Cache plugin to work well with the theme switcher and Neo please?As every server configuration is unique, there is no one size fits all set of correct settings. But feel free to post your settings here and somebody may be able to help you tweak them.
