Wishlist in header, hide "footer 1", Visual Composer, mobile version stor

This topic has 23 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler

  • Avatar: MWinchoose
    MWinchoose
    Participant
    October 26, 2017 at 16:24

    Hello.
    1. I’m not a developer. I want to add the Wishlist widget to the header. I ask you to write the stages step by step.
    2. How do I hide the “footer 1” field?
    3. Where can I find the description of short codes for “Visual Composer” and how to use them correctly?
    4. How in the mobile version do you view the goods in 2 columns?
    Thank you.

    22 Answers
    Avatar: MWinchoose
    MWinchoose
    Participant
    October 26, 2017 at 16:30

    private content

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 27, 2017 at 08:25

    Hello,

    1. You can add Wishlist link in Appearance > Widgets > Left Side top bar area (add your content in Text widget).
    2. Please read our documentation https://www.8theme.com/demo/docs/royal/#!/9_footer
    You may disable Show footer demo blocks option in Theme Options > Footer and leave Footer 1 area empty.
    3. Please read VC documentation https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524341/Developers+How+To+s
    To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks” http://prntscr.com/h2lqrd
    4. Try to add this code in Theme Options > Custom css:

    .products-grid .product {
        width: 50% !important;
    }

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 28, 2017 at 12:25

    I want to insert the Wishlist icon into the header next to the basket and search the site. How can I do it? not in the “Left Side top bar”.
    I can not find the “Footer and leave Footer 1 area empty” setting in the theme settings.

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 28, 2017 at 21:13

    1. How to make, what would the in mobile version of “heder” worked, but in other versions (on the PC and the tablet) was “Enable header overlap”?
    2. The image is cropped in the Slider Revolution Slider. Below indicated “Save parameters”, but this does not give an effect. Changed the resolution of the image – the quality fell, the problem did not disappear.
    https://prnt.sc/h390zz

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 29, 2017 at 23:58

    Hello.
    More questions:
    1. How to remove the area of articles and categories in a Single Page Product? https://prnt.sc/h3nlzw
    2. How to remove the title “Description”? https://prnt.sc/h3nrt6
    3. How to remove “back-history” in Breadcrumbs? https://prnt.sc/h3nsp8
    4. How to make a picture of the product smaller? The picture is enlarged too much.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2017 at 09:15

    Hello,

    I want to insert the Wishlist icon into the header next to the basket and search the site. How can I do it?

    – you may add code of the link in royal/headers/header-structure-1.php file.
    We recommend you to make changes in a child theme.

    1. How to make, what would the in mobile version of “heder” worked, but in other versions (on the PC and the tablet) was “Enable header overlap”?

    – try to add this code in Theme Options > Custom css > Custom css for mobile:

    .header-overlap {
        position: relative;
    }
    

    2. The image is cropped in the Slider Revolution Slider. Below indicated “Save parameters”, but this does not give an effect. Changed the resolution of the image – the quality fell, the problem did not disappear.

    – please refer slider documentation https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

    1. You may add this code in Theme Options > Custom css:

    .single-product .product_meta {
        display: none;
    }
    .single-product .product-information .menu-social-icons {
        margin-top: 15px;
    }

    2.

    .tabs .tab-content h2 {
        display: none;
    }

    3.

    .back-history {
        display: none;
    }

    4. Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
    Don’t forget Regenerate thumbnails after changes in WooCommerce-> Settings-> Product -> Display https://wordpress.org/plugins/regenerate-thumbnails/.

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 30, 2017 at 10:13

    Thank you, @Roze
    Another question:
    1. The button “Wishlist” next to “search” and “basket”. To add code to the specified file in the child theme, please write the action steps and the example. It is necessary in the parent theme to copy this file and insert it into the child in the same folder? Write an example of link design and where exactly it should be inserted (https://www.markwinchoose.com/wishlist/)? I want the link to be displayed in the icon (https://www.markwinchoose.com/wp-content/uploads/2017/10/TWalsh__heart2-512.png). If possible, do it yourself with your own hands. The data will indicate in private content. And I ask to make a screenshot for me, that would know how this is done.
    2. I want the pop-up menu to have a background like the container and it was a bit transparent (by 50%). How to do it? https://prnt.sc/h3sezg
    3. I can not remove the empty space “footer 1”. How to do it? https://prnt.sc/h3sp6k In here – https://prnt.sc/h3sqnd
    Thank you

    Please, contact administrator
    for this information.
    Avatar: MWinchoose
    MWinchoose
    Participant
    October 30, 2017 at 10:28

    4. How to make a search icon, the icon “wishlist” – the color as the “basket” icon? https://prnt.sc/h3swmq

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2017 at 11:09

    Hello,

    1. Sorry, but additional customization in files is outside the scope of our support.
    You may add this code in royal-child/headers/header-structure-1.php (55 line):
    <a href="https://www.markwinchoose.com/wishlist/" rel="nofollow"><img src="https://www.markwinchoose.com/wp-content/uploads/2017/10/TWalsh__heart2-512.png" alt=""></a>
    2.

    .menu .nav-sublist-dropdown ul{
        background-image: url(https://www.markwinchoose.com/wp-content/uploads/2017/10/002-1.jpg);
    }

    3.

    .post-type-archive-product .category-description {
        margin-bottom: 0;
    }

    http://prntscr.com/h3th4h
    4.

    .et-search-trigger .fa-search {
        background: #382a1d;
    }

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 30, 2017 at 13:29

    Thank you.
    I lost the “Add to Cart” button on the Single product page. How to return it? In the Ajax theme “Add To Cart” – “on”, Shop-> Full width (off), Just Catalog (off).

    https://www.8theme.com/topic/wishlist-in-header-hide-footer-1-visual-composer-mobile-version-stor/#post-176319

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2017 at 13:35

    You’re welcome!
    I do not see “add to cart” problem http://prntscr.com/h3vgwj
    Please provide a screenshot for better understanding.

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 30, 2017 at 16:31

    I did what you wrote, but the “wishlist” icon does not look organic.https://prnt.sc/h3y4jo
    How to adjust, what would the distance be normal and adjust the size to other icons? And I want that the “wishlist” icon is also reflected in the fiddled header. https://prnt.sc/h3y4w1
    Everything else turned out. “Add to cart” settings found.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2017 at 16:37

    Please try to add this code in Custom css:

    .navbar-right .navbar-right img {
        max-height: 35px;
        margin-top: 6px;
        margin-right: 22px;
    }
    .shopping-container .shopping-cart-widget {
        margin-top: 4px;
    }

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 30, 2017 at 20:04

    It turned out, thanks. Only in the “Fixed navigation” “wishlist” did not appear. How to do it?

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 30, 2017 at 20:40

    I want to reduce the font of the page title to h4. https://prnt.sc/h42s38

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 31, 2017 at 08:28

    Hello,

    1. You may edit header.php file.
    2.

    .woocommerce .wishlist-title h2 {
        font-size: 1.8em;
    }

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 31, 2017 at 09:26

    I’m having problems.
    I’m not a developer. I do not know how to edit the header, that’s why I’ll buy you a ready theme! I ask you to help make changes. Support for the theme is still valid for six months.
    In occasion of “vishlist” in heder. It does not appear in the “fixed header” and looks strange on the mobile and tablet. The icon swam down. https://prnt.sc/h48xjx

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 31, 2017 at 10:16

    In our theme it is not possible to show wishlist link in header or fixed header, it’s possible to implement only by additional customization in files. This service is not included in our support but you may contact WPKraken team to get help with this.
    I’ve added code http://prntscr.com/h49jn9 http://prntscr.com/h49jx0 to display wishlist correctly on different devices.

    Regards

    Avatar: MWinchoose
    MWinchoose
    Participant
    October 31, 2017 at 21:08

    In the mobile phone, the search icon dropped lower than the basket icon. Icon “Wishlist” went even lower.
    https://prnt.sc/h4j0n2

  • 1 2
    Viewing 20 results - 1 through 20 (of 23 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.