Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1409262

    hello I have created a page here link below:

    here is a bar on top as an image built in and so I had to set the top distance to -300px

    can I do the same for the page store, product, shopping cart and checkout at the top enter a color section with title and also set the top spacing to -300px?

    thanks in advance
    kind regards Franz

    #1409346

    Hey schweg33,

    Thank you for the inquiry.

    We don’t quite understand what you’re trying to do here. Would you mind providing a screenshot of the changes that you’d like to commit? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1409352

    Hello Ismarel
    that is ok so
    I will reformulate the request and make printscreens

    You can close this ticket
    I will make a new one

    kind regards Franz

    #1409355

    Hi,

    There’s no need to create a new thread. Instead, please provide us with some screenshots or additional clarifications to help us better understand your request.

    Thank you for your patience.

    Best regards,
    Ismael

    #1409411

    Hello Ishmael
    Sorry I have expressed myself completely wrong
    actually my question is very simple
    on the page link below:

    I have installed a plugin addition Fullwidth Revolution Slider.
    Can I use this addition also on the page
    Store insert a Revolution Slider.

    thanks in advance

    kind regards Franz

    #1409574

    Hi,
    Thanks for your patience, to add your Revolution Slider to the top of your shop, products, and woocommerce pages I added this code to your child theme functions.php:

    
    add_action('ava_after_main_container', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_woocommerce()) {
    		echo do_shortcode("[rev_slider alias=\"titel-vorstand\"][/rev_slider]");
    	}
    }

    Then I added this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-product .container_wrap_first.container_wrap {
        border-top-style: none;
    }

    and now it is showing, please clear your browser cache and check.

    Best regards,
    Mike

    #1409592

    hello mike
    thank you for your help

    so it is exactly according to my wish

    only something small
    at the shopping cart (like at the store)also no upper border

    kind regards
    Franz

    #1409616

    Hi,
    Glad that this helped, I removed the top border because I thought it didn’t look good once the slider was added, try removing this css from the Quick CSS:

    #top.single-product .container_wrap_first.container_wrap {
        border-top-style: none;
    }

    and clear your browser cache to see what you think.

    Best regards,
    Mike

    #1409683

    hello mike
    thank you for your help

    now all fits
    you can close this ticket

    child regard
    franz

    #1409744

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘also put higher and title’ is closed to new replies.