Forum Replies Created
-
Mod
I am running Graphene on 5.5 and 5.6 without any problems.
Mod
Go to Customize >> Colors >> “Header Text Color”
Mod
Quote:I would delete the category and start again but I am concerned deleting the category will also delete the posts under that category,WordPress does not do this. If you delete the category, the posts in that category get moved to the “Uncategorized” category.
Are the missing categories actually subcategories?
Here is my tutorial on custom menus, if you are interested:
https://techblog.kjodle.net/2016/01/12/create-custom-menus-in-wordpress-redux/
Mod
Are you using a custom menu? You should be able to add any number of items to a custom menu in that menu location.
Mod
Quote:the color of the “Older posts «” text is a hard-to-see color gray. I’ve looked everywhere on your theme settings to try and change that color to no avail.See this post:
https://forum.graphene-theme.com/graphene-support/how-to-change-the-color-of-older-items
Quote:“Vote for your Favorite AMV on AnimeFunTV!” is also in a text color i can’t seem to find and change within the theme settings. Additionally if possible I was wondering if there was a way to center it.Add this to custom css:
.term-desc {
color: #fff;
text-align: center;
}Change the color hex code as needed.
Mod
You have an unclosed
<div>somehwere on those posts, most likely.Mod
Quote:while logged into WP, when a page opens up, WP puts a toolbar at the top of the pageI think the official name is the ‘admin bar’.
Quote:i think the graphine theme may not be taking that into account,In what way? It doesn’t really interact with themes, in my experience, as long as themes don’t interact with any back end functions or css classes or id’s.
Mod
Can you recommend a specific tooltip plugin (or two) that we can test this out with?
https://wordpress.org/plugins/search.php?q=tooltip
has 17 pages of results.
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
For your
srcattribute, try using an absolute URL, rather than a relative URL.In other words, this
http://gigaiptv.com/wp-content/uploads/2016/02/1_Primary_logo_on_transparent_234x75.pnginstead of this
wp-content/uploads/2016/02/1_Primary_logo_on_transparent_234x75.pngWordPress does not like relative URLs.
