Forum Replies Created

Viewing 30 posts - 29,491 through 29,520 (of 34,338 total)
  • Author
    Posts
  • in reply to: Ads with Ad Inserter #899923

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How make the submenu transparent with a small border? #899922

    Hi,
    Try:

    .av-main-nav ul li a {
        border-right-style: hidden!important; 
        border-right-width: 0px!important; 
        border-left-style: hidden!important; 
        border-left-width: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: I am getting 2 warning messages when I update.. #899920

    Hi,
    Good to hear, we will leave this open for now.

    Best regards,
    Mike

    in reply to: Mobile Menu Search and Menu (3 Line) Icons #899919

    Hi,
    Try this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
    color: yellow !important; }
    }

    Best regards,
    Mike

    Hi,
    Perhaps try clearing your browser cache or any cache plugin. To test the code I tested this built in Google font on my full screen slider:

    h2.avia-caption-title {
    font-family: Lobster !important; 
    }

    2018-01-19_185757
    Give this a try to check.

    Best regards,
    Mike

    in reply to: Sub menue floating #899916

    Hi,
    That’s great news! Perhaps it was your cache, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Column Background , import pages #899913

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Ads with Ad Inserter #899912

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #899911

    Hi,
    Yes this can be accomplished with media queries such as:

    @media only screen and (max-width: 767px) { 
    --your css rules--
    }

    Just change the max-width to the screen size you are looking to target.

    Best regards,
    Mike

    in reply to: Blog Sidebar Layout Issue #899903

    Hi,
    Sorry I missed that, It seems that one is created with the template and the other is created with the advanced layout builder, is this correct?

    Best regards,
    Mike

    in reply to: How to make photo from a page to appear in search result? #899900

    Hi,
    Sorry, I didn’t see the date on it, but I would imagine there would be other plugins that do. What about the other one that is from Goolge’s own knowledge base, so I would think it applies?

    Best regards,
    Mike

    in reply to: Where's 'inline'? #899893

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change open tab via Main-Menu #899684

    Hi,
    I added this code to the end of your functions.php file in Appearance > Editor:

    // custom script
    add_action( 'wp_footer', 'ava_custom_script_tab_section' );
    function ava_custom_script_tab_section() {
    ?>
    <script type="text/javascript">
    (function($) {
    	function scrollToTab(s, e,) {
    		$(s).on(e, function(event) {
    			var anchor, loc, cur, hash, tab, parent, pos;
    
    			if( e == 'load' ) {
    				loc  = window.location.hash;
    				hash = loc;
    			} else {
    				loc = $(this).attr('href');
    				hash = loc.substring(loc.indexOf('#'));
    			}
    	
    			tab = $('.av-section-tab-title[href='+ hash +']');
    			parent = tab.parents('.av-tab-section-outer-container');
    			pos = parent.offset();
    
    			tab.trigger('click');
    			
    			if(hash) {
    				setTimeout( function() {
    					$(window).scrollTop( pos.top - 100 )
    				}, 1000 );
    			}
    		});
    	}
    
    	scrollToTab( '.menu-item a', 'click' );
    	scrollToTab( window, 'load' );
    })(jQuery);
    </script>
    <?php
    }

    and the links seem to work correctly now, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Sub menue floating #899670

    Hi,
    Sorry, my login attempts get “invalid user” please check.
    If I understand correctly, the solution you are looking for is to have the menu back on the left side panel?

    Best regards,
    Mike

    in reply to: table-headline-line disappear in mobile version #899668

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #899665

    Hi,
    I adjusted the code in your css: left: 50px!important; to left: 100px!important;
    and it seems to be more like you want, Please clear your browser cache and check.
    You can adjust this setting to site.

    Best regards,
    Mike

    in reply to: Screen Options settings don't work #899654

    Hi,
    I wanted to test your page on a clean install to see if the screen options will then work, but I couldn’t edit your functions.php because of a error. Please add this code to the end of your functions.php file via ftp:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
     

    You can read about this code here: Enable Avia Layout Builder Debug
    Also please Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Since your slider is currently set to be hidden on mobile screens, this would be a good indicator to examine when disabling your plugins.

    Best regards,
    Mike

    in reply to: Ads with Ad Inserter #899639

    Hi,
    Ok, we will leave this open for now.

    Best regards,
    Mike

    in reply to: LayerSlider is out of date on Enfold 4.2 #899619

    Hi,
    I believe that in this case this is known as a “soft release”
    In a couple of days it will be pushed though the admin panel.
    In this update the LayerSlider is version 6.6.7

    Best regards,
    Mike

    in reply to: table-headline-line disappear in mobile version #899608

    Hi,
    I belief I found a solution, I added this to your quick css:

    @media only screen and (max-width: 767px) { 
    .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: block!important; }
    .responsive .avia_responsive_table .avia-data-table td:before {
    	display:none !important;}
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header in color section #899593

    Hi,
    Please try:

    @media only screen and (min-width: 1439px) { 
    #top #wrap_all h1.av-rotator-container-inner  {
        margin-left: -5%!important; 
    }
    }

    Best regards,
    Mike

    in reply to: LayerSlider is out of date on Enfold 4.2 #899590

    Hi,
    Sometimes the first few days of a new update it doesn’t show in the admin panel, try downloading from Theme Forest and Try to update manually via FTP: https://vimeo.com/67209750

    Best regards,
    Mike

    in reply to: Ads with Ad Inserter #899540

    Hi,
    It sounds like the plugin has a conflict with woocommerce, as you pointed out, it works when disabling woocommerce.
    I recommend contacting the plugin author and explaining this, they might already have a fix ready from other reports.

    Best regards,
    Mike

    in reply to: LayerSlider is out of date on Enfold 4.2 #899537

    Hey xuamox,
    We have just released v4.2.1, please check for an update or download the latest from Theme Forest.

    Best regards,
    Mike

    in reply to: Sub menue floating #899536

    Hey Ghallab,
    Please include the url to your site, we can see your user & password but not the url.

    Best regards,
    Mike

    in reply to: Change formatting on mobile version only? #899530

    Hi,
    Yes it can, it just a matter of knowing the classes of the elements, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 480px) { 
    .av-catalogue-container{text-align:center !important; }
    .av-catalogue-title{padding-right:0px!important;  }
    .av-catalogue-content{padding-right:0px!important; }
    .av-catalogue-image{float:none!important;  margin-right:0px!important; }
    }

    Best regards,
    Mike

    in reply to: How to make photo from a page to appear in search result? #899519

    Hey Gala,
    Please read this article from Google: https://support.google.com/websearch/answer/175288?hl=en
    And this article about a WordPress plugin to do this: https://managewp.com/blog/google-picture-search-results

    Best regards,
    Mike

    in reply to: Where's 'inline'? #899502

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    Hi,
    Please check the check box at: “Enfold Theme Options > Lightbox Modal Window” is checked.
    2018-01-18_230523

    Best regards,
    Mike

    in reply to: I am getting 2 warning messages when I update.. #899500

    Hi,
    This looks like a database warning, your webhost would be able to dig deeper into this for you.

    Best regards,
    Mike

Viewing 30 posts - 29,491 through 29,520 (of 34,338 total)