Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #678322

    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:
    Max Banner Header

    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:
    Container before Footer

    The site access data were privately deposited. Many thanks for help!

    #680065

    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

    #680123

    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.

    #680166

    Hi,

    try this code:

    #av_product_description  * {
    top: -17px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.