Forum Replies Created
-
Mod
This this css:
.sfsiplus_norm_row {
padding-right: 15px;
}Mod
In reply to: Install Issues – trying to find answers and failing horribly
July 30, 2015 at 6:26 pm #45175Are 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
In reply to: Install Issues – trying to find answers and failing horribly
July 30, 2015 at 5:37 pm #45173You mean when you go to Appearance >> Menus >> Theme Locations, you’re not seeing something like this:
?
Mod
In reply to: Install Issues – trying to find answers and failing horribly
July 30, 2015 at 4:36 pm #45171Is the Graphene Neo Helper plugin installed and activated?
Mod
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.phpfile 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
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
FWIW, I just tried this in localhost with a couple of different themes and had no problems.
Mod
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
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
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.
