Forum Replies Created

Viewing 30 posts - 50,341 through 50,370 (of 67,534 total)
  • Author
    Posts
  • in reply to: mobile navigation #425724

    Hey!

    Thank you for the info. Can you please add the wp login details as well? If possible, please deactivate all plugins then test the site again on mobile. Remove browser cache before loading the page. We need to make sure that a third party plugin is not causing the issue.

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    I checked the links provided above but they all lead to a 404 page. Please check. Make sure that you’re running Enfold 3.1.3 on WordPress 4.1.1.

    Regards,
    Ismael

    in reply to: Blog page not showing full content of recent posts #425721

    Hey!

    I meant that you need to add excerpts on the posts, not on the blog overview page. The blog posts are displaying here: http://www.thecynergisticlife.com/daily_lessons/

    The posts don’t display any excerpt or summary because you use the advance layout builder to build the post. Add an excerpt in this post: http://www.thecynergisticlife.com/welcome-cynergistic/

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    in reply to: 3.1 and current Yoast SEO causes Internal Server Error #425719

    Hi!

    I checked the .htaccess file via FTP and it’s still using the bullet proof modified code. I want to edit it but I’m getting an error (Critical file transfer error) everytime I update the file because of the current file permission settings. Please delete all of it or delete the .htaccess file entirely. Regenerate it by re-saving the permalink settings.

    Regards,
    Ismael

    Hey!

    I edited that page yesterday, clicked the preview button without updating the page and the preview displayed fine. I tried it again but now it’s not working so the issue seems random and unique on your installation. On our wp installation, the preview is working without fail. Please try to deactivate the theme then activate one of the default themes, see if the issue remains.

    Best regards,
    Ismael

    in reply to: Enable Previous and Next Arrow on blog post #425715

    Hey!

    I copied the footer.php from your child theme to my own installation and it breaks the post navigation and the mobile menu. There’s a lot of custom modifications there and one of those might be causing the issue. The file is completely different from the original file. Please contact the developer who modified the file to investigate the issue. Maybe recreate the modifications using the latest footer.php file.

    Best regards,
    Ismael

    in reply to: tabs are not displayed correct #425308

    Hi!

    Disable the minify settings of the W3TC plugin. Use another minify plugin such as BWP Minify. I checked the page but I don’t see any problem with the mega menu, I just don’t see the tabs.

    Cheers!
    Ismael

    Hey!

    Maybe this will work:

    add_action( 'wp_footer', 'enfold_customization_extra_css' );
    function enfold_customization_extra_css() {
    	if ( $_GET['header'] == true ) { 
    	?>
    	<script>
    	(function($){	
    		var remove = $('#header, aside, #footer, #socket');
    		$(remove).css('display', 'none');
    		$('#main').css('padding-top', 0);
    		$('main.template-page.content.av-content-small').css({'width' : '100%', 'border' : 'none'});
    ;	})(jQuery);
    	</script>
    	<?php
    	}
    }

    Cheers!
    Ismael

    in reply to: How to reduce the width of the Logo and Main Menu Area #425283

    Hi!

    Add this to the functions.php file to switch logo:

    add_action('wp_footer', 'ava_mobile_logo');
    function ava_mobile_logo(){
    ?>
    <script>
    (function($){	
    	$(window).resize(function() {
    		if($(".responsive #top #wrap_all #header").css("position") == "relative" ){
    			$('.responsive .logo img').attr('src', 'http://omnisoon.com/wp-content/uploads/2015/04/bar-logo.png');
    		} else {
    			$('.responsive .logo img').attr('src', 'http://omnisoon.com/wp-content/uploads/2015/04/logo_large_2501.png');
    		}
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }

    Regards,
    Ismael

    in reply to: Lightbox image size and related entries thumbnail size #425273

    Hey!

    The images are displaying now: http://superhub.dyndns.info/superanda.com/201504demo/?page_id=3262

    You should set the Element Title and Excerpt to Display on mouse hover because the 1/5 column container space isn’t enough to accommodate the image and the title if the sidebar is activated.

    Best regards,
    Ismael

    in reply to: Video Slideshow Not Working on IE11 #425268

    Hey!

    Since you didn’t set the slider to autorotate, I enable the Loop Video Player option for each video. It seems to work well now. What happens when you use videos longer than 6 seconds, say 20 secs?

    Best regards,
    Ismael

    in reply to: Animated Numbers won't resize on mobile #425259

    Hey!

    I checked the site but it redirects me here: http://uneekstudio.com/wordpress

    Regards,
    Ismael

    Hi!

    Not sure if this is going to work with the plugin but you can try to add this to the functions.php file:

    add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod', 10, 2 );
    function avf_masonry_loop_prepare_mod( $key, $entries )
    {      
    	$id = $key['ID']; 
    	if($key['post_type'] == 'post') {
    		foreach ( $key as $post => $value ) {	
    			$field = get_field('product_url',$id); 
    			if($post == 'html_tags' && $field) { 
    				$value[0] = 'a href="' . $field .'"';
    			}	
    			$key[$post] = $value;
    		}
    	}
        return $key;
    }
    

    Best regards,
    Ismael

    in reply to: Header Image and navigation centered #425207

    Hey!

    Why did you set the Header Custom Height to 300px? Is that intentional? If you want the look of the header from the link you provided, set the Menu and Logo Position to Logo left, Menu below then add this to the Quick CSS field to change the background color of the menu container:

    div#header_main_alternate {
      background: red;
    }

    Best regards,
    Ismael

    in reply to: Advanced LayerSlider not showing images #425192

    Hey!

    You have to Import the Parent Theme Settings once you activated the child theme. Please refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Ismael

    in reply to: Selectively adjust font size #425186

    Hey!

    I’m sorry but you can’t edit the style of the actual facebook module. Add this one to apply a white background:

    .av_facebook_widget_wrap.av_facebook_widget_wrap_border_yes {
      background: white;
    }

    If you want, you can create the facebook likebox widget manually: https://developers.facebook.com/docs/plugins/page-plugin

    Best regards,
    Ismael

    Hi!

    So far you’re the only user who reported this issue so somehow, it has something to do with your server configuration. What happens when you delete all plugins then install WPML only? Please contact your hosting provider, maybe they got something to say about this issue. You can ask them for the error logs if there’s any.

    Cheers!
    Ismael

    in reply to: Logo large and float to top of page above top menu #425060

    Hey andrewlasher!

    Thank you for using Enfold.

    Set the Enfold > Header > Menu and Logo Position to Logo left, Menu right. Set the Header Size to custom pixel value. Adjust the height of the header to match the height of the logo image.

    Regards,
    Ismael

    in reply to: How to make the post title bigger? #425059

    Hi DROR!

    Thank you for using Enfold.

    Use this to adjust the size:

    h1.post-title.entry-title a {
      font-size: 40px!important;
    }

    Regards,
    Ismael

    Hey Antonio!

    Thank you for using Enfold.

    What happens when you switch to a default theme? Try to download a fresh copy of the WordPress files then override your installation. Get a new copy of enfold then override the theme files as well.

    Increase the memory limit to at least 256M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Regards,
    Ismael

    in reply to: WooCommerce "Sort by" dropdown #425053

    Hi!

    You can copy the whole function inside the functions.php file and it will override the default code:

    add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20);
    function avia_woocommerce_frontend_search_params()
    	{
    		global $avia_config;
    
    		if(!empty($avia_config['woocommerce']['disable_sorting_options'])) return false;
    
    		$product_order['default'] 	= __("Default Order",'avia_framework');
    		$product_order['title'] 	= __("Name",'avia_framework');
    		$product_order['price'] 	= __("Price",'avia_framework');
    		$product_order['date'] 		= __("Date",'avia_framework');
    		$product_order['popularity'] = __("Popularity",'avia_framework');
    
    		$product_sort['asc'] 		= __("Click to order products ascending",  'avia_framework');
    		$product_sort['desc'] 		= __("Click to order products descending",  'avia_framework');
    
    		$per_page_string 		 	= __("Products per page",'avia_framework');
    
    		$per_page 		 		 	= get_option('avia_woocommerce_product_count');
    		if(!$per_page) $per_page 	= get_option('posts_per_page');
    		if(!empty($avia_config['woocommerce']['default_posts_per_page'])) $per_page = $avia_config['woocommerce']['default_posts_per_page'];
    
    		parse_str($_SERVER['QUERY_STRING'], $params);
    
    		$po_key = !empty($avia_config['woocommerce']['product_order']) ? $avia_config['woocommerce']['product_order'] : 'default';
    		$ps_key = !empty($avia_config['woocommerce']['product_sort'])  ? $avia_config['woocommerce']['product_sort'] : 'asc';
    		$pc_key = !empty($avia_config['woocommerce']['product_count']) ? $avia_config['woocommerce']['product_count'] : $per_page;
    
    		$ps_key = strtolower($ps_key);
    		
    		$nofollow = 'rel="nofollow"';
    
    		//generate markup
    		$output  = "";
    		$output .= "<div class='product-sorting'>";
    		$output .= "    <ul class='sort-param sort-param-order'>";
    		$output .= "    	<li><span class='currently-selected'>".__("Sort by",'avia_framework')." <strong>".$product_order[$po_key]."</strong></span>";
    		$output .= "    	<ul>";
    		$output .= "    	<li".avia_woo_active_class($po_key, 'default')."><a href='".avia_woo_build_query_string($params, 'product_order', 'default')."' {$nofollow}>	<span class='avia-bullet'></span>".$product_order['default']."</a></li>";
    		$output .= "    	<li".avia_woo_active_class($po_key, 'title')."><a href='".avia_woo_build_query_string($params, 'product_order', 'title')."' {$nofollow}>	<span class='avia-bullet'></span>".$product_order['title']."</a></li>";
    		$output .= "    	<li".avia_woo_active_class($po_key, 'price')."><a href='".avia_woo_build_query_string($params, 'product_order', 'price')."' {$nofollow}>	<span class='avia-bullet'></span>".$product_order['price']."</a></li>";
    		$output .= "    	<li".avia_woo_active_class($po_key, 'date')."><a href='".avia_woo_build_query_string($params, 'product_order', 'date')."' {$nofollow}>	<span class='avia-bullet'></span>".$product_order['date']."</a></li>";
    		$output .= "    	<li".avia_woo_active_class($po_key, 'popularity')."><a href='".avia_woo_build_query_string($params, 'product_order', 'popularity')."' {$nofollow}>	<span class='avia-bullet'></span>".$product_order['popularity']."</a></li>";
    		$output .= "    	</ul>";
    		$output .= "    	</li>";
    		$output .= "    </ul>";
    
    		$output .= "    <ul class='sort-param sort-param-sort'>";
    		$output .= "    	<li>";
    		if($ps_key == 'desc') 	$output .= "    		<a title='".$product_sort['asc']."' class='sort-param-asc'  href='".avia_woo_build_query_string($params, 'product_sort', 'asc')."' {$nofollow}>".$product_sort['desc']."</a>";
    		if($ps_key == 'asc') 	$output .= "    		<a title='".$product_sort['desc']."' class='sort-param-desc' href='".avia_woo_build_query_string($params, 'product_sort', 'desc')."' {$nofollow}>".$product_sort['asc']."</a>";
    		$output .= "    	</li>";
    		$output .= "    </ul>";
    
    		$output .= "    <ul class='sort-param sort-param-count'>";
    		$output .= "    	<li><span class='currently-selected'>".__("Display",'avia_framework')." <strong>".$pc_key." ".$per_page_string."</strong></span>";
    		$output .= "    	<ul>";
    		$output .= "    	<li".avia_woo_active_class($pc_key, $per_page).">  <a href='".avia_woo_build_query_string($params, 'product_count', $per_page)."' {$nofollow}>		<span class='avia-bullet'></span>".$per_page." ".$per_page_string."</a></li>";
    		$output .= "    	<li".avia_woo_active_class($pc_key, $per_page*2)."><a href='".avia_woo_build_query_string($params, 'product_count', $per_page * 2)."' {$nofollow}>	<span class='avia-bullet'></span>".($per_page * 2)." ".$per_page_string."</a></li>";
    		$output .= "    	<li".avia_woo_active_class($pc_key, $per_page*3)."><a href='".avia_woo_build_query_string($params, 'product_count', $per_page * 3)."' {$nofollow}>	<span class='avia-bullet'></span>".($per_page * 3)." ".$per_page_string."</a></li>";
    		$output .= "    	</ul>";
    		$output .= "    	</li>";
    		$output .= "	</ul>";
    
    		$output .= "</div>";
    		echo $output;
    	}

    Cheers!
    Ismael

    Hi!

    We checked the test page, clicked the preview button and the changes displayed properly:

    In which pages are you having this issue?

    Best regards,
    Ismael

    in reply to: Customizing Comments Element #425049

    Hi!

    You can try this:

    .captchaSizeDivLarge:after {
      content: 'Description Here';
      display: block;
      clear: both;
      color: red;
    }
    
    .captchaSizeDivLarge {
      margin-bottom: 20px;
    }

    Best regards,
    Ismael

    in reply to: Posting entries for a category #425047

    Hi!

    If you don’t mind, please provide a screenshot of what you’re trying to do. You can use imgur or dropbox to post a screenshot. If you want to show the content of the post in the blog posts element, use the default editor instead of the advance layout builder for post. Note that anything you add in the advance layout builder for post will not show in the blog overview page. Example:

    http://www.sbq.cat/wp-admin/post.php?post=3305&action=edit&message=1
    http://www.sbq.cat/wp-admin/post.php?post=3252&action=edit&message=1

    Cheers!
    Ismael

    in reply to: Fatal error template-builder.php #425044

    Hey!

    You also have the section.php file in the child theme folder. What is it doing in there? If you want to modify the shortcode templates inside the child theme folder, you need to create a “shortcodes” folder then place all shortcode templates inside. Add this to the functions.php file:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    

    EDIT: You already have that code on functions.php so just create a “shortcodes” folder. Place the section.php file inside.

    Best regards,
    Ismael

    in reply to: SSL Mixed Content #425042

    Hi condonpb!

    Thank you for using Enfold.

    Looks like it is working well because I don’t see any insecure content error on the console. All links point to https. Just one thing, please update the theme to version 3.1.3.

    Best regards,
    Ismael

    in reply to: H1 Permalink #425041

    Hi!

    Add this to the Quick CSS field to disable the link:

    h1.post-title.entry-title a {
      pointer-events: none;
    }

    Best regards,
    Ismael

    Hi alfaweb2!

    Please don’t create duplicated posts. We answered this question here: kriesi.at/support/topic/search-position/

    Regards,
    Ismael

    in reply to: Woocommerce Layered Nav Filters #425039

    Hi!

    I checked the shop page but there are no products there. Where is your shop page?

    Regards,
    Ismael

    Hi!

    You don’t need to edit default-constants.php file. The modification in the wp-config.php file is enough to increase the memory limit. Make sure that your server allow this limitation. You can contact your hosting provider just to make sure.

    Cheers!
    Ismael

Viewing 30 posts - 50,341 through 50,370 (of 67,534 total)