New Landing How can we help? Themeforest Theme Support Neighborhood my dropdown menu disappeared

Viewing 15 posts - 1 through 15 (of 16 total)
  • #141981
    dia18
    Member
    Post count: 22

    Hello dear, I love the theme and everything has worked 100%.

    However, since I migrated server, all dropdown menus do not work anymore.

    Have I changed the theme and they (the menus) come back (apparently not a wordpress problem).

    Am I doing something wrong? Thanks for your help.

    #141992
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Please try to disable all plugins except Revolutions slider and Woocommerce.
    Just to discard any possible plugin conflict.

    Did you made any customization in the theme?

    -Rui

    #141995
    dia18
    Member
    Post count: 22

    Hi!

    Thanks for the quick response.

    I disabled all plugins and nothing has changed.

    I made some cosmetic changes (only in style.css).

    #141997
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try to add this custom css.

    
    nav .menu ul.sub-menu {
    opacity: 1!important;
    }

    -Rui

    #141998
    dia18
    Member
    Post count: 22

    Hello Rui!

    It worked, but now the menus are apparent, but frozen.

    Take a look: http://www.primeirainfancia.com/

    Thanks for the quick response!

    #142003
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Please remove the opacity parameter from that css rule, I don’t see that parameter in the original style.css

    You previously had opacity:0; remove that line.
    and also

     -moz-opacity: 0;
    filter: alpha(opacity=0);
    

    -Rui

    #142011
    dia18
    Member
    Post count: 22

    Hi!

    I made the change in the css code, the menu appears but remains frozen.

    Any idea how we can solve?

    #142017
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    This is what we have in the style.css in that specific css rule

    nav .menu ul.sub-menu {
        position: absolute;
        z-index: 9995;
        margin: 0;
        top: 100%;
        left: 0;
        display: none;
        min-width: 100px;
        -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
         box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    
    }

    Your’s current css is a bit different.

    
    nav .menu ul.sub-menu {
        position: absolute;
        z-index: 9995;
        margin: 0;
        top: 80px;
        left: 0;
        min-width: 100px;
    	-moz-opacity: 0;
    	filter:alpha(opacity=0);
    	pointer-events: none;
    	
        /* -webkit-backface-visibility: hidden; */
    	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    	box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    	-webkit-transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-o-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;
    }
    
    

    You should have made these custom changes in the child theme css or using the custom css option it’s easier to track any problem and you won’t have problems in future updates.

    Try to revert the changes.

    -Rui

    #142019
    dia18
    Member
    Post count: 22

    I Got You!

    It worked perfectly. Thanks again for the help!

    #142021
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. No problem.
    -Rui

    #142038
    dia18
    Member
    Post count: 22

    Hello Again!

    Now, after the menus work correctly, another error happened:

    All products do not appear when I click on them.

    All plugins have been disabled and still the problem persists.

    Any idea?

    Thanks for your help.

    #142090
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It’s displaying the images that are uploaded to the products.
    Maybe some problem when migrating from the other server.

    https://www.dropbox.com/s/yahfhhtnk207kkd/product_images.png?dl=0

    -Rui

    #142094
    dia18
    Member
    Post count: 22

    Hello again!

    I do not know if I could explain myself well.

    When I click on a single page of product, the page appears as nonexistent.

    This error apparently happened after I disable all plugins.

    The problem may have some correlation?

    Thanks again for your help.

    #142099
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Sorry, Didn’t understand that,

    Your product permalink settings was wrong. I changed it and resaved the permalinks and it’s working fine now.

    -Rui

    #142100
    dia18
    Member
    Post count: 22

    Thx!

    Everything working 100%

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register