Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220701
    johnpromotes
    Participant

    Hello,

    I’ve selected Feature Headline, center alignment, and it looks like its pulling towards the right. You can see it better from a mobile device. Here is the site http://uveblog.nyc/dealmaker/ … the wording “Entrepreneur Depot”.

    please help

    #1220746
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .h-feature-headline span {
        padding-left: 0;
    }

    Hope it helps 🙂

    #1222177
    johnpromotes
    Participant

    it worked thank you so much! Sorry I have one more question. On that same page, below the Entrepreneur Depot text, I’ve added a Tour… it works great on my desktop, but I am unable to toggle between sections on my mobile device.

    #1222341
    Joao
    Moderator

    HI There,

    I am not sure if I understand your question, but if you would like to see the Mobile Navbar Button, please add:

    .x-btn-navbar, .x-btn-navbar.collapsed {
        font-size: 80px;
        color: black;
    }
    
    .x-btn-navbar:hover, .x-btn-navbar.collapsedHover {
        font-size: 80px;
        color: grey;
    }

    If you change the font-size you will change the size of the button.

    Hope that helps

    Joao

    #1223844
    johnpromotes
    Participant

    My apologies, the issue I was referring to is in the same page as before, http://uveblog.nyc/dealmaker/ … if you scroll down to the bottom, I have added the Tour element that allows me to add tab content. Within the Tour element, I added two responsive embed video elements, one for each “section”. On a desktop, you are able to toggle between the tabs.. the first being “how to set up business plan” and the other “tips to stay ahead”… and it works fine on a desktop… but when you view the page on a mobile device, or at least mine, you are not able to toggle between the two sections. Section number is active when you load the page and video loads fine, but when I click on the first tab (using a mobile device) that section wont load… so on a mobile device, i am unable to switch back and forth between the two tabs/sections containing the videos.

    #1223857
    johnpromotes
    Participant

    and yes!! thank you!! I was going to ask about the Mobile Navbar button!

    #1223865
    johnpromotes
    Participant

    sorry, I also have a question about the blog post slider… how can I tell it to either exclude certain posts or categories… or to only show certain categories..as opposed to just featured because I want to have better variety on the slider… selecting random displays posts that are no longer current or relevant, but i still want to keep. Thank you again for all of your help!

    #1224376
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To fix the issue please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery( function($) {
    
    $('.vc_tta-tab a').on('click', function( e ){
    
    setTimeout( function() { 
    $('html, body').stop().stop();
    }, 100 );
    
    });
    
    $(document).ready(function() {
        $('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta-tab a').off('click touchstart touchend');
    });
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1225389
    johnpromotes
    Participant

    Im sorry it didn’t work. I clear browsing data and history on my phone as well after inserting the code.

    #1225796
    Nabeel A
    Moderator

    Hi again,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1246280
    johnpromotes
    Participant
    This reply has been marked as private.
    #1246561
    Lely
    Moderator

    Hello There,

    We can easily switch position of the topbar and the menu by adjusting the template. But it will be better if you will give us a screenshot of how you want it to appear so we can be specific on our suggestion. Thank you.

    #1246978
    johnpromotes
    Participant
    This reply has been marked as private.
    #1246982
    johnpromotes
    Participant
    This reply has been marked as private.
    #1246986
    johnpromotes
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1220701 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>