sylvain.d
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Add a div to every nav menu itemI’m not really sure… my logic was since I didn’t want the image to appear inside the list item element but above it, I needed a div I could later position and give a background-image.
Is there a better way to do this?
Thanks
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Add a div to every nav menu itemNot really, I’m hoping to create png with transparency that would go over part of it.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Add a div to every nav menu itemI should have specified I’m using a child theme. I want the image to appear in the header over the navigation menu
Forum: Themes and Templates
In reply to: [Theme: Twenty Thirteen] navbar colornevermind… I had a conditional @media that wasn’t closed properly further up my stylesheet
Forum: Themes and Templates
In reply to: [Theme: Surfarma] color change on rsswidgetHi!
You should try
#sidebar-home .widget a { color: #fff; }Let us know how if it works
Forum: Themes and Templates
In reply to: Installed Theme isn't appearingHey!
This can happen if the theme was contained in a sub folder in the zip file. Make sure you have something like this in your file manager
/themes/PurchasedThemeFolder/style.css
Basicly for a theme to register in wp it needs to find a style.css file in the first level of a theme folder
Forum: Themes and Templates
In reply to: Images menu not aligningThanks for the suggestion but i’ve been looking at it for a good part of the day and i’m still stumpped. It looks like it’s my block link that is continuing all the way to the side of the page but I wasnt able to fix it.
Hi!
It’s not a single thing… here are a few of them
Need to modify this image http://thecoralpath.com/wp-content/themes/MyHobby/images/background.png
Need to change the color code on line 82 as well as the 2 associated images http://thecoralpath.com/wp-content/themes/MyHobby/images/pagenav-right.png and http://thecoralpath.com/wp-content/themes/MyHobby/images/pagenav-left.png
Line 221 for the color and the image http://thecoralpath.com/wp-content/themes/MyHobby/images/navarrow.png
Also change the color on line 203 and 553
Hope it gets you started!
Forum: Themes and Templates
In reply to: Padding unwanted/trouble with positioningHey!
You have 2 div sharing the same id “wrap2”. I’m not sure what you were trying to accomplish but if you rename the second one on to something else it seems to fix 150px to the right thing.
I hope it helps.
Forum: Fixing WordPress
In reply to: "Allow Comments" option not showing up in my adminThere is an option to make the option appear. It’s under screen option in the top right corner of the dashboard
Forum: Themes and Templates
In reply to: [LightWord] [Theme: Lightword] How to remove the menu?In your child theme or in your style.css file you can change line 41
#header { height: 113px; }and reduce the height to what you want
Forum: Themes and Templates
In reply to: Raise contentyou have an empty div where your navigation bar should be but it has an actual height. If you don’t intend to have one you can just delete it.
<div id="topnavigation"></div>or you can add this line of css to a child theme
#topnavigation { display: none; }Forum: Themes and Templates
In reply to: Raise contentyou’ll need to give some more detail if you want to get some worthwhile answer. Like the theme you are using or even better provide a link to you website
Forum: Themes and Templates
In reply to: I really need some helpMaybe i’m a bit paranoid but i like to keep everything on my own server. You can either use FTP or file manager on your server to upload it or if you are not familiar with those you can create a post do as if you wanted to insert you logo in that post and instead of clicking insert just copy the link above.
Forum: Fixing WordPress
In reply to: Separate Boxes for Post ExcerptsI’m using chrome 14.0.835.163 m and I have no idea what is causing this.