Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #335294

    gladwyn.lewis
    Participant

    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.

    #335302

    gladwyn.lewis
    Participant

    Actually 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?

    #335432

    Lely
    Moderator

    Hello 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.

    #335724

    gladwyn.lewis
    Participant

    Masonry 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?

    #335740

    Paul R
    Moderator

    Hi,

    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.

    #335874

    gladwyn.lewis
    Participant

    I’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?

    #336296

    Lely
    Moderator

    Hello 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.