Pages / Portfolio Items that have little content vertically will cause the Magnific Image Viewer to be cut off. Example Screenshot
I have solved this by setting the overflow to visible on the body[data-smooth-scrolling="0"] element selector in the style.css of the child theme. So far I'm not noticing any issues. Was this intended ?
Is it possible to override the ascend styling ? (Setting the page background color for instance) When placing corresponding ascend.css in my child theme css folder, it does not seem to load that file. Making changes to the original salient theme ascend.css does work, but this is less ideal for updating. ( .ascend { background-color: #000000;} )
This issue only occurs if you page content does not fill the whole page height. Though have notified the Developer to look into it for upcoming update.
As regards the background color . You can now change that in Salient Theme Options Panel -> General Settings Section .
Ah I see, you can override it via the section under General Settings > CSS/Script Related > Custom CSS Code. ( .ascend { background-color: rgb(0,0,0);} ) As the "Overall Background Color" under General Settings > Styling only covers the background within the body element, again linked to the page height. Works for me :)
I'm working on a big 4K display, so it is quite common for the content not to fill the page height. It would also be nice to expose styling the portfolio categories via the salient editor for a future release. I'm currently doing it in a child theme, but having these options is always nice for novice users.
Pages / Portfolio Items that have little content vertically will cause the Magnific Image Viewer to be cut off. Example Screenshot
I have solved this by setting the overflow to visible on the body[data-smooth-scrolling="0"] element selector in the style.css of the child theme. So far I'm not noticing any issues. Was this intended ?
Is it possible to override the ascend styling ? (Setting the page background color for instance) When placing corresponding ascend.css in my child theme css folder, it does not seem to load that file. Making changes to the original salient theme ascend.css does work, but this is less ideal for updating. ( .ascend { background-color: #000000;} )
Hey,
This issue only occurs if you page content does not fill the whole page height. Though have notified the Developer to look into it for upcoming update.
As regards the background color . You can now change that in Salient Theme Options Panel -> General Settings Section .
Best.
ThemeNectar Support Team
Ah I see, you can override it via the section under General Settings > CSS/Script Related > Custom CSS Code. ( .ascend { background-color: rgb(0,0,0);} ) As the "Overall Background Color" under General Settings > Styling only covers the background within the body element, again linked to the page height. Works for me :)
I'm working on a big 4K display, so it is quite common for the content not to fill the page height.
It would also be nice to expose styling the portfolio categories via the salient editor for a future release. I'm currently doing it in a child theme, but having these options is always nice for novice users.