Forum Replies Created

Viewing 30 posts - 45,421 through 45,450 (of 66,126 total)
  • Author
    Posts
  • in reply to: Menu Dropdown #507589

    Hey!

    Try to adjust the font size:

    @media only screen and (max-width: 767px) {
    .esg-selected-filterbutton {
        padding: 2px 3px;
        font-size: 10px;
    }
    }

    Regards,
    Ismael

    in reply to: Video not working #507587

    Hey!

    Have you tried using a different video with the same format? Maybe the codec in the current video is not compatible with IE. http://stackoverflow.com/questions/21124885/html5-video-not-working-in-ie-11

    Best regards,
    Ismael

    in reply to: Website is taking 20 secs to load each page #507525

    Hi!

    What is the current php version? There are old issues regarding 5.3.27 FastCGI, maybe the solution provided on those threads will help:

    https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892
    https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/#post-335920

    Regards,
    Ismael

    in reply to: One-page navigation anchor positions when using submenu #507523

    Hey!

    Thank you for the update. We’ll do a little test. Look for this block of codes:

    var tempPadding  		= parseInt($main.data('scroll-offset'),10) || 0,
    							non_shrinking		= parseInt($meta.outerHeight(),10) || 0,
    							non_shrinking2		= parseInt($alt.outerHeight(),10) || 0; 
    						
    						if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;
    						}
    						else
    						{
    							tempPadding = tempPadding + non_shrinking + non_shrinking2;
    						}

    .. then replace it with:

    var tempPadding  		= parseInt($main.data('scroll-offset'),10) || 0,
    							non_shrinking		= parseInt($meta.outerHeight(),10) || 0,
    							non_shrinking2		= parseInt($alt.outerHeight(),10) || 0,
                                $subnav = $('.html_header_top .av-submenu-container'),
    							non_shrinking3		= parseInt($subnav.outerHeight(),10) || 0; 
    						
    						if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 -  non_shrinking3;
    							console.log('test a ' + tempPadding);
    						}
    						else
    						{
    							tempPadding = tempPadding + non_shrinking + non_shrinking2;
    							console.log('test b ' + tempPadding);
    						}

    We added a console.log function so that we can know whether it’s actually working or not. Hard refresh the page before testing it.

    Regards,
    Ismael

    in reply to: Customise menu #507517

    Hi avaprojects!

    Thank you for using Enfold.

    1.) To align the sub menu text to the logo, use this:

    #top .av-submenu-container .container {
        padding: 0 50px !important;
    }

    2.) Use this to create a dot:

    #top .av-subnav-menu > li > a:after {
        content: '·';
        position: relative;
        left: 10px;
        bottom: 0px;
    }
    
    #top .av-subnav-menu > li > a {
        border: 0;
    }

    3.) Unfortunately, you can’t add a description in the menu items.

    4.) Add this code:

    .av-main-nav > li > a {
        font-weight: normal;
    }

    5.) In order to adjust the border, try this:

    #sub_menu1 {
        border-top: 0;
    }
    
    #header_main {
        border-bottom: 0;
    }
    
    #top #header_main > .container > .inner-container {
        border-bottom: 1px solid;
    }

    Cheers!
    Ismael

    in reply to: Anyway to overlap content on top of a layerslider ? #507510

    Hi!

    We modified the color section below the layer slider then applied a unique id attribute called “custom-section”. You can use that selector to offset the position of the color section. Add something like this in the Quick CSS field:

    #custom-section {
        z-index: 10000;
        position: relative;
        margin-top: -50px;
    }

    Regards,
    Ismael

    in reply to: Mobile Navigation Menu Displaying As White Box Only #507508

    Hi GailSabol!

    Thank you for using Enfold.

    You have this code in the Quick CSS field which sets the mobile menu icon color to white:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
        background-color: #ffffff;
        color: #ffffff;
        border-color: #e1e1e1;
    }}

    Cheers!
    Ismael

    in reply to: Template Builder malfunction> #507491

    Hey!

    The sections starting from the section before the “The Gospel Implications” are outside the wrap_all container. This is usually cause by unclosed html codes inside the page. Try to create a new test page then use the same layout but try to remove all html codes then replace it with a few simple text. See if it will have the same issue as the “About” page.

    Best regards,
    Ismael

    in reply to: Shrinking Header no longer working with logo size #507488

    Hi!

    We added this code in the Quick CSS field:

    .header-scrolled .logo a, .header-scrolled .logo a img, .header-scrolled .logo {
        max-height: 30px !important;
    }

    This is a little bug in the header when you set a custom pixel value.

    Regards,
    Ismael

    in reply to: Move breadcrumb in page layout #507482

    Hi!

    I checked the child theme’s functions.php file but the code is not there. Did you remove it? We need to know because there’s a chance that you added the code somewhere else. And please remove the functions-enfold.php there because it’s basically useless in the child theme folder.

    Best regards,
    Ismael

    in reply to: Trying to Understand Portfolios – tutorials not enough #507478

    Hi dominiquehurley!

    Thank you for using Enfold.

    I think it’s better if you use the Masonry Gallery element instead of the Masonry element. If you use the latter, you’ll have to create 200 portfolio items then set the featured image individually for each portfolio post. The masonry gallery element under media elements panel of the advance layout builder on the other side requires no post to be created in order to showcase images. Insert the masonry gallery, add the images, tweak a few options and you’re done.

    Regards,
    Ismael

    in reply to: Don't show current blog post/portfolio item #507473

    Hey andrewjohnson77!

    Thank you for using Enfold.

    Modify the blog posts element then activate the Offset Number option. The option should prevent duplicate posts.

    Best regards,
    Ismael

    in reply to: Menu item highlighted when on a portfolio item #507472

    Hey andrewjohnson77!

    Thank you for using Enfold.

    I checked the pages but the main menus are blank or at least the menu item color is same as the header background. Actually, the page looks blank. Can you please check it again?

    Regards,
    Ismael

    in reply to: extra space and list elements added on save #507471

    Hi!

    Thank you or the info but I think you forgot the actual url to the site. Is this happening on a text or code block? Can you please provide the html list snippet so that we can test it on our end?

    Cheers!
    Ismael

    in reply to: Special Heading Shortcode Malfunction #507469

    Hi!

    I’m sorry for the inconvenience. We added the apostrophe html entity number for you: http://wp.me/p63JTR-3xK

    http://www.ascii.cl/htmlcodes.htm

    Regards,
    Ismael

    in reply to: post slider customisation #507462

    Hi!

    Elliott is out this time so I will be handling this request if you don’t mind. Anyway, I’m not sure how you created the custom post type but if you want to modify the post slider element, edit the config-templatebuilder > avia-shortcodes > postslider.php file. You might need to modify line 290:

    $link 		= get_permalink($the_id);
    

    This function might come in handy: https://developer.wordpress.org/reference/functions/get_post_meta/

    Cheers!
    Ismael

    in reply to: Full Screen Slider Images are all Pixelated #507460

    Hi!

    Thank you for using Enfold.

    The image url structure is a little different: http://195.62.28.133/~paulbren/index.php?aam_media=3524&size=extra_large

    Do you remember adding any plugins prior to this issue? Please try to deactivate all plugins then check the page again. Also, try to update the theme to the latest version, 3.3.2.

    Best regards,
    Ismael

    in reply to: slideshow caption styling #507459

    Hey!

    Thank you for the update. Let me inform you that Dake will be unavailable this time so, if you don’t mind, I will be the one handling your requests for now.

    1.) Use this to create more space between the caption title and caption:

    .avia-caption-title {
        margin-bottom: 20px;
    }

    2.) We modified the css code for the caption:

    /*hide slideshow captions mobile*/
    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption {
    display: none !important;
    }
    }

    3.) For image caption overlay, use this:

    .av-image-caption-overlay-center {
        display: none;
    }

    You can include that css declaration inside the css media query above.

    Cheers!
    Ismael

    in reply to: Menu over logo #507457

    Hey!

    We added the code we previously suggested in the functions.php file and then enable the default language switcher in the WPML panel. . https://kriesi.at/support/topic/menu-over-logo-4/page/3/#post-506236

    Regards,
    Ismael

    in reply to: Product Sorting #506845

    Hi!

    Oh. Alright. Maybe, add_post_meta will do the trick. :)

    Regards,
    Ismael

    in reply to: Blog Posts displays only excerpt instead of full content #506835

    Hey!

    Try to remove the more tag then edit includes > loop-index.php. Look for this code on line 200:

    echo $content;
    

    ..replace it with:

    if(!is_archive()) {
                	echo $content;
    			} else {
    				the_excerpt();
    			}

    It should render the excerpt on archive pages. We removed one of the posts more tag:

    http://palade.pl/wp-admin/post.php?post=537&action=edit

    Try the modification above then check the links.

    http://palade.pl/kategoria/publicystyka/
    http://palade.pl/

    Cheers!
    Ismael

    in reply to: Rollover Bild als Mouseover Effekt #506821

    Hi!

    Can you modify this html code?

    <a href="http://www.karinhackstock.at/site/?page_id=3084" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Kinder','','http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder_rgb.jpg',1)" style="position: relative; overflow: hidden; display: block;"><img src="http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder.png" alt="" width="180" height="180" id="Kinder"><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 180px; width: 190px;"><span class="image-overlay-inside"></span></span></a>
    

    Add a unique class attribute, “custom-image” for example:

    <a class="custom-image" href="http://www.karinhackstock.at/site/?page_id=3084" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Kinder','','http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder_rgb.jpg',1)" style="position: relative; overflow: hidden; display: block;"><img src="http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder.png" alt="" width="180" height="180" id="Kinder"><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 180px; width: 190px;"><span class="image-overlay-inside"></span></span></a>
    

    Add this in the Quick CSS field:

    .custom-image { text-align: center; }
    

    Best regards,
    Ismael

    in reply to: Main Content bg settings only affect front page #506818

    Hey!

    If you don’t add a color section on a page, the content is still enclosed inside a container with the “main_color” class attribute by default. That’s why the background is still there.

    .main_color {
        background: #ffffff url(//bernhard-kaeferboeck.at/wp-content/uploads/2015/09/Hintergrund_1_04.jpg) top left no-repeat fixed;
    }

    The color section doesn’t need to span the whole height of the browser unless you set it to do so in the Section Minimum Height option.

    Best regards,
    Ismael

    in reply to: wp rss aggregator #506813

    Hi!

    Looking at the plugin’s extension, I found this: http://www.wprssaggregator.com/extension/excerpts-thumbnails/

    Maybe, you need to install that plugin to show excerpts and thumbnails? Please contact the plugin author for more info.

    Cheers!
    Ismael

    in reply to: Catalog Visibility not working with enfold theme #506807

    Hi jhennigar!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. If you want to modify the theme’s woocommerce configuration, edit the config-woocommerce > config.php file.

    Cheers!
    Ismael

    in reply to: Product Sorting #506805

    Hey!

    Thanks for sharing. When I add the “custom_woocommerce_get_catalog_ordering_args” function, no products are shown in the shop page and I got this notice, “No products were found matching your selection.” Must be something on my setup. Anyway, glad you got it working on your end. Again, thanks for sharing the solution. :)

    Regards,
    Ismael

    in reply to: One-page navigation anchor positions when using submenu #506802

    Hi!

    Please edit js > avia.js, look for this code around line 716:

    var tempPadding  		= parseInt($main.data('scroll-offset'),10) || 0,
    							non_shrinking		= parseInt($meta.outerHeight(),10) || 0,
    							non_shrinking2		= parseInt($alt.outerHeight(),10) || 0;
    						
    						if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;
    						}

    .. replace it with:

    var tempPadding  		= parseInt($main.data('scroll-offset'),10) || 0,
    							non_shrinking		= parseInt($meta.outerHeight(),10) || 0,
    							non_shrinking2		= parseInt($alt.outerHeight(),10) || 0,
                                                            $subnav = $('.html_header_top .av-submenu-container'),
    							non_shrinking3		= parseInt($subnav.outerHeight(),10) || 0; 
    						
    						if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 -  non_shrinking3;
    						}

    Best regards,
    Ismael

    in reply to: Avia Editor Problems still Present #506801

    Hey!

    I test the pages and I can see the preview without any issue:

    http://www.martinecafe.com/?page_id=631&preview=true
    http://www.martinecafe.com/?page_id=631&preview=true

    Is this happening when you are logged in as “Support9x73” which has an editor role?

    http://www.martinecafe.com/wp-admin/users.php

    Regards,
    Ismael

    in reply to: Menu over logo #506799

    Hey!

    We enable the default language switcher but it still doesn’t show the “Nederlands” flag or switcher when you go to the “Francais” language. Did you open a ticket in the WPML forum?

    Regards,
    Ismael

    Hey!

    You can try this:

    @media only screen and (max-width: 767px) {
      .responsive #top .cart_dropdown {
      right: -100px !important;
      }
      
      .responsive.html_visible_cart #top .cart_dropdown {
      right: 7.5% !important;
      }
    }

    Regards,
    Ismael

Viewing 30 posts - 45,421 through 45,450 (of 66,126 total)