Home Forums Pro Themes Musical Vibe Pro Glitchy

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158378
    Euphoric Vocalist
    Participant

    I have 2 websites. For my first website (vocaleuphoria.com) I’ve been using Educational Hub for a couple years and I love it. I set it up just the way I like it. Thats why I recently purchased Musical Vibe Pro for my second website (queencarolynt.com) but now that I’ve set it up, I’m finding it to be a bit glitchy. When you scroll down the page the slider suddenly disappears. I’m using a few featured page widgets on the front page and its creating big gaps between headings, paragraphs and videos. Can you help me fix this?

    #158379
    Euphoric Vocalist
    Participant

    Oh and also when I open the customizer on my computer it changes the menu as if I’m looking at it on my mobile phone.

    #158386
    Psink
    Keymaster

    @EUPHORIC-VOCALIST, Please add this CSS in the additional CSS. It will solve the following issue

    – Top bar spacing issue
    – slider Glitchy issue
    – other spacing in the homepage

    regarding customizer, yes it will show the mobile menu because the customizer parts almost cover 25% of the screen, so preview parts behave as like its a tablet screen. you can Zoom out the screen by pressing ctrl and “-” btn in the keyboard to show full menu

    
    .enabled-sticky-primary-menu .site-header.fixed,
    .enabled-sticky-primary-menu .site-header {
        position: sticky;
        top: 0;
    }
    .enabled-sticky-primary-menu .site-header.fixed .site-description {
        display: block;
    }
    
    #tophead .header-social-wrapper {
        float: right;
    }
    
    #top-head-right{
        display:none;
    }
    
    #quick-contact {
        width: 50%;
    }
    
    #main-slider .slider-buttons a,
    #main-slider .slider-buttons a:hover{
        color: #fff !important;
    }
    
    #sidebar-front-page-widget-area .widget {
        padding: 10px 0;
    }
    
    #sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
        padding: 0;
    }
    

    Hope this will fix all of the issues

    #158387
    Psink
    Keymaster

    after adding the above code in the theme your site looks something like this, please check this screen record
    https://www.awesomescreenshot.com/video/5437488?key=0cb488ac37f515a01522e724b8a99959

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