New Landing How can we help? Themeforest Theme Support Neighborhood Blog issue. Swap blog title and featured image around so title is on top

Viewing 6 posts - 1 through 6 (of 6 total)
  • #174930
    Stoaty
    Member
    Post count: 13

    Hello I am having trouble swapping the blog title to sit at the top as currently when adding a featured image to the blog post it pushes the title below.

    Screen shot attached

    Thank you Stuart

    Attachments:
    You must be logged in to view attached files.
    #174991
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide your site url to that page?

    You need the blog title over the image, can you provide a mockup image to see how it should look like to see what can we do.

    -Rui

    #175216
    Stoaty
    Member
    Post count: 13

    Hi, yes the site url is
    https://www.ukcyclecentre.co.uk/blog/

    We just want to swap the title ‘UK Cycle Centre’s Blog is now live!’

    above the image.

    Thank you

    #175280
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit single.php file.

    Find this code:-
    <?php if ($full_width_display && $media_type != "none") {
    			echo $figure_output;
    		} ?>
    
    Change with:-
    <?php if ($full_width_display && $media_type != "none") {
    			echo $figure_output;
    		} ?>
    
    <h1><?php the_title(); ?></h1>

    You need to use this custom css code also:-

    .single-post .page-heading{
    display:none !important;
    }

    Thanks
    Mohammad

    #176806
    Stoaty
    Member
    Post count: 13

    Hello, this fix did nothing, the header title is still on the top. Could you please look into again.

    Thank you

    #176816
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail.

    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register