Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: How do I move subscription button next to input field?

    #45647
    Quote:
    Do you know what css class defines the subscribe button? I want to put a margin-left: 3px; on it. Inspecting the element in Firefox doesn’t really help me.

    There’s not a class on it, but you can modify the above code:

    input#subscribe-field-blog_subscription-2 {
    float: left;
    margin-left: 3px;
    }

    Quote:
    How to remove the red border that appears, when you click on the input field for the subscription and leave it empty?!

    Shows up as a blue border for me, so that may be controlled by your browser style sheet.

    Quote:
    The default text in the subscription input field is in a light grey color (#8d8d8d). Do you know how to do this for the search box input field (or for all input fields, while we’re at it)?

    Either

    input {
    color: #8d8d8d;
    }

    or, if that doesn’t work:

    input {
    color: #8d8d8d !important;
    }
    Mod

    In reply to: Text align

    #45446
    Quote:
    All of my posts and pages automatically text align centre. I always have to change it.

    Graphene does not do this out of the box. Please provide a link to a page or post where this is occurring and where you have not changed it and we can take a closer look.

    Mod

    In reply to: Footer location

    #45643

    You should make these changes in a child theme, however. Edits made to the theme files will be wiped out when the theme updates.

    Mod

    In reply to: Unable to install Graphene Mobile Neo Theme

    #45639
    Quote:
    One last thing; evidently it’s possible to post to the Forums without being logged in. However, since I’m not actually logged in, the post is never actually accepted, and there’s no on-screen (or email) notification that the post was rejected. It would be nice to either have an error message appear, or better yet, remove the ability to compose and send a post when not actually logged in.

    I am not able to replicate this. Attempting to add a new post while not logged in redirects to the login page. It may be a caching issue with your browser.

    Mod

    In reply to: How do I move subscription button next to input field?

    #45645

    Add to custom CSS:

    input#subscribe-field-blog_subscription-2 {
    float: left;
    }
    Mod

    In reply to: Unable to install Graphene Mobile Neo Theme

    #45637

    Don’t install gmneo-package.zip.

    You need to unzip gmneo-package.zip to your hard drive. Inside are two zip files (one for the theme and one for the helper plugin) and a text file of installation instructions.

    Complete installation instructions are also available here:

    https://forum.graphene-theme.com/graphene-mobile-neo/installation-instructions/

    Mod

    In reply to: Infinite Scroll

    #45636

    You can probably add that capability in a chlid theme.

    FWIW, I really dislike infinite scroll. If you have a lot of images on your front page, or your users have a slow connection (typical of mobile), it can make it really difficult to get through your site.

    Mod

    In reply to: Slider – Can you display graphic only?

    #45634

    You might want to forgo the built-in Graphene slider and use something like the Meteor Slides plugin instead. You can get the Graphene slider to do what you want, but it’s much less work to use another slider plugin.

    Mod

    In reply to: box with menu

    #45617

    Your menus look fine to me. If they are still an issue for you, be sure to empty your browser cache. You should always empty your browser and server caches after an upgrade.

    I can’t find any examples of block quotes, but if they still aren’t showing up correctly for you, please provide a link a post with a blockquote and I’ll be happy to take a look.

    Mod

    In reply to: Post changes Header

    #45591

    Disable “Featured Image replaces Header Image” in Graphene settings.

Viewing 10 posts - 181 through 190 (of 5,839 total)