-
AuthorPosts
-
August 19, 2014 at 5:09 pm #306429
Currently I have a masonry blog wrapped in a color selection. I created a div id and made the container 100%, so the masonry would be full-width. The only problem is the masonry blog only has two columns regardless of the screen size. This makes the images in the masonry blog huge on a large screen. How can I fix this, so it looks like the normal full-width masonry blog?
August 20, 2014 at 5:51 am #306612Hey davisar!
Thank you for using Enfold.
The masonry element will always stretched full width even if you don’t place it inside a color section. Please edit the masonry element then play around with the Size Settings. The Flexible Masonry will give you up to 6 columns depends on the screen size.
Cheers!
IsmaelAugust 20, 2014 at 1:54 pm #306833It’s only giving me two columns though. I’ve tried it on a lot of different sized screens, and it’s always only two columns even when I have it stretched across the whole window. There’s not a way to have it in a color section and have more than two columns?
August 21, 2014 at 7:56 am #307205Hey!
All those pages you linked are showing more than 2 columns of my end.
Best regards,
JosueAugust 21, 2014 at 2:18 pm #307361This reply has been marked as private.August 21, 2014 at 6:10 pm #307484Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueAugust 21, 2014 at 7:22 pm #307499This reply has been marked as private.August 21, 2014 at 8:46 pm #307522Hi!
Please review your site now, both requests have been addressed.
Best regards,
JosueAugust 21, 2014 at 10:14 pm #307550The masonry is improved but still has problems. When I adjust the window width, it goes from one column, to two, to three, back to two, then to six.
The lightbox is much better! Is there any way to get images to work with the galleries, or do they have to be galleries?
August 22, 2014 at 9:06 pm #308073All of my links just got messed up. Did you make changes to that? For some reason a link such as #linkid would send you to the homepage.com/#linkid instead of homepage.com/current_page/#linkid
August 22, 2014 at 9:17 pm #308074Hey!
No, i didn’t touch that. I just applied some custom code in Quick CSS and adjusted the JS code in functions.php. Also, i’m noting only one masonry column on mobile.
Regards,
JosueAugust 22, 2014 at 9:24 pm #308075ok thank you. on mobile isn’t the problem. The issue is only with desktops.
August 22, 2014 at 9:46 pm #308081Hey!
I’m only noting three columns on desktop, but i guess you are seeing it on a bigger screen (1800width +), you can control the amount of columns by adjusting the code i put in Custom CSS:
@media only screen and (min-width: 1800px){ .responsive.html_stretched .av-masonry-entry{width:16.6% !important;} } @media only screen and (min-width: 989px) and (max-width: 1340px) { .responsive .av-masonry-entry{width:33.3% !important;} } @media only screen and (max-width: 767px) { .responsive .av-masonry-entry{width:100% !important;} } @media only screen and (min-width: 480px) and (max-width: 767px) { .responsive .av-masonry-gallery .av-masonry-entry{width:49.90% !important;} } @media only screen and (max-width: 480px){ .responsive #top .av-masonry-entry{width:100% !important;} } @media only screen and (min-width: 767px) and (max-width: 989px) { .responsive .av-masonry-gallery .av-masonry-entry{width:33.3% !important;} } @media only screen and (min-width: 767px) and (max-width: 989px) { .responsive .av-masonry-entry{width:49.90% !important;} }
16.6% is 6 columns, 33.33% is 3 columns, 49.90$ is 2 columns.
Best regards,
JosueAugust 22, 2014 at 10:01 pm #308084GREAT! That let me fix it. I just needed to add a 20% and 25% setting. Thank you!
August 22, 2014 at 10:01 pm #308085I don’t suppose you’d know why anchored links would start forwarding to the homepage.
August 22, 2014 at 10:12 pm #308092Can you post a link to the page where these compromised links are?
Regards,
JosueAugust 22, 2014 at 10:13 pm #308093Almost every page. E.G. – the scroll to top link.
August 22, 2014 at 10:39 pm #308100Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueAugust 22, 2014 at 10:49 pm #308103i tried disabling all of them, but nothing worked.
August 25, 2014 at 5:41 pm #308914Hey!
The only thing I can think of that might be causing something like that is how your server is set up to tell the browser what the current url or base url is. The theme itself is outputting the correct anchor link which is simply #top and takes the user to the #top anchor by default browser behavior.
Regards,
DevinAugust 25, 2014 at 6:31 pm #308939Any idea how to change that in the database?
August 25, 2014 at 6:46 pm #308944Never mind. Just fixed it! there’s was a problem with the header.php file. All is well now. Thanks!
-
AuthorPosts
- The topic ‘Masonry Blog Columns’ is closed to new replies.