Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Custom Woocommerce Shop Page #1049550

    Hi Ismael,
    thank you for your answer.
    The problem is that with an empty cart the button “Go back to shop” redirects to the shop page.
    But I know solved my issue by changing this button. Here the code if someonelse faces the same issue

    /**
     * Changes Return to Shop button URL on Cart page.
     *
     */
    function wc_empty_cart_redirect_url() {
            return 'http://yoururl.com/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    Best Regards Tim

    in reply to: Mobile Header with fixed height and transparent #1002456

    Hi Victoria,
    thank you for very much for yourpatience! That help me.
    But there is one thing remaining that on mobile screen the link of the Logo doesn’t work anymore.
    It has something to do with this code snippet:

    nav.main_menu {
      left:0 !important;}

    But I am already trying to get the Logo to the fron with the code I found previously:

    .responsive .logo img {
       display: inline-block;
       z-index: 999;
       vertical-align: middle;
       max-height: 27px;}

    Bes Regards Tim

    in reply to: Mobile Header with fixed height and transparent #1002053

    Hi Victoria,
    I am just focusing on the header size rigth know. Unfortunately the code you provided does only affect the box istself and not all included insde. The Cart Counter is a good indication to comapre… Here you can see what I try to describe on the pictures.

    1) Desktop Version: wokrs finde with fixed header size of 45px
    2) The code only affects the header_main itself
    3) and NOT the content included in header_main area

    P.S. I changed your code slightly:

    .responsive #top #wrap_all #header #header_main{
       height: 45px;
     }
    

    Just to clearify my intention. I want to have the header (#header_main) with a fixed size of 45px. It works perfectly with the native possibility privided by enfold for the desktop view. But switching on mobile alway makes the header (#header_main) bigger.
    On mobile screen the header (#header_main) with all its content is supposed to be 45px height.

    How can I set the size for all content to 45px?

    Regards Tim

    in reply to: Mobile Header with fixed height and transparent #1001716

    Hi Victoria,

    thank you for your reply. Unfortunately it doesn’t fix my issues.

    1) I want to have the mobile header with the same fixed height like the desktop one: #header_main height 45px
    2) The section #header_meta should be transparent and the background image schould start right at the top

    Can please help me further?

    Best Regards Tim

    • This reply was modified 6 years, 1 month ago by Mosaik-Gin.
    in reply to: Mobile Header with fixed height and transparent #1001616

    Hey Victoria,

    I am sorry for the inconvenience! I forgot to tell you the right page.

    Regards Tim

    Hi Ismael,

    thank you very much, it works perfectly!

    Regards Tim

    Hi Ismael,

    You are right, I don’t why the issue is gone :-D
    Thank you very much for your help!

    Best regards Tim

    Hi Ismael,
    Sorry for the inconvinience! I added the link below.
    Aditionally I am using this CSS code.

    @media only screen and (max-width: 640px) {
    .av-instagram-item a {
        width: 100%;
    }
    .av-instagram-item {
        display: block;
        number: 6;
        width: 50%;
        float: left;
        padding: 0;
    }}
    
    .av-instagram-item {
        padding: 0;
    }

    Best Regards, Tim

    Hi Ismael,

    thank you for your help!
    There just remains one problem. I design the footer page seperately but in the shop somehow I reckon an empty box squeezes the icons together and mooves them to the left. But the box doesn’t affect the submenu and the copyrigth…
    I thought the option using a site as a footer just adds the content at the end of the regular page.
    Can you help me with that?

    Best Regards Tim

Viewing 9 posts - 1 through 9 (of 9 total)