Forum Replies Created

Viewing 30 posts - 30,001 through 30,030 (of 35,318 total)
  • Author
    Posts
  • in reply to: textballoon when clicked on image stays when in lightbox #908150

    Hi,

    We will keep this open to hear back from you.

    Best regards,
    Mike

    in reply to: Error text in footer #907989

    Hey Charlotte,
    Do you have a custom function in your functions.php called “av_custom_iframe_height”? Seems to be an error, try removing it to see if it clears your error message.

    Best regards,
    Mike

    in reply to: Position Title Bar below first element #907978

    Hi,

    @Guenni007
    thanks for sharing your solution, well done.

    Best regards,
    Mike

    in reply to: Enfold app demo import font-manager.class.php on line 488 #907970

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

    Best regards,
    Mike

    in reply to: Fullwidth Sub Menu #907968

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

    Best regards,
    Mike

    in reply to: Yoast XML Sitemap mit Images? #907966

    Hi,
    You should have a child theme and you can include the filter in the child theme functions.php
    This way you will not lose this function with future updates.

    Best regards,
    Mike

    in reply to: Enfold contact form – need suggestions on fields #907953

    Hey CezarOlivian,
    Sorry, that feature is not available yet Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    If you really wish to have this function you could hire a freelancer to add Typeahead.js to your site.

    Best regards,
    Mike

    in reply to: textballoon when clicked on image stays when in lightbox #907944

    Hi,
    Try going to WordPress > Appearance > Editor
    2018-02-05_061806
    You may get a warning, click I understand
    2018-02-05_061901
    Then if you are using a child theme you will have two choices, one is the stylesheet (style.css) the other is the Theme Functions (functions.php)
    add your code at the end and click Update File.
    2018-02-05_062025
    you should get a success message
    2018-02-05_062227
    If you don’t have a child theme, which you should, you will have more files to choose from, but you will still edit Theme Functions (functions.php). Add your code to the bottom.
    2018-02-05_062443
    Hope this helps.
    I also tested the code for syntax errors, but received none. Be sure to copy the code from the post and not from your email, as often quotes become curly quotes which will give you a syntax error.

    Best regards,
    Mike

    in reply to: Mailchimp dropbox field in blank by default #907929

    Hey voldor,
    In order to have the mailchimp dropbox field in blank by default, you need to make this change at mailchimp.
    Go to your form field and ensure that the top choice is empty, and the second choice has your selected text.

    Best regards,
    Mike

    in reply to: SMTP Sender not correct in mail sending #907916

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

    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    Adjust the from address

    Best regards,
    Mike

    in reply to: Fullwidth Sub Menu #907913

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

    Best regards,
    Mike

    in reply to: Enfold app demo import font-manager.class.php on line 488 #907911

    Hi,
    Glad to help, is there anything else we can help with or shall we close this then?

    Best regards,
    Mike

    in reply to: Style issue Mailchimp form inside a accordion elememt #907908

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

    Best regards,
    Mike

    in reply to: Enfold app demo import font-manager.class.php on line 488 #907899

    Hi,
    Try to go to Enfold > Import/Export > Iconfont Manager then remove Flaticon.

    Best regards,
    Mike

    in reply to: Header transparency #907879

    Hey Colin,
    Please ensure that when editing the page, in the right sidebar under “Layout” > “Header visibility and transparency” you have chosen one of the 3 transparent header options.

    Best regards,
    Mike

    in reply to: Style issue Mailchimp form inside a accordion elememt #907872

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.home .main_color .invers-color input[type='email'] {
        background-color: transparent!important; 
        color: #fff !important; 
    }

    Best regards,
    Mike

    in reply to: Fullwidth Sub Menu #907860

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 802px) { 
    #top .av-subnav-menu > li {
        padding: 3px 0!important; 
    }

    Best regards,
    Mike

    in reply to: Sidebar optisch anpassen #907849

    Hi,

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

    Best regards,
    Mike

    in reply to: uploading theme #907631

    Hi,
    They are both designed to pretty much show all theme features available, the 2017 demo is the newer updated version.
    You can see them here side by side: Enfold Demo Overview

    Best regards,
    Mike

    in reply to: Website squeezed after reloading and CSS not working #907630

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

    Best regards,
    Mike

    in reply to: Layer Slider Issue #907583

    Hi,
    Layerslider was updated, but I haven’t seen any issues about it making changes to existing slides.
    I’m not sure what could have happen, unfortunately there is not a revisions option for the slider. Were you able to tweak it back to your liking?

    Best regards,
    Mike

    in reply to: .avia-search-tooltip displayed on page load #907579

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

    Best regards,
    Mike

    in reply to: Layer Slider Issue #907573

    Hi,
    I’m not sure how it became 40% of it’s original size, and as I didn’t see it before, I imagine you should be able to read the text of the slides. So I went to the layerslider options for your slide and choose 1100px Canvas width for the layout. (it was at 1000px)
    Please check and see if that looks like the way it was, if not try 1200px or 1300px.

    Best regards,
    Mike

    in reply to: Add WPML language switcher to burger menu? #907566

    Hey kirillko,
    *Oops I see you are asking about WPML, I believe works in much the same way as this.
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Polylang & WPML both work with Enfold, if using Polylang, once you enable Polylang and set your languages, be sure to set the order that they will show in the menu switcher and choose your default.
    2018-02-04_112826
    Then go to your menus and choose the “screen options” drop down and check “Language switcher”. Then a new menu item will show in your choices.
    2018-02-04_113241
    Once you add to your menu it will also show on your mobile menu.
    2018-02-04_113459

    Best regards,
    Mike

    in reply to: .avia-search-tooltip displayed on page load #907556

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

    
    function open_search(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
           $('.menu-item-search-dropdown a').trigger('click');    	
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'open_search');

    Best regards,
    Mike

    in reply to: Galleries "Load more" #907541

    Hi,
    Thank you for using Enfold, we will close this now.

    Best regards,
    Mike

    in reply to: Container class #907540

    Hi,
    The plugin is creating it’s own page via the shortcode, to show the sidebar you will need to use a Enfold child theme and copy the template files to the child theme folder, here is the instructions: Simple Job Board Templating and then edit the files and css to show the sidebar.
    Sorry, but this would require exstive customization to work, If you really want this try hiring a freelancer, you could probably find one on Upwork for a fair price. Wish I could have been more help.

    Best regards,
    Mike

    in reply to: partner logo element header font size #907519

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove lines in comments #907517

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

    Best regards,
    Mike

    in reply to: Remove breadcrumbs on tablet and mobile size screens #907514

    Hey johnstanley1990,
    I have just tested this code on the Enfold 2017 Demo and it seems to work for mobile and tablet.
    Please clear any cache plugin and your browser cache and check. Or include the url to your site so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 30,001 through 30,030 (of 35,318 total)