Wordpress Sitebar At Botton

Pages: 1, 2
free web hosting
Open Discussion > CONTRIBUTE > The Internet > Web Design

Wordpress Sitebar At Botton

Hafdis
Hi

jlhaslip! i have upload all the files and get this this http://www.koddinn.com

Reply

jlhaslip
That is because the #content div needs to be placed after the #navigation div in the source of the html file (so that the float works properly).

Compare the files and you will see what I mean.
In the sample you post, the #content is before the #navigation in the Source code. My sample is a different code structure than yours, I think.
The floats are removed from the normal flow of the page and then put back into the page according to the floats and contained by their width attributes, so when the posting you have is positioned in the code first, it assumes the full page width and then the Navigation is placed below it. Reverse their positions in the source and it behaves differently. Or should. smile.gif

*edit*

Here is a simplified version of your page which might be easier to understand. The Topic contains more information explaining the set-up you need to understand.

http://www.trap17.com/forums/index.php?s=&...st&p=314404

 

 

 


Reply

Hafdis
HI

this is working fine, but how do i split this to the right files, header.php footer.php sidebar.php index.php

Reply

jlhaslip
That I don't know. I have never dealt with Wordpress and their methods. I usually write my own in php. I am familiar with how I would do it, but they are likely different in their methods.

Perhaps another member will come along and explain how to split them up into the includes that Wordpress needs.

QUOTE
i am Carpenter smile.gif

Me too...

Reply

Hafdis
Yup, i have been working as Carpenter since 1980, building houses, kitchen and more. Now i am rebuilding my house, so many kids, need more rooms, smile.gif

got this !

The gallery uses the fim_photos.php template. For any theme that you use, you have to get fim_photos.php to look like the structure of that theme.
You're done with installation. Now you need to customize.

this is the fim_photos.php
CODE
<?php define('FIM', true); ?>

<?php include("../../../wp-blog-header.php"); ?>
<?php require_once("functions/fim_functions.php"); ?>

<?php get_header(); ?>

<div id="content" class="narrowcolumn">

        <div class="entry">
            <?php echo fim_get_the_content(); ?>
        </div>    
</div>
<?php get_sidebar(); ?>

<?php get_footer(); ?>


how do i let it look like the structure of the theme i am using.?

Reply

Hafdis
New info wink.gif

the fim_photos.php use its own default template structure. you need to tweak that default structure to match the structure of whatever WordPress theme you're going to use.

For example, fim_photos has <div id=\"content\" class=\"narrowcolumn\">. My Basic Concept theme doesn't have that.

so, dry.gif

Reply

Blessed
Can i get Wordpress for free ??

Reply

Hafdis
yes its free

http://www.wordpress.org

Reply

Hafdis
ok lets try again...

see here http://www.koddinn.com/myndir

i got the sidebar to the right, now i need to move it up, here is the code

CODE
<?php define('FIM', true); ?>

<?php include("../../../wp-blog-header.php"); ?>
<?php require_once("functions/fim_functions.php"); ?>

<?php get_header(); ?>

<div id="content" class="narrowcolumn">

                    <div class="entry">
            <?php echo fim_get_the_content(); ?>
        </div>
        <div class="main-narrow">

            <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
            
                    <?php the_content(); ?>
    
            
            <?php endwhile; ?>

            <?php include (TEMPLATEPATH . '/browse.php'); ?>

            <?php else : ?>
            <div class="post">
                <h2><?php _e('404 Error: Not Found'); ?></h2>
            </div>
            <?php endif; ?>

        </div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

Reply

michaelper22
This is similar to what has to be done to get my WP Ultimate Static Front Page technique to work properly. Within the index.php template, look for the code from the beginning of the file until you see something like this:
CODE
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

Copy everything above that line, and replace this code in fim_photos.php with the copied code:
CODE
<?php define('FIM', true); ?>

<?php require_once("functions/fim_functions.php"); ?>

[b]PASTE THE COPIED CODE HERE[/b]

<div id="content" class="narrowcolumn">

        <div class="entry">
            <?php echo fim_get_the_content(); ?>
        </div>    
</div>
<?php get_sidebar(); ?>

<?php get_footer(); ?>


Now look for the code after this:
CODE
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>


Copy everything after that, and replace this code:
CODE
<?php get_sidebar(); ?>

<?php get_footer(); ?>

With the code you just copied.

If anyone feels that there is something missing, let me know. I'm a bit tired right now, and might be a bit off.

Reply

Latest Entries

Hafdis
thx

Reply

michaelper22
No problem. If you ever need help in the future, just let me know and I'll be right there.

Reply

Hafdis
Thats it, thx for helping me out smile.gif

Reply

michaelper22
If I got this right, this code (that you should place in fim_photos.php) will do the trick.
CODE
<?php define('FIM', true); ?>

<?php require_once("functions/fim_functions.php"); ?>

<?php get_header(); ?>
        <div class="main-narrow">
        <div class="entry">
            <?php echo fim_get_the_content(); ?>
        </div>    
        </div>
<?php get_footer(); ?>

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. wordpress sitebar - 577.80 hr back. (1)
  2. fim_photos style.css problem - 870.53 hr back. (2)
Similar Topics

Keywords : wordpress, sitebar, botton

  1. Combine Mediawiki And Wordpress
    (1)
  2. Cutenews Vs. Wordpress
    What is best, and what would you recommend? (7)
    Hi, so I need some help. Some of you might now that I am struggling to get my blog/site up and
    going, but I have made some progress in the last couple of days. I have tried my best not to "fall
    off" and currently I am so excited and I am putting all my time and energy into my project. Even
    though it is not noticeable for you, I have done some stuff. Now I am wondering what to choose.
    CuteNews or Wordpress? I am quite familiar with CuteNews, but many people claims Wordpress to be
    better. Because I have worked with CuteNews before this would be easier for me. What are t....
  3. Wordpress Vs Movable Type
    (0)
    What do you generally think about Wordpress and Movable type as blogging platforms. With what
    platform are you more comfortable with, which one has more options, which one is more newbie
    friendly? I don't have experience with movable type, but wordpress.org is to me a much better
    alternative (I use it on my self hosted blog on trap17). Tell me your experiences. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Thanks.....
  4. Wordpress Error - Bytes Exausted [resolved]
    NextGEN Gallery (7)
    Hey, I have just gotten my blog up and migrated it from my own webserver. I have fixed up most
    problems but one issue remains. When I try to upload an image to NextGEN Gallery I get and error
    when it tries to generate a thumbnail. QUOTE Fatal error: Allowed memory size of 33554432 bytes
    exhausted (tried to allocate 1992 bytes) in
    /home/samlock/public_html/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php on line 183
    It does it for EVERY image size, so it's not because of a big image. Help, please.....
  5. Wordpress Categories Disappear
    (5)
    This problem has happened to both my wordpress blogs hosted with trap17. I made some posts and
    assign them to different categories but a few days later, the categories disappear and all my posts
    are automatically placed in the Uncategorized category instead. I believe this is not a unique
    problem because I've seen some info about this on the wordpress support website. However, there
    doesn't seem to be a single solution to it. I've tried repairing my database but it
    doesn't help. I've got the latest version of wordpress. Anybody got any suggestions? Th....
  6. Wordpress Upgrade Notification
    (7)
    Attn: Moderators of computinghost & Trap17 Wordpress blog software in most of the servers is not
    updated in most of the times. Whenever it gets upgraded on wordpress site but not on fatastico, i
    have managed to send PM or Ticket and then reported to upgrade the version in fantastico.So
    everytime whenever it gets updated, i have to create ticket or PM to notify. is there anyway we can
    automate this task? Currently, The wordpress version on iota server is not updated(its on 2.2.3),
    so i'm requesting for the upgrading it.As well as to any other version in future.....
  7. My Minimalist Wordpress Theme
    I need feedback (7)
    As the title says, it is minimalist, so don't expect fancy graphics and a stunningly beautiful
    site. The theme is called 'MiniMoo', inspired by the use of Mootools 1.2 There is ajax
    functionality for only paging. The only reason why not the entire theme is ajaxed is due to
    analytical purposes. Have a play with it and do not hesitate to let me know what you think:
    http://limetouch.com/archives/minimoo-mini...ordpress-theme/ ....
  8. Review My Wordpress Theme
    (7)
    I have just completed my WordPress theme and I hope you can help to give me your feedback and maybe
    squeeze some bugs out. Here it is: http://limetouch.com ....
  9. Wordpress Backup For A Server Move
    backing up a Wordpress site (2)
    i have question: how can we backup wordpress from fantastico...is it possible to backup and move
    it to new host if you want?....
  10. Wordpress 2.5 Released
    (3)
    The latest version of Wordpress is out now with a new UI and a lot more features. the recent
    release is Wordpress 2.5, download it from here the new release includes the following features,
    * Cleaner, faster, less cluttered dashboard * Dashboard Widgets * Multi-file upload with
    progress bar * JPEG : EXIF extraction * Search posts and pages * Tag management * Password
    strength meter * Concurrent editing protection * Few-click plugin upgrades * Friendlier visual
    post editor * Built-in galleries * Salted passwords - impossible to bruteforce * Se....
  11. Blogger Vs. Wordpress
    (4)
    I've been using Blogger off and on for about 6 months, but I've recently became more serious
    about the direction I'm going and I'd appreciate some input on a few things. From the
    perspective of a guy who isn't up to speed on programming does it make sense to switch to
    Wordpress.org if I want to accomplish the following. 1) Create a website address brand without
    having the annoying blogspot.com in my address name? Perhaps I can buy an address and forward it to
    blogger. 2) If I switch to wordpress.org and find a hosting service is the site building....
  12. Wordpress Login Trouble [resolved]
    It says something about cookies. (8)
    Whenever I try to login to my newly installed Wordpress account, it gives me this message at the
    top: Warning: Cannot modify header information - headers already sent by (output started at
    /home/a0123b56/public_html/wp-config.php:29) in /home/a0123b56/public_html/wp-login.php on line 12
    Warning: Cannot modify header information - headers already sent by (output started at
    /home/a0123b56/public_html/wp-config.php:29) in /home/a0123b56/public_html/wp-login.php on line 24
    And then when I ignore that and try to login, it says that either cookies are blocked or your brow....
  13. Wordpress Problem [resolved]
    (5)
    Hello guys, hope this is the right place to post it. It's probably me being dumb, but I'm
    having a problem with the wordpress installation. AS many of you know, the installation process is
    rather simple but I can't find a small detail. The only things I have to complete in order to
    get the platform going are the following: define('DB_NAME', ' ???????????'); //
    The name of the database define('DB_USER', 'arkan'); // Your MySQL username
    define('DB_PASSWORD', 'mypassword'); // ...and password define('....
  14. Need Help Related To Wordpress...
    (1)
    Hi. I am new to wordpress. I am using blogspot currently.... That's not why i am here. I am
    in need of some help... I have a domain www.computerkindness.org. A small non-profit organisation
    for helping sudents. I have setup a weblog to document our activities and to hopefully also
    encourage our participants to log comments on the activities of the foundation. Rather then just
    have links between our web site and our wordpress weblog it would be great if we could just set up a
    sub domain. Exactly who do I go about creating the sub domain and linking it to our ....
  15. Wordpress Blog Help
    wordpress blog help (5)
    I have already built a blog at wordpress.com .Now I want to know that is it possible to have that
    blog at wordpress.com here in my trap17 website. ....
  16. Wordpress [resolved]
    so much for the 5 minute installation... (8)
    well, to be honest, i do not think this has lived up to its expectations. everyone says wordpress
    is the best blogging system, however it doesn't seem to be working out all that well for me...
    firstly, i downloaded all the files, uploaded them to the web folder, chmodded them appropriately,
    made sure that i had filled in all of those things such as mysql database details properly... i
    remember thinking: 'wow, that really was an efficient installation! that took me even less
    than 5 minutes!' all was well until i started writing entries and customis....
  17. Building The Perfectly Optimized Site Using Wordpress,seo
    (0)
    I have 2 blog and the 2 run on wordpress.The amazing thing about wordpress is the you get a variety
    of free templates. QUOTE In the past few years WordPress has become the standard blog publishing
    platform because of its ease of use, rich feature set, available plugins, and standards compliance.
    Of course, the fact that it’s free and open source hasn’t hurt either.While developers
    have flocked to using WordPress as their blogging platform of choice, it’s often overlooked as
    a content management platform for non-blog sites. WordPress allows you to cre....
  18. Wordpress On Subdomains
    (3)
    Hi Im hosted with computinghost.and im looking for wordpress installation in subdomain.I know how
    to add ubdomain in control panel but i dont know how to add wordpress to it.i dont want to link
    wordpress at some root level folder like dominadress/folder i want to do it with subdomain.how to do
    it? I saw it done on the site blog.kirupa.com but i dont know how to do it. is there any way to do
    it? how to do it? can anyone help? thanks in advance.....
  19. Wordpress Contact Form That Work With Free Web Hosts
    (1)
    Hi there, I had a bit of trouble setting up the wp-contact-form plugin for my wordpress blog that
    was hosted by freehostia. At first I was using the free package, so I couldn't send out any
    mail. I solved that by saving all messages to a directory, and password protecting it. When I
    updated to a payed package, I still couldn't send out any mail. It turned out that the From
    header had to be an existing email that I had registered with my freehostia account, and
    wp-contact-form used "From: " I solved that by modifying the plugin, changing From to the
    administrat....
  20. Simple Kontera Integration Into Wordpress
    (0)
    Hi there, I just made a plug-in that some of you might be interested in. See here for more details:
    http://www.krizka.net/2007/08/26/new-wordp...ra-integration/ It automatically generates the
    Kontera Ad Code, which is configurable through the admin panel, and inserts it at the bottom of the
    blog. The advantage that it has over Rodney Shupe's Kontera ContentLinks / MIVA InLine Plugin
    is that in my plug-in you can specify which posts to omit kontera ads from. I did this because
    PayPerPost requires you to remove any ads that will overlap the content of the post, an....
  21. Wordpress Error : Warning: Cannot Modify Header Information
    (5)
    are there any wordpress users here, if so please post up, I have some questions and you guys might
    be abele to help....
  22. Wordpress Theme
    Tell Me What You Guys Think (0)
    I have been working on a new WordPress theme for my blog, right now I am just going about the JPEG
    mockup of how it will look like, so don't get too excited yet. The development stage has yet to
    be worked on. Right now, this is what I have. I feel something is lacking in my bottom though, can
    I have some suggestions please? The mockup JPEG is attached /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  23. Wordpress Help [resolved]
    noob (4)
    I'm very very new to Wordpress and have been following some tutorials on how to install
    it.....but I can't get past this one part. I've done everything i've been reading
    (changing the wp-config.php file so that it reflects my database) and things like that but can't
    figure out how to get it working. If anyone can possibly help me out either on here, through e-mail
    (swalmmd@yahoo.com), or on AIM (sn: itrainmonkeys) that would be great. When I go to the wordpress
    install page I get error messages: jttp.trap17.com/blog/ That's the page but....
  24. Need Help Installing The Newest Release Of Wordpress.
    (5)
    Hi, I'm trying to install Wordpress 2.2 which is the newest release and I'm getting issues.
    The wordpress 2.2 zip file came with a readme that had these instructions: QUOTE
    Installation: Famous 5-minute install: 1. Unzip the package in an empty directory. 2. Open up
    wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection
    details. 3. Save the file as wp-config.php 4. Upload everything. 5. Open /wp-admin/install.php in
    your browser. This should setup the tables needed for your blog. If there is an error, doub....
  25. Adsense Manager Plugin For Wordpress
    New plugin for adsense (0)
    Adsense Manager is a new Wordpress plugin to help manage Adsense ads on your blog. While other
    plugins require you to copy and paste code from the Google Adsense site, Adsense Manager generates
    the code automatically for you. You can modify Ads right from your Wordpress admin panel - change
    colours, type and size of ads with a push of a button. On Wordpress Widgets enabled blogs you can
    also drag the Ads around your Sidebar to position them as you like. Sidebar Modules (as used in
    the popular K2 theme) are now also supported. Download the latest version --> htt....
  26. Installing Wordpress [resolved]
    (2)
    I am new to mysql and PHP. I wanna start a blog site using wordpress. Could anyone help me on how to
    install wordpress on my trap17 subdomain. Thanking you in advance....
  27. Is There A Multi-wordpress
    (1)
    I've searched about a plugin of a WordPress that can make members like admins and with a
    subfolder like 'www.wordpress.com/username' but I didn't find it ... anyway ..I
    don't know if it exists but if someone knows it ??!!! /rolleyes.gif"
    style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
  28. Wordpress 2.1.1 Are Dangreous
    wordpress 2.1.1 are dangreous (7)
    wordpress 2.1.1 are dangreous you must upgrade to wp 2.1.2 because 2.1.1 are critical error.....
  29. 5 New Wordpress Plug-ins & Widgets By M^e
    :D (4)
    A bit of self advertising /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="biggrin.gif" /> I've been dabbling in WordPress plug-ins for a while now and have
    successively come up with quite a few. Here's the list so far. If you find them useful, feel
    free to grab them off my site and use in your own blog. Some of them are Sidebar Widgets , which
    means you'll need a widget enabled theme for WordPress. The others are simple plug-ins meant to
    perform other tasks. Here's the list... GARR (Google AdSense Referral Rotator) - A ....
  30. Mice With Only One Botton At Apple, Finished.
    Compatibility with: MacOS X & windows. (20)
    - I am going to tempt to wake up the memory of oldest among you. You remember
    the exit of the first Macintosh, at Apple . How could you have forgotten this funny mouse,
    "innovante" for the time, dressed of only one thick button on its superior part, who produced a
    small particular click (whose sound reasons again in my ears)? This revolution
    that Apple had introduced in the world of the data processing has the house was going to become the
    contraption of your daily, and to arrange itself as a matter of course to quote them of th....

    1. Looking for wordpress, sitebar, botton

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for wordpress, sitebar, botton

*MORE FROM TRAP17.COM*
advertisement



Wordpress Sitebar At Botton



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE