frosken
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?Hello,
You need to replace the navigation code in your header file with the following to accomplish what your trying.
<ul> <?php wp_list_pages("depth=3&title_li="); ?> </ul>
Then you need to put the appropriate styling on the dropdown menus! Please enter that code replacing your old navigation, and i will see if i can put some styling on your sub navigation ??
Sorry for the confusion, suddenly it came clear to me what you wanted wafter your last explenation.
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?I am sorry, can you take a screenshow of your page, and mark where you want the dropdown to appear in paint etc?
I am still very confused on where you want the dropdown located.
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?I am still a bit confused where you are trying to locate this dropdown, but currently your dropdown is appeared on the sidebar next to the “Categories” list.
Forum: Fixing WordPress
In reply to: Category questionHELLo,
I assume your using pages to accomplish what your doing at the moment? Are you using a special template for the pages file or?
If so, please paste the code your using to retrieve a list of the posts on your blog.
Forum: Fixing WordPress
In reply to: Arras Theme – changing the header colorI don’t know if you sorted this! But in your style.css find the following code
#header { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#1E1B1A none repeat scroll 0 0; border-bottom:5px solid #383332; padding:0 0 15px; }
And edit the
background:#1E1B1A none repeat scroll 0 0;
With a new #FONT color to change the background color of the header.
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?I assume your theme is using / supporting widgets? If you go to your “Appearance” tab and click “Widgets” then you will be able to drag a widget named “Categories” to the sidebar on the right of the screen, from there you can tick a box to show the categories as “Dropdown”
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?Hello,
Have you tried the categories widget and set it to dropdown in their setting?
Forum: Fixing WordPress
In reply to: Picture not showing up as thumbnailYou need to install and activate the Post-Thumb Revisited plugin that came with your theme.
According to your theme documentation, then you must create a custom field within the post, where they key name is “thumb_home_img” and the value is the name of the image, for an example “test.jpg”, all these images needs to be stored in “wp-content/themes/tma/images/thumbs/”
Make sure that the thumbnail has the dimensions of 48 x 48..
This is a terrible way to do this by the creator of the theme, should have used a automatic thumb generator plugin to get the thumbs made.
That should do the trick ??
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?Do you want all pages to be listed as a dropdown? Where Subpages are included in a dropdown? Or do you just want the subpages in a dropdown when your in a spesific page?
Forum: Fixing WordPress
In reply to: Arras Theme – changing the header colorMost likely in your style.css file, do you have a link to your blog?
Forum: Fixing WordPress
In reply to: Category questionIs this on the main page or in a different url? Please provide a link to your Blog and where you want to exclude the Media category.
Forum: Fixing WordPress
In reply to: Get a post to now show up on main blog page?You may install this plugin
It allows you to choose what categories to exlude from the Main Page, Feeds and Archives… Requires no modification to the templates, simply upload and activate.
Forum: Fixing WordPress
In reply to: Picture not showing up as thumbnailCould you let us know the URL to your blog, easier to help you that way.