daviddoria

Member

Forum Replies Created

  • Got it – thanks Prasanna!

    So once you upload an image to a post, even if you remove it it will always act as the featured image? Is that ever desired behavior? There are currently no images in that post directly, so why would an old image be displayed? It seems awkward to have to add css to remove something that was added and then removed through the GUI, no?

    Thanks for your help,

    David

    In reply to: Gallery pushes sidebar to the bottom

    #32512

    Ah, I didn’t realize it was built in. The built in version works like a charm, thanks.

    In reply to: Gallery pushes sidebar to the bottom

    #32510

    Here is the fix:

    – make content-main a grid_16

    – make #container inside content-main a grid_10

    – change the ID on the #content inside #container (because ids are not supposed to be duplicated).

    Is this something that should be fixed in graphene?

    And actually, I was doing this in Chrome Developer Tools (with guidance from someone on IRC) – where would I actually make these changes so they are applied for real?

    David

    In reply to: Gallery pushes sidebar to the bottom

    #32509

    I tried changing the width of “content-main” (to much much smaller), and the gallery indeed got smaller, but the menus are still pushed to the bottom. After asking around, someone suggested it could be a problem that graphene uses repeated ID’s (like ‘content’ and ‘container’) that nested (as they are ) can cause problems like this. Could that be the case?

    Thanks,

    David

    In reply to: Centering header image

    #30629

    After some fooling around this seems to work:

    .header-img {

    position: static;

    display: block;

    margin-left: auto;

    margin-right: auto;

    }

    Does that make sense?

    In reply to: Header image size

    #30624

    In the right panel of “Graphene Options -> Display”, I did “Apply Options Presets (normal website)” and then it was back to the normal 900ish width. Who knows what happened… but thanks!

    In reply to: Header image size

    #30621

    ronangelo: Hm, I don’t see those options? When I go to “Appearance -> Header” and click “Choose file”, it just uses a native system file selection dialog box to select the file, and then the only button I see is “Upload”?

    In reply to: Header image size

    #30619

    Thanks for the quick reply.

    I am not using a child theme, and I have no active plugins.

    Additionally, in my “Graphene Options -> Display -> Custom CSS”, there is nothing.

    Any other ideas?

    David

    In reply to: Slider too wide

    #29556

    Awesome! Looking forward to it 🙂

Viewing 10 posts - 1 through 10 (of 25 total)