Forum Replies Created

Viewing 30 posts - 29,191 through 29,220 (of 67,591 total)
  • Author
    Posts
  • in reply to: Widget Instagram #974138

    Hey Sandra,

    Thank you for using Enfold.

    The site is running on an old version of the theme, 4.2. Please upgrade to version 4.4.1 then re-add the instagram widget.

    WARNING: There are reported issues regarding the instagram widget on the latest version. If the widget is not working when you update the theme, please install this plugin temporarily.

    // https://wordpress.org/plugins/instagram-feed/

    Best regards,
    Ismael

    in reply to: What is Site ID to hide site from menu + #974137

    Hey Wondergirrrl,

    Thank you for using Enfold.

    The ID of the start page is 212. We added that ID to the field.

    Best regards,
    Ismael

    in reply to: Cookie Consent Modal learn more button not showing #974135

    Hey thetshed,

    Thank you using Enfold.

    The privacy buttons are displaying when I check the modal. Would you mind providing a screenshot of the issue?

    Best regards,
    Ismael

    in reply to: Button row #974132

    Hey zizibe1,

    Thank you for using Enfold.

    Use this css code to adjust the size of the icon.

    .avia-buttonrow-wrap .avia-button .avia_button_icon {
        font-size: 20px;
    }

    You can upload a custom icon font in the Enfold > Import/Export > Iconfont Manager panel.

    Best regards,
    Ismael

    in reply to: Cookie consent width adjustment possible? #974130

    Hi,

    -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Nutzung Eurer Demo-Seiten #974129

    Hey GT,

    Thank you for using Enfold.

    Yes, you can show the demo to your clients. You can do whatever you want with it as long as you have the theme license.

    Best regards,
    Ismael

    in reply to: mobile menu not showing #974125

    Hey sundara88,

    Thank you for using Enfold.

    The color of the mobile menu is the same as the header background. We’ve added these css codes on the Quick CSS field.

    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
        background-color: #ffffff;
    }
    
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #ffffff;
    }
    
    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
        border-color: #ffffff;
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #ffffff;
    }
    

    Best regards,
    Ismael

    Hey resbangkok,

    Thank you for using Enfold.

    The pages/posts that are built with the advance layout builder are rendered through the template-builder.php file. You can start building a post/page from a blank canvas without the default elements (title, date, related posts) .The page.php file is used when the default editor is active.

    Best regards,
    Ismael

    in reply to: Problem updating Stylesheet with version 4.4.1 #974121

    Hey dinmix,

    Thank you for using Enfold.

    After the update to version 4.4.1, please go to the Performance panel and disable the css and js compression options.

    Best regards,
    Ismael

    in reply to: PHP Error with 4.3.2 #974120

    Hi,

    Thanks for the update.

    How do you clone the site? I successfully edited the style.css file via the Appearance > Editor panel which meant that I didn’t encounter the error when I edited the child theme.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    1.) The columns inside the first section don’t break into multiple rows even when it is set to “Equal Height”. I removed the comment from line 1049 so $force_close is set to “true”. The columns have the sibling meta when I checked your variable dump.

    ["siblings"]=>
      array(2) {
        ["next"]=>
        array(3) {
          ["tag"]=>
          string(13) "av_one_fourth"
          ["content"]=>
          array(1) {
            [0]=>
            array(3) {
              ["tag"]=>
              string(11) "av_iconlist"
              ["content"]=>
              array(0) {
              }
              ["index"]=>
              int(10)
            }
          }
          ["index"]=>
          int(9)
        }
        ["prev"]=>
        array(3) {
          ["tag"]=>
          string(12) "av_one_fifth"
          ["content"]=>
          array(1) {
            [0]=>
            array(3) {
              ["tag"]=>
              string(12) "av_font_icon"
              ["content"]=>
              array(0) {
              }
              ["index"]=>
              int(2)
            }
          }
          ["index"]=>
          int(1)
        }
      }
    

    2.) The changes display immediately when I adjust the column options. I set the padding value to 50px.

    Best regards,
    Ismael

    Hi,

    -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hi,

    -Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Enfold Styling isn't Working #974092

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Facebook and Twitter widgets no longer working #974085

    Hi,

    It is also visible on my end. This is how it looks on Chrome.

    // https://ibb.co/kehHFJ

    Did you try it on another network or computer?

    Best regards,
    Ismael

    in reply to: Problems after update #974084

    Hi,

    Thanks for the update. We implemented the modifications in the said file. Please don’t forget to purge the cache prior to checking the page.

    Best regards,
    Ismael

    in reply to: Display cookie message every time #974083

    Hi,

    Thanks for the update. That should not be the case after confirming the consent. Did you check if cookies is enabled in your browser?

    Best regards,
    Ismael

    in reply to: Sending 'Descriptions' through from the Contact Form #974082

    Hi,

    The custom description element isn’t part of the email template. Have you tried to add the description in the “Form Element Label” field?

    Best regards,
    Ismael

    in reply to: do not crop thumbnail not working , woocommerce #974081

    Hi,

    Thanks for the info. Is this the only option that gets changed after the data update? I’m not really sure why it happens but you don’t have to do the data update every time it’s there. If you want, you can optimize the database manually.

    // https://codex.wordpress.org/Editing_wp-config.php#Automatic_Database_Optimizing

    Please create a backup of the database and the site before doing this.

    Best regards,
    Ismael

    in reply to: Not finding Enfold easy at all #2 #974079

    Hi,

    Where did you add these “read more” tags? Please note that you can only use those tags inside an actual post.

    // https://en.support.wordpress.com/more-tag/

    And this article will help you improve the google pagespeed insight tool score.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Ismael

    in reply to: Adding fonts #974078

    Hi,

    but my font is not a Google font but my own.

    Thanks for the update. You can’t use non-google fonts in the theme’s custom font manager. If you have your own custom font, use the font face rule.

    // https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Best regards,
    Ismael

    in reply to: Sequence order masonry portfolio grid. #974076

    Hi,

    Thanks for the update. You may need to upgrade the theme from version 4.2 to 4.4.1 first. Please re-save the theme options after the update and take note of the Performance options. You may need to disable those options temporarily.

    Best regards,
    Ismael

    in reply to: How do you put a caption below an image? #974075

    Hi,

    The previous css code should move the caption lower than the default position. Where do you want to place the caption? Please provide a screenshot using imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Full-width Sub-Menu on all pages. #974074

    Hi,

    I’m sorry about that. You may need to modify the includes > helper-main-menu.php file manually in order to create a secondary menu below the header. Use the “wp_nav_menu” function. Unfortunately, this is beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    You can also duplicate this block of code.

    //display the small submenu
    			                $avia_theme_location = 'avia2';
    			                $avia_menu_class = $avia_theme_location . '-menu';
    			                $args = array(
    			                    'theme_location'=>$avia_theme_location,
    			                    'menu_id' =>$avia_menu_class,
    			                    'container_class' =>$avia_menu_class,
    			                    'fallback_cb' => '',
    			                    'container'=>'',
    			                    'echo' =>false
    			                );
    
    			                $nav = wp_nav_menu($args);

    // https://developer.wordpress.org/reference/functions/wp_nav_menu/

    Best regards,
    Ismael

    in reply to: Hiding the Additional Items #974073

    Hi,

    Thank you for the update. We replaced the css code with the following.

    .home #header #header_meta {
        margin-top: -30px;
    }

    Best regards,
    Ismael

    in reply to: Customising Magazine Shortcode #974071

    Hi,

    Thanks for the update.

    We’ve added the modification. Please hard refresh the page.

    Best regards,
    Ismael

    in reply to: Enqueue jquery #974069

    Hi,

    Are you referring to the full width slider’s sliding animation and button? You can do that with the easy slider but you have to manually add the button shortcode inside the caption field and apply the sliding animation.

    .avia-caption-title, .avia-caption-content {
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
      visibility: hidden;
    } 
    
    .avia_transform .active-slide .avia-caption-title {
      visibility: visible;
      -webkit-animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
      animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }
    
    .avia_transform .active-slide .avia-caption-content {
      visibility: visible;
      -webkit-animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
      animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }

    This is an example of the button shortcode.

    [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' label_display='' icon_select='yes' icon='ue800' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff' av_uid='av-jijm0yeg' admin_preview_bg='']
    

    Best regards,
    Ismael

    in reply to: Link in footer to anchor #974066

    Hi,

    Thanks for the update. Please ask your hosting provider for the FTP details so that we can access the file server. It’s another credential given to you by the hosts or it be generated manually from inside the cpanel area.

    Best regards,
    Ismael

    in reply to: Problems with burger menu /mobile menu #974065

    Hi,

    Thanks for the update.

    We created a new script. Let us know if it works better than the previous one.

    functions.php file:

    add_action('wp_footer', 'ava_custom_script_mobile_menu');
    function ava_custom_script_mobile_menu() {
    ?>
    <script>
    (function($) {
    	$('.av-burger-menu-main').on('click', function() {
    		var overlay = $('.av-burger-overlay');
    		var active = $('html').hasClass('av-burger-overlay-active');
    		var clone = overlay.find('.av-burger-menu-main');
    		var wrap = $(this).parents('.av-main-nav-wrap').find('.av-burger-overlay').find('.av-burger-overlay-inner');
    		console.log(clone.length == 0 && active);
    		if (clone.length == 0 && active) {
    			setTimeout($.proxy(function() {
    				$(this).prependTo(wrap);
    			}, this), 500);
    		} else {
    			clone.insertAfter('#menu-item-search');
    		}
    	})
    })(jQuery);
    </script>
    <?php
    }
    

    Style.css file:

    #top .av-burger-overlay .av-burger-menu-main {
      position: absolute;
      right: 26px;
      top: 80px;
      z-index: 1000;
    }
    
    #top #wrap_all .av-burger-overlay .av-burger-menu-main a {
      border: 0;
    }
    
    .av-burger-overlay-active #top #menu-item-search {
      display: none;
    }

    Best regards,
    Ismael

    in reply to: Full-width Sub-Menu on all pages. #973282

    Hi,

    Thanks for the update. I can’t make this same code work on my end. It closes the containers prematurely and breaks the page. Please create a new page and add the full width sub menu element. In the pages where you want to display the sub menu, add the “Page Content” element and select the newly created page.

    Best regards,
    Ismael

Viewing 30 posts - 29,191 through 29,220 (of 67,591 total)