Forum Replies Created

Viewing 30 posts - 55,261 through 55,290 (of 67,482 total)
  • Author
    Posts
  • in reply to: Change button height #333643

    Hi Kristofer!

    Thank you for using Enfold.

    If you want the button with two lines, you can try this:

    .avia-button.avia-size-medium {
    min-width: 90px;
    max-width: 90px;
    }

    Cheers!
    Ismael

    in reply to: Social Media Icons with textdecoration:underline #333641

    Hey!

    You didn’t add the code I gave you. Anyway, it works. Please check: http://hlml.boomberlin.de/about/bio-track-record/

    Regards,
    Ismael

    in reply to: major problem my update won't show in preview mode #333640

    Hey!

    On what browser and OS are you testing this? Versions? I edited the Test page then preview, I even added an Easy Slider just to check and it shows fine. Using Chrome on Windows 8. Do you have any third party extensions installed on the browsers?

    Cheers!
    Ismael

    in reply to: Icon Font doesn't appear #333637

    Hey profil77!

    Thank you for using Enfold.

    Please post the link to the actual page here. The id you gave is the response id so we won’t be able to locate it.

    Best regards,
    Ismael

    in reply to: Advertising widget title in the footer #333636

    Hey!

    Try this to fix the page title:

    section#pages-2 h3 {
    line-height: 1.1em;
    }

    Use this for the ad widget:

    .avia_partner_widget a, .avia_partner_widget a:hover {
    margin-top: 10px;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    I really can’t reproduce the issue. Even the second level Resources submenu works fine. I’ll ask the rest of the support team to check it.

    Regards,
    Ismael

    in reply to: Jumpy slider #333634

    Hi kasperschjoenning!

    Thank you for using Enfold.

    I’m sorry but it looks fine when I test it. Try dragging the scrollbar when scrolling instead of using the mouse wheel. The parallax effect will look smoother. If possible, please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Parallax problem #333633

    Hi!

    Have you tried to adjust the top margin to -500px?

    Cheers!
    Ismael

    in reply to: Color section background image scaling problem #333630

    Hey!

    Glad it worked. I’m not sure if it will align properly on all devices. Please use this to apply it specifically on that color section:

    .home div#av_section_1 {
    background-size: 100% !important;
    }

    If you still have questions, let us know. :)

    Regards,
    Ismael

    in reply to: Mega Menu bug #333625

    Hi!

    Thank you for using Enfold.

    Please toggle any settings on Enfold options panel then save changes. See if that fix the mega menu alignment issue. If that didn’t work, add this on Quick CSS or custom.css:

    .avia_mega_div.avia_mega4.twelve.units {
    left: -500px !important;
    }

    This is a temporary fix. I’ll ask Kriesi to take a look.

    Cheers!
    Ismael

    in reply to: Mobile Site Shop Layout #333624

    Hi chinmaytam!

    Thank you for using Enfold.

    Please try to toggle the settings on Enfold > General Layout > Dimensions Panel. Save changes. A lot of users reported layout issues and resetting the theme options by simply clicking save fix it for them. If the issue persist, let us know. Anyway, I checked the cart and it is showing fine.

    Regards,
    Ismael

    Hi MDPC!

    Thank you for using Enfold.

    Did you replace the config-wpml folder with the old files that Kriesi modified to fix the issue? I’ll ask him to take a look again.

    Regards,
    Ismael

    in reply to: Template Builder is not working #333622

    Hey!


    @designactual
    : I’ll ask Yigit about that.


    @Khaled_288
    : The theme needs to be updated every now and then to keep up with WordPress. Yes, the “functionality” will not work if you upgrade WordPress and leave the old version of the theme. That’s why you need to update the theme every time a patch is available. I’m sorry but you’re using a VERY old version of the theme and a lot has change since then. The only thing you can do to keep up with WordPress 4.0 is to update Enfold to 3.0.1. A lot of elements might break so you need to reconfigure the options or create them from scratch. If you don’t want to do that, you can downgrade WordPress to an older version to keep it as it was. If the advance layout builder is not working, deactivate the plugins then test it on another browser or computer.

    Please update the theme to 3.0.1 then post the login details here. We would like to check it. We won’t be able to help with the modification changes but we’ll try to fix the advance layout builder.

    Regards,
    Ismael

    in reply to: meta tags-Enfold #333617

    Hey ElementArt!

    Thank you for using Enfold.

    You can find them on header.php file.

    Cheers!
    Ismael

    in reply to: How to replace Circle image-styling for a custom design? #333616

    Hey bartvandenbelt!

    Thank you for using Enfold.

    I’m sorry but can you please give us a link to the circle image? Are you referring to the testimonials section? Please try this:

    .avia-testimonial-image:before {
        content: " ";
        width: 0; height: 0;
        border-bottom: 30px solid #6C6;
        border-left: 52px solid transparent;
        border-right: 52px solid transparent;
        position: absolute;
        top: -30px;
    }
    
    .avia-testimonial-image {
        margin-top: 30px;
        width: 104px;
        height: 60px;
        background-color: #6C6;
        position: relative;
    }
    
    .avia-testimonial-image:after {
        content: "";
        width: 0;
        position: absolute;
        bottom: -30px;
        border-top: 30px solid #6C6;
        border-left: 52px solid transparent;
        border-right: 52px solid transparent;
    }
    
    .avia-testimonial-image {
    overflow: visible;
    border-radius: 0;
    }

    Best regards,
    Ismael

    in reply to: Tabular table column headings issue in v3.0.1 #333607

    Hey!

    Thank you for the heads up. Can you please give us a link to the actual page? We would like to reproduce it on our installation. See if the fix really works. I’ll ask Kriesi to take a look.

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    The theme doesn’t override any of the button’s styling. Revo slider itself change the button styling. As you can see in this code, there are inline styling that overrides .buttontest styling. Try adding !important value on the button’s css properties.

    <div class="tp-caption tp-fade tp-resizeme start" data-x="100" data-y="100" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2; white-space: nowrap; -webkit-transition: all 0s ease 0s; transition: all 0s ease 0s; min-height: 0px; min-width: 0px; line-height: 21px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 13px; left: 411.5px; top: 100px; visibility: visible; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);"><a href="#" class="buttontest" style="-webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; min-height: 0px; min-width: 0px; line-height: 50px; border-width: 5px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 20px; max-width: 100px;">Buttontest</a>
    		</div>

    Best regards,
    Ismael

    in reply to: SEO PLatinum Pack not interacting with ENfold #333604

    Hi OlivierCharlot!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Anyway, there’s another SEO plugin that is compatible with Enfold. Please try this: https://wordpress.org/plugins/wordpress-seo/

    Best regards,
    Ismael

    in reply to: Icon Boxes overlapping on mobile devices #333603

    Hi wpstarter!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .iconbox_top .iconbox_content {
    margin-bottom: 10px;
    }
    }

    Best regards,
    Ismael

    in reply to: Enfold Website Designers – Where to Hire? #333103

    Hi!

    Nice website Iain. :)

    Cheers!
    Ismael

    in reply to: Visual layout editor not loading – unable to edit pages. #333101

    Hi!


    @coloradobeerco
    : Version 2.7.1 is not compatible with WordPress 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The update might change few element configurations so you have to modify the options again.

    Best regards,
    Ismael

    in reply to: Masonry with portfolio items hover style #333097

    Hi aph80!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    }
    
    .avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
    opacity: 0.7;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: 'Undefined index' problem after update #333095

    Hi!

    Thank you for the info.

    Please post the login details here. Set it as private reply. Make sure that you’re using the latest version of WPML.

    Cheers!
    Ismael

    Hey!

    Please post the login details here. We would like to check it. The site might help further debug the issue. The patch should be ready a few days from now. I’ll Kriesi to take a look.

    Cheers!
    Ismael

    Hi chriss922009!

    Thank you for using Enfold.

    Please add this on functions.php:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Go to the Language switcher options then disable the flag on What to include in the language switcher option.

    Best regards,
    Ismael

    Hi!

    @Courtney: You set the post format of How to get healthy skin at any age with celebrity dermatologist Dr. Zein Obagi to “Image”. That’s why it’s opening the featured image in a lightbox.

    Best regards,
    Ismael

    in reply to: Buttons on full page slider no longer working #333085

    Hi!

    How did you add the twitter button? Why are they iframes? Please post the login details here. We would like to check it.

    Cheers!
    Ismael

    in reply to: Fullwidth sub menu not loading correct menu #333083

    Hi MeryVi!

    Thank you for using Enfold.

    It’s working fine on our installation. Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

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

    You will be able to see the actual shortcode below the builder. Look for the submenu shortcode. It looks like this:

    [av_submenu menu='53' position='center' color='main_color' sticky='aviaTBsticky']
    

    Change the menu id 53 to the id of the menu that you want to use. I think the menu_prov id is 65.

    Regards,
    Ismael

    in reply to: Google Language Translator Plug-in intergration #333078

    Hey mcraig77!

    Thank you for using Enfold.

    Please try this:

    function add_custom_script_translator(){
     echo "<div class='g-trans'>".do_shortcode('[google-translator]')."</div>";
    }
    add_action('avia_meta_header', 'add_custom_script_translator', 10);

    Cheers!
    Ismael

    in reply to: non-html Banner ad in header next to logo #333075

    Hi developerFD1!

    Thank you for using Enfold.

    Please try this:

    add_action('ava_after_main_menu','my_banner_rotator');
    
    function my_banner_rotator() {
    	$output  = "<div class='banner-rotator'>";
    	$output .= do_shortcode('[adrotate group="6"]');
    	$output .= "</div>";
       
        echo $output;
    }

    Use this on Quick CSS or custom.css to adjust the position of the banner.

    .banner-rotator {
    position: absolute;
    bottom: 50px;
    right: 0;
    }
    

    Cheers!
    Ismael

Viewing 30 posts - 55,261 through 55,290 (of 67,482 total)