- This topic has 22 replies, 2 voices, and was last updated 4 years, 6 months ago by brokenskeleton.
-
AuthorPosts
-
April 29, 2020 at 10:36 am #244806brokenskeletonParticipant
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?
ThanksApril 29, 2020 at 11:26 pm #244874SkandhaParticipant@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,
SkandhaApril 30, 2020 at 9:23 am #244942brokenskeletonParticipantHi, 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?May 1, 2020 at 9:56 am #245052brokenskeletonParticipantSorry, can someone help out with this?
May 1, 2020 at 10:53 am #245057SkandhaParticipant@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,
SkandhaMay 4, 2020 at 11:20 am #245391brokenskeletonParticipantHi,
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?May 5, 2020 at 12:11 am #245478SkandhaParticipant@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,
SkandhaMay 5, 2020 at 4:26 am #245505brokenskeletonParticipantOk, 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.
May 5, 2020 at 4:29 am #245506SkandhaParticipant@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,
SkandhaMay 5, 2020 at 4:33 am #245507brokenskeletonParticipantAlso, Can I not have the gallery (the theme generated gallery) go 20/60/20 so not full width?
May 5, 2020 at 4:41 am #245508SkandhaParticipant@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,
SkandhaMay 5, 2020 at 6:42 am #245518brokenskeletonParticipantHi, that’s great thanks.
If I wanted to show the gallery on the home page, and the gallery page, but not the other pages?
ThanksMay 5, 2020 at 6:54 am #245520SkandhaParticipant@brokenskeleton: Hello there,
Replace this code I providedbody: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,
SkandhaMay 5, 2020 at 6:57 am #245521brokenskeletonParticipantThat’s great, thanks for your help
May 5, 2020 at 7:40 am #245524SkandhaParticipant@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,
SkandhaMay 5, 2020 at 8:59 am #245533brokenskeletonParticipantHi, another question, on the home page, is there a way to limit the number of gallery images? Maybe just the most recent 10?
ThanksMay 5, 2020 at 11:54 am #245544brokenskeletonParticipantHi, 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.May 6, 2020 at 4:53 am #245645brokenskeletonParticipantHi Skandha,
Can you let me know if either of these are possible please?
ThanksMay 6, 2020 at 5:32 am #245653SkandhaParticipant@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,
SkandhaMay 6, 2020 at 6:57 am #245671brokenskeletonParticipantHi, 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?
-
AuthorPosts
- The topic ‘Gallery Masonary’ is closed to new replies.