Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Mobile Layout on Desktop?

    #43909

    Try disabling all plugins except the mobile switcher plugin, clearing your server and browser caches, and see if that resolves the problem.

    Can you please provide a link to your site and let us know if this is specific pages, or just random pages?

    Mod

    In reply to: css ?ver=4.0.1

    #43911

    Do this in either a child theme or using Graphene’s custom CSS function and it will work fine. Do not edit theme files directly.

    Moved to Support. Please post in the correct section next time. Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard. I have fixed this for you.

    Mod

    In reply to: Social Media Links not working

    #43640

    Same advice, given twice.

    Marking thread as resolved. You can do this yourself as well.

    Mod

    In reply to: white horizontal line that appears right after the content area

    #43542

    I am not seeing this in latest version of Firefox. Did you resolve it?

    BTW, I see this in your child theme:

    .page-id-15 #nav {display:none;}
    .page-id-9 #nav {display:none;}
    .page-id-82 #nav {display:none;}
    .page-id-84 #nav {display:none;}
    .page-id-86 #nav {display:none;}
    .page-id-88 #nav {display:none;}
    .page-id-91 #nav {display:none;}
    .page-id-11 #nav {display:none;}
    .page-id-129 #nav {display:none;}

    etc.

    You could use some shortcut CSS to cut down on server load:

    .page-id-15 #nav,
    .page-id-9 #nav,
    .page-id-82 #nav,
    .page-id-84 #nav,
    .page-id-86 #nav,
    .page-id-88 #nav,
    .page-id-91 #nav,
    .page-id-11 #nav,
    .page-id-129 #nav {display:none;}

    etc.

    Of course, if you want to get rid of the nav menu entirely, just use #nav {display: none;}

    Mod

    In reply to: how to add video to header

    #43890

    Looks good!

    Marking thread as resolved. You can do this yourself as well.

    Mod

    In reply to: Footer widgets showing in 1 column only

    #43685

    Try disabling your plugins to see if that resolves the issue. If so, one of your plugins is causing the issue.

    Mod

    In reply to: Social Media Links not working

    #43638
    Quote:
    To diagnose, disable the NextGen plugin, refresh browser and server caches, and see if the links work.

    Quote:
    Disable your lightbox plugin and see if it works. That way you narrow down the problem.

    If this works, you will want to find a lightbox plugin that does not interfere with the social media icons. There are many. I like “Simple Lightbox” by Archetyped. It is available in the WordPress plugin repository.

    Mod

    In reply to: Adding a Video Entry – theme change

    #43526
    Quote:
    I get a different article header layout than a standard text article…

    Quote:
    I want the header the same as a standard article…

    This is the correct behavior for this format option. If you don’t want this appearance, you have three alternatives:

    1) Use the regular post format. (Since these post formats only affect appearance, there is no SEO gain or loss either way.)

    2) Use the video format and a child theme to create your own video post format.

    3) Use custom CSS to alter the appearance of the video post format.

    Options 2 & 3 will require skill with CSS; Option 2 will require skill with PHP and WordPress.

    Mod

    In reply to: Social Media icons not linking top bar or side bar

    #43908

    Please don’t create new threads with identical topics. Please continue with your original thread here:

    https://forum.graphene-theme.com/graphene-support/social-media-links-not-working

    Mod

    In reply to: how to add video to header

    #43887
    Quote:
    But now I have two header images.

    Because you have this in your header widget:

    <div class="graphene-dynamic-widget" id="graphene-dynamic-widget-graphene_header">
    <div id="text-20" class="sidebar-wrap clearfix widget_text">
    <div class="textwidget"><a href="http://januarytan.com/wp-content/uploads/2014/11/A-Header_IMG-7.png">
    <img src="http://januarytan.com/wp-content/uploads/2014/11/A-Header_IMG-7.png" alt="" width="1000" height="560" class="header-img">
    </a></div>

    Quote:
    Or position the video on the header and not in the action hook?

    Get rid of the above. You are already using text widget #19 to add the YouTube movie. You should try adding the YouTube movie to the header widget.

    Moved to Support. Please post in the correct section next time.

Viewing 10 posts - 611 through 620 (of 5,839 total)