This topic has 10 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
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!
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.
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.
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.
Thank you, the code did the trick. 🙂
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.
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.
Hello,
Please try use this code in custom css
.et-gallery .gallery-preview{
display:none;
}
Regards,
Robert Hall.
That did it! Thank you so much Eva and Robert for all your help!
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: center images, disable gallery, persuasive, slideshow, themes, woocommerce, wordpress
The issue related to '‘Disable Gallery Slideshow + Cannot Center Images’' has been successfully resolved, and the topic is now closed for further responses