Forum Replies Created

Viewing 30 posts - 15,121 through 15,150 (of 35,012 total)
  • Author
    Posts
  • in reply to: CAMBIAR TIPOGRAFIA SÓLO EN MOVILES #1286239

    Hi,
    Me alegro de haber podido ayudar, cerraremos esto ahora. Gracias por usar Enfold.

    Para su información, puede echar un vistazo a Enfold documentación aquí
    Para cualquier otra pregunta o problema, no dude en iniciar nuevos hilos en el foro Enfold y con gusto intentaremos ayudarlo :)

    — Translated with Google —

    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: CAMBIAR TIPOGRAFIA SÓLO EN MOVILES #1286216

    Hi,
    Puede descargar los archivos de tema de su cuenta de Envato / Themeforest, intente buscar v4.8.1
    Inicie sesión en su cuenta de Envato y luego vaya a https://themeforest.net/downloads
    You_can_download_the_theme_files_from_your_Envato_Theme_Forest_account.jpg

    — Translated with Google —

    You can download the theme files from your Envato / Theme Forest account try looking for v4.8.1
    Login to your Envato account and then go to https://themeforest.net/downloads
    You_can_download_the_theme_files_from_your_Envato_Theme_Forest_account.jpg

    Best regards,
    Mike

    in reply to: CAMBIAR TIPOGRAFIA SÓLO EN MOVILES #1286201

    Hi,
    Parece que su tema está registrado con un token de Envato, pero el token ha cambiado y no se ha verificado, verifique su token y debería poder actualizar el tema dentro de WordPress.
    Si tiene problemas con su token de Envato, también puede descargar los archivos de tema de su cuenta de Theme Forest y actualizar su tema a través de FTP.
    2021-03-07_085113.jpg

    — Translated with Google —

    It looks like your theme is registered with an Envato token, but the token has changed and has not verified, please verify your token and you should be able to update the theme within WordPress.
    If you are having issues with your Envato token, you can also download the theme files from your Theme Forest account and update your theme via FTP.
    2021-03-07_085113.jpg

    Best regards,
    Mike

    in reply to: How To Remove Padding from Iframe #1286119

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

    #top.page-id-14320 .post-entry-14320 p {
    	font-size: 0 !important;
        line-height: 0 !important;
    }

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

    Best regards,
    Mike

    in reply to: CAMBIAR TIPOGRAFIA SÓLO EN MOVILES #1286115

    Hi,
    Veo que el menú de su dispositivo móvil no muestra los elementos del menú, verifique si se está utilizando el Menú alternativo para dispositivos móviles , si lo está y ha configurado el segundo menú y no funciona, entonces actualice su tema.
    Si se está utilizando el menú alternativo para móviles y se trata de un error, desactívelo.
    Si se está utilizando el menú alternativo para dispositivos móviles y no configuró otro menú, hágalo.
    Si nada de esto ayuda, intente deshabilitar sus complementos y verificar.

    — Translated with Google —

    I see that your mobile menu is not showing the menu items, please check if the Alternate Menu for Mobile is being used, if it is and you have set up the second menu and it is not working, then please update your theme.
    If the Alternate Menu for Mobile is being used, and this is an error, then disable it.
    If the Alternate Menu for Mobile is being used, and you didn’t setup another menu, then please do so.
    If none of this helps then try disabling your plugins and checking.

    Best regards,
    Mike

    in reply to: Testimonial Grid with Name/Title on top #1286114

    Hi,
    Sorry for the very late reply and thanks for the link and screenshots. Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_testimonial_meta_script() { ?>
        <script>
    (function($){
      $( '.avia-testimonial_inner' ).each(function() {
      $( this ).find( '.avia-testimonial-meta-mini' ).css({ 'padding-bottom': '10px'}).insertBefore( $(this).find('.avia-testimonial-content'));
      });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_testimonial_meta_script');

    Best regards,
    Mike

    in reply to: Header Transparency / On top of Fullscreen Slider #1286111

    Hi,
    Sorry for the late reply and thanks for the link to your site. Your homepage doesn’t seem to have transparency set for the header, based on the classes in the source code.
    I assume you have transparency set on your page in the backend:
    2021-03-06_154029.jpg
    I also note that it looks like you are using Elementor on the site, so perhaps there is a conflict, did you try disabling your plugins?

    Best regards,
    Mike

    in reply to: add full width option to video element #1286109

    Hey hooman80,
    Sorry for the very late reply, unfortunately, I do not see a way to do that, Enfold doesn’t add a media player it uses the built-in WordPress player. I would recommend looking for a player plugin with this functionality, or allow the videos to show the YouTube toolbar, assuming your videos are on YouTube.
    Enfold Demo example
    2021-03-06_151145.jpg

    Best regards,
    Mike

    in reply to: support of mailchimp integration #1286108

    Hey Daniel,
    Sorry for the very late reply, the Mailchimp “Subscriber pop-up” form works by adding your Mailchimp “Subscriber pop-up” code to the site and connecting it within Mailchimp. This feature from Mailchimp is designed to work by adding the code to the site.
    The Mailchimp integration within Enfold only links your Mailchimp lists with the Enfold contact form fields.
    I believe the Google remarketing ads from Mailchimp also works by adding code to your site, but I didn’t find this specificity in my Mailchimp account, but I also didn’t integrate with Google.
    So while the Mailchimp “Subscriber pop-up” does work in my test, this is not an “integration” with Enfold, this is just an added script to your site.

    Best regards,
    Mike

    Hey hersbers,
    Sorry for the very late reply, I tried using a “Easy Slider” element with 4 images and a Gallery element and 4 different images there, and as you pointed out, neither show all images. I don’t see an easy way to have these work together like this, but I can imagine having the slider have no click event but opening the gallery lightbox with a jQuery click event, which you would have to add all of the images to a single gallery element.
    So the result would be for the visitor, clicking on the slider would open the gallery. If this sounds like something that might work for you please let us know.
    If not please try creating a test page for us to see, and perhaps we can come up with a different solution.

    Best regards,
    Mike

    in reply to: Different font – full-width slider element #1286084

    Hi,
    I adjusted the shortcode based on the Enfold Knowledgebase demo example:

    
    [avia_sc_search placeholder='How can we help you today?' label_text='SEARCH SITE' icon_display='input' icon='ue803' font='entypo-fontello' post_types='' display='ajax' ajax_location='form_absolute' ajax_container='#my_container' numberposts='5' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' custom_input_size='' custom_button_size='' custom_height='68' radius='100px' radius_sync='true' border_width='12' results_padding='50px' results_padding_sync='true' results_margin='20px,0,0,0' border_color='custom' custom_border_color='rgba(255,255,255,0.64)' input_bg='custom' custom_input_bg='rgba(255,255,255,0.64)' button_bg='custom' custom_button_bg='#1ddab8' results_bg='custom' custom_results_bg='#ffffff' input_color='' custom_input_color='#1ddab8' button_color='' custom_button_color='' results_color='' custom_results_color='' av_uid='av-3jk7' custom_class='' admin_preview_bg='']

    I’m posting this shortcode here for future reference, should someone wish to adjust it further.
    To have a default look for the Ajax search, depending on any base demo that you might be using, with an ajax popup:

    [avia_sc_search placeholder='Search...' label_text='' icon_display='button' icon='ue803' font='entypo-fontello' post_types='' display='ajax' ajax_location='form_absolute' ajax_container='#my_container' numberposts='5' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' border_width='1' radius='0px' radius_sync='true' results_padding='50px' results_padding_sync='true' results_margin='20px,0,0,0' results_bg='custom' custom_results_bg='#ffffff' results_color='' custom_results_color='' av_uid='av-2aeoak']

    ajax_search_shortcode_with_ajax_popup.jpg
    To have a default look for the Ajax search without an ajax popup:

    [avia_sc_search placeholder='Search...' label_text='' icon_display='button' icon='ue803' font='entypo-fontello' post_types='' numberposts='5' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' border_width='1' radius='0px' radius_sync='true' results_padding='50px' results_padding_sync='true' results_margin='20px,0,0,0' results_bg='custom' custom_results_bg='#ffffff' results_color='' custom_results_color='' av_uid='av-25fx3w']

    ajax_search_shortcode_without_ajax_popup.jpg
    Or this seems to be the minimum shortcode for a default Ajax search without an ajax popup:

    [avia_sc_search placeholder='Search...' label_text='' icon_display='button' icon='ue803' font='entypo-fontello' numberposts='5' radius='0px' radius_sync='true' av_uid='av-38vvxo']

    ajax_search_shortcode_without_ajax_popup_minimum.jpg
    If you wish, you can compare the above shortcodes and adjust the attributes to suit.

    Best regards,
    Mike

    Hi, @searchboxx
    Ich glaube, dass Sie zum automatischen Update das Envato-Plugin verwenden möchten, das in den WordPress-Update-Mechanismus integriert ist. Dies setzt voraus, dass Sie Ihr Thema bereits registriert haben und über ein Envato Personal Token verfügen. Ich erwähne dies, weil ich glaube, dass das Envato Personal Token allein den Versionsaktualisierungshinweis auslöst, aber um automatisch zu aktualisieren, müssen Sie das Plugin verwenden.
    Dies liegt daran, dass Enfold ein Premium-Thema auf dem Envato-Markt ist und kein natives kostenloses Thema auf WordPress.
    Ich hoffe, dies beantwortet Ihre Frage, aber bitte erwägen Sie, einen neuen Thread für zukünftige Fragen zu öffnen und Threads beizubehalten zum Thema.
    Danke für dein Verständnis.

    — Translated with Google —

    I believe that to update automatically you will want to use the Envato plugin and that integrates with the WordPress update mechanism. This assumes that you have already registered your theme and have an Envato Personal Token. I mention this because I believe the Envato Personal Token alone triggers the version update notice, but to automatically update you will need to use the plugin.
    This is because Enfold is a premium theme on the Envato market, and not a native free theme on WordPress.
    I hope this answers your question, but please consider opening a New Thread for future questions and help keep threads on topic.
    Thank you for understanding.

    Best regards,
    Mike

    in reply to: "Skip to content" button #1285794

    Hey lle-it,
    Sorry for the very late reply, to add a “Skip to content” button please try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_screen_reader_script(){
        ?>
        <script>
      jQuery(window).load(function(){
        jQuery( '<div id="skipnav"><p class="skipnav"><a href="#main_content">Skip to Content (Press Enter)</a></p></div>' ).insertBefore( '#top' );
        });
      </script>
        <?php
        }
    add_action('wp_footer', 'custom_screen_reader_script');

    In the above code please note the custom ID: main_content , this ID should be added to your page “main content” area that you want the Skip Nav to target.
    To add a ID to an element such as a color section, please look in the element backend under the “developer” tab, for that element.
    This approach will give you better control of the Skip Nav for each page. For example, your homepage may have a slider that the Skip Nav should jump over and go to the first color section, which contains the first content for that page. While other pages may have a different “first content” as defined by the UX and not the ALB elements.
    I hope this makes sense.
    With the above script you will also want to use this css to style, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .skipnav {position: absolute; display: none; text-align: left; margin: 0; padding: 0} /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
    * html .skipnav {display: block} /*Switch on for IE6 and below*/
    *+html .skipnav {display: block} /*Switch on for IE7*/
    :root .skipnav {display: block} /*Switch on for Moz, FF and Safari*/
    .skipnav p {margin: 5px 0 0 0; padding: 0; position: absolute; font-size: 2em}
    .skipnav a {width: 26em; display:block; color: #fff; background: #333; text-decoration: none; padding: 5px; position: absolute; left: -1000em; top: 0; font-weight: bold}
    .skipnav a:visited {color: #fff}
    .skipnav a:focus, .skipnav a:active {z-index: 999; min-width: 250px; top: -.1em; left: 0; border: solid #777 2px; color: #fff; background: #333 !important} /*Note IE bug that requires use of :active to mimic effect of :focus*/
    .skipnav a:hover {cursor: default} 

    Please feel free to adjust to suit.
    After applying the css, please clear your browser cache and check.
    The expected results:
    2021-03-05_082208.jpg

    Best regards,
    Mike

    in reply to: Different font – full-width slider element #1285727

    Hi,
    To use the Ajax search in a widget sidebar, please add this shortcode to a custom HTML widget:
    [avia_sc_search placeholder='Search...' label_text='SEARCH' icon_display='input' icon='ue803' font='entypo-fontello']
    ajax_search_shortcode_widget.jpg
    The expected results:
    ajax_search_shortcode.jpg
    In my test I found that the option: Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements needed to be enabled:
    Enfold_Theme_Options_Performance_Disable_Template_Builder_Elements_Always_load_all_elements.jpg

    Best regards,
    Mike

    in reply to: Different font – full-width slider element #1285033

    Hi,
    Please ensure that the option at Enfold Theme Options > Main Menu > General > Append search icon to main menu is enabled when your menu is set to the left.
    If this is enabled please set the menu to the left as you would link it and include admin login in the Private Content area so we can check what is hiding the search icon.

    Best regards,
    Mike

    Hi,
    Thank you for the login, I don’t see that you have a child theme installed at your main domain, linked below.
    But I’m redirected from your staging site to your main domain, so I can’t login to your stagging site.
    That is ok though, for your main domain, please install a Enfold child theme, you can use the original at that link or use child theme v1.0.1 that should be included with your theme download from Theme Forest, also linked here if you don’t see it.
    The Child Theme v1.0.1 includes this function to allow you to save customize elements to your child theme in a directory named /shortcodes/ :

    function avia_include_shortcode_template( $paths )
    {
    	if( ! is_array( $paths ) )
    	{
    		$paths = array();
    	}
    	
    	$template_url = get_stylesheet_directory();
    	array_unshift( $paths, $template_url . '/shortcodes/' );
    
    	return $paths;
    }
    
    add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );
    

    So the only steps you need to take, after installing the child theme, is to create a directory /shortcodes/ in your child theme, and then add a copy of the \wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\slideshow\ directory, and all the files to your child theme shortcodes directory. Then the last step is to customize the child theme instance of the \slideshow\slideshow.js as above and clear your browser cache.
    Also please note that when you install the child theme you will need to Import the parent theme options.
    Please give this a try.

    Best regards,
    Mike

    in reply to: Gallery slider problem #1284984

    Hi,
    Thank you for the feedback and glad to hear this helped, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Styling of Gallery: border & padding between images #1284464

    Hey the_digital_manager,
    Sorry for the very late reply and thanks for the link to your page and the screenshots, to remove the border from around the image and gallery, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.single-product div .avia-gallery img {
        border-width: 0 !important;
    }
    #top.single-product div .avia-gallery .avia-gallery-big {
        border-style: none !important;
    }

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

    Best regards,
    Mike

    in reply to: search icon and cart icon to right side #1284431

    Hey omerh570,
    Sorry for the very late reply and thanks for the link to your site, it looks like you currently have the menu set to the left, please change this setting at: Enfold Theme Options > Header > Header Layout > Menu and Logo Position and pick a layout with the menu to the right.
    2021-03-01_073133.jpg

    Best regards,
    Mike

    in reply to: Events Calendar Countdown Not Working #1284424

    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

    Hi,
    Thank you for the feedback, I have submitted a feature request to the dev team, and I will reply here as it is updated, there is also a chance that the dev may also ask questions here, so we will leave this open. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Different font – full-width slider element #1284191

    Hi,
    You can have the Logo and Main Menu set as a sidebar in the theme options:
    You_can_place_your_logo_and_main_menu_at_the_top_of_your_site_or_within_a_sidebar.jpg
    Here is an example of a demo with this option.
    To have a similar “expanding” menu, on this demo, on hover, this css could be used:

    .av-main-nav ul {
        position: relative !important;
    }
    .html_header_left .av-main-nav ul {
        left: unset !important;
    }
    .av-main-nav li ul.sub-menu li {
        display: none;
    }
    .av-main-nav li:hover ul.sub-menu li {
        display: block;
    }
    .av-main-nav ul li a {
        border-style: none !important;
        border-width: 0 !important;
    }

    2021-02-27_173022.jpg
    I believe you could have a much more similar menu to the example site with some more time, css, and some jQuery, but I think it would be more involved than our scope of support here.
    Perhaps a alternative would be to look for a plugin.
    Another possible solution for a expanding sidebar menu would be to use the “navigation menu” widget and select a menu, the default way this widget displays a menu is as a list:
    2021-02-27_180234.jpg
    and with this script added this code to the end of the functions.php file in Appearance > Editor:

    function custom_widget_menu_dropdown(){
      ?>
      <script>
    (function($){
       $(document).ready(function(){ 
       		$('#nav_menu-3 #menu-main-menu > li.menu-item-has-children').find('ul').hide();
            $('#nav_menu-3 #menu-main-menu > li.menu-item-has-children').mouseenter(function () {  
                $('#nav_menu-3 #menu-main-menu > li.menu-item-has-children').not(this).find('ul').hide();  
                $(this).find('ul').toggle();  
            });  
         });  
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_widget_menu_dropdown');

    please note the nav_menu-3 in the code above may need adjusting, but the result is a collapsed menu that will expand on hover:
    2021-02-27_175757.jpg
    Just a thought.

    Best regards,
    Mike

    in reply to: ACF & Enfold – Post template builder? #1284176

    Hi,
    The dev team has replied that they thought adding a way to choose ACF fields from an element in the ALB was a good idea and they opened a feature request on their end. They said they would take a closer look after the current release. I’m sure you can understand they are trying to release v4.8 first.
    But I believe this is quite encouraging, I will reply further as the feature request is updated, or the dev team might also ask questions here, so we will leave this open.

    Best regards,
    Mike

    in reply to: Events Calendar Countdown Not Working #1284172

    Hi,
    Glad to hear this helped, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Image quality #1283843

    Hi,
    Sorry for the very late reply, perhaps the function you are referring to is this one:

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    function avf_set_quality_mod($quality) {
    	$quality = 65;   // compression level what you like in percent
    	return $quality;
    }

    But I believe this was used before the default_jpeg_quality was added to the parent theme (Enfold) functions.php, currently the function is:

    $resp_img_config = array(
    		'default_jpeg_quality'	=> 100,						//	ensure best image quality - use filter avf_responsive_images_defaults to change
    		'theme_images'			=> $avia_config['imgSize'],
    		'readableImgSizes'		=> $avia_config['readableImgSize'],
    		'no_lazy_loading_ids'	=> array()					//	add is's of images for permanently disable lazy loading attribute
    	);
    
    $resp_images->reinit( $resp_img_config );
    

    Please note the 100 in the code.

    Best regards,
    Mike

    in reply to: Events Calendar Countdown Not Working #1283840

    Hi,
    Thanks for the feedback, after editing the parent theme and regenerating your thumbnails, (for the old images), or by uploading a new image, did this work? I checked the test page but it seems like the image is not there, so I’m not sure.
    If this worked then it could be added to your child theme with a fliter like this:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['gallery'] = array('width'=>845, 'height'=>684 , 'crop' => false);		
    	return $size;	
    }

    Best regards,
    Mike

    in reply to: Images metadata lost in Enfolds generated images #1283833

    Hi,
    I certainly don’t want to sound rude, but unfortunately, I have been trying to explain that WordPress doesn’t perform this way.
    You can prove this to yourself by testing on a WordPress install without Enfold and your image with the IPTC
    2021-02-26_054712.jpg

    Best regards,
    Mike

    in reply to: Change logo when scrolling down #1283830

    Hi,
    Glad we were able to help with this, 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: Events Calendar Countdown Not Working #1283676

    Hi,
    Wow, how about that? No, I didn’t do anything 😃
    Thanks for the link, so the featured image on event detail page looks like it is using the “gallery” sized image (845px)
    You could try editing the parent theme functions.php around line 187:
    2021-02-25_073213.jpg
    to this:
    $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 , 'crop' => false);
    you would then need to regen your media thumbnails so the old images at this size are not cropped, all new images uploaded will follow this rule.
    Or I believe you can choose which size image to use, within the element, if so try choosing the “masonry” sized image (705px), as you can see in the screenshot above, the masonry image is not cropped.

    Best regards,
    Mike

    in reply to: Change logo when scrolling down #1283669

    Hi,
    Sorry for the late reply and thanks I believe I understand better now. please try this script instead, you will notice two new lines targting the logo width, on scroll it will be 200px, after scroll it sets to 115px, which is the current width.

    function change_logo_on_scroll(){
      ?>
      <script>
    (function ($) { 
      $(window).scroll(function() {
        var width = $(window).width(), height = $(window).height();    
        var scroll = $(window).scrollTop();
          if (scroll > 20 && width >= 900) {
        $('.logo a').find( 'img' ).attr('src', 'https://your-site.com/wp-content/uploads/2021/01/2nd-logo.png').css({ 'padding-top': '20px'});
        $('.logo').css({ 'width': '200px'});
       } else {
        $('.logo a').find( 'img' ).attr('src', 'https://your-site.com/wp-content/uploads/2021/01/logofinale.svg').css({ 'padding-top': '0px'});
        $('.logo').css({ 'width': '115px'});
       }
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'change_logo_on_scroll');

    also check the url in the code above.

    Best regards,
    Mike

Viewing 30 posts - 15,121 through 15,150 (of 35,012 total)