johnjf
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sticky footer not workingI don’t have a link to my site because I’m building it in localhost
Forum: Fixing WordPress
In reply to: Footer at the end of pagehow did you do it?
Forum: Fixing WordPress
In reply to: Footer at the end of pageI’d like some info on this also if theres a solution
Forum: Fixing WordPress
In reply to: Smooth Sliders not displaying photoslooks like this might have solved the problem?
Forum: Fixing WordPress
In reply to: Sidebar Being overlapped by footer – helpand my home.php file is this
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Sidebar Being overlapped by footer – helpHere’s an image and here’s my css
http://kingfisherwebdev.com/problem2.png
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Forum: Fixing WordPress
In reply to: Sidebar Being overlapped by footer – helpjust noticed it works fine with the amount of content. I removed the content on the home page and sure enough the same problem is happening on this page also.
I’m using local host. I think it might be a problem with my css with the sticky footer.
Forum: Fixing WordPress
In reply to: Sidebar Titles Helpsweet, that was simple lol Thanks so much for the help 😀 it works!
Forum: Fixing WordPress
In reply to: Sidebar Titles HelpThis is what my code looks like. I’m using xampp to make my theme before I upload it to my web host.
Sidebar.php
<div id="side_nav"> <div class="nav_header"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <h5>Resources</h5> </div> <ul> <li><a href="#">Lorem Ipsum</a></li> <li><a href="#">Lorem Ipsum</a></li> <li><a href="#">Lorem Ipsum</a></li> <li><a href="#">Lorem Ipsum</a></li> <li><a href="#">Lorem Ipsum</a></li> <li><a href="#">Lorem Ipsum</a></li> <li><a href="#">Lorem Ipsum</a></li> </ul> <?php endif; ?> </div><!--End of side_nav-->functions.php
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<div class="nav_header">', 'after_title' => '</div>', )); ?>the css
#side_nav { clear: both; float: left; margin: 50px 0 0 10px; padding: 0; }.nav_header { float: left; background: url("images/nav_header.png") no-repeat; text-align: left; color: #ffffff; width: 200px; height: 50px; margin: 5px auto; }Hope this helps?
Forum: Fixing WordPress
In reply to: Sidebar Titles HelpCan anyone help me please?
Forum: Fixing WordPress
In reply to: Smooth Sliders not displaying photossure that might help abit more. I’m also thinking if you have to link the images lets say for example.
<img src=”http://yourwebsite.come/slider/images/image01.jpg” width=”400″ height=”200″ border=”0″>
did you upload the images through wordpress and link it from there?
I’m was having this problem with my image slider and I ended up having to upload the images through wordpress and fix the link to link it from wordpress.
Hope I made sense? lol
PS sorry for the late reply.
Forum: Fixing WordPress
In reply to: Smooth Sliders not displaying photosDo you have a link so we can see what your talking about?
Forum: Themes and Templates
In reply to: multiple blogs pages?Thanks for the reply 😀
Forum: Fixing WordPress
In reply to: Let users add stories??so what do I have to do to make there stories show up? Do I just make a page called Fun stories and then whenever someone writes a post it should show up there? I still want normal posts to show up on the main index like news. I just want a separate page like fun stories so people can post there fun stories and it will end up showing on that page.