Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in:
  • in reply to: Facebook OG Images not grabbing #122712
    kucherd
    Member
    Post count: 24

    Hi,

    I’m not sure what you mean by using Jetpack with the default theme. Can you explain this?

    Daniela

    kucherd
    Member
    Post count: 24

    Ok thanks Kyle.

    Also, could you tell me how to enlarge the Top Bar or increase the font of the Top Bar Menu?
    A lot of people tell me it goes unnoticed, and I am using it as my main menu.

    Thanks again!

    in reply to: Hide Thumbnail Photo on Blog Page #101296
    kucherd
    Member
    Post count: 24

    Here is a link to my site. http://www.firstgenerationfashion.com/
    The home page is the blog page. The thumbnail photo appears above the title/series of photos of the first post. I have not added thumbnails to the other posts. I would like the thumbnail photo to only appear on the category or tag posts. Here is is redundant on the home page and on the individual post page.

    kucherd
    Member
    Post count: 24

    Hi Kyle,

    Thanks for the help.
    I don’t think you understood my question correctly.
    I do not wish to add a share button to the blog as a whole, I would like the share button (for each post) to be visible on the blog page. They are only at the bottom of each individual post page. Is it possible for the reader to share the post without having to click to view the individual post page.

    thanks,

    Daniela

    in reply to: Remove Main Menu #75419
    kucherd
    Member
    Post count: 24

    Thanks Kyle, that worked!

    in reply to: Remove Main Menu #75090
    kucherd
    Member
    Post count: 24

    Hi Melanie,

    I was not able to remove the main menu. Could you suggest another way than the one listed by Kyle because it did not work.

    I thought it could be my current custom CSS changes that are causing a problem, therefore I posted them above.

    -Daniela

    in reply to: Remove Main Menu #74304
    kucherd
    Member
    Post count: 24

    Hi Kyle,
    Adding that CSS did not change anything about the menu. It still appears on the site and on mobile.
    I also tried changing the height to 0px but that didn’t work. Can you tell me if my current custom CSS is causing this problem, or another way to remove the menu.

    I added custom CSS to center the logo and main menu…but what I really want to achieve is a centered logo and no main menu.

    Thanks for your support!

    -Daniela

    /* Full width logo code */
    #header-section #logo {
    width: 100%;
    }
    #header-section #logo img, #header-section #logo img.retina {
    margin: 0 auto;
    }

    /* Full width menu code */
    #nav-section {
    width: 100%!important;
    }
    .nav-wrap {
    float: none!important;
    }
    #main-navigation {
    float: none;
    width: 100%;
    height: 48px;
    text-align: center;
    }
    nav .menu li {
    float: none;
    }

    /* Disable the nav search */
    #nav-search {
    display: none;
    }

    /* Responsive code */
    @media only screen and (max-width: 767px) {
    #header-section #logo img, #header-section #logo img.retina {
    margin-bottom: 20px;
    }
    #main-navigation {
    width: auto;
    height: auto;
    text-align: left;
    }
    }

    #header-section {
    padding: 0 0 !important;

    }

    .standard-post-author {
    display: none;
    }

Viewing 7 posts - 16 through 22 (of 22 total)