Main Submenu underwear mode - by KROWKO - on WordPress WooCommerce support

This topic has 22 replies, 3 voices, and was last updated 6 years ago ago by Olga Barlow

  • Avatar: KROWKO
    KROWKO
    Participant
    February 2, 2018 at 21:27

    Hi, something configuration is wrong in theme, in main menu i already included a submenu, i’m using the standard header and submenu not’s appear above the banner. What should i do?

    21 Answers
    Avatar: KROWKO
    KROWKO
    Participant
    February 2, 2018 at 21:38

    I wrong the header type, im using ‘double menu

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 08:06

    Hello,

    Thanks for the topic.
    Please provide screenshots of your menu settings and frontend for better understanding your problem.

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    February 7, 2018 at 22:59

    Hi,

    I got half the problem with a “header overlay content”.
    Before activating this option, the submenus did not appear under the banner, (screenshot link 1), but the location where the page “Back to previous page” is displayed is working perfectly (screenshot link 2).
    After activating this option, the submenus work correctly, however it is very transparent and I can not fix it (screenshot link 3). The other problem is where “Return to the previous page” appears badly, different from the original before activating the option I described (screenshot link 4).

    screenshot link 1http://www.adrianaschonberger.com/novo/wp-content/uploads/2018/02/header-overlap-before-2.jpg

    screenshot link 2http://www.adrianaschonberger.com/novo/wp-content/uploads/2018/02/header-overlap-before-1.jpg

    screenshot link 3http://www.adrianaschonberger.com/novo/wp-content/uploads/2018/02/header-overlap-after-1.jpg

    screenshot link 4http://www.adrianaschonberger.com/novo/wp-content/uploads/2018/02/header-overlap-after-2.jpg

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 11:39

    Hello,

    Could you please provide temporary wp-admin access in Private Content?

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    February 9, 2018 at 13:07

    Hi,

    There is dates

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 9, 2018 at 14:21

    Hello,

    Please check now.
    I’ve added some custom css code in Theme Options > Styling > Custom css and disabled Header overlap option.

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    February 9, 2018 at 19:17

    It’s perfect now, but I’ll need to use that theme for another client, so can you guide me to do what you got to solve the problem?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 12, 2018 at 08:34

    Hello,

    This code (Theme Options > Styling > Custom css)

    .header .menu-wrapper li:hover, .fixed-header .menu-wrapper li:hover {
        opacity: .6;
    }

    should to be replaced by this one:

    .header .menu-wrapper li:hover > a, .fixed-header .menu-wrapper li:hover > a {
        opacity:  0.6;
    }
    

    Feel free to ask if you have any other questions.

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    March 26, 2018 at 20:57

    Hi, i had a problem again, please can you fix again for me, i tried to replace a code and disable the header overlap option buts not working

    The site is working a manutence plugin to client not acess, you can acess just loged in

    Please, contact administrator
    for this information.
    Avatar: KROWKO
    KROWKO
    Participant
    March 26, 2018 at 21:01

    Hey,

    Now i had a new problem. I press the “Restore session” in the custom css and all css code is gone, my mistake, if please you can insert again the code i will appreciate

    Sorry

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2018 at 09:54

    Hello,

    Unfortunately, I can’t see old screenshots, so please provide new screenshots and describe problems that should be fixed one more time.

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    March 27, 2018 at 21:06

    Hello Rose, thanks for answer me.

    First the problem that i reported in the begining was solved, i dont know how, the subtab of the menu was so transparency, now is ok (screenshot link 1)

    Second, ive used the button “restore session” in the “8theme > styling > custom css” and now lost all css codes (screenshot link 2).

    Third, with the css code cleaned i lost the appearence of the blog (screenshot link 3). Before cleaned codes the blog is exactly like your demo (screenshot link 4).

    I hope that you can help inserting the css codes again in their respectives plasces.

    Thanks

    screenshot link 1 – https://www.adrianaschonberger.com/wp-content/uploads/2018/03/screenshot4.png

    screenshot link 2 – https://www.adrianaschonberger.com/wp-content/uploads/2018/03/screenshot1.png

    screenshot link 3 – https://www.adrianaschonberger.com/wp-content/uploads/2018/03/screenshot2.png

    screenshot link 4 – https://www.adrianaschonberger.com/wp-content/uploads/2018/03/screenshot3.png

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 28, 2018 at 08:33

    Hello,

    1. Great.
    2. I would recommend you to put custom cs code, that works fine and won’t be edited in near future, transfer into style.css file of the child theme.
    3. Please add this code in Theme Options > Styling > Custom css > Global Custom css:

    .post-categories {
        display: none;
    }
    .blog .read-more {
        color: #fffeff;
        text-align: center !important;
        margin: 25px auto 0 auto !important;
    }
    .blog .meta-post > a{
        color:#fff !important;
    }
    .blog .content-article p,
    .blog .content-article{
        color:#ac92b6;
    }
    .blog .read-more{
        color:#fffeff;
        text-align:center !important;
        margin:25px auto 0 auto !important;
    }
    .blog .read-more::before{
        background-color:#fffeff !important;
    }
    .blog .post-comments-count span,
    .entry-date{
        color:#fffeff;
    }
    .blog .post-heading-inner .entry-title a{
        font-size: 30px;
        color: #ff8da7;
        letter-spacing:5px;
    }
    @media only screen and ( min-width:1200px ){
       .blog .content article:nth-child(odd) .post-data{
        text-align:center;
        padding:64px;
        border-radius:75px;
        background:#16061c;
        position:relative;
        left:-70px;
         z-index:99;
         display: inline-table;
        width: 610px;
    }
    .blog .content article:nth-child(even) .post-data{
        text-align:center;
        padding:64px;
        border-radius:75px;
        background:#16061c;
        position:relative;
        right:-70px !important;
        z-index:99;
        display: inline-table;
        width: 610px;
    }
    }

    Let me know result.

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    March 28, 2018 at 17:43

    Hello,

    It’s exactly the same as the demo, thanks.
    Now I need a hint about building the footer .. I want to edit the footer that is already working, but the “short codes” code is so hard to understand, I do not even know how to insert an image

    nots possible edit static blocs with the wpbakery ?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 29, 2018 at 07:09

    Hello,

    To enable VC for the static block go to Visual Compose > Role Manager > Post type > Custom > choose static blocks http://prntscr.com/i0qj3c
    Also, please read our documentation – https://xstore.helpscoutdocs.com/article/47-static-blocks https://xstore.helpscoutdocs.com/article/48-widgets-custom-widget-areas

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    March 29, 2018 at 18:35

    Hello,

    Thanks, its working now !

    I have another problems with theme, when i was looking for buy, i like for the exactly mode that is in your website demo, i run the setup wizard and automatclly all information is update, but so much thing are diferent, so im sending some screenshots for you guide me to fix.

    1º – contact page are expose with a background gray map and contact information floating over. Your contact form are so diferent too. I like my contact page exactly like this. Demo Underwear (https://www.adrianaschonberger.com/wp-content/uploads/2018/03/contact-page-demo.png)(https://www.adrianaschonberger.com/wp-content/uploads/2018/03/contact-page-2-demo.png), my site (https://www.adrianaschonberger.com/wp-content/uploads/2018/03/contact-page-my-site.png)

    2º – Your single product page is so amazin, with the white background information, pink border button and the hover effect, is so great. I wanna know how i can insert de “sizing guide”. demo print (https://www.adrianaschonberger.com/wp-content/uploads/2018/03/single-product-page-1-demo.png), my site print (https://www.adrianaschonberger.com/wp-content/uploads/2018/03/single-product-page-my-site.png)

    3º – the shop page demo is perfect, but mine has a button “load more products” when i click appears “loading” but never load nothing. after this has two blocks that i cant exclude. demo print (https://www.adrianaschonberger.com/wp-content/uploads/2018/03/shop-page-demo.png), my site print (https://www.adrianaschonberger.com/wp-content/uploads/2018/03/shop-page-my-site.png).

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 30, 2018 at 08:40

    Hello,

    1) If you like Underwear contact page and want to import it go to Theme Options > Import/Export > Additional pages import > http://prntscr.com/iydrf0

    2) Looks like theme options were not fully imported. Can you provide me temporary Dashboard access to check?

    3) Either disable WooCommerce Infinite Scroll and Ajax Pagination plugin (if you don’t want to have infinite scroll for products) or sett correct settings https://xstore.helpscoutdocs.com/article/65-woocommerce-infinite-scroll-and-ajax-pagination-settings (if you want to have it).

    Regards

    Avatar: KROWKO
    KROWKO
    Participant
    March 31, 2018 at 15:05

    Hello, thanks for answer.

    1) i found where can i install the underwear contact demo, now my fear that i click appears a messagem that installing will change the theme configuration, menu. etc. Im worry

    2) my dashboard acess im sending by the private content

    3) i already disable the WooCommerce Infinite Scroll and Ajax Pagination plugin its almost ready, but the two block in the end of the page remains, how can i take off ?

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 2, 2018 at 16:23

    Hello,

    1) Only home pages import from this section overwrite existing theme options. Import of this page won’t cause problems with options.
    2) Do you use CDN or server cache? Disable it, please, during development because we don’t see changes in files.
    3) http://prntscr.com/izskte

    Regards

  • 1 2
    Viewing 20 results - 1 through 20 (of 22 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.