• Hey there!

    I use Appointment Green and installed the new companion plug-in.

    Now the images in the slider do no longer have a height and width of 100%. I cannot verify, but I think before you released the plug-in, the image did span the entire width of the page.

    View post on imgur.com

    Can anyone who still runs a pre-update version of the theme, confirm that?

    And is it possible to fix that in the Appointment theme’s CSS file?

    Regards,
    Bernd

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi
    Thanks for asking the query.
    We will fix this issue in our next update.
    To fix now Go to Appearance >> Customizer >> Find the additional css box.
    Add the below css code inside the custom css box.

    .homepage-mycarousel .carousel-inner > .item > img {
    width: 100%;
    }

    Let me know for any confusion.

    Thanks
    Webriti Support Team

    Thread Starter actronab

    (@actronab)

    I installed latest update of Appointment + Appointment Green theme and companion plug-in, but this issue still isn’t fixed.

    Width of carousel images is set to 50% in parent theme?

    Theme Author webriti

    (@priyanshumittal)

    Can you share the size of the image you are using in the slider? If possible share the URL of your site.

    Thread Starter actronab

    (@actronab)

    I don’t know, why is the image size important? Should be somewhere around 1600 x 900 px.

    The width is set to 50% in your CSS code, but should be 100%.

    If I set it manually, it looks good, but proper attributes should be set in the base theme already IMHO.

    Thread Starter actronab

    (@actronab)

    Layout is still broken with latest update. Why don’t you fix the parent theme?

    Just stop messing with the code if you don’t know what you are doing.

    The theme is getting worse with every new release.

    HI @actronab
    Sorry for your inconvenience, but slider is working well at our end.
    Pls share your website url, so that we can take a look and assist you better.

    Thanks

    Thread Starter actronab

    (@actronab)

    Hello,

    Please take a look at my web site here:
    https://appointment-green.webriti.com/

    The slider images used to have a width of 100%, but in one of the last updates it was changed (see initial post).

    See difference here:

    Appointment theme slider

    Kind regards,
    Bernd

    Hi Dear
    I already suggest you css code to show image in 100% area. Space on both side is showing bz you uploaded 1600 width size image and you are showing image in bigger then 1600 desktop screen size.
    We have two approaches to fix this.
    One is adding below css code.

    .homepage-mycarousel .carousel-inner>.item>img 
    {
        width: 100% ! important;
    }

    Before adding the above css image will show like that,See the snapshot.

    After adding css code image will look like that see the snapshot

    Second one is to upload 2100*required height image.
    Hope I made my point clear.

    Thanks
    Webriti Support staff

    Thread Starter actronab

    (@actronab)

    What if I upload an 2100px image then and have a resolution of, let’s say, 3840×2160 px? Eh? And I [redacted] KNOW how to fix the CSS code.

    > Akhlesh Nagar (@akhlesh-nagar)
    > We will fix this issue in our next update.

    This is ridiculous. Three different people of your team have been responding to this post now. The issue has been reported 1 month and 3 weeks ago. Why don’t you fix the base template? I don’t want to fix each and every bug that you cause in my child theme.

    Hi
    akhileshnagar (@akhileshnagar) and Akhlesh Nagar (@akhlesh-nagar) , Both profile are handle by one support staff.
    And you can solve your issue bya adding the suggested css code.
    So pls add the suggested css code inside the additional css box and tell me your query resolved or not.
    I have checked your website, still you did not add the css code.

    Thanks
    Akhilesh

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Slider images no longer 100% width’ is closed to new replies.