Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1027223

    I have been asking for DAYS to get this resolved. We upgraded the Enfold theme and the subpages no longer work. Please look into and resolve this sooner than later.

    #1027272

    Hey Invoke_Media_Group,
    I tried to login with the info you provided, but I was not able to, please check the info.
    I also tried to find an error with your sub-pages but they all seem to be working, please describe the error a little more.

    Best regards,
    Mike

    #1027631

    The subpages DO NOT exist in the menu anymore. They show for a MOMENT, then the pop-up appears, and when you close the pop-up you cannot get any of the subpages to show up when you hover over main page in the navigation bar.

    What part did you not get to access the dashboard? Here are the credentials again. (in private section below)

    #1027820

    Hi,
    Thank you for the tip, I must have missed it the first time. I took a closer look at your menu and found that it was showing, but almost invisible:
    2018-10-29-204159
    I have been able to write a css correction for this if applied to your WordPress > Customize > Additional CSS:

    li:hover > ul.sub-menu {
        opacity: 1 !important; 
        visibility: visible !important; 
    }

    but I believe that the issue is actually a conflict and I would recommend trying to deactivate your plugins and then clear your browser cache a few times, if this solves, then reactivate your plugins one at a time until you find the cause.

    Best regards,
    Mike

    #1029317

    THANK YOU MIKE! That worked! My apologies that I NEVER saw this message. I would get replies and when I try to link back – it was sending me elsewhere. This was a HUGE HELP!

    #1029318

    Is there any assistance you can offer to me to make the social media icons in the bottom bigger? I would prefer to LOSE the Kriesi hyperlink too.

    #1029386

    Hi,
    I removed the theme link by adding [nolink] into Enfold Theme Options > Footer > Copyright
    I made the social icons larger with this css in the Enfold Theme Options > General Styling > Quick CSS field

    /* larger socket social icons */
    #socket .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #socket .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #socket .social_bookmarks {
        height: 60px!important;
    }

    Please feel free to adjust them to suit, if you wish.

    Best regards,
    Mike

    #1029718

    I have copied and saved all the custom code. THANK YOU

    One last issue – the mobile menu is not working. The hamburger turns into an X

    #1030101

    Hey,

    Have you tried de-activating all active plugins to check if that helps? Opacity should be set to 1 when hamburger is clicked but it is not. Please add following code to Quick CSS as well

    .html_av-overlay-side-classic.av-burger-overlay-active #top .av-burger-overlay {
        opacity: 1!important;
    }

    Best regards,
    Yigit

    #1030102

    I did. I went one by one and nothing happened to resolve it – so I reactivated them. I will add the code. Thanks!

    #1030103

    I added the code to APPEARANCE > CUSTOMIZE > CUSTOM CSS – nothing happened. Let me see if somewhere else I should be trying to add it.

    #1030108

    Hey Invoke_Media_Group,

    Add the code to the very top of quick css so that it runs first and clear the cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.