• Resolved piyushaga

    (@piyushaga)


    Hi All, I want my featured image to come under post title and before content starts. Please guide me how i can do this.

    Another thing, i can see in theme preview at Home page there are images at top and i tried all setting but this is not working at my hand. Can anyone help?

    Thanks

    • This topic was modified 7 years, 4 months ago by piyushaga. Reason: added tags
Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Theme Egg

    (@themeegg)

    Hello Piyushga,
    Thank you for Using our themes,
    -> We have no option for feature pull down. May be we will add this feature in future.
    -> Go to Appearance >> Widgets >> Home Page Slider >> Featured Slider
    And choose category which have more than 3 post and featured image.

    If you have any further query feel free to ask us. We are always ready to help you.
    Thank you,
    ThemeEgg
    -Support Team

    • This reply was modified 7 years, 4 months ago by Theme Egg.
    Thread Starter piyushaga

    (@piyushaga)

    Hi There, thanks for reply.

    is there anyway i can make featured image to come under title of post? it looks very bad when it comes above the post title. Please suggest.

    Another thing is my website blog url is falconwebsolutions.net/blog , my top images are not properly syncing and on featured images there are too much categories. Please suggest how i can make this look better.

    Theme Author Theme Egg

    (@themeegg)

    Hello Piyushga,

    Currently, eggnews have no feature to move image under the post title. Maybe we will add this feature in future.

    We visited your website and found you set featured image smaller than 1200px x 1200px. Can you please set featured image larger than 1200px x 1200px image and let us know.

    If you have any further query feel free to ask us. We are always ready to help you.
    Thank you,
    ThemeEgg Support Team

    Hi @piyushaga … not sure if you want to but you have a few options:

    1. Use jQuery to move the featured image below the title:

    jQuery(".single-post-image").detach().prependTo(".entry-content");

    2. Set up a child theme and modify the structure inside the single.php so the featured image is always placed below the title. Any theme updates will preserve your changes.

    3. Inside your functions.php use the ob_start() to capture the output and then preg_replace() to move the featured to the correct spot

    Hey @piyushaga … not sure if you want to but you have a few options:

    1. Use jQuery to move the featured image below the title:

    jQuery(".single-post-image").detach().prependTo(".entry-content");

    2. Set up a child theme and modify the structure inside the single.php so the featured image is always placed below the title. Any theme updates will preserve your changes.

    3. Inside your functions.php use the ob_start() to capture the output and then preg_replace() to move the featured to the correct spot

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need to have featured Image under post title at Blog post’ is closed to new replies.