Forum Replies Created
-
Mod
In reply to: I'd like to repalce the pink bars with blue in my video blog posts.
June 3, 2014 at 1:54 am #42426Moved to Support. Please post in the correct section next time.
Mod
It may be possible with a child theme, but I’m not sure if you can offset the WordPress loop in this way. Have you researched this at all in the WordPress codex?
Mod
You are not having the same problem, as you have described something completely different. Please feel free to start a new thread for your issue.
That said, this issue has been discussed many times before in this forum. Please feel free to search the forum to find solutions to your situation before posting. Often, an issue, or one close to it, has already been resolved.
Mod
Quote:I want to search by tags on posts and pages only.That is not the purpose of the default search box. It will search for your search string every place in your site.
Why not try a tag cloud?
You are embedding other companies’ websites as frames in your own website? Not a good idea.
Mod
In reply to: How to Style individual images with new image interface
May 29, 2014 at 11:07 pm #42777Quote:The new interface is asking for Image CSS Class. If I type in the above, it doesn’t work.Enter something like:
ld_imgIn custom CSS feature or child theme stylesheet:
.ld_img {
padding-right: 40px;
}Moved to Support. Please post in the correct section next time.
Mod
Have you tried disabling plugins to rule out a plugin issue?
Have you edited any theme or WordPress files?
Mod
Try this plugin:
Mod
In that case, definitely use the
before_slideraction hook widget area. Drag a text widget over to it and drop in your message. Will work like a charm.Tutorial on Graphene action hook widget areas:
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Let us know if you run into problems.
Mod
The easiest way would be to use the
before_slidercustom action hook to place something before the slider.Quote:put texture in the space on topI have no idea what you mean by this.
Mod
In reply to: Social Sharing Button Code – Facebook showing up out of alignment
May 21, 2014 at 4:50 pm #42717Quote:Add this to Custom CSS,Graphene Options >> Display Options >> Custom CSS
