Post title placement

Posted in: Newspaper
Post count: 23

I need to move the post title. It is showing up on top of my custom ad at the top of the screen.

All I want to do is have it sit above the top image in the post….Seems like a custom .css edit is needed?

Post count: 22421

Hello,
Unfortunately it is not as simple as that. You will have to specify which post template you use, because all of them are different . The PHP files will need to be edited in order to change the title position.
Please provide more details (post template, and screenshot) so we will be able to assist.
Thank you!

Post count: 23

I am using the “From Panel” template. I arranged everything else the way I like it, and then saved it with a custom template name (“standard posts”).

I just really don’t want it above the big ad on the top of the screen. It would look better above the article.

Thanks!

Post count: 22421

Hi,
If it’s a custom template, i cannot provide a solution for it as i do not know how you set it up. You will need to access the template file like for example: http://screencast.com/t/xIpSCsYgL and move the position of the title. The article top ad is usually displayed below the post title. http://screencast.com/t/CfFravMVfSVB
Provide a link or a screenshot so we know how you want the title.
PS. the from panel option gets the post template from the theme panel so you did not specify which template you used in the theme panel.

Thank you!

Post count: 23

I’m really not sure how to find out which template I started with because it’s just a custom template now set to ‘from panel’ , but I will keep digging around to see if I can figure it out.

View post on imgur.com

View post on imgur.com

View post on imgur.com

— hopefully these screenshots above help

THANKS

Post count: 23

I figured out a workaround

Post count: 22421

Glad you solved it.

Post count: 23

I am still having problems. Hopefully you can help with the screenshots I have posted. I understand what you are saying, I am just having problems figuring which php file to edit.

Post count: 22421

Hello,
I see you used visual composer on posts. You can change the post template if you wish from the post settings.
You are placing the ad in visual composer inside the content. You cannot move it above the content from the files if you use it like this. What you can do is edit the default template (i assume that one is specified in the panel) and add your visual composer shortcode to the file: http://screencast.com/t/dRb58PAz4
code: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]')?>
And then remove the ad box from your post as it will be picked up from the code you insert.
This will make every post that has the default template specified display the ad.
I hope this helps. If the default template is not specified in the panel you can apply the customization to the other loo-single files depending on the template specified. loop-single is the default template, loop-single-1 is template 1, so on and so forth.
Thank you!

Post count: 23

Awesome – Worked perfectly my friend. Have a nice weekend!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.