Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #662681

    Hi,
    i have a Problem with the Shop Banner.
    I Want to have a banner of the SHoppage in the originell size and without a parallax effect. i have try anything to deactive of the shop page the parallax effect and place the banner in the originall size. Further i have try to make it with CSS-Hero, too. But I don´t get a good result.
    Here is the URL from the page: http://www.vnx-pro.com/shop/

    I send a PM with the Login, the site is at the maintenance mode at the moment.

    Please is it possible to get a fast feedback, so that we can find fast a solution for this problem.
    I have to make it ready as soon as possible

    kind regards

    #663810

    Hey!

    Try adding this code to the Quick CSS:

    #top.woocommerce-page .av-parallax.avia-full-stretch {
        transform: none !important;
        height: 100% !important;
    }
    
    #top.woocommerce-page .av-parallax-inner {
        background-size: contain;
    }

    Cheers! 
    Josue

    #663826

    hi, thank you for ansewring.
    This isn´t a good solution. I want to display the image in the original size. http://www.vnx-pro.com/shop/
    Is it possible to place the text “Heimkino & AV-Produkte.Beamer – Leinwände – Kabel” under the banner in a plack font color?

    kind regards

    #664005

    Hey!

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #666978

    Hi Josue,
    sorry i was ill for a few days.
    Here is the screenshot /mockup), so that you can see the layout.

    https://drive.google.com/open?id=0Bwq6MtWuoVm3Wmh6MUx3TTE0YjQ

    I want to place a shop banner in a original size and under the shop banner the description and below the product list from the shop.

    kind regards

    #667019

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this exactly as seen in the mockup by using a small custom code snippet, To achieve the same it would take a lot of time so I am afraid its out of the scope of our support.

    However with you can achieve a similar look by modifying the elements in the image and by adjusting the size of the image to match the theme banner.

    we have added the below custom css in Quick css

    #av_product_description {
    background: url(https://www.vnx-pro.com/wp-content/uploads/2016/05/VNX-Heimkino-Grosshandel-Shop-Banner-2-1.jpg)no-repeat;
    background-size: cover;
    }

    Best regards,
    Vinay

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