Forum Replies Created

Viewing 30 posts - 9,061 through 9,090 (of 25,536 total)
  • Author
    Posts
  • in reply to: Main Menu Background images #1234614

    Hi dondela,

    Yes, it’s possible through CSS since there’s no option for that.
    Can you give us the link to your site? and also give us link for background images for each specific main menu buttons so we can give the exact CSS code that should work.
    You can post the link and background image’s link in private content if you want it to be visible only to you and the moderators.

    Best regards,
    Nikko

    in reply to: Fix header on mobile #1234613

    Hi claha,

    Please try to add this CSS code in Quick CSS (located in Enfold > General Styling) for mobile:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
        top: 0;
        left: 0;
      }
    
      .responsive #top #wrap_all #main {
        padding-top: 215px !important;
      }
    
      .responsive #top #wrap_all #main .title_container {
        position: fixed;
        top: 160px;
        left: 0;
        z-index: 999;
      }
    }

    Best regards,
    Nikko

    Hey coresensors,

    We apologize for the delayed response.
    What version of Enfold are you using? I have checked with the code and this function doesn’t exist anymore: avia_find_layersliders

    Best regards,
    Nikko

    in reply to: How to Display Custom Post Type in Magazine Element #1234611

    Hey sylvia5113,

    We apologize for the delayed response.
    You’ll need to add a Custom Taxonomy to the Press Articles post type.
    Once you have done that, you can edit the magazine element’s Which Entries? and set to the Custom Taxonomy and you can select the taxonomies under the Press Articles that you want to show.
    Hope that helps :)

    Best regards,
    Nikko

    in reply to: Add text below Title in Woocommerce slider #1234609

    Hey Ikyo,

    We apologize for the delayed response.
    Yes, it’s possible by using woocommerce hook: woocommerce_after_shop_loop_item_title
    The slider just fetches the format woocommerce provides and put it in the slider.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: widget on header next to logo #1234586

    Hey AlexBellaTropea,

    Thanks for giving us admin access.
    The reason it’s not appearing is because you have used a different name Book Now instead of header.
    To fix this I changed this code in functions.php from:

    dynamic_sidebar( 'header' );

    to

    dynamic_sidebar( 'book-now' );

    Since you may not want it to show in your site right now (because of the position), I have commented out this code:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );

    Just remove the comment and you should see the widget properly :)

    Best regards,
    Nikko

    Hi technetkenya,

    Thanks for giving us admin access.
    In your footer.php (line 86), this code was commented:

    $kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN."_initial_version"), 'Enfold');

    I just removed it and fixed the issue. :)

    Best regards,
    Nikko

    in reply to: Notice: Undefined index #1234580

    Hi jpoley04,

    We’re glad to hear that it’s fixed :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Checkout Page Error – Unable to purchase any items #1234487

    Hi Courtyardarts,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Height of Breadcrumb in Element #1234332

    Hi xeovision,

    I can’t find a single post on your site (could not find from the main menu) but I think the reason the shortcode is not appearing is if it isn’t added in the single post, it doesn’t take the overview page’s style by default :(

    Best regards,
    Nikko

    Hi sylvia5113,

    I’m glad to hear that it’s fixed.
    Most of these cases are due to cache, we’ll keep this thread open so you can post back if it happens again :)

    Best regards,
    Nikko

    in reply to: I can't edit pages #1234319

    Hi Claudia,

    You’re welcome :)
    We’ll wait for your feedback.

    Best regards,
    Nikko

    in reply to: Full Screen Video doesn't work #1234139

    Hi raf_cl,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: WordPress caught an error with your theme, Enfold. #1234103

    Hi yanali,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Easy Slider not sizing images after upgrade #1234102

    Hi pkjd,

    Thanks for giving us admin access.
    There are 2 reasons why it looks too big:
    1. The slider’s Slideshow Image Size is set to No Scaling (Original Width X Original Height), and the image size is 2000 x 2000px.
    You can set this to other sizes in the selection or still use the same settings and upload a smaller image size.
    2. Jetpack’s Speed up image load times (under Enable Site Accelerator) causes some image not to show the correct size.

    Best regards,
    Nikko

    in reply to: product search area in footer #1234095

    Hi noirjambon,

    function my_text_strings( $translated_text, $text, $domain ) {
        switch ( $translated_text ) {
            case 'Search products…' :
                $translated_text = __( 'Search…', 'woocommerce' );
                break;
        }
        return $translated_text;
    }
    add_filter( 'gettext', 'my_text_strings', 20, 3 );

    Just replace:

    Search…

    in

    $translated_text = __( 'Search…', 'woocommerce' );

    Best regards,
    Nikko

    in reply to: Full Screen Video doesn't work #1234075

    Hi raf_cl,

    Thanks for giving us admin access.
    I have changed your Video Size/Display, from Display Video in default mode, black borders may occur but the whole video will be visible to Stretch Video so it covers the whole slideshow (Video must be 16:9 for this option to work properly) and then changed Video Aspect Ratio from 16:9 to 3:2.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    Hi sylvia5113,

    Thanks for giving us admin access.
    I have checked it and made changes to the child theme’s stylesheet from arabesque to arabesque.new and the issue doesn’t show up.
    The issue might still be showing on your end because of the cache, please try to clear your browser’s cache.

    Best regards,
    Nikko

    in reply to: Checkout Page Error – Unable to purchase any items #1234037

    Hi Courtyardarts,

    Thanks, please let us know the results of changing the PHP version.

    Best regards,
    Nikko

    in reply to: Button in Logo Area #1234036

    Hi erron,

    Can you try to replace this CSS code:

    #top #nav_menu-2 {
        width: 10vw;
        float: right;
        top: 60px;
        padding: 0;
        border: 5px solid #659ce0;
        border-radius: 5px;
    }

    with:

    #top #nav_menu-2 {
        width: 230px;
        float: right;
        top: 60px;
        right: 20px;
        padding: 0;
        border: 5px solid #659ce0;
        border-radius: 5px;
        text-align: center;
        position: relative;
        z-index: 200;
    }

    Best regards,
    Nikko

    in reply to: global style #1234035

    Hi marcie73,

    I apologize for the delayed response.
    Can you give us steps to reproduce this? in the link you gave I added a text block that didn’t disappear.
    I also tried to check for js errors and I found none at the moment.

    Best regards,
    Nikko

    in reply to: portfolio grid filter error when select category #1234034

    Hi decode,

    Thanks for giving us admin access and I apologize for the delayed response.
    The site is detecting 2 Enfold themes, can you remove the old one (4.2.6)
    And update WordPress to the latest version (make sure to have a backup first)
    The PHP version you are using is also not recommended by WordPress, please update it to atleast PHP 7.3 (from 5.6.40)

    Best regards,
    Nikko

    in reply to: Blank Homepage #1234032

    Hi Cydut,

    I think those issues aren’t related to the new update but please create a new thread with temporary admin access written in private content, so we can try to inspect it.
    Anything written in private content is visible only to the thread creator and moderators.

    Best regards,
    Nikko

    in reply to: submenu icon disappear on mobile devices #1233820

    Hi kenshejoe,

    We’re glad that hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: I can't edit pages #1233724

    Hi Clod,

    Thanks for that information, can you let us know what version of Enfold you are currently using?
    The latest version of Enfold is 4.6.3.1, if you are using Enfold less than 4.5.7 then it would not be possible to update it via Theme Options since envato/themeforest has already disallowed use of API keys into tokens.
    Please do the following steps:

    • Backup the site, install and activate a maintenance plugin and put your site under maintenance mode.
    • Switch to default WordPress theme (like Twenty Twenty) and delete Enfold theme.
    • Login to ThemeForest and download the latest version of Enfold (use the account you used to purchase Enfold).
    • Unzip the file downloaded from Enfold which should generate a folder, find the file called enfold.zip.
    • In your WordPress Dashboard, upload enfold.zip in the Themes (install and activate), if you’re using a child theme, activate the child theme instead.
    • Check for any errors in your site, if none is found, remove the maintenance mode.

    Or update via FTP manually: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Nikko

    in reply to: SOCIAL MEDIA ICONS ARE QUESTIONS MARKS #1233721

    Hi pecheney,

    Thanks for giving us admin access, this is now fixed.
    The issue was caused by this CSS code in Quick CSS:

    /* enfold social media icons fix */
    .social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_reddit a::before, .av-social-link-reddit a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_vk a::before, .av-social-link-vk a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_mail a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_dribble a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_youtube a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_instagram a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_vimeo a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }
    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
        font-family: 'entypo-fontello';
        content: '?';
    }

    I have removed it and restored the icons. :)

    Best regards,
    Nikko

    in reply to: 503 Error caused by the Enfold theme #1233720

    Hi sfoster123,

    Can you try to limit WordPress heartbeat by adding this code in functions.php:

    add_action('init', 'stop_heartbeat', 1);
    function stop_heartbeat(){
      wp_deregister_script('heartbeat');
    }

    If that doesn’t work, can you try increase your memory limit? https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
    To know your current memory limit go to Tools > Site Health > Info > Server > PHP memory limit.

    Best regards,
    Nikko

    in reply to: Checkout Page Error – Unable to purchase any items #1233718

    Hi Courtyardarts,

    It’s most likely a PHP version issue as this issue doesn’t appear in most if not all enfold users.
    Also woocommerce 4.3’s required minimum PHP version is 7.2, source: https://docs.woocommerce.com/document/update-php-wordpress/

    Best regards,
    Nikko

    in reply to: product display error #1233716

    Hi kikosanchezestudio,

    Thanks for giving us admin access.
    I have checked it and the plugin that’s causing the issue is Smush.
    Deactivating it should make it work properly, if you need that plugin try changing its setting maybe there’s a setting in it that is primarily causing the issue.

    Best regards,
    Nikko

    in reply to: Add icon next to shopping cart icon #1233663

    Hi fcp,

    If you’re referring on the PHP code I posted first, then this should be the code to enable it on mobile screens (this won’t work on desktop and shrinking the browser):

    if( wp_is_mobile() ) {
      add_action( 'init', 'avia_woocommerce_cart_placement', 10);
    	
      function avia_woocommerce_cart_placement() {
    	$position 	= avia_get_option('header_position',  'header_top') == "header_top" ? "ava_main_header" : "ava_inside_main_menu";
    	if(avia_get_option('cart_icon') == "always_display_menu") 
    	{
    		$position = "ava_inside_main_menu";
    		if( strpos( avia_get_option('header_layout'), 'bottom_nav_header') !== false && avia_get_option('header_position') == 'header_top')
    		{
    			$position = "ava_before_bottom_main_menu";
    		}
    	}
    	
    	add_action( $position, 'enfold_woocommerce_cart_dropdown', 10);
      }
    
      function enfold_woocommerce_cart_dropdown() {
    	global $woocommerce, $avia_config;
    	$cart_subtotal = $woocommerce->cart->get_cart_subtotal();
    	$link = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : $woocommerce->cart->get_cart_url();
    	$id = "";
    	$added = wc_get_notices('success');
    	$trigger = !empty($added) ? "av-display-cart-on-load" : "";
    	
    	if(avia_get_option('cart_icon') == "always_display_menu")
    	{
    		$id = 'id="menu-item-shop"';
    	}	
    
    	$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>";
    	
    	$output .= "<ul id='menu-item-profile' class='menu-item'>";
    	$output .= "<li class='profile-item'><a href='#replace_with_link'><span ".av_icon_string('profile')."></span></a></li>";
    	$output .= "</ul>";
    	
    	echo $output;
      }
    
      add_filter('avf_default_icons', 'enfold_extra_icons');
    
      function enfold_extra_icons($icons) {
        $icons['profile'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue80a'); 
        
        return $icons;
      }
    }

    Best regards,
    Nikko

Viewing 30 posts - 9,061 through 9,090 (of 25,536 total)