Home Forums Basel support forum Xtemos image gallery

Xtemos image gallery

Viewing 30 posts - 1 through 30 (of 47 total)
  • Author
    Posts
  • #17350

    esthetis
    Participant

    Hi,

    We want to replace Slider revolution with static images full width.

    Please confirm that Xtemos image gallery is the best to improve load time carousel of static images on homepage.

    I have tried to fit full width images of 1600*600 but I couldn’t.

    Here is the use of XTemos image gallery: https://staging.dermastore.ch/it/

    Admin Login:
    staging
    siteG2_23_63

    Please try to fit the image carousel like the revolution slider.

    Thank you very much in advance.

    Kind regards

    #17351

    Artem Temos
    Keymaster

    Hi,

    If you want to use our theme gallery images slider full width you need to set the row containing the slider to “Stretch row and content”.

    Regards

    #17352

    esthetis
    Participant

    Please answer my question.

    Is this the high performance method to see full with image carousel in homepage.

    Tried stretch row and content but it shows different, attached screenshot.

    regards

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

    Artem Temos
    Keymaster

    What do you mean by the high-performance method? Do you mean comparing to Revolution slider? Yes, it would be faster.

    You screenshot has 1900px width and your image is 1600px. You need to increase the image to make it fit the screen.

    #17357

    esthetis
    Participant

    Yes faster if there is any other image carousel.

    Please let me know the right size width to fit full width like revolution slider.

    I tried 1900 but it doesn’t fit full width . There is a space on the left and right.

    also the top is not fit.

    Please let me know or try to fit on staging

    #17360

    Artem Temos
    Keymaster

    Try to use the following code snippet to force all images in the slider full width

    .basel-images-gallery .owl-item img {
    	width:100%!important;
    }

    Regards

    #17361

    esthetis
    Participant

    There was a slight padding that is solved by setting “Stretch row and content (no paddings), but the arrows are outside

    We also have to fix the top because the carousel is not on top just under menu

    #17363

    esthetis
    Participant

    Please let me also know how to use the autoplay for image gallery

    #17366

    Artem Temos
    Keymaster

    Here is a code snippet to show the arrows

    .basel-images-gallery .owl-carousel .owl-nav .owl-prev,
    .basel-images-gallery .owl-carousel .owl-nav .owl-next {
    	opacity: 1;
    }
    .basel-images-gallery .owl-carousel .owl-nav .owl-prev,
    .basel-images-gallery .owl-carousel:hover .owl-nav .owl-prev {
    	left: 0px;
    }
    
    .basel-images-gallery .owl-carousel .owl-nav .owl-next,
    .basel-images-gallery .owl-carousel:hover .owl-nav .owl-next {
    	right: 0px;
    }

    To make it autoplay you need to modify function basel_images_gallery_shortcode in the file inc/shortcodes.php. Add the following code

    $parsed_atts['autoplay'] = true;
    $parsed_atts['speed'] = 10000;
    

    after this line

    $parsed_atts['carousel_id'] = $carousel_id;

    Regards

    #17367

    esthetis
    Participant

    Thank you, how to fix the top please?

    #17369

    Artem Temos
    Keymaster

    You can compensate this gap adding a negative margin top for the row containing the gallery.

    #17370

    esthetis
    Participant

    Tried autoplay but on mouseover should be blocked

    please let me know how to block on mouse over

    #17371

    Artem Temos
    Keymaster

    Sorry, but it is not possible to block autoplay on mouse over with this JS library.

    #17372

    esthetis
    Participant

    Is there any option ?

    #17373

    esthetis
    Participant

    other carousels?

    #17380

    Artem Temos
    Keymaster

    There are no other carousels except our Images Gallery and Revolution Slider.

    Regards

    #17415

    esthetis
    Participant

    Hi,

    Sorry but there is any carousel of Visual Composer?

    REgards

    #17417

    Artem Temos
    Keymaster

    Hi,

    You can see all available elements that come with Visual Composer when you add them to the page. There is only “Images carousel” element but we are not sure if it has all the features to fit your needs.

    Kind Regards

    #17418

    esthetis
    Participant

    Yes I see… but are you sure that your Xtemos image gallery load faster than Visual composer image carousel?

    #17419

    Artem Temos
    Keymaster

    We are sure that our gallery loads faster then Revolution slider. But we don’t know about the Visual composer one. They may be approximately the same.

    #17420

    esthetis
    Participant

    Visual composer also use image gallery not only images carousel

    #17421

    esthetis
    Participant

    Anyway, I see on mobile that the arrow are on squared white background.
    Please let me know if we can have the same arrows like on desktop.

    regards

    #17425

    Artem Temos
    Keymaster

    Sorry, what do you mean about visual composer gallery?

    Use this code for mobile devices to fix arrows background

    .owl-carousel .owl-nav>div {
    	background:none!important;
    	box-shadow: 0 0 0 rgba(0,0,0,0)!important;
    }

    Regards

    #17426

    esthetis
    Participant

    > ???

    #17432

    Eric Watson
    Participant

    Hello,

    Can you clarify your question?

    Kind Regards
    XTemos Studio

    #17433

    esthetis
    Participant

    no you copied on email .owl-carousel .owl-nav>div instead >

    #17435

    Eric Watson
    Participant

    Be sure that you have copied this code

    
    .owl-carousel .owl-nav>div {
    	background:none!important;
    	box-shadow: 0 0 0 rgba(0,0,0,0)!important;
    }
    
    
    #18861

    esthetis
    Participant

    Hi,

    Please change the autoplay option in your next version, in order that we dont’ have to change shortcode.php everytime:
    $parsed_atts[‘autoplay’] = true;
    $parsed_atts[‘speed’] = 10000;

    #18880

    Artem Temos
    Keymaster

    Hi,

    OK, we will consider adding some option for this in the next version.

    Regards

    #30807

    esthetis
    Participant

    Hi,

    I hope this finds you well.

    I just write to know if you could add a carousel option on autoplay, in order to stop autoplay once clicked on the pagination control marks (very useful for testimonials with long text).

    Kind regards

Viewing 30 posts - 1 through 30 (of 47 total)