Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Would like to add icons in header

    #45211

    This this css:

    .sfsiplus_norm_row {
    padding-right: 15px;
    }
    Mod

    Are you on multisite? If so, is the helper plugin network enabled, and activated on the site in question?

    (For some reason, I seem to remember that you were running multisite. I may be mistaken, however.)

    Mod

    You mean when you go to Appearance >> Menus >> Theme Locations, you’re not seeing something like this:

    Wi2jPfH.png?

    Mod

    Is the Graphene Neo Helper plugin installed and activated?

    Mod

    In reply to: Would like to add icons in header

    #45209

    Okay, I think I have it figured out:

    Add the plugin to the header:

    If you are using a child theme, copy Graphene’s header.php file into your child theme folder.

    On line 106, add <?php echo DISPLAY_ULTIMATE_PLUS(); ?> (you should see <?php endif; ?> just above it and <?php do_action( 'graphene_header' ); ?> just below it.

    (Alternately, if you are using a PHP widget, you could activate Graphene’s header widget, drag a PHP widget over to it, and add the above code to it.)

    Position the icons:

    Add this to cuscom CSS:

    .sfsiplus_norm_row {
    float: right;
    min-width: 25px;
    position: relative !important;
    }

    .sfsi_plus_widget {
    bottom: -120px;
    min-height: 55px;
    position: relative;
    right: 0;
    }

    Works in localhost; your mileage may vary. Also, if you are using a different header height, you may need to play around with value for bottom.

    Mod

    In reply to: Text alignment automatically (center) in post

    #45224

    Add this to custom CSS:

    .entry-content p {text-align: center;}

    That said, centered text for the body of a post is usually considered poor design, as it is more difficult to read than text which is aligned to the left, since your eyes have to return to a different point on the page each time.

    Moved to Support.

    Mod

    In reply to: Unable to crop images in media library

    #45220

    FWIW, I just tried this in localhost with a couple of different themes and had no problems.

    Mod

    In reply to: Unable to crop images in media library

    #45219
    Quote:
    It was suggested that this might be a conflict with the theme/Wordpress since the update. Is anyone else having this issue? And how can it be addressed?

    AFAIK, Graphene doesn’t do anything with the media uploader/editor in WordPress, so it is most likely a WordPress issue. To test this, temporarily switch to the default theme (TwentyFifteen) and try cropping again. If the problem remains, it’s a WordPress issue, and should be reported on the WordPress forums.

    Moved to Support.

    Mod

    In reply to: Would like to add icons in header

    #45207

    Wow, that plugin is huge. I’ll download it and take a look at it tomorrow. (I’m a few hours ahead of you.)

    Mod

    In reply to: Is it possibe to have a secong blog type page ?

    #45216

    Every single tag, category, year, month, and day has its own archive page in WordPress. So you could use the category reviews, and then just link to that category.

    Here’s a link to to a category archive (“WordPress”) on my blog:

    http://techblog.kjodle.net/category/wordpress/

    As you can see, Graphene makes use of Category descriptions (a much underused feature by most WordPress users, if you ask me), so it can almost be like a “sub-blog” within your blog if you link to it.

Viewing 10 posts - 271 through 280 (of 5,839 total)