Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • #244806
    brokenskeleton
    Participant

    Hi,
    Just purchased a full licence which give a lot more options.
    However, one thing I’m still struggling with is the gallery and masonary.
    As you can see here http://gl.serix.co.uk/gallery/, it’s not using any masonry. Can you help?
    Thanks

    #244874
    Skandha
    Participant

    @brokenskeleton: Hello there,
    To create a Gallery section live in the demo you will need use our Catch Gallery Plugin.

    Add new Post/Page => Insert a gallery using Catch Gallery plugin. You can find the instructions to insert a gallery in this link under instructions tab.

    Finally,
    Go to => Appearance => Customize => Theme Options => Gallery => Select the post/page where you create the gallery and Publish.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #244942
    brokenskeleton
    Participant

    Hi, I’m still having difficulties with this.
    http://gl.serix.co.uk/gallery/ when I add the gallery to the page, it seems to show on only part of the page.
    Also, is there a way of adding some of the modules to specific pages.
    For example, I want to add the testimonials to JUST the gallery page, but not the about page?

    #245052
    brokenskeleton
    Participant

    Sorry, can someone help out with this?

    #245057
    Skandha
    Participant

    @brokenskeleton: Hello there,
    To have Gallery like in the demo
    Edit your Gallery Page => Edit your Gallery => Select Type as Square Tiles and Click on Update Gallery and Finally Update the page.

    Then,
    Go to => Appearance => Customize => Theme Options => Gallery => Enable the section => Select Type as Page and Select your Gallery Page and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245391
    brokenskeleton
    Participant

    Hi,
    Sadly not. When I go to Go to => Appearance => Customize => Theme Options => Gallery => it goesnt give me the option Enable the section. It just has “Entire site” or “Homepage/Frontpage” and if I use the option, Entire site, it shows on all pages.

    Also, can you please tell me the answer to my second question? —
    Is there a way of adding some of the modules to specific pages.
    For example, I want to add the testimonials to JUST the gallery page, but not the about page?

    #245478
    Skandha
    Participant

    @brokenskeleton: Hello there,
    Do you want the Gallery section to be enabled only on Gallery Page? If so,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To enable Gallery Section only on Gallery Page */
    body:not(.page-id-5639) #gallery-section {
        display: none;
    }

    To enable Testimonial Section only on Gallery Page first enable the section entire site then add the following CSS Code.

    /* To enable Testimonials Section only on Gallery Page */
    body:not(.page-id-5639) #testimonial-content-section {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245505
    brokenskeleton
    Participant

    Ok, that’s great, but then on the gallery page, I now have two gallerys? The main gallery at the top, then the actual page gallery just below it.

    #245506
    Skandha
    Participant

    @brokenskeleton: Hello there,
    You can remove the page contents on your Gallery page using the following CSS Code.

    .page-id-5639 #content {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245507
    brokenskeleton
    Participant

    Also, Can I not have the gallery (the theme generated gallery) go 20/60/20 so not full width?

    #245508
    Skandha
    Participant

    @brokenskeleton: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #gallery-section {
        width: 95%;
        margin: 0 auto;
    }

    You can alter the width according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #245518
    brokenskeleton
    Participant

    Hi, that’s great thanks.
    If I wanted to show the gallery on the home page, and the gallery page, but not the other pages?
    Thanks

    #245520
    Skandha
    Participant

    @brokenskeleton: Hello there,
    Replace this code I provided

    body:not(.page-id-5639) #gallery-section {
        display: none;
    }

    with

    body:not(.page-id-5639):not(.home) #gallery-section {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #245521
    brokenskeleton
    Participant

    That’s great, thanks for your help

    #245524
    Skandha
    Participant

    @brokenskeleton: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/euphony/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #245533
    brokenskeleton
    Participant

    Hi, another question, on the home page, is there a way to limit the number of gallery images? Maybe just the most recent 10?
    Thanks

    #245544
    brokenskeleton
    Participant

    Hi, sorry one more thing I notice that’s very different between the demo and the live version is the featured videos section

    On the demo, 5 videos stack nicly https://catchthemes.com/demo/euphony-pro/
    However, on the live version it seems their title and subtitle fall underneath causing it to break.

    #245645
    brokenskeleton
    Participant

    Hi Skandha,
    Can you let me know if either of these are possible please?
    Thanks

    #245653
    Skandha
    Participant

    @brokenskeleton: Hello there,
    I checked for the issue at my end and the Featured Video section was working just like in the demo.
    Can you try deactivating all your plugins and see if the issue is resolved?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    #245671
    brokenskeleton
    Participant

    Hi, it’s still the same, https://prnt.sc/sbujmf

    Also, not sure if you got the other message, is there a way to limit the number of gallery pictures on just the home page?

Viewing 20 posts - 1 through 20 (of 23 total)
  • The topic ‘Gallery Masonary’ is closed to new replies.