WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: INSERT GALLERY BUTTON NOT WORKING!!!Try typing it in yourself? [gallery]
Forum: Fixing WordPress
In reply to: Where to control the logo image size?A link to your site would get a better answer…
But to control the size you would need to edit or create a CSS class for the logo. Or change the actual image size.
Forum: Fixing WordPress
In reply to: Suppress display of directory name in address barHow would you lose shares? Just curious.
Forum: Fixing WordPress
In reply to: Suppress display of directory name in address barI would just move it to root out of the subdirectory and you wont have that issue.
Forum: Fixing WordPress
In reply to: Need to change main Home picture for my law website?Looks like you have a static page as homepage. Look at settings->reading and see if there is a page set as front page. If so find that page and edit it.
Forum: Fixing WordPress
In reply to: Link categories to pagesAhh in that case you should seek support through their website since it is a premium theme.
Forum: Fixing WordPress
In reply to: Link categories to pagesHard to see without seeing your site but at first thought, you’re not posting under multiple categories?
Forum: Fixing WordPress
In reply to: Image don't show next to header on inner pagesChange your code to
<img height="127" src="http://www.rantonuk.org.uk/rant2small.jpg">and this should work. You just can’t have the filename because whats you move off the homepage it looks for the filename in the current folder, which it wont exist.
Forum: Fixing WordPress
In reply to: Resize sidebar length on themeSince it is a premium theme you need to ask support from where you bought the theme. We don’t offer support for that vendor.
Forum: Themes and Templates
In reply to: Changing colorsWould need a link to your site or a working demo to answer your question.
Forum: Fixing WordPress
In reply to: Migrated site now server error, permalink issuesDid .htaccess transfer?
New how limitations maybe?Need more info to help.
Forum: Themes and Templates
In reply to: Repeating ImageThat’s the hard part and I’m not sure an easy way to tell you. It would probably take me 30 minutes to do it so I’m sorry but can devote that kind of time to your issue.
But what I think you need to do is slice that image into each individual image and then make different classes so when that one is hovered over only that single pic will show. There’s probably an easier way, but I’m not sure.
Forum: Themes and Templates
In reply to: Repeating ImageAdd
#topnav { background: url("images/menu-a-bg.jpg") no-repeat scroll 0 15px transparent; }Remove the background line from here
.sf-menu > li { background: url("images/menu-a-bg.jpg") no-repeat scroll 0 15px transparent; padding-top: 15px; }Forum: Themes and Templates
In reply to: Repeating ImageYour image is being generated on LI and not UL. You need to assign that image to that class and removed it from LI or it will repeat.
Forum: Fixing WordPress
In reply to: add administratorNot sure what instructions those were. You should be looking for something like this
http://www.wpbum.com/how-to-manage-users-in-wordpress.html
That will show you how to add users to worpdress and give them the permissions.