Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Create new article without codes

    #26916

    Is this an FTP message? If so, there should be an option to overwrite the Graphene folder.

    Mod

    Go to Graphene Settings >> Display Settings >> Custom CSS (all the way at the bottom). Be sure to click “Save settings” when you’re done.

    Mod

    is 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

    In reply to: Site Just Launched – Community Swimming Pool

    #26957

    @Prasanna

    Yes, I’ve noticed that. Thank you.

    Mod

    In reply to: Create new article without codes

    #26914

    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

    In reply to: Missing shadows under IE9 and Opera

    #27053

    but not IE.

    This is typical of MSIE. It is the least-compliant browser of all.

    Mod

    In reply to: Flow problem in chrome with the theme graphene

    #27025

    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

    This 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

    there 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

    In reply to: Meta/Archive Widgets showing up twice on pages???

    #27064

    a static front page will not do that

    Yes, it will, if you enabled Graphene’s homepage panes option.

Viewing 10 posts - 3,881 through 3,890 (of 5,839 total)