Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: fields are too small

    #46303

    Glad to help! Marking thread as resolved. You can do this yourself as well.

    Mod

    In reply to: fields are too small

    #46301

    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

    In reply to: Replace Graphene slider

    #46309
    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 horror

    Yes, please don’t edit theme files. It’s always a bad idea.

    Mod

    In reply to: fields are too small

    #46299

    Please provide a link to the page where you are seeing this issue.

    Mod

    In reply to: Graphene Responsive ???

    #46278

    Keep in mind that there is always Graphene Mobile and Graphene Mobile Neo, as well as Franz Josef.

    Mod

    In reply to: TinyMCE 100% bug : Not acceptable

    #46240

    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)

    #46290

    No. Try temporarily disabling your other plugins, emptying your browser cache (and server cache, if you have one), and reloading the page.

    Mod

    In reply to: Need settings for WP Super Cache compatibility

    #46251
    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.

Viewing 10 posts - 41 through 50 (of 5,839 total)