Home Forums WoodMart support forum blog post feature image size

blog post feature image size

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #23913

    bboyfan
    Participant

    my website blog feature image is very small how to make it big like your demo?

    thx

    Attachments:
    You must be logged in to view attached files.
    #23920

    Artem Temos
    Keymaster

    Hi,

    It is strange, but on your blog page images are shown in the “thumbnails” size instead of “large”. Did you make any code customization? Try to disable additional plugins and check again. If it will not help, please provide us your admin access so we can check it.

    Regards

    #23927

    bboyfan
    Participant

    not sure which plugin causing that issue, I have no custom code about blog post too.

    #23928

    Artem Temos
    Keymaster

    Try to disable them one by one first, then we will log in and check what is wrong.

    #23929

    bboyfan
    Participant

    I’ve tried disable plugin but its not causing by any plugin.

    then I have the other question about related post. is it because I use VC build post the relate post was showing very long text. how to make it just few words ?

    thx

    #23939

    Artem Temos
    Keymaster

    Could you please provide us your FTP also? We tried to activate the default theme and now see an error. Try to rename our woodmart-core plugin folder to deactivate it. Then, activate it only after activating the theme. It seems that you have an outdated version of the theme and plugin since this issue is already fixed.

    #23964

    bboyfan
    Participant

    sure.

    #23982

    Artem Temos
    Keymaster

    We have fixed this replacing the code in the file content.php

    <?php the_post_thumbnail(); ?>

    with this one

    <?php the_post_thumbnail('large'); ?>

    Regards

    #24391

    bboyfan
    Participant

    thank you!!!

    #24398

    Artem Temos
    Keymaster

    You are welcome!

    #30089

    bboyfan
    Participant

    everytime update theme I need change that code to become large image. could it in-could that code in theme ?

    #30090

    Artem Temos
    Keymaster

    You can copy that file to the child theme to prevent losing changes after updates.

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