Forum Replies Created

Viewing 30 posts - 1,261 through 1,290 (of 33,336 total)
  • Author
    Posts
  • in reply to: Mailchimp-Popup #1447322

    Hi,
    Thank you for your patience, in your shortcode it looks like you manually added class=’open-popup-link’, but the correct way to add a class in the shortcode is custom_class=’open-popup-link’ but this adds the class to the button and not the link in the button.
    So we will follow these steps.
    So this is what you add to your code block:

    [av_button label='Jealousy-Letter abonnieren' icon_select='yes-right-icon' icon='ue875' font='entypo-fontello' icon_hover='aviaTBaviaTBicon_hover' link='manually,#test-popup' custom_class='pu-link' link_target='' size='x-large' position='center' label_display='' title_attr='' size-text='' av-desktop-font-size-text='' av-medium-font-size-text='' av-small-font-size-text='' av-mini-font-size-text='' margin='' margin_sync='true' padding='' padding_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-margin='' av-small-margin_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-margin='' av-mini-margin_sync='true' av-mini-padding='' av-mini-padding_sync='true' color_options='' color='theme-color-highlight' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='solid' border_width='2' border_width_sync='true' border_color='#000000' border_radius='10' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' template_class='' element_template='' one_element_template='' av_uid='av-1x42t1' sc_version='1.0' admin_preview_bg='']
    <div id="test-popup" class="white-popup mfp-hide">[av_mailchimp list='eifersuchtscoach' double_opt_in='true' on_send='' sent='Thank you for subscribing to our newsletter!' link='' color='' hide_labels='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' alb_description='' id='' custom_class='' template_class='' av_uid='av-8l32o' sc_version='1.0'][/av_mailchimp]</div>

    and this is your new popup code:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
           jQuery('.pu-link a').addClass('open-popup-link');
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    This should now work for you.

    Best regards,
    Mike

    in reply to: Display more photos #1447295

    Hey Aubin,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-product ol.flex-control-thumbs {
        list-style: none;
    }
    .single-product ol.flex-control-thumbs li {
    	  width: 21%;
        float: left;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: secondary menu as hamburger menu #1447294

    Hey Advantage09,
    Thank you for your patience, you can create a second menu and use it in the setting Enfold Theme Options ▸ Main Menu ▸ General ▸ Alternate Menu For Mobile I believe that this will achieve what you are trying to do.

    Best regards,
    Mike

    in reply to: two checkboxes confirmation email error #1447292

    Hey grafikstudiode,
    Thank you for your patience, are you using any customization for the form?
    I created a form like your to test with and it seems to work correctly but the check boxes have the word True
    Enfold Support 5947
    but yours says confirmed (bestätigt)
    Enfold Support 5949
    if you do have a customization, try disabling it or try disabling your plugins to ensure there is not a conflict. You can try my test page and see that it works correctly.
    I see that if the first check box is not used you get a No and the second checkbox is then completely missing:
    Enfold Support 5951
    but my test page shows the word False and the second checkbox is showing
    Enfold Support 5953
    If disabling your plugins or customizations doesn’t help please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

    in reply to: Autoscroll Issue with iFrame #1447272

    Hey kalimeromax,
    It looks like your iframe contains: data-scrolltop, please try removing this from the iframe snippet

    Best regards,
    Mike

    in reply to: Menu Parallax Demo Issues #1447218

    Hi,
    Thanks for the feedback, I have asked the rest of the team to check with an iPhone, but I believe only one member has a iPhone so it may take a little time since we are entering the weekend. Thank you for your patience.

    Best regards,
    Mike

    in reply to: fullscreen images with animation #1447176

    Hey Munford,
    Thank you for your patience and the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @keyframes wave {
        2% {
            transform: translateY(1);
        }
    
        25% {
            transform: translateY(-5%);
        }
    
        50% {
            transform: translateY(-10%);
        }
    
        75% {
            transform: translateY(-5%);
        }
    
        100% {
            transform: translateY(1);
        }
    }
    .avia-section.av-19x7zc-ab627dc65dd0d1430ae6e174e413abaa .av-parallax .av-parallax-inner {
        animation: wave 10s -3s linear infinite;
        transform: translate3d(0, 0, 0);
    }

    it will move the background blue wave image up and down slightly.

    Best regards,
    Mike

    in reply to: sticky sidebar #1447175

    Hi,
    Thanks for the login, these are the settings that I changed:
    Enfold Support 5945
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I don’t see this warning.

    Best regards,
    Mike

    in reply to: sticky sidebar #1447051

    Hey Gianluca,
    Please include an admin login in the Private Content area and a link to the page with the sidebar, I didn’t see a page on your site with a sidebar.

    Best regards,
    Mike

    Hi,
    When I check your site on webpagetest.org for mobile it loads in 3.449s – 3.360s – 3.669s in three tests which I think is very good, you do have some blocking time while the javascript loads but I don’t think that you will get this to zero. Please consider that your blocking time would be more if the javascript was not combined.

    Best regards,
    Mike

    Hi,
    Someone on the team had a Pro version but it seems to be out dated, so I have opened a issue ticket with the Dev Team with links to the documentation and will write back when I hear from them. Thank you for your patience.

    The Events Calendar Settings Overview

    Best regards,
    Mike

    in reply to: Demo download issue #1446995

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Unfortunately I can’t reproduce this issue, please explain how I can reproduce this.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I expect these are set by your server, theme has no influence over this.

    Best regards,
    Mike

    Hey Mikel,
    I would expect that you would find no issues with updating. I would recommend creating a staging site for testing updates on it to check for any issues, and if you find none then update your live site.
    Most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.

    Best regards,
    Mike

    in reply to: Video player – different views #1446929

    Hey Diana,
    Thanks for the link to your site, I downloaded your video to my computer and found that your video has no sound.
    Please check the direct link below, please try uploading a version with sound.

    Best regards,
    Mike

    Hi,
    Thanks for the link to your page, but I don’t find a Review Date on your page.
    I’m not sure what you are tring to do, but when you add a datepicker in a field group ACF gives you options for the Display Format and Return Format and both include a custom value, so I would think that you could adjust this to suit.
    Enfold Support 5941
    Please give this a try.

    Best regards,
    Mike

    in reply to: Replace: Follow a manual added link #1446926

    Hi,
    I see a 403 Forbidden message when I go to your login screen, please disable any security plugins

    Best regards,
    Mike

    in reply to: Icons box more space between header and content #1446896

    Hey jbcomcleaning23,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .iconbox_left_content .iconbox_icon {
    	 margin-right: 44px;
    }

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: Styling a flipbox #1446893

    Hey hallo352,
    Thank for the link to your test page, but I didn’t find any flipboxes on the page.
    This looks like masonry items with a hover to show the excerpt, our masonry offers this option.
    Otherwise if you want to use a flipbox, please link to your test page so we can try to adjust the css to help you.

    Best regards,
    Mike

    in reply to: Menu Parallax Demo Issues #1446892

    Hi,
    Odd, I don’t have a iPhone, can you check with a Android device?
    Otherwise I can ask someone on the team to chek with a iPhone, but it may take a few days.
    I wonder if this is a iPhone issue?

    Best regards,
    Mike

    in reply to: demo import #1446891

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Adding Google Tag Manager script to the site #1446890

    Hi,
    I will please provide a admin login.

    Best regards,
    Mike

    in reply to: Replace: Follow a manual added link #1446889

    Hey nm,
    Try checking these places:
    Enfold Support 5937
    if this doesn’t help please provide a admin login so we can check further.

    Best regards,
    Mike

    Hey tonyiatridis,

    I see that you have two about sections about-mobile & about but on mobile the about is hidden and there is no about-mobile
    Please check.

    Best regards,
    Mike

    in reply to: Adding Google Tag Manager script to the site #1446886

    Hey schwabino,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    <!– Google Tag Manager –>
      </script>
      <?php
    }
    add_action( 'wp_head', 'custom_script', 99 );

    and replace <!– Google Tag Manager –> with your code.

    Best regards,
    Mike

    in reply to: demo import #1446884

    Hey Lewcfir66,
    When I disable your plugins SpeedyCache & SpeedyCache Pro this is solved, please clear your browser cache and check.
    I’m not familiar with your plugins, but there must be a setting to correct this, please check with the plugin author.

    Best regards,
    Mike

Viewing 30 posts - 1,261 through 1,290 (of 33,336 total)