Viewing 30 results - 5,761 through 5,790 (of 7,495 total)
  • Author
    Search Results
  • #392845

    Hey!

    you are using an old version of Enfold. Please update to v3.0.8.

    You did not do what Yigit told you here https://kriesi.at/support/topic/include-search-in-the-middle-of-the-page/#post-377366. So now I added a search widget here:

    Please now go to edit your home page and add this widget using Content Elemente->Widget Area.

    Best regards,
    Andy

    #392586

    Ellito,
    I can’t paste or attach an image,here is the link for the icon Houzz http://http://fontello.com/#search=houzz
    I also uploaded under icon font manager in the enfold theme options.
    Let me know whats next :)
    Thanks

    #392498

    Hey!

    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 want to create a parallax section, edit the page then add the color section element. Apply a background then set the Background Attachment settings to fixed or parallax.

    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

    #392470
    vincentbruggeman
    Participant

    Hi,

    I don’t know why but my Enfold template stopped to work this morning http://www.lyribox.com/search/
    All video, shortcode etc does not work properly anymore.

    However, in the other languages fr,it,es,de it does work properly,

    Any idea why ?

    best,
    Vincent

    #392036
    juande007
    Participant

    Hola Josue…
    La web http://www.diegoestrada.es funciona mal con la ultima actualizacion de Enfold 3.0.8
    Cuando la ves desde un telefono móvil el menu vertical solapa las imagenes….

    Además este video que queremos insertar no funciona.

    Un saludo

    Te adjunto todas las personalizaciones que me habeis enviado para el campo Quick css

    ————————————-

    #top .avia-gallery .avia-gallery-thumb a {
    height: 255px;
    }
    #top #menu-item-search {
    display: none;
    }

    .image-overlay { background: transparent; }
    .image-overlay { display: none !important; }

    html {
    background-color: transparent;
    }

    #advanced_menu_toggle{
    display: none !important;
    }

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    height: auto !important;
    top: 30px;
    }
    }

    @media only screen and (max-width: 800px) {
    .responsive #top #main .sidebar.smartphones_sidebar_active {
    position: absolute;
    }

    main.template-page.content.nine.units {
    margin-top: 300px;
    }
    }

    div#header_main { border-top: none!important; }
    #header_meta { box-shadow: none; }

    #scroll-top-link {display: none; }

    #392030

    Topic: Create a forum page?

    in forum Enfold
    usystem
    Participant

    Hi, I’ve been working with your theme for a couple of days and now I’m trying to set up a forum page like the one on the demo, under special pages. However I can’t see how to do so, is it by using a shortcode? On the pages section? I find it difficul to search for info on that as the keyword “forum” always brings up results of this support forum. Can you point me to any docs or tutorial about building a forum inside Enfold? Thanks a lot!

    #391382

    Hi Andy,

    danke für den Link. Der ist grad bei einer anderen Baustelle sehr nützlich, aber leider bei der Shopseite nicht brauchbar (oder ich versteh die Anwendung auf die Produktanzeige einfach nicht :) ).

    Denn wenn ich mir die entsprechende config-woocommerce/config.php ansehe, sind die Sortierungsoptionen dort “hart” reingecoded und werden nicht dynamischen durch andere Parameter gebildet. Lediglich “Column count” und “Product count” spielen da noch ne Rolle. Nen Hook oder Filter zum hinzufügen/bearbeiten eurer Sortierfunktionen hab ich nicht entdecken können :(

    Was ich mir überlegt hab: Eure action ( add_action( ‘woocommerce_before_shop_loop’, ‘avia_woocommerce_frontend_search_params’, 20); – config.php, Zeile 985) in meiner child theme functions.php zu entfernen und mit meiner veränderten Funktion zu ersetzen… Würde gehen, ist aber natürlich nicht 100% elegant ;)

    Falls es aber momentan keine andere Lösung gibt, mach ich das so und würde mich über Anpassungsmöglichkeiten der Sortierung in einer neuen Enfold-Version freuen.

    Viele Grüße,
    Karsten

    #391179

    Hi jancecile!

    Thank you for using our theme.

    This is the file enfold\search.php.

    Best regards,
    Günter

    ShortieD
    Participant

    Hi Guys – I did a bit of searching before I decided to use your theme for this. I’d like to add custom post types to my site runnning the Enfold theme.

    I have 2 custom post types
    1. Places
    2. People

    I’d like the to have the places archive feed using this Enfold blog template
    http://awesomescreenshot.com/01f4cbxndf

    I’d like to have the People archive feed using this Enfold blog template
    http://awesomescreenshot.com/0db4cby21e

    Can you let me know if this is possible?

    Also I’d like to include the Avia Layout Editor in the Custom Post Types.

    Cheers

    #390929
    welswebmaster
    Participant

    Before I get too deep in creating multiple content types via the Toolset by WP Types / Views I would like to know if you recommend use of that particular plugin or if you have had better results with another. I’ve seen others post about Advanced Content Type plugin and would like your recommendation. Also – where could I find info on how to best make Enfold recognize newly created content types? I don’t want to use the builder, but do want to benefit from related content, layout (choice of sidebar content), search results etc. Please point me in the right direction. Your help is appreciated.

    #390735

    Hey Tinsterman!

    Thank you for using Enfold.

    What is the name of the custom widget that you created? Solution no. 3 on this link should work: https://kriesi.at/support/topic/questions-related-to-the-search-function/#post-312982

    Best regards,
    Ismael

    #390587

    In reply to: Search Tool in bar

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_bottom_nav_header .avia-search-tooltip { 
    height: 40px; 
    top: 0 !important;
    }
    .avia-search-tooltip #searchform>div {
    margin: 0;
    }
    .avia-search-tooltip .avia-arrow-wrap {
    display: none; 
    }

    Best regards,
    Yigit

    #390579
    This reply has been marked as private.
    #390233

    In reply to: remove kriesi.at

    Hi nowhere!

    Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
    If you would like to remove it from file, Please go to Enfold/framework/php folder and open function-set-avia-frontend.php file and search “backlink” and change it as needed

    Regards,
    Yigit

    #390083

    In reply to: Help!!!

    Hi JK!

    1- Please refer to my post here – https://kriesi.at/support/topic/search-not-working-in-ie8/#post-328178
    and instead of

    get_search_form();

    use

    echo do_shortcode("[av_layerslider id='3']");

    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar .widget { padding: 30px 0 0px 0; }

    3- Pleas use “Single author, big preview pic” blog style with sidebar.

    Regards,
    Yigit

    #390048

    Hi Josue,

    thanks for your reply.

    Today i made the Update over the Backend again and I did not recieve any Error.
    Everything is working now. – I changed nothing. I don´t know why it works now.

    The only difference I noticed is, that the Enfold-Backend told me that there is an update available.

    The last time I had to search for Updates manually.

    Topic can be closed and many many thanks.

    #388998
    mrpacogp
    Participant

    Hello.
    I just have purchased your theme and i`m searching for documentation to look my page like the preview:
    http://kriesi.at/themedemo/?theme=enfold-overview

    I have purchased this theme because i want to look my page like the preview, but cant find documentation inside like other themes.
    Mode enfold-photography.

    Apologize about my english.

    • This topic was modified 11 years, 1 month ago by mrpacogp.
    #388973

    Hi!

    Thank you for using Enfold.


    @elames
    : Thank you for helping out! :)


    @icotom
    : Try the Advanced Styling panel or use the Quick CSS field to add your own custom css modifications. 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!

    Best regards,
    Ismael

    #388940

    In reply to: Search

    Hi!

    Try to improved the search by indexing the content using search plugins like the following:

    https://wordpress.org/plugins/relevanssi/
    SearchWP

    Refer to these links for better plugin/theme compatibility:

    http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
    http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Cheers!
    Ismael

    #388759

    In reply to: Responsiveness issues

    This reply has been marked as private.
    #388481

    In reply to: Icons not appearing

    Somewhat similar problem here Yesterday I had our ISP copy my site from test location (test.nashtu.us) onto http://www.nashtu.us. WordPress login is still at test. but website address changed to root folder. My search icon and social media icons in header and menu areas suddenly turned into empty boxes on all pages. I just followed the above instructions re adding code to .htaccess file with no change. Any ideas? Thanks! LOVE ENFOLD.

    #387889

    Solution found in https://kriesi.at/support/topic/theme-options-gone-after-database-restore/

    (…
    Your best best is to use phpmyadmin to search the database. Go to wp_options > avia_options_enfold and edit the data field. You should find your quick css code somewhere in the serialized data string (search for “quick_css”).
    )

    thank you anyway

    • This reply was modified 11 years, 1 month ago by profumopuntoit. Reason: Others might be interested
    #387322

    Beautiful. It worked! Thank you. I figured out how to adjust the search box size and font size inside the box adding this to the Quick CSS box in Enfold — General Styling. I include here for others and future me:

    #top #searchform>div {
    max-width: 800px; 
    }
    
    #top #s {
    font-size: 32px;
    padding: 80px 60px 20px 20px; }

    Is there a way to have two separate search boxes the search boxes: one for the front page and a different one for my header? Currently my nice big search box in the middle of the front page is the same size in my header on every inside page. Yikes!

    • This reply was modified 11 years, 1 month ago by darryllevine.
    #387010

    Hey TownCouncil!

    Please try using a more advanced search plugin such as – https://wordpress.org/plugins/relevanssi/ ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) or SearchWP ( implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ )

    Best regards,
    Yigit

    #386995

    Right…

    Only after I found out it was a language specific problem I found this response right here. So, thanks for the quick fix, Ismael.

    Too bad I’d already spent 3 hours trying and searching, mainly the Enfold support forum. I’m guessing at least dozens Dutch Enfold-users are in the same position. And it’s not simply that clear that it concerns language issues. My issues were website-issues. Menu, layout, that stuff.

    Anyway: DUTCH PEEPS?! USE THE FIX ^^^ ISMAEL GAVE. It instantly gets rid of all the misery.

    Lastly: @Yigit / @Ismael >>> could you link me to a how-to to check/add/adjust/create a language po/mo/anything? I’d love to take on a recent version and complete it. I have clients who don’t read English too well, and I’m a helper and perfectionist. So I’m pretty much dying to help both Enfold and those clients, and many others, creating a seriously very okay Dutch Enfold-version. I’m as technically inclined as your average mother in law, so please gimme a push in the right direction: where, how. And yes, I had the translation files thingy in WordPress once, two words, can’t remember. And someone once helped me install a po/mo client/application… but I only want to do it the right way right away.
    Thanks!!

    Arctic Leaf
    Participant

    Hey Kriesi.at Support Team,

    I’ve been trying for hours to get a custom sort field to work but had no luck. WooThemes’ documentation suggests to use the code from this page. Here is my modified code which is written to sort the products based on whether or not the products are in stock:

    add_filter( 'woocommerce_get_catalog_ordering_args', 'custom_woocommerce_get_catalog_ordering_args' );
    
    function custom_woocommerce_get_catalog_ordering_args( $args ) {
      $orderby_value = isset( $_GET['orderby'] ) ? woocommerce_clean( $_GET['orderby'] ) : apply_filters( 'woocommerce_default_catalog_orderby', get_option( 'woocommerce_default_catalog_orderby' ) );
    
    	if ( 'stock' == $orderby_value ) {
    		$args['orderby'] = 'meta_value';
    		$args['order'] = 'asc';
    		$args['meta_key'] = '_stock_status';
    	}
    
    	return $args;
    }
    
    add_filter( 'woocommerce_default_catalog_orderby_options', 'custom_woocommerce_catalog_orderby' );
    add_filter( 'woocommerce_catalog_orderby', 'custom_woocommerce_catalog_orderby' );
    
    function custom_woocommerce_catalog_orderby( $sortby ) {
    	$sortby['stock'] = 'Stock Status';
    	return $sortby;
    }

    I have also edited part of the woocommerce-config.php file to see how adding my custom field to the front end will work (i intend to use functions.php in my child theme folder to override this later)

    Here are my edits to woocommerce-config.php starting at line 986:

    #
    # displays a front end interface for modifying the shoplist query parameters like sorting order, product count etc
    #
    if(!function_exists('avia_woocommerce_frontend_search_params'))
    {
    	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_order['stock'] = __("Stock Status",'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 .= "    	<li".avia_woo_active_class($po_key, 'stock')."><a href='".avia_woo_build_query_string($params, 'product_order', 'stock')."' {$nofollow}>	<span class='avia-bullet'></span>".$product_order['stock']."</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;
    	}
    }

    and starting at line 1088:

    //function that actually overwrites the query parameters
    if(!function_exists('avia_woocommerce_overwrite_catalog_ordering'))
    {
    	add_action( 'woocommerce_get_catalog_ordering_args', 'avia_woocommerce_overwrite_catalog_ordering', 20);
    
    	function avia_woocommerce_overwrite_catalog_ordering($args)
    	{
    		global $avia_config;
    
    		if(!empty($avia_config['woocommerce']['disable_sorting_options'])) return $args;
    
    		//check the folllowing get parameters and session vars. if they are set overwrite the defaults
    		$check = array('product_order', 'product_count', 'product_sort');
    		if(empty($avia_config['woocommerce'])) $avia_config['woocommerce'] = array();
    
    		foreach($check as $key)
    		{
    			if(isset($_GET[$key]) ) $_SESSION['avia_woocommerce'][$key] = esc_attr($_GET[$key]);
    			if(isset($_SESSION['avia_woocommerce'][$key]) ) $avia_config['woocommerce'][$key] = $_SESSION['avia_woocommerce'][$key];
    		}
    
    		// is user wants to use new product order remove the old sorting parameter
    		if(isset($_GET['product_order']) && !isset($_GET['product_sort']) && isset($_SESSION['avia_woocommerce']['product_sort']))
    		{
    			unset($_SESSION['avia_woocommerce']['product_sort'], $avia_config['woocommerce']['product_sort']);
    		}
    
    		extract($avia_config['woocommerce']);
    
    		// set the product order
    		if(!empty($product_order))
    		{
    			switch ( $product_order ) {
    				case 'date'  : $orderby = 'date'; $order = 'desc'; $meta_key = '';  break;
    				case 'price' : $orderby = 'meta_value_num'; $order = 'asc'; $meta_key = '_price'; break;
    				case 'popularity' : $orderby = 'meta_value_num'; $order = 'desc'; $meta_key = 'total_sales'; break;
    				case 'stock' : $orderby = 'meta_value'; $order = 'asc'; $meta_key = '_stock_status'; break;
    				case 'title' : $orderby = 'title'; $order = 'asc'; $meta_key = ''; break;
    				case 'default':
    				default : $orderby = 'menu_order title'; $order = 'asc'; $meta_key = ''; break;
    			}
    		}
    
    		// set the product count
    		if(!empty($product_count) && is_numeric($product_count))
    		{
    			$avia_config['shop_overview_products_overwritten'] = true;
    			$avia_config['shop_overview_products'] = (int) $product_count;
    		}
    
    		//set the product sorting
    		if(!empty($product_sort))
    		{
    			switch ( $product_sort ) {
    				case 'desc' : $order = 'desc'; break;
    				case 'asc' : $order = 'asc'; break;
    				default : $order = 'asc'; break;
    			}
    		}
    
    		if(isset($orderby)) $args['orderby'] = $orderby;
    		if(isset($order)) 	$args['order'] = $order;
    		if (!empty($meta_key))
    		{
    			$args['meta_key'] = $meta_key;
    		}
    
    		$avia_config['woocommerce']['product_sort'] = $args['order'];
    
    		return $args;
    	}
    
    }

    Even after all of these edits, I cannot get it to work. Is there any other files that i have to override or edit in order to get the products to display in the correct order when I’ve set the product sort to Stock Status? I’m currently running the latest version of Enfold on the latest version of WordPress with the latest version of WooCommerce. Thanks in advance.

    Sincerely,

    Cory Gottschalk
    Web Developer
    New Leaf Innovations
    (Email address hidden if logged out)

    #386693
    darryllevine
    Participant

    I would like to mimic the minimalist front page and prominent search box on websites like Calgary.ca and Chattanooga.gov.

    Using Enfold’s Avia Layout Builder, I added a Fullscreen Sider element with one hi-res photo. I removed the sidebars and breadcrumbs. At the top is a transparent and glassy header. It’s pretty much the way I want, except for the position of the search box.

    I previously followed these instructions to move the search box to the header. That is where I would like to keep it on every page — except the front page.

    How can I place a search box over the full screen image?

    #386603

    Topic: Development sites

    in forum Enfold
    vidaelf
    Participant

    Hello-

    We just made a copy of our enfold child theme from JustHost to our local server so I can test updates, etc, without messing up our live site. All of the content is in there fine and all of the versions are working correctly, but for some reason, it appears some of the jquery (and possibly other items) are not working properly. Items like no advanced layersliders are working, the search icon doesn’t open a dropdown, social icons and images do not animate and the header doesn’t function properly when you scroll, etc..

    I can’t provide access to the outside world, but I was wondering if you had any thoughts. We only copied over the wp-content folder. Do we need anything from the other wp-folders that might contain scripts?

    Thanks in advance for your time!

    #386357

    Hi!

    Please add following code to quick CSS in Enfold theme options under General Styling tab

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    padding-right: 0; }

    and please try de-activating all active plugins and check if that helps

    Best regards,
    Yigit

Viewing 30 results - 5,761 through 5,790 (of 7,495 total)