1. I'd like to have 2 columns for my Portfolio on mobile instead of one. I've noticed several similar tickets and tried out the codes you offered in response, but I suppose each website requires a custom one.
2. Secondly, I'd like to know if there is an option of flipping/going through the portfolio items of one project in Lightbox mode without having to close an image in order to open another one.
(I know the "Gallery" option allows that, but if I were to use it, I wouldn't be able to have the same layout of the page I have now - for example my "Erik" page - http://andreeaserbanchira.com/portfolio/erik/)
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 470px) {
.portfolio-items .elastic-portfolio-item {
width: 50% !important;
}
}
2. Unfortunately thats not possible as there is no filter menu available on the Portfolio Single Pages.
Thank you Tahir, that seems to have done the trick for the Mobile issue!
Regarding my question on flipping through images on a Portfolio Single Page in lightbox mode, without closing one to open another, is there any solution to that?
I ended asking about three things and it might have gotten a bit confusing. I can open a new ticket for this one if you'd reckon it would be better. This was the question:
"2. Secondly, I'd like to know if there is an option of flipping/going through the portfolio items of one project in Lightbox mode without having to close an image in order to open another one.
(I know the "Gallery" option allows that, but if I were to use it, I wouldn't be able to have the same layout of the page I have now - for example my "Erik" page - http://andreeaserbanchira.com/portfolio/erik/)"
"2. Secondly, I'd like to know if there is an ption of flipping/going through the portfolio items of one project in Lightbox mode without having to close an image in order to open another one.
(I know the "Gallery" option allows that, but if I were to use it, I wouldn't be able to have the same layout of the page I have now - for example my "Erik" page - http://andreeaserbanchira.com/portfolio/erik/)"
Unfortunately, that's not possible as the HTML Div Structure does not allow for such continuous flow.
Hi,
1. I'd like to have 2 columns for my Portfolio on mobile instead of one. I've noticed several similar tickets and tried out the codes you offered in response, but I suppose each website requires a custom one.
2. Secondly, I'd like to know if there is an option of flipping/going through the portfolio items of one project in Lightbox mode without having to close an image in order to open another one.
(I know the "Gallery" option allows that, but if I were to use it, I wouldn't be able to have the same layout of the page I have now - for example my "Erik" page - http://andreeaserbanchira.com/portfolio/erik/)
Thanks in advance!
Andreea
Hey Again,
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Thanks
ThemeNectar Support Team
I was also wondering if it's possible to keep the Portfolio project categories menu on project pages?
Thank you!
Hey Again,
1. Make Mobile two columns usind below CSS.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
2. Unfortunately thats not possible as there is no filter menu available on the Portfolio Single Pages.
Thanks
ThemeNectar Support Team
Thank you Tahir, that seems to have done the trick for the Mobile issue!
Regarding my question on flipping through images on a Portfolio Single Page in lightbox mode, without closing one to open another, is there any solution to that?
I ended asking about three things and it might have gotten a bit confusing. I can open a new ticket for this one if you'd reckon it would be better. This was the question:
"2. Secondly, I'd like to know if there is an option of flipping/going through the portfolio items of one project in Lightbox mode without having to close an image in order to open another one.
(I know the "Gallery" option allows that, but if I were to use it, I wouldn't be able to have the same layout of the page I have now - for example my "Erik" page - http://andreeaserbanchira.com/portfolio/erik/)"
Thanks again!
Hey Again,
"2. Secondly, I'd like to know if there is an ption of flipping/going through the portfolio items of one project in Lightbox mode without having to close an image in order to open another one.
(I know the "Gallery" option allows that, but if I were to use it, I wouldn't be able to have the same layout of the page I have now - for example my "Erik" page - http://andreeaserbanchira.com/portfolio/erik/)"
Unfortunately, that's not possible as the HTML Div Structure does not allow for such continuous flow.
Thanks
ThemeNectar Support Team
Got it. Thank you for the help!