-
Author
-
February 12, 2017 at 14:54 #152714alexliiParticipant
Hello,
Grid masonry columns rows setting in theme option does not match the result at front-end, whatever the blog template is set to a sidebar page or no sider one.
If set 4 rows, there will 3 rows showing up.
here is sidebar page template:
Even if set the blog page to a no sidebar page, but there will still be empty gap on the right of the blog page.
and here is screen shot at frontend:
http://prntscr.com/e7q6vrPlease check at http://lxp.lovcour.com/blog, and let me know how to resolve, thanks.
Alex
February 13, 2017 at 07:22 #152791LauraModeratorHello, i see it fine now, did you manage to resolve it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 13, 2017 at 11:47 #152826alexliiParticipantoh, I found there is difference between Safari, Chrome, Firefox…
Here is screenshot in Safari, I am sure there are something wrong:
http://prntscr.com/e83cbaactually, In safari, it is right at first moments, please check http://prntscr.com/e83e4t, then it will go wrong suddently.
and here are screenshots of Chrome and firefox
http://prntscr.com/e83cwo
http://prntscr.com/e83dktPlease compare with those screenshot.
Alex
February 13, 2017 at 19:10 #152880LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 18, 2017 at 18:35 #153377RaduModeratorHi,
I see that,
Add this CSS
COPY CODE@media(min-width:992px;){ .responsive-cols.per-row-5 > * {width:19.9%;} }
If this will behave the same use this instead
COPY CODE@media(min-width:992px;){ .responsive-cols.per-row-5 > * {width:19.8%;} }
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 19, 2017 at 07:32 #153412alexliiParticipantSorry, both does not work, actually, I tried, 19.7% untill 18%:)
and please note that this issue is only related to Safari.
Alex
February 21, 2017 at 15:30 #153685RaduModeratorI see,
I cannot see your blog page it ask me to login and then the blog page isn’t visible
On our demo the grid works ok in safari: https://seventhqueen.com/themes/kleo/pinterest/
Do you see the same problem in our demo?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 22, 2017 at 14:25 #153872alexliiParticipantFor test purpose, I build a new page in another sub site:
http://magazine.lovcour.com/officialpoll-2
please check the backend setting: http://prntscr.com/ebz05h
but in this page, it works fine in Safari, and improper in Chrome, please compare with their screenshot:
http://prntscr.com/ebz14b
http://prntscr.com/ebz1czor you may check the page at: http://magazine.lovcour.com/officialpoll-2
Alex
February 22, 2017 at 18:30 #153910RaduModeratorHi,
Do you have somehow Combine theme JS files -> ON in wp-admin -> theme options -> modules and speed ?
Use this CSS
@media(min-wdith:992px) {
.responsive-cols.per-row-4 > * {width:24.9% !important;}
}The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 20:38 #154060alexliiParticipantThanks, oh, yes, I enabled combine theme JS.
The speed of access to our site is priority to us.
So I read your article to get high speed, https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.htmlI would let you the situation now, and very like to have you suggestion:
If disable combine JS in theme option, both it will works fine both with chrome and safari, but if enable combine, there will be problem with either of them although those CSS was put into quick CSS.
Any further suggestion would be great appreciated.
have a nice day.
Alex
February 24, 2017 at 17:14 #154101RaduModeratorI see,
You can leave OFF the Combine JS Files and to use the method from this article : https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.