Jump to content
Sign in to follow this  
aoassist

Thumbnails push text into right column

Recommended Posts

aoassist

My site is: http://dev.argotandochre.com/ . I wanted a big thumbnail with the title and byline above it and the excerpt below it. I was able to resize the thumbnail but the text is now being pushed into the right column. How do I fix the alignment of the text?

Share this post


Link to post
Share on other sites
ricardo

Hi Lainya! You need more that align the text, you need to edit the template to have the elements in that order. Copy template.postloop.php from platformpro folder to platformbase and edit it first. It will be easier then to fix the rest. Ricardo

Share this post


Link to post
Share on other sites
catrina

Do you still need more assistance or did Ricardo's solution work out for you?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
aoassist

After looking at the file, I definitely need more assistance. Thanks!

Share this post


Link to post
Share on other sites
timlinson

1. You'll need to move this block of code: ` <?php if(pagelines_show_thumb( get_the_ID() )): // Thumbnails ?>

<?php endif; ?> ` immediately below these lines: ` <?php ? ? pagelines_get_post_title(); ? ? pagelines_get_post_metabar(); ?> ` 2. and then change this: ` if(pagelines_show_thumb($post->ID)){ ? ? echo 'margin-left:'.$thumb_space.'px'; } ` to ` if(pagelines_show_thumb($post->ID)){ echo 'margin-left:0'; } `

Share this post


Link to post
Share on other sites
aoassist

Thank You, Tim. While that fixed the alignment of the text, my thumbnails are now gone. The alignment is perfect, but how to I get my thumbnails to appear?

Share this post


Link to post
Share on other sites
cmunns

You may have accidentally removed the post thumb code bc I don't see the div that holds it in your markup on the page.

Share this post


Link to post
Share on other sites
aoassist

No, I did exactly what Tim's instructions were. I moved the big block of code where he said to move it and then replaced: if(pagelines_show_thumb($post->ID)){ echo 'margin-left:'.$thumb_space.'px'; } with: if(pagelines_show_thumb($post->ID)){ echo 'margin-left:0'; } The only code I removed was the code I replaced as per Tim's instructions.

Share this post


Link to post
Share on other sites
catrina

What about elsewhere in the code? Was there a DIV code that you removed (it might've contained where the thumbs are located)?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
aoassist

No, I didn't touch the rest of the code.

Share this post


Link to post
Share on other sites
catrina

If you undo the code that Tim suggested and replaced it with what was there before, do the thumbnails appear again?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
aoassist

Yes, it does. It reverts back to the thumbnails showing and the text being pushed off to the right.

Share this post


Link to post
Share on other sites
aoassist

Yes, it was still there, but I started from scratch and now it's working. I took the original file from the downloaded template and redid Tim's instructions. I'm not sure what I did wrong to begin with but it works now. Thanks so much!

Share this post


Link to post
Share on other sites
evert100

Thanx to this post is my question answered from a few days ago. Same experience. Second time successful. Thanks Tim.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×