WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header turns black after page finishes loadingIn style.css find
.topbg { background: url("img/top_bg.gif") repeat-x scroll center top transparent; height: 180px; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }Remove the z-index line.
Forum: Fixing WordPress
In reply to: Is it possible to make a website like this on WordPress?I’m sure you can but it’s going to require a custom plugin since I doubt anything like that already exist.
Forum: Fixing WordPress
In reply to: Header turns black after page finishes loadingA slow loading website where it displays correctly but then later loads more CSS that overwrites it.
A link to the site we should be able to help.
Forum: Themes and Templates
In reply to: Bookmark and nice title tagsYou need to post it again after you read the rules and post it using pastebin.
Forum: Themes and Templates
In reply to: Bookmark and nice title tagsThe best title tag for a theme is one that uses keywords that best identifies what is contained on that page.
Forum: Themes and Templates
In reply to: Need some help with padding change in CSSThe above will change it to 100% for all pages though. I believe she only wants the gallery page and the rest stay the same.
Forum: Themes and Templates
In reply to: Need some help with padding change in CSSYour content is only showing 68% width. So you need to be able to find the whatever template you are using and create a new class to put it at 100% (which will give you 8 across).
Looks like you are using a custom theme so I cant really help you to how to go about doing it all without logging in and seeing your layout, sorry.
Forum: Fixing WordPress
In reply to: Remove Blank SidebarI downloaded the theme and I am looking at the different templates and it has
full-width-portfolio.php
single-portfolio.php
content-portfolio.phpWhich leads to me believe there is a template option you cal select Full Width Portfolio.
If you dont see that on the edit page then go to screen options and make sure page attributes is checked. Then look again.
Forum: Fixing WordPress
In reply to: Remove Blank SidebarWhen you edit that page below the publish button there is dropdown for picking the template. Might say default, portfolio, ect.
What does yours say and is their a full option?
Forum: Fixing WordPress
In reply to: Remove Blank SidebarOn that page do you have a template called fullwidth or something like that? Or are you already using a portfolio template?
Forum: Fixing WordPress
In reply to: Broken imagesLooks like all your images didnt transfer or something.
http://www.livinglaughinglosing.com/wp-content/uploads/2012/
In that post you linked to your images are
http://livinglaughinglosing.com/2012/03/wpid-imag1378.jpg
Which is odd to begin with because it should be
http://livinglaughinglosing.com/wp-content/images/2012/03/wpid-imag1378.jpg
But either way the images are not there and I dont know where they would be. Might be gone..
Forum: Fixing WordPress
In reply to: Protected PagesI’m out of ideas without actually logging in and looking at it, sorry.
Maybe someone else has seen this before.
Forum: Fixing WordPress
In reply to: Images not uploading/URL loader not working eitherDo you get an error when you try?
Can you add it manually via FTP?Forum: Fixing WordPress
In reply to: Header ImageYou do it through header.php and style.css
So add them image.
Put html code in header.php for the image
Add the CSS needed in style.css
Dance a jigForum: Fixing WordPress
In reply to: Protected PagesYou dont need to delete them and you wont lose anything.
You are just activating the default theme and testing. Once you activate the theme you are using back you will see you didnt lose anything.