Forum Replies Created

Viewing 30 posts - 55,171 through 55,200 (of 67,482 total)
  • Author
    Posts
  • in reply to: Can't get Color Section to be Full Width after Upgrading #334669

    Hey takingaction!

    Thank you for using Enfold.

    Please try this:

    #jigsection1 .container {
    width: 100%;
    max-width: none;
    padding: 0;
    }

    Cheers!
    Ismael

    in reply to: Non responsive Coloums #334665

    Hey Ignazio!

    Thank you for using Enfold.

    This will take a lot of customization but if the columns are inside a Color Section, you can assign a unique id on the section. Use this id plus the column selectors to change the width of the specific columns inside the color section on mobile devices. If you can give us a link to the actual page, we would like to inspect it.

    Best regards,
    Ismael

    in reply to: Share-box for Products #334664

    Hi artspbseo!

    Thank you for using Enfold.

    You can add this on functions.php:

    remove_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    add_action( 'woocommerce_before_single_product_summary',  'avia_product_share', 20);
    
    if(!function_exists('avia_product_share'))
    {
    	function avia_product_share()
    	{
    		global $avia_config;
    		if(is_product()) {
    		$avia_config['currently_viewing'] = "shop_single";
    		get_sidebar();
    		}
    		
    		//share links on single post
           	avia_social_share_links();
    		echo "</div>";
    	}
    }

    Regards,
    Ismael

    in reply to: PLUGIN COMPATIBLE TO ENFOLD TO ADD CUSTOM PRODUCT TABS #334655

    Hi pedroantunes!

    Thank you for using Enfold.

    Haven’t tried this plugin personally but it might work: https://wordpress.org/plugins/woocommerce-custom-tabs/

    Regards,
    Ismael

    in reply to: Slightly Modify Blog Date Template. #334652

    Hey mercury9!

    Thank you for using Enfold.

    You can edit includes > loop-index.php, find this code on line 134:

    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
    

    Replace it with:

    echo "<time class='date-container minor-meta updated' $markup>".__('Published on :','avia_framework').get_the_time(get_option('date_format'))."</time>";
    

    Unfortunately, this will not be included on the social share summary. Please hire a freelance developer to configure that option.

    Best regards,
    Ismael

    in reply to: Possible to hid breadcrumbs from individual blog posts? #334650

    Hi David!

    Thank you for using Enfold.

    You can add this on QuickCSS or custom.css to hide the breadcrumb on single posts:

    .single .title_container .breadcrumb {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Portfolio URL beginning with "blog" #334273

    Hi dgooddesignco!

    Thank you for using Enfold.

    The default portfolio url should be http://www.websitename.com/portfolio-item/portfolio-item-name/ by default. Did you install any SEO plugins? Please try to deactivate the plugins then test it again. Download the latest version 3.0.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold and for taking the time to investigate. I’m really sorry for the delay.

    Have you tried the fix posted here? https://kriesi.at/support/topic/anchor-link-causing-navigation-bar-to-highlight-the-wrong-link/

    Best regards,
    Ismael

    in reply to: Have Blog Sidebars been affected by the upgrade to V3? #334269

    Hi!


    @Zrated09
    : Please disable any cache or minify plugins then toggle any settings on Enfold > Theme Options then save changes to reset the cache.


    @elinwood
    : I’m sorry but we need to debug the issue on Enfold 3.0. Please create a staging or test site if possible.

    Cheers!
    Ismael

    in reply to: Mobile Menu With Transparent Background #334266

    Hi JPOsteen!

    Thank you for using Enfold.

    You can add this css modifications:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    display: none;
    }
    
    #top .header_bg {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    
    #header {
    position: fixed;
    }
    }

    If you want this to affect a specific page, we will need to see the actual website.

    Best regards,
    Ismael

    in reply to: calc_dimensions #334263

    Hey Al!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? We would like to check it. It calculates the width of the mega menu container.

    Regards,
    Ismael

    in reply to: Special heading font size not changing #334260

    Hey!


    @solra93
    : What is the password? I tried username Admin and pass Kriesi but it’s not working. If possible, please create a new thread then set the password and username as private reply.

    Regards,
    Ismael

    in reply to: Mega Menu isn't aligned on tablet #334255

    Hey DROR!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 1024px) {
    .avia_mega_div.avia_mega5.twelve.units {
    right: -375px !important;
    }
    }

    You can force the mobile menu to show on tablets. Go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option.

    Regards,
    Ismael

    in reply to: Portfolio / Permalinks #334254

    Hi!

    The %portfolio_entries% is an invalid permalink structure. You can’t use that. I’m sorry but customizing the portfolio permalink structure requires a bit of customization that is beyond the scope of support. Please hire a freelance developer or visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.

    Cheers!
    Ismael

    in reply to: Bug with WordPress 4.0 upgrade? #334250

    Hi!

    Thank you for the info.

    The preview is working fine on our installation even if you set the page to draft. Is this only happening on that particular page?

    Cheers!
    Ismael

    in reply to: Menus misaligning suddenly after updates #334249

    Hey!

    I checked the site and the mega menus are aligning properly now, calculating the correct left position. Maybe Kriesi fixed it. Anyway, glad it is working as it should.

    Cheers!
    Ismael

    in reply to: enfold auto update not working #334246

    Hey Tech!

    Thank you for using Enfold.

    Please try to log out then log in again using another browser. See if that helps.

    Regards,
    Ismael

    in reply to: How do I create a portfolio with category images? #334245

    Hi schoolsict!

    Thank you for using Enfold.

    You give us a link to the overview page. Which page are you referring to? In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you still have any questions, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Cheers!
    Ismael

    Hey tremblayly!

    Thank you for using Enfold.

    If you have a cache or minify plugin, please disable them first. If that doesn’t help, use this on Quick CSS or custom.css:

    .avia_mega_div.avia_mega5.twelve.units {
    left: -500px !important;
    }

    Cheers!
    Ismael

    Hey!

    Kriesi has been notified regarding the issue and the 3.0.2 update should be release soon enough. Please wait for that.

    Cheers!
    Ismael

    in reply to: Product page image full page #334239

    Hey!

    Please toggle the width settings on Enfold > General Layout > Dimensions panel then save changes. If it doesn’t work, please post the login details here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Main menu navigation not displaying correctly #334238

    Hey!

    This is a temporary fix. Please edit avia.js, find this code on line 944:

    css_block	= $("<style type='text/css' id='av-browser-width-mm'></style>").appendTo('head:first');
    

    Replace it with:

    //css_block	= $("<style type='text/css' id='av-browser-width-mm'></style>").appendTo('head:first');
    

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Tracking code on specific button #334237

    Hi!

    I get a forbidden error. I’ll ask the rest of the support team to take a look.

    Regards,
    Ismael

    in reply to: Huge Gaps #334234

    Hi Snerp!

    Thank you for using Enfold.

    I’m sorry but the screenshot is not working.I have no idea what to look for. http://s27.postimg.org/e7a80xbf7/gap1.png

    Best regards,
    Ismael

    in reply to: How to add comment form to archive page #334233

    Hey Pearwcz!

    Thank you for using Enfold.

    I’m sorry but it will take a lot of customization to add a comment section for archive pages specially the category pages. This is beyond the scope of support. You can hire a freelance developer or visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Disable lightbox for image in text block #334226

    Hi!

    Thank you for using Enfold.

    The code should work. Please give us a link to the actual page with the image. We would like to check it.

    Cheers!
    Ismael

    in reply to: Facebook icon RTL #334224

    Hi Yory!

    Thank you for using Enfold.

    Can you please give us a link to the actual page? We would like to inspect it.

    Best regards,
    Ismael

    in reply to: Full width image on product category pages? #334222

    Hi!

    If you want to change the layout of the category page featured image, you can edit config-woocommerce > config.php. Find this code on line 718:

    if(is_product_category())
    	{
    		global $wp_query;
    		$image	= "";
    		if(isset($wp_query->query_vars['taxonomy']))
    		{
    			$term 			= get_term_by( 'slug', get_query_var($wp_query->query_vars['taxonomy']), $wp_query->query_vars['taxonomy']);
    
    			if(!empty($term->term_id))
    			{
    				$attachment_id 	= get_woocommerce_term_meta($term->term_id, 'thumbnail_id');
    
    				if(!empty($attachment_id))
    				{
    					$image = wp_get_attachment_image( $attachment_id, $image_size, false, array('class'=>'category_thumb'));
    					if($image) echo "<div class='page-thumb'>{$image}</div>";
    				}
    			}
    		}
    	}

    This is line of code is specifically responsible for the category featured image:

    if($image) echo "<div class='page-thumb'>{$image}</div>";
    

    Cheers!
    Ismael

    in reply to: can't be displayed properly in mobile or pad #334220

    Hi!

    No, the plugin will not help. You’re still using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Remove any css codes regarding container, grid, columns widths. The new enfold update has a new grid system so old css modifications might not work. After the update, please toggle any theme options then save changes to remove cache.

    Cheers!
    Ismael

    in reply to: WIdgets on mobile not working? #334216

    Hi!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #footer div .av_one_fourth {
    width: 100%;
    }
    }

    Before adding the code above, try to toggle any settings on Enfold > General Layout > Dimensions panel. Save changes. See if it fixes the issue.

    Cheers!
    Ismael

Viewing 30 posts - 55,171 through 55,200 (of 67,482 total)