rbseid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tempera] Blue bar under imagesUnder Tempera settings>Graphics Settings>Post images border, you can choose the border style. The top middle image selects for a single line below images. It is difficult to see but I think the top left is without a border.
Forum: Fixing WordPress
In reply to: sidebar display error after adding https external linkThanks, WPyogi!
I replaced the missing closing bracket and it now works!
Forum: Fixing WordPress
In reply to: sidebar display error after adding https external linkI also just noticed that the first of the duplicated “Become a Member” buttons takes you to the same place as the “Donate Now” button.
Forum: Fixing WordPress
In reply to: large gap between gallery image rowsAdding to my style.css: .entry { overflow: hidden; } fixed it in all browsers except chrome (which ignored both the gap issue and the center align issue) and opera (which displays with correct center alignment but still has the gap).
WPyogi: I don’t know how to follow your advice. Does that involve editing the WordPress core files?
Forum: Fixing WordPress
In reply to: Need CSS for each page using custom fieldsThanks for your help!
It worked out great.Forum: Fixing WordPress
In reply to: Need CSS for each page using custom fieldsZoonini, Thanks for your help! I checked and each page does have a unique body class. The class is very long: ‘”page page-id-463 page-template page-template-portfolio-php logged-in admin-bar”‘
Do I use the entire class name in my style sheet?
Here’s a link to the site:
http://www.silkmountaindesign.comAlso, on my local server I tried embedding CSS for each page in the page editor and this also worked. Is their any advantage of one method over the other regarding page load times etc?