• Resolved mikezak75

    (@mikezak75)


    Hi, I am having the same issue with the images being enlarged. id like help with a couple other small tweaks if you have time.

Viewing 15 replies - 1 through 15 (of 20 total)
  • Manesh Timilsina

    (@maneshtimilsina)

    Hi @mikezak75,

    Please let me know what issue are you having with images. Please provide me your site url , issues and help you need from my side. I will be more than happy to help you.

    Thank you.

    Thread Starter mikezak75

    (@mikezak75)

    https://thewonderofcichlids.com/index.php/sample-page/

    no matter the page or set image dimensions the images always get big.

    Manesh Timilsina

    (@maneshtimilsina)

    Hi @mikezak75,

    I have recently updated theme in which this problem have been fixed. Please update theme to version 1.0.4

    If you still see same or any other problem feel free to message me again.

    Thank you.

    Thread Starter mikezak75

    (@mikezak75)

    #primary article.page img {
    width: auto;
    }

    this seemed to work

    Manesh Timilsina

    (@maneshtimilsina)

    Hi @mikezak75,

    Yes, it will work. But if you update theme to latest version this problem is already solved in theme plus few new features like option to enable/disable feature image in page and blog detail page is added. It is recommended to keep WordPress, themes and plugins updated.

    Thank you.

    Thread Starter mikezak75

    (@mikezak75)

    is there a way to get the logo to the top of the page? I tried setting it as the header background but it did not work.

    https://www.thewonderofcichlids.com

    Thread Starter mikezak75

    (@mikezak75)

    I installed the update

    Thread Starter mikezak75

    (@mikezak75)

    So I took out the custome CSS and the problem returned after updating the theme

    https://thewonderofcichlids.com/index.php/sample-page/

    Manesh Timilsina

    (@maneshtimilsina)

    To move logo to top:
    – Login to wp-admin
    – Go to Appearance >> Customize >> Site Identity and upload logo there.
    – Logo will appear in the top but below address/social link bar.

    Manesh Timilsina

    (@maneshtimilsina)

    After theme update image zoom issue have been solved but you are seeing old layout because of cache.

    I cleared cache and check your site and see this layout:
    https://nimbus.everhelper.me/client/notes/share/795676/1wg3xwt5kvsiyt02b31u

    Kindly, clear cache and verify it.

    Thread Starter mikezak75

    (@mikezak75)

    cach cleared and it is correct without the added custom css, ty. now ill attempt to move the image to the top

    Thread Starter mikezak75

    (@mikezak75)

    Ok now how can i remove the slider section so that everything moves up

    Thread Starter mikezak75

    (@mikezak75)

    The Homepage widget section is what id like to remove. ty

    Manesh Timilsina

    (@maneshtimilsina)

    To Remove Slider:
    – Login to wp-admin
    – Go to Appearance >> Customize >> Theme Options >> Slider Options and disable slider.

    To remove homepage widget section:
    – Go to Appearance >> Widgets >> Home Page Widget Area and remove widgets from there.

    Manesh Timilsina

    (@maneshtimilsina)

    If you want to remove no widget message, use following css like you did before:

    div#home-page-widget-area {
        display: none;
    }
Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Same Issue and more’ is closed to new replies.