-
AuthorPosts
-
July 20, 2015 at 5:41 pm #335294
Or better yet, how do I make the footer fixed, so it is always at the bottom of the screen, even though in certain pages, there might not be enough content for example.
Something like this: http://cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/ So that the background doesn’t get seen ever.
July 20, 2015 at 6:04 pm #335302Actually I’ve figured the above out, except for the menu on the top right hand corner. Last question (I think), is there anyway to style the gallery as a masonry layout? Or a plugin you could suggest for this purpose please?
July 20, 2015 at 11:27 pm #335432Hello There,
Glad you figured that out. Currently, masonry layout is only available for Blog Archive in X and not in a gallery. The following plugins offer a masonry layout gallery.
https://wordpress.org/plugins/jquery-masonry-image-gallery/
https://wordpress.org/plugins/wp-masonry-layout/
Please note that as stated on the right sidebar of this page – we cannot provide support for the 3rd party plugins or script.
Thank you.July 21, 2015 at 6:17 am #335724Masonry Layout is working beautifully with the Jquery Masonry Image Gallery plugin, any advice to how I can make the images load in a lightbox? Perhaps another plugin that you could refer me to?
July 21, 2015 at 6:31 am #335740Hi,
Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
July 21, 2015 at 9:10 am #335874I’m not asking for troubleshooting with relation to a third party script, I am asking if your theme has the built in capability to utilize a lightbox on the galleries, and if so, how?
July 21, 2015 at 4:37 pm #336296Hello There,
We have an available lightbox shortcode: http://theme.co/x/demo/integrity/1/shortcodes/responsive-lightbox/
You can just add the lightbox selector to image class like below:
[image class="my-lightbox" src="http://yourdomain.com/image.jpg" alt="Example" type="thumbnail" link="true" href="http://yourdomain.com/image.jpg" title="Example Image"]
Above is just a sample of implementation. Depending on how the gallery output the images just add the my-lightbox to your image class then define it like below.
[lightbox selector=".my-lightbox" deeplink="true" opacity="0.875" prev_scale="0.75" prev_opacity="0.75" next_scale="0.75" next_opacity="0.75" orientation="horizontal" thumbnails="true"]
Hope this helps.
-
AuthorPosts