Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Deleted Slider Option

    #42542

    @ larryntx:

    Please don’t hijack someone else’s thread, especially one that has been marked “Resolved”. Please feel free to create your own thread.

    Mod

    Try

    1) Dragging those widgets back to the “Inactive Widgets” area, refreshing your front page (should stay the same).

    2) Dragging those widgets from “Inactive Widgets” area back to the widget area, and refreshing your front page.

    Mod

    In reply to: Image Padding

    #42679

    Add to custom CSS:

    .entry-content img, .child-page img {
    border: none;
    }

    But, IMO, it’s kinda pointless to put a separate “Watch this on YouTube” link, as there is already one in the video..

    Mod

    In reply to: Eliminate Boxy Look

    #42729
    Quote:
    eliminate the gray box that Graphene creates around every single image

    Please note that it is WordPress that creates this, not Graphene.

    Mod

    Could you please provide a link to your site, as well as a link to the plugin?

    Mod

    In reply to: Insert code for breadcrumb

    #42691

    Use a PHP Widget and install that in a Graphene custom action hook widget area wherever you want the breadcrumb to appear.

    Mod

    In reply to: Image Padding

    #42676

    I can not reproduce this error in Firefox, Chrome, Opera, or even Internet Explorer. Did you get this sorted?

    Mod

    In reply to: Text Size and color in pages

    #42682

    Graphene Options >> Display Options >> “Text Style Options” -> “Content Text”

    You can set the font, text size, and line height there.

    To change color:

    Graphene Options >> Display Options >> “Custom CSS”

    .entry-content p {
    color: #000;
    }

    I’m not sure about the second one, but I think that’s the correct element to target.

    Mod

    Probably with a child theme, and then a custom header.php file, maybe?

    Change line 69:

    $header_img_tag = '<a href="' . apply_filters( 'graphene_header_link' , home_url() ) . '" id="header_img_link" title="' . esc_attr__( 'Go back to the front page', 'graphene' ) . '">';

    There may be a cleaner way to do this with a custom filter, though.

    Mod

    In reply to: widget_text shortcodes stopped working

    #42681
    Quote:
    a shortcode that was functioning inside a text widget stopped

    How did this shortcode get added to your site? Via a plugin? Via a change to your child theme’s functions.php file.

    Quote:
    The shortcode listed birthdays from connections-pro.

    Is this a paid plugin? If so, we can’t really support it, since we don’t have access to it.

    Quote:
    I had to add some code to the functions.php to get the functionality restored.

    You mean child theme functions.php file, right? Don’t edit core files.

    Quote:
    While this worked, my question is did you change something that broke the functionality in the first place?

    Nope. Graphene hasn’t been updated in a while, so nothing’s changed with the theme.

    Quote:
    Did WP change something that broke it? W3 Total Cache?

    Both of these were recently updated, so it is likely that the problem lies there. But without knowing more about your situation, it’s difficult to say.

    Quote:
    I wonder why something that worked suddenly broke

    There are lots of potential reasons, and some of them may have nothing to do with WordPress, its themes, or its plugins. Take a look at this post:

    http://blog.kjodle.net/2013/07/04/troubleshoot-your-wordpress-blog/

Viewing 10 posts - 991 through 1,000 (of 5,839 total)