Disable Gallery Slideshow + Cannot Center Images

This topic has 10 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall

  • Avatar: craZy
    craZy
    Participant
    October 9, 2015 at 17:44

    Hello! Since installing the Royal theme, Galleries in posts are accompanied with a slideshow. Is it possible to disable this feature?

    Additionally, centered images are not appearing centered but instead simply left aligned. I’ve noted that if I disable the Responsive Design in my Theme Options, only then the respective images will appear centered. Is there a way around this without having to disable the Responsive Design?

    Thank you!

    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 9, 2015 at 18:39

    Hello,

    You can hide slider arrows for related posts using this code in Theme Options > Custom CSS > Global Custom CSS:

    .related-posts .owl-controls {
       display: none;
    }

    Please show a page where images aren’t centered.

    Regards,
    Eva Kemp.

    Avatar: craZy
    craZy
    Participant
    October 10, 2015 at 11:11

    Oh no I don’t mean to say the Related Posts section, but the ‘Create Gallery’ option when adding Media in a post.

    Here is an example: http://tiaradiadem.com/2015/01/test-post/

    Within the same post I added an image that I set as center aligned but is appearing left aligned.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 12, 2015 at 10:23

    Hello,

    Try to use this code in Theme Options > Custom CSS > Custom CSS for desktop to align image correctly:

    .content-article  .aligncenter {
       margin-left: 20% !important;
    }

    Concerning the gallery, please provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: craZy
    craZy
    Participant
    October 12, 2015 at 15:54

    Thank you, the code did the trick. 🙂

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 12, 2015 at 17:18

    Hello,

    The gallery is created by default WordPress options.
    Do you mean you want to disable lightbox view when gallery image is clicked?
    Please show a screenshot what exactly you need deactivate.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: craZy
    craZy
    Participant
    October 12, 2015 at 20:09

    This part within the red border:

    I assumed it to be a feature that came with the theme as it wasn’t present before I installed the theme and can’t seem to find any way to disable it. I just wish for the thumbnails.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 12, 2015 at 20:19

    Hello,
    Please try use this code in custom css

    .et-gallery .gallery-preview{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: craZy
    craZy
    Participant
    October 12, 2015 at 20:47

    That did it! Thank you so much Eva and Robert for all your help!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 12, 2015 at 21:42

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Disable Gallery Slideshow + Cannot Center Images’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.