Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Customizer won't load

    #45089

    Additionally, you should check permissions on your uploads folder. I can access everything in them from the web.

    Mod

    In reply to: Customizer won't load

    #45088
    Quote:
    Hi there, my header image is no longer showing on my site

    Your header image is located at http://www.lynnclarke.net/wp-content/uploads/2014/04/cropped-hdf.png

    but that is not a valid URL.

    As for the customizer, it is possibly a plugin conflict. Try disabling your plugins to see if the problem resolves itself.

    Have you edited an core files (WordPress, themes, plugins?)

    Mod

    In reply to: Full Width Slider – 1400 pixels

    #44824

    Use the Firebug extension for Firefox. It has a “Quick Info” box that will tell you the exact dimension of the element you are hovering over. You can use that information to size your images appropriately.

    Mod

    In reply to: RELATED POSTS IS VERY OUTDATED COMPARED TO OTHER THEMES

    #45085

    You can always search the plugin repository:

    https://wordpress.org/plugins/search.php?q=related+posts

    Just make sure the plugin you select says that’s mobile-friendly or responsive.

    Quote:
    Also is there any plans in the future updates to create an inbuilt related posts for graahene mobile neo.

    WordPress is kind of picky about adding things into themes, that are best handled by plugins, so it is doubtful. They just recently said that themes are no longer are allowed to contain shortcodes, for example.

    Keep in mind that any kind of related posts plugin makes a lot of calls to your site’s database. So expect to see a slower site if you’re on shared hosting, or increased memory usage if you’re on a VPS. If the latter, you may need to bump up your memory allocation.

    Quote:
    Well All caps may stand for something that is urgent. But again that’s subjective to each one.

    Everybody’s support request is urgent to the person posting it. So shouting or marking your thread “urgent” is considered bad form in all support forums. We try hard to respond to support requests in 24 hours or less, but sometimes it takes a while to research an issue.

    Mod

    In reply to: RELATED POSTS IS VERY OUTDATED COMPARED TO OTHER THEMES

    #45083
    Quote:
    Am talking about the related posts at the end of the single post.

    Those aren’t “related posts”—they are navigation to the previous and next posts.

    If you want a related posts feature, that is not a theme issue. You will need to use a related posts plugin.

    Kindly do not use all caps in your thread title. That is the internet equivalent of shouting. I have mentioned this before. Thank you.

    Mod

    In reply to: Random Bolding

    #45082

    You have an unclosed <b> somewhere in there.

    To wit, you have 12 <b> opening tags but only 11 </b> closing tags.

    Mod

    In reply to: Homepage Panes Help

    #45072

    The css you want to use is

    #post-8636 .post-title {
    display: none;
    }
    Mod

    In reply to: Removing Header Section

    #45063

    Add this to your custom CSS or child theme stylesheet:

    #top-bar,
    #header,
    #nav {
    display: none;
    }

    Of course, that only really hides them. If you want to remove them altogether, you’ll need to use a child theme and some custom files.

    Mod

    In reply to: Full Width Slider – 1400 pixels

    #44822
    Quote:
    I have set the container width to 1400 pixels.

    This also includes margins, border, and padding. You will have less than 1400 pixels for a full-width slider.

    BTW, 1400px can be very difficult to read, depending on your column width settings.

    Mod

    In reply to: Removing Header Section

    #45061

    What do you mean by “header” — the top bar, the actual header area (which contains the header image and your site’s name and tagline), or the navigation area, or all three?

Viewing 10 posts - 311 through 320 (of 5,839 total)