Forum Replies Created
-
Mod
Is this an FTP message? If so, there should be an option to overwrite the Graphene folder.
Mod
In reply to: how to make background show up the same way in all resolutions
March 29, 2012 at 7:54 pm #27090Go to Graphene Settings >> Display Settings >> Custom CSS (all the way at the bottom). Be sure to click “Save settings” when you’re done.
Mod
In reply to: how to make background show up the same way in all resolutions
March 29, 2012 at 7:11 pm #27088is there a way to make the image show up the same way in all resolutions so that it looks the same on any computer?
You can never get it exactly the same, but you can make it stretch to fit almost any dimension monitor by adding this to your child theme style sheet:
body {
/* stretches background image */
-o-background-size: 100%, auto;
-moz-background-size: 100%, auto;
-webkit-background-size: 100%, auto;
background-size: 100%, auto;
}That probably doesn’t work in MSIE, but perhaps it does. I don’t bother testing in MSIE as I am tired of jumping through hoops to support it.
Mod
@Prasanna
Yes, I’ve noticed that. Thank you.
Mod
You will need to use FTP.
The theme’s settings should still be there after the reinstall, but if in doubt, use Graphene’s
“import/export theme options” function.
Mod
but not IE.
This is typical of MSIE. It is the least-compliant browser of all.
Mod
When I open a lot of tab, there is very slow.
This is true of most browsers, and also relates to your computer’s processor and memory.
Mod
In reply to: Post tital meda tag from poster not found directly after they post and error 404-page not found
March 29, 2012 at 7:01 pm #27038This plugin seems to me to be a solution in search of a problem.
looks to me like its an issue in the theme.
The easy way to check this is to temporarily switch to one of the default themes–twenty twelve, I think. If the problem goes away, it’s a theme issue. But…
why is this issue only on some posts?
makes me think it’s not a theme issue. All the posts in a given category are treated the same by Graphene and WordPress; it’s the widget that is treating them differently.
Does this widget have a support page?
Mod
In reply to: Text color settings of previous & next posts / more archive articles
March 29, 2012 at 6:59 pm #27080there is a link on the bottom to look at prior articles
I just found out yesterday that those links use the same ID’s Josh mentioned above, so implementing Josh’s solution will take care of both of your problems.
Mod
a static front page will not do that
Yes, it will, if you enabled Graphene’s homepage panes option.
