Forum Replies Created

Viewing 30 posts - 931 through 960 (of 33,013 total)
  • Author
    Posts
  • in reply to: Background color #1447379

    Hey ijnavas,
    Unfortunately we can not see your page, it looks like we need a login to view it.
    Your example screenshot makes it look like you want to remove the blue background and make it black, is the correct?

    Best regards,
    Mike

    in reply to: First and Second Level Ordered List #1447377

    Hi,
    Try clear your browser cache as it seems to be working when I check
    Enfold Support 5979

    Best regards,
    Mike

    in reply to: Mailchimp-Popup #1447376

    Hi,
    You should double check the mailchimp code it needs to call your list.
    When I test with mine is works:
    Enfold Support 5973
    Try creating a new post and use the shortcode wand to get your mailchimp code:
    Enfold Support 5975
    then use the element to pick your list and then copy the code:
    Enfold Support 5977
    then add it to your popup code.

    Best regards,
    Mike

    in reply to: Woocommerce sorting #1447371

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

    .sort-param.sort-param-sort > li:nth-child(-n+2) {
    	display: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hotspot tooltip size #1447370

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

    @media only screen and (min-width: 990px) {
        .responsive .av-image-hotspot {
            height: 48px;
            width: 48px;
            line-height: 48px;
        }
        .responsive .av-image-hotspot-pulse {
            height: 108px;
            width: 108px;
            top: -30px;
            left: -30px;
        }
    }
    

    Try setting the hotspot tooltips to show always and this add this code to the end of your child theme functions.php file in Appearance ▸ Editor to hide all of them on load and click will show one at a time.

    function one_hotspot_only_script() { ?>
      <script>
    (function($) {
     $(window).ready(function() {
               $('.avia-tooltip').hide();	
           $('.av-image-hotspot_inner').on( "click", function(e) {
           	var $this = $(this).parent().find('.avia-tooltip');
           	$(this).parent().css({'z-index':'9'});
    	      $(this).siblings('.avia-tooltip').toggle('show');
    	      $('.avia-tooltip').not($this).hide();
    	      $('.avia-tooltip').not($this).parent().css({'z-index':'1'});
            });
         });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'one_hotspot_only_script', 99);

    Best regards,
    Mike

    in reply to: several problems … #1447367

    Hey Susanne,
    1) do you mean the caching plugins were preventing your site from knowing that a update was available for the theme? I have not heard of this issue before, but you could try the WP Fastest Cache plugin, or when Envato (Theme Forest) notify you that an update is available you could disable your plugin and then check for the update.
    2) In my demo the “blog” page is selected as the “blog”
    Enfold Support 5967
    and that page uses ALB elements to create the blog
    Enfold Support 5969
    please see our demo here
    3) on your site it looks like you have custom css added causing the dark color, perhaps it is from a plugin:

    a:visited {
                    color: #333333;
                }

    Enfold Support 5971
    4) if you want to override the color for all buttons try this:

    #top .main_color .avia-color-theme-color-highlight,
    #top .main_color .avia-color-theme-color {
    	background-color: red;
    	border-color: red;
    }

    adjust to suit

    Best regards,
    Mike

    in reply to: all portfolio’s on one page #1447353

    Hey Woutski,
    Thank you for the link to your example site, when I look at it, it looks like the grid of icons at the top, linking to a sections lower on the page, in each section is a content slider showing one item with pagination to see more from this group. To create this I would use the Gallery element at the top of a page with a custom link added to each image as a anchor link to lower sections:
    Enfold Support 5955
    and then in the advanced tab set the link settings to Use custom link so the anchor links will be used.
    Enfold Support 5957
    Then using columns for the lower sections add a custom ID for the anchor links to point to:
    Enfold Support 5959
    Then in the columns use a Post Slider elements, each one with a different taxonomy, or category, for this example I used Portfolio Entries
    Enfold Support 5961
    and set it to show only one column with navigation arrows always showing.
    This is how the backend looks:
    Enfold Support 5963
    and the frontend:
    Enfold Support 5965
    Now when a icon is clicked at the top of the page, you will scroll down to that section and then can use the navigation arrows to see more items from that group. When more items are added to that taxonomy then will automatically show in the correct group.

    Best regards,
    Mike

    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

Viewing 30 posts - 931 through 960 (of 33,013 total)