Hello,
id like to put a shop banner from the theme options but the The head is cut off.
http://www.gabinetdesalut.com/tienda-natural/
Its like parallax… can you help me? Thanks in advanced.
PD: It’s possible to add a Layer slide in this page? for offers , or a revolution slider???
Hey mfeijoo,
It looks like the page you linked to leads to a coming soon page, do we need to be logged in to be able to view the page? If so please post admin login details in private.
Best regards,
Rikard
Here there are in private content
Hi,
Thanks you for reaching out to us :)
I tried to troubleshoot this issue but all I see is an empty page(screenshot attached).
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hello, Try it again . You need see this page
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#av_product_description .av-parallax {
transform: none!important;
}
#av_product_description {
height: 180px;
}
#av_product_description .av-parallax-inner {
background-position: 50% 100%!important;
}
#av_product_description .content {
padding-top: 25px;
}
Best regards,
Yigit
Thanks,
But it’s smaller than the other pages …it looks “rare”. There is not any possible to put there a layer slider???
Hey!
You can use this code in theme / child theme functions.php;
function put_stuff_before_main_content() {
echo do_shortocde("[slider shortcodecode here]");
}
add_action('ava_after_main_container', 'put_stuff_before_main_content');
Best regards,
Josue