paddyinthesun
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to reduce content widthThanks esmi, i have moved the sidebar back into the content area of page.php and you can now see how the text wraps around it.
Any ideas why this happens?Forum: Fixing WordPress
In reply to: sidebar bottom of page (again) or text wraps around sidebarHola Dave,
Do you know anyway of moving the sidebar closer to the text instead of increasing the size of the content??Ademas, muchas gracias por tus respuestas
Forum: Fixing WordPress
In reply to: sidebar bottom of page (again) or text wraps around sidebarGracias flamenco, i didnt see your post until now. I have got to the same point as you, reduce content width, float the content left.
Any ideas on why there is so much space between the content and sidebar?Forum: Themes and Templates
In reply to: how to reduce content widthThere appeared tp be a missing </div> in the page.php file. I added this and the sidebar moved to the right. I then added “float:left” to the content as esmi recommended and this has brought the sidebar back to where i want it. Now, only one more step to go.
There appears to be a lot of space between the content and the sidebar. I have tried to reduce the size of the sidebar but this increases the space between the content and sidebar.Forum: Fixing WordPress
In reply to: sidebar bottom of page (again) or text wraps around sidebarOk, now i have added “float:left” to the content and this has brought the sidebar back to where i want it. Now, only one more step to go.
There appears to be a lot of space between the content and the sidebar. I have tried to reduce the size of the sidebar but this increases the space between the content and sidebar.
Forum: Fixing WordPress
In reply to: sidebar bottom of page (again) or text wraps around sidebarI’ve found that a </div> was missing from page.php. The sidebar is now on the right but still at the bottom of the page.
Forum: Themes and Templates
In reply to: how to reduce content widthI’ve moved the sidebar out of the content in page.php. Now the sidebar is at the bottom of the page. Not sure if this is correct.
I have also tried to float the content by adding float: left; in style.css but it didn’t make any difference, the sidebar remained below.Forum: Themes and Templates
In reply to: how to reduce content widthThanks for your post esmi, can you elaborate a little.
Where does the #content markup start and end? Is this the style.css or page.php file?Forum: Themes and Templates
In reply to: sidebar not appearing in pagesAlmost there, i have added the sidebar to the correct position, however, if i have only one widget in the sidebar, the text wraps around it.
How can i ensure the text does not wrap around the sidebar?
Forum: Themes and Templates
In reply to: sidebar not appearing in pagesOk, i think the reason the sidebar is not showing is because the following code might be needed in page.php:
<div id=”sidebar”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘sidebar’) ) ; ?>I’ve added this code to page.php file but the sidebar is showing near the footer of the page. How can i ensure the sidebar is displayed on the right side of the page, like the sidebar in the posts.
Forum: Themes and Templates
In reply to: Can't remove default homeFound a way around it, just using a custom navigation menu will delete the original and therefore remove the default “Home”.
https://wpfolio.visitsteve.com/wiki/instructions/navigation-menuForum: Themes and Templates
In reply to: Can't remove default homecheers guys but there are only 2 pages showing under my admin area, both published and no drafts.
The page/link “Home proper” and “about” are the only 2 pages and links that work so i think its only the text showing on the menu, just not sure where to find it.Forum: Themes and Templates
In reply to: Can't remove default homeThanks t-p but “I’m using wpfolio”, it must be a simple method to remove the default Home tab in the nav menu, i just can’t find it and i’ve searched all through the parent and child theme.
Forum: Themes and Templates
In reply to: wpfolio – hide post text from home page, add links to imagesForum: Themes and Templates
In reply to: wpfolio – hide post text from home page, add links to imagesI worked it out. Made a static home page, added the images and linked them to the posts. Fine.
Now, on the home page nav menu, it says “HOME” in caps but on other pages it says Home. Do you know why?