Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #908125

    Hi Team,

    I would like to resize the pictures in the full slider element, I know we have two sizes but I would like to decrease more size.

    Also, how to change captions to bottom centre?

    Regards
    DB

    • This topic was modified 6 years, 5 months ago by DigitalBerg.
    #908219

    Hey DigitalBerg,

    I am not sure we understood properly, but could you please try help a bit more with details on what we have to do?

    Best regards,
    Basilis

    #908471

    See link attached.

    This Picture I would like to shrink from the “fullscreen slider element.

    Regards
    Q

    #908612

    Hi,

    For the first question, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #fullscreen_slider_0 li.slide-1 {
        background-size: auto auto !important;
        background-repeat: no-repeat !important;
    }

    As for changing the location of the caption, you just need to go to the Caption (tab) and change Caption Positioning. HOpe this helps :)

    Best regards,
    Nikko

    #909101

    Hi,

    Thanks for the code however it is possible to change the size as of require because with the above code the picture is too small?

    Regarding the second question: I have changed the position of the caption to middle bottom but still showing on the left bottom.

    Regards
    Q

    #909113

    Hi Q,

    1. Please install this plugin: https://wordpress.org/plugins/simple-image-sizes/ after activation, go to Settings > Media, change the size of large or extra_large size, save then regenerate thumbnails or you can re-upload the image on the slider.

    2. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #909188

    Hi Nikko,

    Please find attached temp link below.

    Regards
    Q

    #909221

    Hi,

    Thanks for providing the admin access, I was about to check the page however the admin (username in private content) is still working on it. Let us know if it’s okay to check the page. As for 1. please install the said plugin as it allows you to change the image size without modifying the core files in Enfold :)

    Best regards,
    Nikko

    #909773

    Sure please check, I have installed the plugin and regenerated the large and extra large pictures but still showing the same size on the home page.

    Can you please check for me?

    Regards
    Q

    • This reply was modified 6 years, 5 months ago by DigitalBerg.
    #910286

    Hi,

    Thanks, I have checked your site and if I’m not mistaken, what you wanted to do was to reduce the size of the fullscreen slider along with the reduced image size? if yes, unfortunately that would defeat the purpose of fullscreen slider since fullscreen slider stretches the image no matter what size is used, the code I gave before uses the actual size of the image and not stretching it but it doesn’t reduce the slider size, I would suggest using fullwidth easy slider instead, otherwise if you still want to use the fullscreen slider, you can tell us how much height you want to set it for example 70% of the screen height or probably in px. As for the caption, try adding this css code in Quick CSS:

    .home #fullscreen_slider_0 .slide-1 .slideshow_align_caption {
        vertical-align: bottom;
    }

    this should make that caption go to bottom. Hope this helps :)

    Best regards,
    Nikko

    #914809

    Hi,

    We dont mind to use any slider but require to reduce the picture size smaller so it will show the picture under the menu and logo.
    Please advice on this matter?

    Regards
    Q

    #914926

    Hi Q,

    I have changed it to Fullwidth Easy Slider and made the settings almost similar to the fullscreen slider. Let us know if you need further assistance :)

    Best regards,
    Nikko

    #914943

    Hi Nikko,

    Good work !

    Please accept my apologies, actually its look better on fullscreen slider, image size you changed looks good.

    Can you please change it back to fullscreen slider and let me know how to change the size of the image?

    Regards
    Q

    #915224

    Hi Q,

    I have returned it back to Fullscreen Slider and have added this css code in Quick CSS (located in Enfold > General Styling):

    
    .home #fullscreen_slider_0 .avia-slideshow-inner li {
        background-size: auto auto !important;
        background-repeat: no-repeat !important;
    }

    As for the size of the image, you just need to set it to No Scaling (Original Width X Original Height), so it won’t be cropped.

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.