Forum Replies Created

Viewing 30 posts - 15,181 through 15,210 (of 34,221 total)
  • Author
    Posts
  • in reply to: Timeline bar, Tab Section and progress bar NOT WORKING #1247358

    Hi,
    Glad to hear deactivating your plugins helped, while you are building your site I recommend disabling your caching and compressing.
    Once you are done plugins like “WP Super Cache” typically work well, what I have noticed is when many plugins with the same functions are used together.
    In your testing did you narrow the error down to one plugin? It could be as simple as a single setting, or it could be two plugins not working together.

    Best regards,
    Mike

    in reply to: Timeline bar, Tab Section and progress bar NOT WORKING #1247356

    Hi,
    Glad to hear deactivating your plugins helped, while you are building your site I recommend disabling your caching and compressing.
    Once you are done plugins like “WP Super Cache” typically work well, what I have noticed is when many plugins with the same functions are used together.
    In your testing did you narrow the error down to one plugin? It could be as simple as a single setting, or it could be two plugins not working together.

    Best regards,
    Mike

    in reply to: Imported images not showing on posts #1247337

    Hi,
    Thanks for the login, I see that the images that result in a 404 on your site are cropped images, that is they are image sizes that are created by the theme or WordPress. So since you are importing posts and media from a different WordPress theme, I imagine that the media import was for the full-size images, which you see in the media library, but the posts use cropped images that were not imported or created by Enfold.
    So the solution is to copy the “uploads” directory via FTP from your old site to your new site, this will add all of the cropped images to your new site.

    Best regards,
    Mike

    in reply to: FAQ Accordion keeps randomly jumping on page #1247327

    Hi,
    Chrome on iPhone, I see, unfortunately, I don’t have an iPhone to test with, but will the devices I did test with, my thought is that the “toggle_wrap” div has the ID (for example) “#toggle-id-5” which is the same as the ID in the address bar, which in this case should not used as an anchor link to the div when we are opening it or closing it, (the toggle that is).
    So you will still see the ID in the address bar, we are not trying to remove it, it’s the “anchor” ID for the “toggle_wrap” that the script removes.
    I hope I explained this well. So with this test, the “Meer weten?” toggle stopped moving, while the toggles under “Waar lopen ondernemers zoal tegenaan?” randomly still move some.
    So please test this further, and let us know if you want to try this on another toggle.
    Please ensure that your iPhone cache is clear when you test.

    Best regards,
    Mike

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Header shopping cart customization #1247319

    Hi,
    Sorry, the “config-356.php” is a fallback for older WC versions (< 3.5.6) only, please see: \wp-content\themes\enfold\config-woocommerce\config.php around line 2213

    		$output  = '';
    		$output .= "<ul {$id} class = 'menu-item cart_dropdown {$trigger}' data-success='" . __( 'was added to the cart', 'avia_framework' ). "'>";
    		$output .=		"<li class='cart_dropdown_first'>";
    		$output .=			"<a class='cart_dropdown_link' href='" . $link . "'>";
    		$output .=				'<span ' . av_icon_string( 'cart' ) . '></span>';
    		$output .=				"<span class='av-cart-counter {$active}'>{$cart_items}</span>";
    		$output .=				"<span class='avia_hidden_link_text'>" . __( 'Shopping Cart', 'avia_framework' ) . '</span>';
    		$output .=			'</a>';
    		$output .=			"<!--<span class='cart_subtotal'>{$cart_subtotal}</span>-->";
    		$output .=			"<div class='dropdown_widget dropdown_widget_cart'>";
    		$output .=				"<div class='avia-arrow'></div>";
    		$output .=				'<div class="widget_shopping_cart_content"></div>';
    		$output .=			'</div>';
    		$output .=		'</li>';
    		$output .= '</ul>';

    Best regards,
    Mike

    in reply to: FAQ Accordion keeps randomly jumping on page #1247237

    Hi,

    @Morticka
    sorry for the late reply, thanks for the video, is that Safari on a mobile device?
    So I tested on a Android (Chrome) and couldn’t reproduce, nor with Chrome on Windows 10, I did see a slight movement on Firefox on Windows 10, but when I open the dev tools it stops so I can’t see what is going on.
    On Edge, the jumping is more, and on Safari on a Mac it is also more.
    The only solution I could think of is to remove the ID for the toggle, which matches the “fake ID” in the address bar. Since you are not linking to it directly it should not be an issue.
    So as a test I added this to your functions.php

    function custom_script(){
      ?>
      <script>
     jQuery(window).load(function(){
      jQuery('.single_toggle p[data-fake-id="#toggle-id-5"] + .toggle_wrap').removeAttr('id');
      });
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    this removes the ID from the one button “Meer weten?” in the video.
    After clearing the browser cache the movement seems to have stopped for this one toggle, please clear your browser cache and check.
    If you also find this working then we could apply it to some of your other toggles.

    Best regards,
    Mike

    Hey Jak73,
    Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia_desktop .page-id-102 .slide-image img { transition: all .2s ease-in-out; }
    .avia_desktop .page-id-102 .slide-image:hover img { transform: scale(1.1); }

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

    Best regards,
    Mike

    in reply to: Adjusting spacing between cells in color section #1247206

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Google Chrome strange icon grid #1247204

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hotspots #1247203

    Hi,
    I skipped to your last request of making the check marks pulsating, and added this css to your quick css:

    #top.home .avia-builder-el-41 h3.av-special-heading-tag:before {
    	content:"";
    	display: block;
        background: #fff;
        border-radius: 100px;
        height: 40px;
        width: 40px;
        position: absolute;
        -webkit-animation: av_pulsate 2s ease-out infinite;
        animation: av_pulsate 2s linear infinite;
        opacity: 0;
        top: -11px;
        left: -11px;
        z-index: 1;
    }

    Please clear your browser cache and check, if you like it we can make it more permanent with a custom class.

    Best regards,
    Mike

    in reply to: Button row alignment in mobile view #1247201

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Trouble displaying custom fields #1247200

    Hey leviticus,
    Sorry for the late reply, I took a look at the article for the custom field, which also linked to this article which seemed more helpful.
    So to add a subtitle after the title and before the categories with a WordPress custom field, first add the custom field:
    2020-09-20_180029.jpg
    Then edit \wp-content\themes\enfold\includes\loop-index.php lines 321-335 should look like this:

    echo '<div class="av-heading-wrapper">';
    
    if( strpos( $blog_global_style, 'modern-blog' ) === false )
    {
        echo $cat_output . $title;
    }
    else 
    {
        
        echo $title . $cat_output;
    }
    
    
    echo '</div>';
    }

    change to this:

    echo '<div class="av-heading-wrapper">';
    $meta = get_post_meta( get_the_ID(), 'subtitle' );
            if( !empty($meta) ) {
            
        if( strpos( $blog_global_style, 'modern-blog' ) === false )
        {
            echo $cat_output . $title;
        }
        else 
        {
            
            echo $title . '<span class="subtitle">' . $meta[0] . '<span>' . $cat_output;
        }
    }
    
        echo '</div>';
    }

    this wraps your “subtitle” in a span with the class “subtitle”, should you want to style it.
    The category below the title has a negative “top” placement so you will also want to use this css:

    .html_modern-blog #top .post-entry .blog-categories {
        top: 0 !important;
    }
    

    Depending on your page layout you may need more css, but this worked for me on my localhost, here is the before:
    2020-09-20_181055.jpg
    and the after with the subtitle:
    2020-09-20_181222.jpg
    But, after going though these steps and finding the right place to edit the PHP file and getting it to work, I would prefer doing this with jQuery, here’s how.
    First add this code to the end of your functions.php file in Appearance > Editor:

    function my_jquery_var() {
        global $post;
        if ( $my_custom_field_name = get_post_meta( $post->ID, 'subtitle', 1 ) ) { 
            echo '<script type="text/javascript">var my_custom_field_name = "' . $my_custom_field_name . '";</script>' . "\n";
        }
    }
    add_action( 'wp_head', 'my_jquery_var' );

    Note that the custom field name is ‘subtitle’ in my example, you can rename this to your custom field name.
    So now every post and page checks for the ‘subtitle’ and if found it is added as a “var” that can be used by jQuery.
    To display it as a subtitle on posts you only need to add the script to your functions.php

    function custom_field_script(){
      ?>
      <script>
    (function($) {
      $(document).ready(function(){
         $('<span class="subtitle">' + my_custom_field_name + '<span>').insertBefore('.blog-categories.minor-meta');
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_field_script');

    Note how the script allows us to place the subtitle exactly were we want without editing the PHP files:
    2020-09-20_190303.jpg
    You can easily change the placement for pages or archives like this:

     function custom_script_for_page(){
      ?>
      <script>
     (function($) {
      $(document).ready(function(){
         $('<span class="subtitle">' + my_custom_field_name + '<span>').insertAfter('.av-special-heading-tag');
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_script_for_page');

    2020-09-20_190754.jpg
    These examples are a little simple and I would be more exact in the placement for a live site to ensure there are no conflicts, but I hope this gives you some ideas on how to proceed.

    Best regards,
    Mike

    in reply to: Ken burns effect needed #1247194

    Hey lkoloseus,
    Sorry for the late reply, and thanks for the link to your site but it seems to be in maintenance mode so I couldn’t see your site.
    Assuming that you are using the Layerslider that is included with Enfold, you can choose the Ken burns effect as an option in your slider:
    2020-09-20_163426.jpg

    Best regards,
    Mike

    in reply to: Display hamburger menu in shrinking header #1247192

    Hey todd0218,
    Sorry for the late reply, to have the menu change on scroll, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header.header-scrolled-full .av-burger-menu-main.menu-item-avia-special {
    	display: block;
    }
    #header.header-scrolled-full .av-main-nav .menu-item {
        opacity: 0;
        pointer-events: none !important;
    }

    To have the menu disappear on scroll about midway we will have to add a class to the header, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_header_scrolled_script(){
      ?>
      <script>
    (function ($) { 
      $(window).scroll(function() {
        var width = $(window).width(), height = $(window).height();    
        var scroll = $(window).scrollTop();
          if (scroll >= 1200) {
        $('#header').addClass('header-scrolled-middle');
       } else {
        $('#header').removeClass('header-scrolled-middle');
       }
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_header_scrolled_script');

    Then add this css:

    #header.header-scrolled-middle,
    #header.header-scrolled-middle #header_main .inner-container {
        max-height: 0;
    }
    #header.header-scrolled-middle .av-burger-menu-main.menu-item-avia-special {
    	display: none;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshots, please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

    in reply to: Header shopping cart customization #1247182

    Hey Kevin,
    Sorry for the late reply, one way to add more items to the cart UL is to edit:
    \wp-content\themes\enfold\config-woocommerce\config-356.php around line 1866 you will find this code:

    	$output = "";
    	$output .= "<ul {$id} class = 'menu-item cart_dropdown {$trigger}' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>";
    	$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."></span><span class='av-cart-counter'>0</span><span class='avia_hidden_link_text'>".__('Shopping Cart','avia_framework')."</span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    	$output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>";
    	$output .= '<div class="widget_shopping_cart_content"></div>';
    	$output .= "</div>";
    	$output .= "</li></ul>";

    Perhaps a simpler solution would be to add your other icons to the social icons profiles and then append the cart menu with these with jQuery. Or you can add your other icons to the social icons profiles and then adjust with css so it looks like they are in the same container, like your screenshot.

    Best regards,
    Mike

    in reply to: polyfill JS error in Internet Explorer 11 #1247181

    Hey brandreach_at,
    Sorry for the late reply, I didn’t find any Polyfill plugins or scripts on your site, and I didn’t find any errors in the IE11 console, but the map didn’t load, the Store Locator Plus plugin support says it works with IE11 and typically the issue is with other plugins, did you try disabling your other plugins?
    IE11 is quite old now and generally doesn’t work like other modern browsers do, this is why you get a warning when you login to WordPress with IE11.
    In IE11 it looks like the map container is empty. The plugin does seem to work with Edge, the replacement for IE11.
    Please try contacting the plugin author, I would imagine that they would have a solution for this as we do not support third-party plugins.

    Best regards,
    Mike

    in reply to: Google Chrome strange icon grid #1247177

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    in reply to: Hotspots #1247176

    Hi,
    I’m unsure how you would want the outcome to look with the title, additional text block, and button on the image.
    Do you have a mockup that we can see?
    Would it have the same layout for mobile?
    So you would like the text of the hotspots to be centered, but what about the hotspots themselves, are they centered with the text, or do they stay to the left as they are?
    The hotspots can be dragged to any place on the image, so try to place the hotspots where you would like them.
    The hotspots are given an absolute location via javascript based on where they are dragged to.
    Perhaps the solution for your additional text block and button is to add another hotspot with your text or button and hide the hotspot so the text or button is just shown.
    I tested this button shortcode on my localhost in the hotspot text area and it works:

    [av_button label='Button' icon_select='no' icon='ue800' font='entypo-fontello' link='manually,http://' link_target='' size='medium' position='center' label_display='' title_attr='' color_options='' color='light' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' 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' id='' custom_class='' av_uid='av-kfbatcr8' admin_preview_bg='']

    2020-09-20_122718.jpg
    Thanks for the login, but I was not able to load the login page, perhaps it is not the standard /wp-admin/?

    Best regards,
    Mike

    in reply to: Google Chrome strange icon grid #1247161

    Hi,
    Thank you for the feedback, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 989px) { 
    html[lang="nl"].avia-chrome .avia-icongrid-flipbox li:nth-child(3) {
    	clear: left !important;
    }
    }
    @media only screen and (min-width: 990px) { 
    html[lang="nl"].avia-chrome .avia-icongrid-flipbox li:nth-child(4) {
    	clear: both !important;
    }
    }

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

    Best regards,
    Mike

    in reply to: Hotspots #1247135

    Hi,
    Thanks for the link, for the first two images with permanently opened hotspots, this css makes them transparent:

    #wrap_all #main .av-hotspot-container .avia-tt,
    #wrap_all #main .avia-arrow {
        background-color: rgba(255, 255, 255, 0) !important;
    }
    

    result:
    2020-09-20_084905.jpg
    For the third one I’m having trouble matching the settings on my localhost, as the container seems different from the first two.
    Please include an admin login in the Private Content area so I can investigate further.

    Best regards,
    Mike

    in reply to: Adjusting spacing between cells in color section #1247129

    Hi,
    Thank you for the feedback, please try this css instead:

    @media only screen and (min-width: 768px) { 
    .responsive #top #wrap_all #shazam .flex_column.av_one_third {
        transform: scale(1) !important;
    }
    }
    @media only screen and (max-width: 767px) { 
    	#shazam .av-flex-placeholder {
    	 width: 0 !important;
    }
    .responsive #top #wrap_all #shazam .flex_column.av_one_third {
    	margin-right: auto !important;
        margin-left: auto !important;
        width: 90% !important;
        transform: scale(1) !important;
    }
    #shazam .hr.hr-invisible {
    	height: 0 !important;
    }
    }

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

    Best regards,
    Mike

    in reply to: Hotspots #1247093

    Hi,
    Please link to your page so we can check, also an admin login would allow us to investigate further.
    I recommend disabling Enfold Theme Options > Performance > JS & CSS file merging and compression and any caching plugin to see if that helps.

    Best regards,
    Mike

    in reply to: Change Color of Timeline Arrows #1247059

    Hey mirotck,
    Thank you for the screenshot, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color .av-timeline-nav a span {
        background-color: red !important;
        opacity: 1 !important;
    }
    

    Please change the color from red to what will suit for your site, also note that currently the opacity is set to 0.5, so the above css changes it to “1”

    Best regards,
    Mike

    in reply to: Enfold Menu gone #1247049

    Hi,

    @ElTimson
    I assume you tried disabling your caching and plugins to check for a conflict, please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Imported images not showing on posts #1247048

    Hey Rubén,
    Please include an admin login in the Private Content area so we can investigate.
    I assume that you imported the images with a WordPress created XML file, please also link to this so we can check.

    Best regards,
    Mike

    in reply to: Timeline bar, Tab Section and progress bar NOT WORKING #1247047

    Hey Rubén,
    One reason that you could be experiencing this, is if you have Enfold Theme Options > Performance > Load jQuery in your footer set, or if your webhost is forcing the jQuery to load in the footer.
    Another reason would be due to using Enfold Theme Options > Performance > JS & CSS file merging and compression with JetPack, Autoptimize, or any other caching or minifying plugins. Minifying or compressing these files twice can lead to issues.
    If you are trying to view your pages as a “draft” may not work as expected, please “publish” your page and then view.
    Otherwise, try disabling your plugins and clear your browser cache and any server cache and then check.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Layer Slider changes font #1247046

    Hey kridlot,
    Thanks for the link to your site, to change the font of a slide in your layerslider, please select the element in your slider and make your change in the “style” tab, like this:
    2020-09-19_221318.jpg
    Here my font change only changed the one element and not the whole page:
    2020-09-19_221537.jpg
    After applying the change, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hotspots #1247042

    Hey Katroaka,
    To change the hotspot tool tip to transparent with red text please try this css:

    #wrap_all #main .av-display-hotspot .av-permanent-tooltip-single,
    #wrap_all #main .avia-arrow {
        background-color: rgba(255, 255, 255, 0) !important;
    }
    #wrap_all #main .av-display-hotspot .inner_tooltip p {
    	color: red !important;
    }
    #wrap_all #main .avia-tooltip.av-tooltip-shadow, 
    #wrap_all #main .avia-tooltip.av-tooltip-shadow .avia-arrow {
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    }

    Expected results:
    2020-09-19_220200.jpg
    Please note that I used red text in this example so you could see the text in the screenshot, if your site or image is dark you can change the color to white, as in your request.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 15,181 through 15,210 (of 34,221 total)