• Resolved madamesalsa

    (@madamesalsa)


    I tried code from Alchymyth
    http://www.transformationpowertools.com/wordpress/multi-column-wordpress-template

    I have post the code to http://wordpress.pastebin.com/Ec8pQTRS I do offline so i cannot show you my URL as i haven’t upload it. Those code should work perfectly to call category but as I said above it shows to
    _____________________title & thumbnail_______________________
    _____________________title & thumbnail_______________________
    __title & thumbnail__ __title & thumbnail_
    __title & thumbnail__ __title & thumbnail_

    instead of
    __title & thumbnail__ __title & thumbnail__ __title & thumbnail__
    __title & thumbnail__ __title & thumbnail__ __title & thumbnail__
    __title & thumbnail__ __title & thumbnail__ __title & thumbnail__

    I tried http://wordpress.pastebin.com/CLYY2Y65 but it just shows all the posts I have (I want it to show only if somebody click the category) and everytime I change the coloumn into 4 coloumn it still shows 3 coloumn.

    oh and the css is col1, .col2, .col3, .col4 {float:left; width:150px; padding-top:10px; padding-right:5px; }

    Please anyone help me

Viewing 7 replies - 1 through 7 (of 7 total)
  • hi salsa,

    could you also paste the html code from the browser (of your local installation) into a http://wordpress.pastebin.com/ and post the link to it here.
    this might help me to see what is not working in the code.
    also, it would be great, if you could post a screen print of the site showing the arrangement of your thumbnails – for instance uploaded to http://imageshack.us/ or similar.
    thanks.

    just a thought: it cold be a css issue:

    please check your styles and make sure there is a dot before col1 to mark it as a css class:
    see right css below:
    `.col1, .col2, .col3, .col4 {float:left; width:150px; padding-top:10px; padding-right:5px; }

    Thread Starter madamesalsa

    (@madamesalsa)

    Oh, You’re a God! No wonder your logo is Buddha. btw, your code http://wordpress.pastebin.com/4PRYEbF6 said something broken on line 58. I tried to find what happen but I couldnt find it. So as you said, it’s just CSS issue and I fix it with your previous code but I am curious with Code you just gave me. I would like to try it if you know which line is broken

    btw, I still cannot change it to 4 columns instead of 3. I still cannot figure it out why, but this is lot better. anyway, this is my web screenshot http://yfrog.com/cb46901083j i dont know what html code of my browser so I can just only give you screenshot. And once again, I love you :* thank you sooooooo much

    well done.
    first:
    there seems to be not enough space for 4 columns;
    (does the fourth column appear below the others?)
    try to make the columns much narrower, and see if it will fit a fourth column.
    you might need to give a ‘margin-right: 0px;’ to the fourth column to make it fit and look good.

    second:
    the get the html code from the browser, click ‘view’ in the browser toolbar, and then ‘view source’ in IE, or ‘page source’ in Firefox.
    this should open the full html code in a new window.
    but this is not needed anymore.

    third:
    in the alternative code, i forgot to close an if-statement:
    the correction is here http://wordpress.pastebin.com/x39W1Swg

    Thread Starter madamesalsa

    (@madamesalsa)

    hey it works so much better with the last code you gave me. I have to make a revision you still forgot to put the close statement on PHP code on line 56. I fixed the correction here http://wordpress.pastebin.com/X1YSEKAC. Anyway I’m so happy especially after watching England lost 4-1 with Germany you did bring a good atmosphere to my day 🙂 Thanks so much Alchymyth, Buddhla bless you. Enjoy your day with some glasses of beer

    😉

    All the best;
    Salsa

    thank you.

    Enjoy your day with some glasses of beer

    work in progress 😉

    thanx, it works great.
    can someone help me? i would like it to have this hover effect as shown: here

    im pretty new to jquery.. thanx

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘multicolumn posts template’ is closed to new replies.