Hello,
I need help to three questions .
Question 1: how can the banner from the product category will be fixed in the height so that it is always the same size in all categories. Currently there is growing when inserting a category with three lines instead of two lines of text.
Image 1:
Question 2: I have to show different for the product pages also a banner of the categories. with “is_product” and “has_term” category. But how is the ” is_code ” for “Main Page Store Banner Site” this I have to define, because otherwise it happened to be there a bit inserted earlier.
Question 3 : How do I get the category header banner before the footer.
is there any way for:
add_action('ava_after_main_container', 'add_banner_before_FOOTER');
function add_banner_before_FOOTER() {
if ( is_product AND has_term('13', 'product_cat'))
Image 2:
The site access data were privately deposited. Many thanks for help!
Hey envato1901,
please open different tickets for different questions.
1.) Can you provide us a precise link on your website showing the elements in question please? we need to be able to inspect the elements.
However, try this code inside Quick CSS field:
#av_product_description {
height: 190px;
}
and adjust as needed.
Best regards,
Andy
Hey Andy,
thanks, it now works with the height. But it now intersects with the “Test Cat , 123” from. How do I get this text upwards? URL is posted.
Hi,
try this code:
#av_product_description * {
top: -17px;
}
and adjust as needed.
Best regards,
Andy