flashoverau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Priority – Can’t scroll past a point on siteHey there,
I solved the issue by removing the sidebars entirely using
@media only screen and (max-width: 960px) and (min-width: 480px){
div.sidebar { display:
position: absolute;
left: -9001px;
top: -100px;}.col-3cm .main-inner {
padding-left: 0px;
padding-right: 0px;
}}Forum: Themes and Templates
In reply to: [Hueman] Remove sidebar arrows on MobileCan you just confirm that’s the best way to remove the size bars from mobile?
I am getting mixed results.
Thanks 🙂
Forum: Themes and Templates
In reply to: [Hueman] Priority – Can’t scroll past a point on siteActually, I removed
@media only screen and (max-width: 960px) and (min-width: 480px){ .col-3cm .s1.collapsed { display: none; }} @media only screen and (max-width: 960px) and (min-width: 480px){ .col-3cm .s2.collapsed { display: none; }}and that seems to have stopped it.
Forum: Themes and Templates
In reply to: [Hueman] Remove sidebar arrows on MobileOk, that seems to have solved both issues.
But now, on mobile I can’t scroll to the bottom of the page.
If I view the site on my phone, even on the main home page, you can’t scroll past a certain point. There is content below it, but something is preventing it from scrolling down.
- This reply was modified 6 years, 6 months ago by flashoverau.
Forum: Themes and Templates
In reply to: [Hueman] Remove sidebar arrows on MobileI think this is right?
@media only screen and (max-width: 960px) and (min-width: 480px){
.col-3cm .s1.collapsed {
display: none;
}}@media only screen and (max-width: 960px) and (min-width: 480px){}
.col-3cm .s2.collapsed {
display: none;
}
@media only screen and (max-width: 960px) and (min-width: 480px){
.col-2cr .container-inner>.main::before, .col-2cr .main-inner, .col-3cm .container-inner>.main::before, .col-3cm .main-inner {
padding-left: 0px;
padding-right: 0px;
}}- This reply was modified 6 years, 6 months ago by flashoverau.
Forum: Plugins
In reply to: [Media Library Assistant] Disable MLA lightboxAhh, I know why. I added mla_link_attributes=’class=”prettyphoto” rel=”gallery-0″‘ to it, which has solved the issue.
The second question still stands, how can I get a snug masonry fit? 🙂
Forum: Plugins
In reply to: [Media Library Assistant] Disable MLA lightboxThanks for the reply.
I disabled the plugin, which resulted in thumbnail clicks being sent to the image attachment page, so it is most certainly the “responsive lightbox” plugin that is being displayed twice.
http://www.flashover.com.au/photo-test/
There is an example page I have just set up – and wow, I can’t explain it.. but now it’s working perfectly fine with only 1 lightbox being displayed, with the responsive LB plugin running….
My next question, how can I style the gallery to replicate the gallery displayed here
http://www.flashover.com.au/photos-us-appliance-burns-inside-station/Thanks!