Forum Replies Created

Viewing 30 posts - 2,071 through 2,100 (of 33,834 total)
  • Author
    Posts
  • 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

    Hey rixi,
    Please see our documentation on Adding your own Fontello Icons
    If you don’t find any icons you like at fontello.com then you can create your own by following these steps.

    Best regards,
    Mike

    in reply to: Zoho Forms #1441570

    Hey peterolle,
    This will not intergreate with the Advanced Layout Builder, you may see it in the WordPress Block Editor
    Enfold Support 5654

    Best regards,
    Mike

    in reply to: Menu on SHOP page is not shown correclty #1441569

    Hi,
    please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Scroll-Down-Arrow #1441525

    Hey northorie,
    Try adding this code into a code block element:

    <a href="#next-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    Hey dancedojo,
    Please see the “list layout” option in the blog post element.
    Enfold Support 5650
    You can also hide the thumbnails in the magazine element and only show the title & date:
    Enfold Support 5652

    Best regards,
    Mike

    in reply to: Setting shop page #1441523

    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

    in reply to: Fatal error: Access level to avia #1441522

    Hi,
    Please see our documentation for Copyrights info
    To remove the backlink add the [nolink] shortcode in the copyright field.

    Best regards,
    Mike

    in reply to: Menu on SHOP page is not shown correclty #1441521

    Hey genarojrs,
    It looks like you are using the transparent header on your home page, please look on the backend in the admin sidebar under Layout ▸ Header visibility and transparency and change to “no transparency”
    Enfold Support 5648

    Best regards,
    Mike

    in reply to: Burger Menu – button menu space above #1441520

    Hi,
    Please use the browser inspector, unless there is anything else we can help with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Enfold Table of Contents Widget Placement #1441519

    Hi,

    To update please download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Then going forward your Token should work correctly.

    Best regards,
    Mike

    Hey S24-Marketing,
    Thank you for your patience, for the tab_content not having the tabpanel role, and to add the ID as aria-labelledby, please try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function add_tabpanel_role_to_tab_content() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function ($) {
    $(".av_tab_section .tab_content").attr('role','tabpanel' );
    $('.tab_content').each(function() {
        var id = $(this).attr('id');
        $(this).attr('aria-labelledby', id);
      });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'add_tabpanel_role_to_tab_content');

    and then test the site and see if that corrects.

    Best regards,
    Mike

    in reply to: Burger Menu – button menu space above #1441479

    Hi,
    From site to site the menu item classes will not be the same, your second site looks like the menu item is “89” so try this css:

    #av-burger-menu-ul li.menu-item-89 {
      padding-top: 15px !important;
    }

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

    Best regards,
    Mike

    in reply to: Site is loading slowly #1441474

    Hi,
    Can you include a admin login in the Private Content area so we can examine the element with the video better?

    Best regards,
    Mike

    in reply to: Upgrade from 4.8 6.3 #1441473

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

    header .menu .avia-menu-text {
        text-transform: uppercase;
    }

    it is the css from your file: https://jabonescalvo.com/c/themes/jabonescalvo/css/app.css perhaps you will want to add it to your staging site Quick CSS:

    /* TAG REDEF */
    body, 
    h1, h2, h3, h4, h5 {
    	text-rendering: optimizelegibility;
    	-webkit-font-smoothing: antialiased;
    }
    
    /* ENFOLD REDEF */
    .av-special-heading .av-subheading { /*font-family: 'Playfair Display', serif;*/ }
    
    /* HEADER */
    header.av_header_transparency #header_meta .phone-info.with_nav span, 
    header.av_header_transparency #header_meta .sub_menu a { /*color: #000 !important;*/ }
    header .menu .avia-menu-text { text-transform: uppercase; }
    
    /* HOME */
    #home_slider img { margin-right: 50px; }
    
    /* BREADCRUMBS */
    .rank-math-breadcrumb { font-size: 14px; }
    
    /* PAGINAS */
    #cabecera_pagina .content { padding-bottom: 15px; }
    #cabecera_pagina .avia_textblock { text-decoration: underline; }
    
    /* BARRA LATERAL PAGINAS */
    aside .widget_text {
    	/*background: url(); */
    	padding: 20px;
    }
    
    /* CATEGORIES */
    .slide-meta { display: none; }
    
    /* POST */
    
    /* CONTACT */
    
    /* LANDINGS */
    body.page-landing-base .av_font_icon, 
    body.page-auditoria-web .av_font_icon { display: inline-block; } 
    body.page-landing-base .av_font_icon a, 
    body.page-auditoria-web .av_font_icon a { text-decoration: none !important; } 
    
    /* FOOTER & SOCKET */
    #footer #text-4 { margin-bottom: 0; }
    #footer .avia_combo_widget { margin-top: 0; }
    .cookie-notice-container a { 
    	color: #fff; border: 1px solid #eaeaea; 
    	padding: 3px 5px;
    	border: 1px solid #eaeaea; 
    }
    
    /* MQs */
    @media only screen and (max-width: 767px) {
    	h1 { font-size: 32px !important; }
    	h2 { font-size: 28px !important; }
    }

    Best regards,
    Mike

    in reply to: adjustments to the before/after image #1441438

    Hi,
    You can try this css, but you will need to set the width, as a percentage will not work, so you may need adjust this for different screen sizes with media queries

    #top .avia-image-diff-container .avia_image {
    	border-radius: 0;
    }
    #top .av-image-diff-wrapper {
        margin: 0;
        width: calc(1208px + 16px) !important;
    }
    #top .avia-image-diff-container .avia_image {
    	max-width: calc(1208px + 16px) !important;
    	width: calc(1208px + 16px) !important;
    }

    and example of this with a media query for desktop would be like this:

    @media only screen and (min-width: 1440px) { 
    #top .avia-image-diff-container .avia_image {
    	border-radius: 0;
    }
    #top .av-image-diff-wrapper {
        margin: 0;
        width: calc(1208px + 16px) !important;
    }
    #top .avia-image-diff-container .avia_image {
    	max-width: calc(1208px + 16px) !important;
    	width: calc(1208px + 16px) !important;
    }}

    Best regards,
    Mike

    in reply to: prevent automatic play/opening of a YouTube link #1441433

    Hi,
    Thanks, I see the link but the video is not automatically loading or playing for me.
    There are plugins like borlabs that will give you a shortcode to wrap links so that a user must approve it before it will open after clicking, sort of like a another cookie message, perhaps this is what the shady law firm means?
    I have not used borlabs, but manu people on the forum recommends it for GDPR.

    Best regards,
    Mike

    in reply to: line below logo #1441326

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

    #top #header_main {
        border-bottom-width: 0;
        border-bottom-style: none;
    }

    to change the header background color use the settings at: Enfold Theme Options ▸ General Styling ▸ Logo Area Background Color

    Best regards,
    Mike

    in reply to: Content + image slideshow #1441325

    Hi,
    Please try using the LayerSlider, here is an one example of what can be created, and another, and this one.
    None of these are exactly as you wish, but you can see elements and animations similar to your example and I’m pretty sure that with some time and experimenting you can probably achieve it. Or you could look for a plugin that might achieve this, if you wish.

    Best regards,
    Mike

    in reply to: prevent automatic play/opening of a YouTube link #1441324

    Hey fkm,
    Thanks for the link to your page, but I don’t find a youtube link or video on it, when I check our demo page for our video element the videos don’t automatically play unles the option is enabled in the video element settings.
    Please explain in further detail which element you are adding the video link to, and how we can reproduce this.

    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

    in reply to: Burger Menu – button menu space above #1441297

    Hi,
    I guess that I don’t understand, perhaps adding a few mockup screenshots of what you would like to see would help.

    Best regards,
    Mike

    in reply to: Change Events Calendar widget title font size #1441296

    Hi,
    Glad Guenni007 could help, thank you Guenni007, unless there is anything else we can help with on this issue, shall we close this thread then?

    Best regards,
    Mike

    Hi,
    This is because the original solution was for archive pages, this is a single tribe event page, for this add this code to the end of your child theme functions.php file in Appearance ▸ Editor and keep the other code:

    function custom_single_tribe_events_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#top.single-tribe_events h1.main-title.entry-title").text("Kalender mit Ereignissen");
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_single_tribe_events_script');

    Best regards,
    Mike

    in reply to: Blog posts section heading style #1441294

    Hi,
    To change the h1 font size on single posts try this css:

    #top.single-post #wrap_all .all_colors .post-entry h1.post-title.entry-title {
    	font-size: 20px;
    }

    I’m not sure what you mean by changing your image size, when you upload an image WordPress creates thumbnails of it to be used in different situations, often cropping your image, but for best results you should resize you image before you upload it, here is a free online resizer. If you need further help with this please open a new thread and explain in more detail including the sie you want the image to show and what size you are uploading.
    Please note that we ask that you create a new thread for each issue, this helps other users find solutions based on the opening subject line quicker and helps keep the thread length manageable and on topic for multiple mods to assist. Thank you for your understanding.

    Best regards,
    Mike

    in reply to: SearchWP #1441225

    Hi,
    You are using a transparent header on your homepage and the text color is white, when you use the ajax search and hit the [enter] key it loads the searchwp template which is a white page, so you can’t see the white text in the header until you scroll and the header is no longer transparent.
    If you click the ajax search link “Mostrar todos los resultados” you go to a search results page that doesn’t have the transparent header, so eveything shows correctly.
    Unfortunately the search template doesn’t add a page class so we can’t know when to change the text color in the header.
    So your first option is to change your homepage to not use a transparent header, or you can ask searchwp for a function to add a custom body class when the search template is used.
    Or maybe your customers will scroll the page before they notice.

    Best regards,
    Mike

    in reply to: SearchWP #1441220

    Hi,
    I’m not sure what you mean, I see your header on the search results page, see the screenshot in the Private Content area.
    Perhaps you mean that there is a large space at the top, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main.swp-rp-main {
    	padding-top: 0;
    	margin-top: 0;
    }

    Best regards,
    Mike

    in reply to: Site is loading slowly #1441219

    Hi,
    Now when I check your page is loading completely, when I check with webpagetest.org (linked below) you have a video in the footer that is loading twice and seems to take 22 seconds to load:
    Enfold Support 5638
    this video is 13.9 mb but is only a short background loop, you could try converting this to a gif, for example I created one using the first 2.5 seconds and the gif was only 5.3mb which would be a lot smaller.
    I also see that you are not using the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression option which will reduce the number of files loaded.
    It doesn’t look like your short pixel plugin is working well, I tested one of your images on tinyjpg.com and it reduced your image by 39%
    Enfold Support 5640

    Best regards,
    Mike

    in reply to: Portfolio Layout #1441212

    Hi,
    If in the theme settings you are going to have no sidebar as the option for Sidebar On Single Post Entries
    Enfold Support 5632
    but still want a sidebar to show only on portfolio posts, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function enable_sidebar_on_portfolio_posts_when_disabled_in_theme_settings($layout, $post_id) {
      if( is_single() && get_post_type() == 'portfolio') {
          $layout['current'] = $layout['sidebar_right'];
          $layout['current']['main'] = 'sidebar_right';
      }
      return $layout;
    }
    add_filter('avia_layout_filter', 'enable_sidebar_on_portfolio_posts_when_disabled_in_theme_settings', 10, 2);

    That would show the Sidebar Pages or Displayed Everywhere widget area:
    Enfold Support 5634
    If you then want a custom portfolio sidebar widget area to show, then follow the steps above.

    Best regards,
    Mike

    in reply to: Change h2 to h3 or other in Blog #1441208

    Hi,
    In your opening post you said that you are using the blog element, so this is not the loop-index.php, it is the postslider.php You can add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ){
    	if( 'avia_sc_postslider' ){
    		$args['heading'] = 'h4';
    	}
    	return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );

    adjust the “h4” to suit.

    Best regards,
    Mike

Viewing 30 posts - 2,071 through 2,100 (of 33,834 total)