I am trying to install images into a post 3 columns thumbanil view, but they are presenting as a media carousel. In the create image gallery view there is not choose ‘type’ function nor is there any function in the settings-media section. I want my photos to be thumbanils in a post or page only.
thankyou in advance
To resolve this problem, you can log in to Dashboard > Posts > Add new posts > click the “Add Media” button.
See the screenshot: http://imgur.com/ujcKNAh
you can select the image size and the image Alignment.
See the screenshot: http://imgur.com/MBBnzsa
Regards,
Dominic
Hi thanks but I know all of that, I want to use standard 3 column photo galleries with thumbnails and description. maybe it was the last version of wordpress but there was a selection in the media settings choose type “3 column” “carousel” etc that doesn’t appear.
the thumbnails are coming up as a carousel slider with the navigation arrows and i don’t want that, i just want to efficiently insert 3 thumbnails in a 3column with descriptions with out a lot of messing with CSS.
We have used the Gallery shortcode in order to change it to a Carousel. However, if you do not want to have it, open function.php file in the theme folder, look for two code lines below and remove them:
remove_shortcode class="prettyprint"('gallery', 'gallery_shortcode class="prettyprint"');
add_shortcode class="prettyprint"('gallery', 'dw_gallery_shortcode class="prettyprint"');
Thanks for the response but i did a work around.
Please login or Register to submit your answer