-
AuthorPosts
-
May 16, 2015 at 10:25 pm #445307
Hey guys,
There’s a couple edits I want to make to my site. http://www.cscyran.com
1. On the homepage, can I change the permalink/header to say “Chris Cyran” instead of “Chris Cyran | ”
2. Can you guys update enfold so that images on Masonry Gallery have a caption overlay? I love masonry gallery but uploading images separately has the advantage of a caption overlay.
3. Are there any other effects for the way the image loads using Masonry Gallery? I don’t really like the flip effect. I would prefer a simple fade in.
4.Currently in masonry gallery, when you click on an image and scroll left to right, it shows other images in the gallery, images that may not be related to each other. Is it possible you can update Masonry Gallery to include a down arrow button that lets the user flick between the same image?
Example:
cat image <- “Cheeseburger image” -> dog image
v
different angle of cheeseburger image(2)5. Any idea why the fullwidth images on my homepage load so slowly?
Thanks!
- This topic was modified 9 years, 6 months ago by ccyran.
May 18, 2015 at 11:06 pm #446101Hi!
1. Use this plugin to edit the title on the homepage.
2. The masonry gallery does support captions – http://a.pomf.se/pxcmhr.png
3. Add this code to Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: custom_avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */ animation: custom_avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */ } @-webkit-keyframes custom_avia_msonry_show { 0% { opacity: 0.1; } 100% { opacity: 1; } } @keyframes custom_avia_msonry_show { 0% { opacity: 0.1; } 100% { opacity: 1; } }
4. Can you provide an example of this? i don’t quite get the idea.
5. Try optimising your images.
Best regards,
JosueMay 24, 2015 at 5:16 am #449179Thanks!
In response to number 4, here’s a visual I made to explain it:
http://postimg.org/image/8108dxwnd/
– Chris
May 24, 2015 at 7:30 pm #449266Hey Chris!
That’s a cool idea, unfortunately is not available at the moment and it would require some work to implement it, however that doesn’t mean it can be added in the future, feel free to request it here.
If you really need it, you can request a customisation quote from a third-party provider here.
Best regards,
JosueMay 24, 2015 at 7:45 pm #449267Hey Josue,
Got it! Thanks!
I have one more question,
On my website, when clicking on “Work” or Info” it looks like the font size gets bigger than whats originally on the homepage. Do you know how to keep it the same size as when its on the homepage?
Thanks!
May 24, 2015 at 8:09 pm #449272Are you referring to the menu? they’re actually the same size and weight, the only thing that changes is the color, is that what you want to standardise?
Best regards,
JosueMay 24, 2015 at 8:15 pm #449276Hey Josue,
Yep! I’m referring to the menu. On the homepage, the font weight is where I want it to be. But when I click on work, the font weight enlarges slightly.
Thanks for the quick response!
May 24, 2015 at 8:22 pm #449279Add this to Quick CSS:
#header .avia-menu-text{ color: #a8a8a8; }
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.