Forum Replies Created

Viewing 30 posts - 17,881 through 17,910 (of 25,536 total)
  • Author
    Posts
  • in reply to: Increase the height between the title #914867

    Hi,

    Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .mycolumn {
        transition: box-shadow 200ms linear, opacity 200ms;
    }
    
    #top .mycolumn:hover, 
    #top .mycolumn:focus {
        box-shadow: 0 1px 10px 3px rgba(79,90,109,0.3);
    }
    
    #top .mycolumn span.image-overlay.overlay-type-extern {
        display: none !important;
    }
    
    #top .mycolumn .av_textblock_section {
        padding: 0 20px 10px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: How to add Flipboard to social icons? #914862

    Hi,

    I see you might want to use this solution: https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ but would need some css tweaks and may not be placed or lined properly with other social icons. Hope this helps.

    Best regards,
    Nikko

    in reply to: Template problem #914858

    Hi,

    I checked it again today, and it seems the solution I made the other day isn’t working anymore, I attempted to install and use a default wordpress theme to check if this was theme related, however going to Appearance > Themes > Add New Theme shows this error:

    An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

    I think this is a server configuration issue, since the issue also appears in the WP Dashboard when inspecting via Google Web Inspector. Can you try to ask your webhost to check on it?

    Best regards,
    Nikko

    in reply to: ALE and Tags on Single Posts #914846

    Hi,

    Thanks for giving us access, and letting us see how it looks on your backend. Can you try the solution posted here: https://kriesi.at/support/topic/adding-tags-and-categories-to-avia-layout-builder/#post-440259
    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Layer Slider server error #914840

    Hi,

    Thanks, can you give us the login page? also can we request for the ftp access? so we can try to check further.

    Best regards,
    Nikko

    in reply to: Child Latest News #914839

    Hey Flexfabrikken,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    Hi,

    Probably it’s a caching issue, but if we can reproduce it we would create a ticket for it, so our devs can fix the issue.

    Best regards,
    Nikko

    in reply to: How to add Flipboard to social icons? #914835

    Hey Chris,

    Please refer to this post in the documentation: https://kriesi.at/documentation/enfold/custom-social-icons/
    check the part where you need to use an image, since fontello doesn’t have flipboard icon yet.

    Best regards,
    Nikko

    in reply to: Cart icon not clickable on mobile devices #914833

    Hi Morten,

    Glad to hear that and your kind words are appreciated :) Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

    Hi Susan,

    Glad we could help :) Thanks for using Enfold, have a nice day :)

    Best regards,
    Nikko

    in reply to: Scaled Images on mobile #914829

    Hi Sigmund,

    Let us know your feedback once your done. :)

    Best regards,
    Nikko

    in reply to: Increase the height between the title #914828

    Hi,

    I have checked your site however it seems that the image and the text below it isn’t in the same grid, can you try to put them on the same grid and also turn on Custom CSS Classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add a class name to it for example mycolumn. Let us know if you have done this and we’ll try to check and write a css code for it.

    Best regards,
    Nikko

    in reply to: Cart icon not clickable on mobile devices #914823

    Hi Morten,

    I see the issue now, it seems this css file is modified: nfold/config-woocommerce/woocommerce-mod.css (full link in private content) line 2845-2850:

    .responsive #top .cart_dropdown {
        position: absolute;
        top: 50%;
        margin-top: -23px;
        z-index: -1;
    }

    but don’t need to change that and just add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .cart_dropdown {
        z-index: 100 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Progress bar #914821

    Hi Q,

    I see, can you try to add a folder and name it shortcodes in your child theme, you can follow the instructions here: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
    As for removing the 1-100 in progressbar you can add this css code in Quick CSS (located in Enfold > General Styling):

    span.av-bar-counter.__av-single-number {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Logo change when scrolling #914813

    Hi,

    I have checked your site and it seems to be working fine. Can you tell us how we can see the problem? what do you mean by the image doesn’t work? we’ll try to help you with it once we can reproduce it on our end.

    Best regards,
    Nikko

    Hi,

    Try adding this css code in Quick CSS:

    #tribe-events .tribe-grid-header a, 
    #tribe-events .tribe-grid-header a span {
        color: #fff !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Enfold 2017 Installation Failure #914747

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

     Also provide us with ftp access, so we can try to debug.

    Best regards,
    Nikko

    in reply to: Adaptive #914744

    Hi,

    Actually the web doesn’t have those standards, you just need to test it on other screen resolutions and make adjustments based on it. Maybe these media queries might help:

    Hope this helps.

    Best regards,
    Nikko

    in reply to: content invisible #914742

    Hi,

    Thanks for giving us the admin access, I have added this css code in your Quick CSS just above the media queries:

    .page-id-1356 #toggle-id-6-container {
        display: block !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Custom Icons not showing up #914710

    Hey jleclair87,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: modify breadcrumbs from shop to store #914699

    Hi,

    Yes it does, can you try to do this instead, make sure you are using a child theme, if you’re not please try to use it, you can find the instructions here: https://kriesi.at/documentation/enfold/using-a-child-theme/ then at the bottom of functions.php of the child theme, add this php code:

    add_action('after_setup_theme','avia_remove_woocommerce_breadcrumb');
    function avia_remove_woocommerce_breadcrumb(){
    	remove_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb');
    	remove_filter('avf_title_args','avia_title_args_woopage');
    }
    
    
    add_filter('avia_breadcrumbs_trail','avia_custom_woocommerce_breadcrumb', 50, 2);
    
    function avia_custom_woocommerce_breadcrumb($trail)
    {
    	global $avia_config;
    
    	if(is_woocommerce())
    	{
    
    		$home 		= $trail[0];
    		$last 		= array_pop($trail);
    		$shop_id 	= get_id_by_slug('store');
    		$taxonomy 	= "product_cat";
    
    		// on the shop frontpage simply display the shop name, rather than shop name + "All Products"
    		if(is_shop())
    		{
    			if(!empty($shop_id) && $shop_id  != -1)  $trail = array_merge( $trail, avia_breadcrumbs_get_parents( $shop_id ) );
    			$last = "";
    
    			if(is_search())
    			{
    				$last = __('Search results for:','avia_framework').' '.esc_attr($_GET['s']);
    			}
    		}
    
    		// on the product page single page modify the breadcrumb to read [home] [if available:parent shop pages] [shop] [if available:parent categories] [category] [title]
    		if(is_product())
    		{
    			//fetch all product categories and search for the ones with parents. if none are avalaible use the first category found
    			$product_category = $parent_cat = array();
    			$temp_cats = get_the_terms(get_the_ID(), $taxonomy);
    
    			if(!empty($temp_cats))
    			{
    				foreach($temp_cats as $key => $cat)
    				{
    					if($cat->parent != 0 && !in_array($cat->term_taxonomy_id, $parent_cat))
    					{
    						$product_category[] = $cat;
    						$parent_cat[] = $cat->parent;
    					}
    				}
    
    				//if no categories with parents use the first one
    				if(empty($product_category)) $product_category[] = reset($temp_cats);
    
    			}
    			//unset the trail and build our own
    			unset($trail);
    
    			$trail[0] = $home;
    			if(!empty($shop_id) && $shop_id  != -1)    $trail = array_merge( $trail, avia_breadcrumbs_get_parents( $shop_id ) );
    			if(!empty($parent_cat)) $trail = array_merge( $trail, avia_breadcrumbs_get_term_parents( $parent_cat[0] , $taxonomy ) );
    			if(!empty($product_category)) $trail[] = '<a href="' . get_term_link( $product_category[0]->slug, $taxonomy ) . '" title="' . esc_attr( $product_category[0]->name ) . '">' . $product_category[0]->name . '</a>';
    
    		}
    
    
    		// add the [shop] trail to category/tag pages: [home] [if available:parent shop pages] [shop] [if available:parent categories] [category/tag]
    		if(is_product_category() || is_product_tag())
    		{
    			if(!empty($shop_id) && $shop_id  != -1)
    			{
    				$shop_trail = avia_breadcrumbs_get_parents( $shop_id ) ;
    				array_splice($trail, 1, 0, $shop_trail);
    			}
    		}
    
    		if(is_product_tag())
    		{
    			$last = __("Tag",'avia_framework').": ".$last;
    		}
    
    
    		if(!empty($last)) $trail[] = $last;
    	}
    
    	return $trail;
    }
    
    add_filter('avf_title_args','avia_title_args_custom_woopage', 10, 4);
    function avia_title_args_custom_woopage($args)
    {
    	if(is_single() && is_product())
    	{
    		$args['heading'] = "strong";
    		$args['title'] = "Store";
    	}
    
    	return $args;
    }
    
    function get_id_by_slug($page_slug) {
        $page = get_page_by_path($page_slug);
        if ($page) {
            return $page->ID;
        } else {
            return null;
        }
    }
    

    If it’s causing any issue please try to copy the code from here: https://pastebin.com/RRjQJ4vC
    Please make sure that the title of the page is Store and the slug is set to store and no parent page, since this will appear in the breadcrumbs. Hope this helps :)

    Best regards,
    Nikko

    Hi,

    Yes, I did test this on my mobile, can you try to use this url instead? link in private content, let us know if this works.

    Best regards,
    Nikko

    in reply to: Mobile Buttons #914656

    Hi,

    Sorry, I didn’t look below, try using this css code:

    @media only screen and (max-width:479px) {
      #top .flex_column_table.av-equal-height-column-flextable.-flextable .avia-button-wrap.avia-button-center {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Increase the height between the title #914654

    Hi,

    Yes, can you post a link to your page where you want it to be applied? so we can give you the css code that should work.

    Best regards,
    Nikko

    in reply to: Menu icon color change only specific page #914646

    Hi Peter,

    You’re welcome, you can also write it like this:

    .page-id-1053 .social_bookmarks .social_bookmarks_facebook a,
    .page-id-1053 .social_bookmarks .social_bookmarks_mail a {
        color: white !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: disable uppercase #914643

    Hi,

    Try adding this one also:

    #top .post-title {
        text-transform: none !important;
    }

    if that doesn’t work on other post or pages, please give us the link so we can check.

    Best regards,
    Nikko

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Nikko

    in reply to: Can't save/publish new post #914420

    Hi,

    Thanks, can you give us ftp access also? so we can try to enable debugging and try to fix it.

    Best regards,
    Nikko

    in reply to: Header – Extra Elements URL #914415

    Hi,

    Glad that Basilis helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Import Default Demo Fail #914414

    Hi,

    Try to import this on layerslider: https://ufile.io/7cnnk
    Hope this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 17,881 through 17,910 (of 25,536 total)