Forum Replies Created

Viewing 30 posts - 38,251 through 38,280 (of 66,745 total)
  • Author
    Posts
  • in reply to: Columns with no border problem on safari 10.0.1 #716303

    Hey!

    Thank you for the info.

    I can’t reproduce the issue on my browser but please try this code in the Quick CSS field.

    #top .no_margin.av_one_third {
        width: 33.3336%;
    }

    Regards,
    Ismael

    in reply to: Post subtitle #716302

    Hey!

    Could you please provide a link to the actual page with the issue? A screenshot will help.

    Cheers!
    Ismael

    in reply to: RTL portfolio grid #716301

    Hi!

    Did you get the code from your email? I modified the code a bit. Please copy the code from the forum, not from your email. And remove browser cache before testing the page.

    Best regards,
    Ismael

    in reply to: Menu not centering #716300

    Hi pbchambers!

    Thank you for using Enfold.

    Please add this in the Quick CSS field.

    .responsive #header {
        width: 100% !important;
        max-width: 100% !important;
    }

    Best regards,
    Ismael

    in reply to: Language switcher icons double on mobile menu #716299

    Hey!

    Please replace the code with the following.

    @media only screen and (max-width: 767px) {
        .menu-item-language, .menu-item-language + *, .avia_current_lang {
            display: none !important;
        }
    }
    

    Regards,
    Ismael

    in reply to: 2 Menu bars under the header #716297

    Hey amzys!

    Thank you for using Enfold.

    You have to register a new menu in the functions.php file and then call it in the helper-main-menu.php file. Please refer to this previous thread for more info.

    // https://kriesi.at/support/topic/mobile-menu-15/#post-346596
    // https://codex.wordpress.org/Function_Reference/register_nav_menu

    Cheers!
    Ismael

    in reply to: Tables Not working properly #716295

    Hey!

    Thank you for the info. Please add this in the Quick CSS field.

    .avia-table {
        table-layout: auto !important;
    }

    Best regards,
    Ismael

    in reply to: Product Variation isn't worked #716294

    Hey!

    I’m trying to login to the site but it’s not letting me paste or copy anything to the page so I can’t input the password. It’s probably restricted by a plugin. Please disable the plugin so that we can access the site.

    Cheers!
    Ismael

    Hi Eisi101!

    Thank you for using Enfold.

    If you want to remove the date, you can modify the inludes > loop-index.php file and remove this line.

    echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
    

    Note that it may take a while before google re-index the url so it might still display in the SERPS. You can ask google to re-crawl the url.

    // https://support.google.com/webmasters/answer/6065812?hl=en

    Regards,
    Ismael

    Hi,

    Please use this if you want to remove the arrow.

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
        content: "";
    }

    I checked the “TEENUSED” and it doesn’t have any submenu.

    Best regards,
    Ismael

    in reply to: Problem with title of calendar blog post #716288

    Hi,

    You need to add the code in the functions.php file, not the Quick CSS field. Please post the login details here if you need more help.

    Best regards,
    Ismael

    in reply to: Problem with Our Team section on mobile #716286

    Hi,

    We understand the issue clearly. Unfortunately, that is the default positioning of the grid on mobile. You need to duplicate the section and re-order the cells so that it will display properly on mobile. You can then toggle the display of the sections with css media queries as suggested in the documentation.

    // http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

    in reply to: Mega menu won't open on smartphone #716284

    Hi,

    Please post the login details here so that we can check the issue further. Instead of “-“, try to use a non-breaking space character.

    // http://www.w3schools.com/html/html_entities.asp

    Best regards,
    Ismael

    in reply to: Contact form Validation as a Filter, #716280

    Hey 2funky,

    Thank you for using Enfold.

    This is possible but, unfortunately, the option is not included in the theme by default. Please hire a freelance developer to modify the contact form script or you can just use the CF7 plugin. A lot of Enfold users are using the plugin.

    Best regards,
    Ismael

    in reply to: Adding [av_button] shortcode to single.php #716279

    Hi,

    Instead of editing the single.php file, please add this code in the functions.php file.

    add_action('ava_after_main_title', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if( is_singular('post') ) {
    		echo do_shortcode("[av_slideshow size='no scaling' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' custom_class=''][av_slide slide_type='image' id='328' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide][/av_slideshow]");
    	}
    }

    Best regards,
    Ismael

    in reply to: Font Not Displaying Correctly – Enfold #716277

    Hey ycoleman31,

    Thank you for using Enfold.

    It’s a small glitch in the advance layout builder where the sections are rendered outside the wrap_all container but it is fixable. We edited the page and move all the elements inside their own color sections.

    Best regards,
    Ismael

    in reply to: Banner above header problem on tablets only #716275

    Hi,

    I’m sorry but I really can’t find the issue with it. We will have to advise you to contact a freelance developer to inspect the issue further. One more thing, are you purging or deleting the cache after doing our previous suggestions?

    Best regards,
    Ismael

    in reply to: Shop Banner to change according to Category #715720

    Hi,

    We are very sorry for the confusion. In the Shop Options panel, you can enable the “Enable Banner for product category pages” and under that option is a little note.

    You can enable the shop banner for all categories as well. You can also set individual banners by editing the category

    Edit each product category to display a different banner image.

    Best regards,
    Ismael

    in reply to: edit margin h1 h2 etc #715717

    Hi,

    Please try this css code.

    .av-special-heading {
        margin-top: 0;
    }

    Best regards,
    Ismael

    in reply to: Blog view distorted – only when one post per column #715716

    Hi,

    It will display below the “Read More” link because the link is part of “the_content”. To make this simple, please provide a screenshot on where you want the signature to appear.

    Happening here: http://www.houseofhuber.net/ (but only on the first “blog post” element) and here http://www.houseofhuber.net/team/
    Not happening e.g. here: http://www.houseofhuber.net/blog/

    Again, it will not display on grid layouts or columned posts because it’s not using the “get_the_content” function which is prerequisite of using the “the_content” filter.

    Best regards,
    Ismael

    in reply to: Responsive Mobile Image Size #715715

    Hi,

    It’s because of the retina screens. Use an image that will exactly fit the screen resolution of iPhone devices.

    Note that the iPhone 6 Plus is a 3x screen. For the previous iPhones you can double the screen size values to figure out the max size of your retina image, but on the iPhone 6 Plus you’ll want to triple that value (i.e. a full screen graphic would be 1242 x 2208).

    // http://www.kylejlarson.com/blog/iphone-6-screen-size-web-design-tips/

    If you want to apply a different background image for each device, use css media queries.

    // http://stephen.io/mediaqueries/

    Best regards,
    Ismael

    in reply to: How to setup a Blog Grid please #715714

    Hi,

    You should set the Blog Layout > Blog Layout to use the advance layout builder and then edit the page. Insert the Blog Post element below the text and images. We adjusted the settings.

    // http://www.topsigns.net/news/

    Best regards,
    Ismael

    in reply to: Margin Top Padding above Logo #715710

    Hi,

    We added the following css code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
    .responsive #top {
        margin-top: -5px;
    }
    }

    Best regards,
    Ismael

    in reply to: how to implement fontello cdn #715709

    Hey hsie,

    Thank you for using Enfold.

    I’m sorry but you cannot implement those files because the theme has its own character map configuration. And you have to modify the core or the parent files if you want to disable the default font assets from loading.

    Best regards,
    Ismael

    in reply to: 1/3 + 1/3 + 1/3 not looking good (on my website) on mobile #715708

    Hi,

    Please add a top margin.

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .home #services .av_one_third {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 50px;
    }
    }

    Best regards,
    Ismael

    in reply to: Removing pagination on category page #715701

    Hi,

    Thank you for using Enfold.

    Please go the Settings > Reading panel then set the “Blog pages show at most” field to 9999. This will display all post items so a pagination is not necessary.

    Best regards,
    Ismael

    in reply to: Anchors not working on mobile #715700

    Hey Wisith,

    Thank you for using Enfold.

    Please post the login details here so that we can check the settings. Did you add any css modifications to the site?

    Best regards,
    Ismael

    in reply to: Hamburger with traditional menu #715697

    Hi,

    This is not possible if the burger menu is active. A workaround is to disable the burger menu, display a default menu then re-create the burger menu manually. Please add these codes in the functions.php file.

    if(!function_exists('avia_append_burger_menu_mod'))
    {
    	add_filter( 'wp_nav_menu_items', 'avia_append_burger_menu_mod', 9998, 2 );
    	function avia_append_burger_menu_mod( $items, $args )
    	{
    	   if ((is_object($args) && $args->theme_location == 'avia'))
    	    {
    	        $items .= '<li id="menu-item-burger-mod" class="av-burger-menu-main-mod">
    	        			<a href="#">
    							<span class="av-hamburger av-hamburger--spin av-js-hamburger">
    					        <span class="av-hamburger-box">
    						          <span class="av-hamburger-inner"></span>
    						          <strong>'.__('Menu','avia_framework').'</strong>
    					        </span>
    							</span>
    						</a>
    	        		   </li>';
    	    }
    	    return $items;
    	}
    }
    
    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		var nav     = $('#avia-menu'),
    			items   = nav.find('li:not(".av-burger-menu-main-mod")'),
    			burger  = $('.av-burger-menu-main-mod a');
    
    		burger.click( function(e) {
    			if(items.hasClass('burger_mod')) {
    				items.removeClass('burger_mod');
    				burger.find('.av-hamburger').removeClass("is-active");
    			} else {
    				items.addClass('burger_mod');
    				burger.find('.av-hamburger').addClass("is-active");
    			}
    			e.preventDefault();
    		});
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }

    And this code in the Quick CSS field.

    .av-main-nav li {
        opacity: 0;
    }
    
    .av-main-nav .av-burger-menu-main-mod {
        opacity: 1;
    }
    
    .av-main-nav li.burger_mod {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    Best regards,
    Ismael

    in reply to: Enfold > Background image > Remove on mobile #715695

    Hi,

    @Sue: Could you please provide a link to the page with the issue? If you set the background attachment to parallax, please use this css code.

    @media only screen and (max-width: 989px) {
        #unique_id .av-parallax .av-parallax-inner { 
            background-image: none !important; 
        }
    }

    Replace “unique_id” with the Section ID.

    Best regards,
    Ismael

    in reply to: Blog using LAYOUT BUILDER #715692

    Hi,

    If you’re using the advance layout builder, these elements (categories, tags, post meta info etc) will not be included automatically. You can either add them manually in a code or text block or create a custom shortcode.


    @gerardbao
    : Please refer to these previous threads.

    // https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745
    // https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-588985


    @DaraEmerson
    : Have you tried the Widget Area element for the Yoast Taxonomy Widget?

    Best regards,
    Ismael

Viewing 30 posts - 38,251 through 38,280 (of 66,745 total)