Viewing 30 results - 6,001 through 6,030 (of 7,495 total)
  • Author
    Search Results
  • Hey Lisa!

    Thank you for using Enfold.

    1.) You can change the thumbnail size on WooCommerce > Settings > Products > Product Image Sizes > Catalog Image. Disable the hard crop parameter if you don’t want wp to cut off parts of the images. Suggested size is 450×450 px.

    2.) Create variable products with attributes. Please refer to this link: http://docs.woothemes.com/document/product-variations/

    3.) You should probably put a water mark or upload images with lesser quality.

    4.) You can find the Quick CSS field on Enfold > General Styling panel. Scroll below.

    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!

    Cheers!
    Ismael

    #347401

    Hi der_mueller!

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

    .search-results .sidebar { display: none !important; }
    .search-results .content { width: 100%!important; border: none !important; }

    Regards,
    Yigit

    #347341

    Hey atrixdave!

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

    #top #searchform .ajax_search_response { display: none !important; }

    Best regards,
    Yigit

    #347073
    This reply has been marked as private.
    #346405

    Topic: LayerSlider skin.css

    in forum Enfold
    cyxou
    Participant

    Hi,
    my WP is installed on OpenShift and now I’m optimizing the page load time. While doing this I faced with a problem that the LayerSlider’s skin.css does not load (404 error) thus increasing the page load time. Here is the url it searches for the file:
    https://mysite.com/wp-content/var/lib/openshift/544f033ce0b8cd619900031b/app-root/data/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.css
    The problem is that the url should be https://mysite.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.css. I use child theme and all other resources loads properly.

    Could you please help me to change this silly url to the correct one?

    Kind regards,
    Alex.

    #346306

    In reply to: Portfolio Items Author

    Hi momon!

    I’m not sure if this edit would be feasible in a child theme but you can do this by opening up /enfold/includes/admin/register-portfolio.php and changing line 38 from this,

    'supports' => array('title','thumbnail','excerpt','editor','comments')
    

    To this,

    'supports' => array('title','thumbnail','excerpt','editor','comments', 'author')
    

    EDIT:

    You can try adding this to your child theme’s functions.php file but I’m not sure if this is safe or not so I would wait for another member of our team to check and see if there is a better way.

    add_action('init', 'customization_portfolio_register');
    function customization_portfolio_register()
    {
    	global $avia_config;
     
    	$labels = array(
    		'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
    		'singular_name' => _x('Portfolio Entry', 'post type singular name','avia_framework'),
    		'add_new' => _x('Add New', 'portfolio','avia_framework'),
    		'add_new_item' => __('Add New Portfolio Entry','avia_framework'),
    		'edit_item' => __('Edit Portfolio Entry','avia_framework'),
    		'new_item' => __('New Portfolio Entry','avia_framework'),
    		'view_item' => __('View Portfolio Entry','avia_framework'),
    		'search_items' => __('Search Portfolio Entries','avia_framework'),
    		'not_found' =>  __('No Portfolio Entries found','avia_framework'),
    		'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'),
    		'parent_item_colon' => ''
    	);
     
        $permalinks = get_option('avia_permalink_settings');
        if(!$permalinks) $permalinks = array();    
    
        $permalinks['portfolio_permalink_base'] = empty($permalinks['portfolio_permalink_base']) ? __('portfolio-item', 'avia_framework') : $permalinks['portfolio_permalink_base'];
        $permalinks['portfolio_entries_taxonomy_base'] = empty($permalinks['portfolio_entries_taxonomy_base']) ? __('portfolio_entries', 'avia_framework') : $permalinks['portfolio_entries_taxonomy_base'];
     
    	$args = array(
    		'labels' => $labels,
    		'public' => true,
    		'show_ui' => true,
    		'capability_type' => 'post',
    		'hierarchical' => false,
    		'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		'query_var' => true,
    		'show_in_nav_menus'=> true,
    		'taxonomies' => array('post_tag'),
    		'supports' => array('title','thumbnail','excerpt','editor','comments', 'author')
    	);
    	
    	
    	$args = apply_filters('avf_portfolio_cpt_args', $args);
    	$avia_config['custom_post']['portfolio']['args'] = $args;
     
    	register_post_type( 'portfolio' , $args );
    
    	$tax_args = array(	
    		"hierarchical" => true,
    		"label" => "Portfolio Categories",
    		"singular_label" => "Portfolio Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true,
    		"supports" => array('title', 'editor', 'author' )
    	);
     
     	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    
    	//deactivate the avia_flush_rewrites() function - not required because we rely on the default wordpress permalink settings
    	remove_action('wp_loaded', 'avia_flush_rewrites');
    }

    Cheers!
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #346298
    Prescott Perez-Fox
    Participant

    Hi everyone,

    I’m seeking to have my Portfolio Grid items open in a new window. I’ve selected this option, but the behavior is such that they open in the same window. Here is a screenshot showing that I have selected this in the Portfolio Grid layout builder.

    http://cl.ly/image/191v3o2Z3E1t

    Here’s the URL to the actual site – http://busycreator.com/resources

    I’ve researched several threads on this forum, most of which ask the user to modify the theme files to insert target="_blank" somewhere in the code, but none of those solutions worked for me. The links still open in the same window.

    Can you offer any insight into a potential solution? It should be noted that each item is given a Custom Link in the Portfolio Item itself.

    I’m using Enfold 2.9.2 at the moment, and I have a child theme enabled.

    Alternatively, I’d rather use a Masonry element in place of a Portfolio Grid, but I found that the Masonry items were huge and unwieldy. I prefer the Portfolio Grid because they thumbnails display smaller and more elegant; the number of columns can be set more easily. Is the target="_blank" behaviour easier to achieve using Masonry? If so, can I alter the default size of each item?

    #346241

    Hey!

    Leider konnte ich auch nicht feststellen warum die ajax suche und die normal suche da nicht ordentlich zusammenspielen wollen, fürchte aber fast das die von dir vorgeschlagene option die einfachste und beste ist, nämlich die ajax suche zu deaktivieren.

    Die beste Möglichkeit wenn du auch in Zukunft das theme updaten willst ohne jedes mal die modifikation erneut durchzuführen wäre es unser Enfold Child theme zu aktivieren und diese zeilen in der functions.php hinzuzufügen:

    add_action('avf_frontend_search_form_param', 'av_disable_ajax_search',9);
    function av_disable_ajax_search($params)
    {
    	$params['ajax_disable'] = true;
    	return $params;
    }
    

    lg,
    Kriesi

    ps: falls das mit dem updaten nicht so wichtig ist kannst du auch die von Elliott beschrieben lösung verwenden ;)

    #346089

    Hi!

    Have you tried to import the dummy data on Enfold > Import/Export panel? If you have the latest version 3.0.2, you can download the new demos. This will give you the closest possible layout that you can see on the theme demo. 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. Regarding the child theme, please refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/

    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!

    Cheers!
    Ismael

    This reply has been marked as private.
    #345691
    moltenman
    Participant

    The entypo-fontello icon fonts were not displaying in Chrome. I was just seeing boxes, rather than the icons. I noticed other Enfold users have experienced similar issues.
    I did some research and found that is has to do with webfont access. Adding the following to my .htaccess file solved the problem:

    <IfModule mod_headers.c>
    <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css|css)$”>
    Header set Access-Control-Allow-Origin: http://yourwebsitedomaingoeshere.com
    </FilesMatch>
    </IfModule>

    • This topic was modified 11 years, 4 months ago by moltenman.
    #345481

    Thanks for the reply – I am trying to find the other post about deleting enfold.css and your search isn’t finding the post (it did before). With that said, can I safely delete that file to see if it will resolve this issue?

    Nothing is working in the admin panel options, eg, I set the logo to left and the menu to below, and it says that changes are made but they are not. I rty ot modify the copyright and nothing changes – every section of the admin panel is not working; please advise. Thanks again.

    #345394

    Hey ccarberg!

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

    @media only screen and (max-width: 989px) {
    .av-main-nav > #menu-item-search { top: -90px; }}

    Best regards,
    Yigit

    #345315
    connect4consulting
    Participant

    Hi,
    I have a child theme of Enfold and I copied loop-search.php into my child theme folder and have edited it to change some of the language in the search bar drop down – for example, default is “sorry, no posts matched your criteria” and I want to change this to “sorry, nothing matches your search criteria”. How do I make sure that the child theme version of this file is used?
    Website credentials are supplied below.
    Thanks,
    Gabe

    #345252

    Hey!

    Wenn Sie möchten , schalten Sie das Thema ajax Suche öffnen Sie dann /enfold/js/avia.js und kommentieren Sie Zeile 42,

    //new $.AviaAjaxSearch({scope:'#header'});

    Grüße,
    Elliott

    That’s interesting; i have looked at the avia_options_enfold_child records. Below is an obfuscated / depersonalised copy of it. I can’t see any reference to filepaths / URLs for the iconfont in here.

    I’ve also checked avia_options_enfold and the only paths in that record point (correctly) for social icons (labelled pr-icons). Unless I’m missing something in phpMyAdmin I’m still not sure what record the iconfont filepaths can be found in…

    Interestingly after uploading the test Fontello icons a new record was added, called avia_builder_fonts. No URL or filepath in it though.

    a:1:{s:4:"avia";a:136:{s:9:"frontpage";s:4:"8375";s:9:"undefined";s:17:"Use Image as logo";s:8:"blogpage";s:0:"";s:4:"logo";s:97:"http://xxx/wp-content/uploads/2014/11/logo.png";s:7:"favicon";s:0:"";s:15:"websave_windows";s:6:"active";s:6:"markup";s:0:"";s:15:"lightbox_active";s:15:"lightbox_active";s:9:"analytics";s:13:"UA-50676214-1";s:16:"color-body_style";s:9:"stretched";s:15:"header_position";s:10:"header_top";s:20:"layout_align_content";s:20:"content_align_center";s:18:"sidebarmenu_sticky";s:18:"conditional_sticky";s:19:"sidebarmenu_widgets";s:0:"";s:18:"sidebarmenu_social";s:8:"disabled";s:17:"responsive_active";s:17:"responsive_active";s:15:"responsive_size";s:6:"1130px";s:13:"content_width";s:2:"73";s:14:"combined_width";s:3:"100";s:12:"color_scheme";s:4:"Blue";s:24:"colorset-header_color-bg";s:7:"#f4f3ee";s:25:"colorset-header_color-bg2";s:7:"#f4f3ee";s:29:"colorset-header_color-primary";s:7:"#740d1d";s:31:"colorset-header_color-secondary";s:7:"#a5a549";s:27:"colorset-header_color-color";s:7:"#282629";s:28:"colorset-header_color-border";s:0:"";s:25:"colorset-header_color-img";s:6:"custom";s:33:"colorset-header_color-customimage";s:88:"http://xxx/wp-content/uploads/2014/11/header.png";s:25:"colorset-header_color-pos";s:11:"bottom left";s:28:"colorset-header_color-repeat";s:6:"repeat";s:28:"colorset-header_color-attach";s:6:"scroll";s:22:"colorset-main_color-bg";s:7:"#f4f3ee";s:23:"colorset-main_color-bg2";s:7:"#f4f3ee";s:27:"colorset-main_color-primary";s:7:"#a5a549";s:29:"colorset-main_color-secondary";s:7:"#a5a549";s:25:"colorset-main_color-color";s:7:"#282629";s:26:"colorset-main_color-border";s:7:"#f4f3ee";s:23:"colorset-main_color-img";s:0:"";s:31:"colorset-main_color-customimage";s:0:"";s:23:"colorset-main_color-pos";s:8:"top left";s:26:"colorset-main_color-repeat";s:6:"repeat";s:26:"colorset-main_color-attach";s:6:"scroll";s:27:"colorset-alternate_color-bg";s:7:"#f4f3ee";s:28:"colorset-alternate_color-bg2";s:7:"#f4f3ee";s:32:"colorset-alternate_color-primary";s:7:"#a5a549";s:34:"colorset-alternate_color-secondary";s:7:"#a5a549";s:30:"colorset-alternate_color-color";s:7:"#282629";s:31:"colorset-alternate_color-border";s:7:"#f4f3ee";s:28:"colorset-alternate_color-img";s:0:"";s:36:"colorset-alternate_color-customimage";s:0:"";s:28:"colorset-alternate_color-pos";s:8:"top left";s:31:"colorset-alternate_color-repeat";s:9:"no-repeat";s:31:"colorset-alternate_color-attach";s:6:"scroll";s:24:"colorset-footer_color-bg";s:7:"#ffffff";s:25:"colorset-footer_color-bg2";s:7:"#f8f8f8";s:29:"colorset-footer_color-primary";s:7:"#740d1d";s:31:"colorset-footer_color-secondary";s:7:"#a5a549";s:27:"colorset-footer_color-color";s:7:"#282629";s:28:"colorset-footer_color-border";s:7:"#f4f3ee";s:25:"colorset-footer_color-img";s:0:"";s:33:"colorset-footer_color-customimage";s:0:"";s:25:"colorset-footer_color-pos";s:8:"top left";s:28:"colorset-footer_color-repeat";s:9:"no-repeat";s:28:"colorset-footer_color-attach";s:6:"scroll";s:24:"colorset-socket_color-bg";s:7:"#ffffff";s:25:"colorset-socket_color-bg2";s:7:"#f8f8f8";s:29:"colorset-socket_color-primary";s:7:"#719430";s:31:"colorset-socket_color-secondary";s:7:"#8bba34";s:27:"colorset-socket_color-color";s:7:"#666666";s:28:"colorset-socket_color-border";s:7:"#f4f3ee";s:25:"colorset-socket_color-img";s:0:"";s:33:"colorset-socket_color-customimage";s:0:"";s:25:"colorset-socket_color-pos";s:8:"top left";s:28:"colorset-socket_color-repeat";s:9:"no-repeat";s:28:"colorset-socket_color-attach";s:6:"scroll";s:16:"color-body_color";s:7:"#eeeeee";s:14:"color-body_img";s:0:"";s:22:"color-body_customimage";s:0:"";s:14:"color-body_pos";s:8:"top left";s:17:"color-body_repeat";s:9:"no-repeat";s:17:"color-body_attach";s:6:"scroll";s:14:"google_webfont";s:0:"";s:12:"default_font";s:32:"Helvetica-Neue,Helvetica-websave";s:9:"quick_css";s:59:".big-preview, .small-preview {
    display: none !important;
    }
    ";s:16:"advanced_styling";a:3:{i:0;a:6:{s:2:"id";s:9:"main_menu";s:5:"color";s:7:"#740d1d";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"12px";s:11:"font_family";s:0:"";s:12:"hover_active";s:8:"disabled";}i:1;a:11:{s:2:"id";s:2:"h1";s:5:"color";s:0:"";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"40px";s:11:"line_height";s:0:"";s:11:"font_family";s:0:"";s:12:"header_color";s:4:"true";s:10:"main_color";s:4:"true";s:15:"alternate_color";s:4:"true";s:12:"footer_color";s:4:"true";s:12:"socket_color";s:4:"true";}i:2;a:11:{s:2:"id";s:2:"h2";s:5:"color";s:7:"#282629";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"36px";s:11:"line_height";s:0:"";s:11:"font_family";s:0:"";s:12:"header_color";s:4:"true";s:10:"main_color";s:4:"true";s:15:"alternate_color";s:4:"true";s:12:"footer_color";s:4:"true";s:12:"socket_color";s:4:"true";}}s:13:"header_layout";s:36:"logo_left main_nav_header menu_right";s:11:"header_size";s:6:"custom";s:18:"header_custom_size";s:3:"156";s:16:"header_title_bar";s:16:"hidden_title_bar";s:13:"header_sticky";s:13:"header_sticky";s:16:"header_shrinking";s:16:"header_shrinking";s:14:"header_stretch";s:8:"disabled";s:17:"header_searchicon";s:8:"disabled";s:13:"header_social";s:0:"";s:21:"header_secondary_menu";s:0:"";s:19:"header_phone_active";s:0:"";s:5:"phone";s:0:"";s:23:"header_replacement_logo";s:0:"";s:23:"header_replacement_menu";s:0:"";s:24:"header_mobile_activation";s:17:"mobile_menu_phone";s:22:"header_mobile_behavior";s:8:"disabled";s:14:"archive_layout";s:8:"fullsize";s:11:"blog_layout";s:8:"fullsize";s:13:"single_layout";s:8:"fullsize";s:11:"page_layout";s:8:"fullsize";s:19:"smartphones_sidebar";s:8:"disabled";s:16:"page_nesting_nav";s:16:"page_nesting_nav";s:22:"display_widgets_socket";s:3:"all";s:14:"footer_columns";s:1:"4";s:9:"copyright";s:128:"&copy;2009-2014 xxx. All rights reserved.[nolink]";s:13:"footer_social";s:13:"footer_social";s:10:"blog_style";s:10:"single-big";s:17:"single_post_style";s:9:"multi-big";s:27:"single_post_related_entries";s:24:"av-related-style-tooltip";s:16:"blog-meta-author";s:16:"blog-meta-author";s:18:"blog-meta-comments";s:8:"disabled";s:18:"blog-meta-category";s:18:"blog-meta-category";s:14:"blog-meta-date";s:14:"blog-meta-date";s:19:"blog-meta-html-info";s:19:"blog-meta-html-info";s:13:"blog-meta-tag";s:13:"blog-meta-tag";s:14:"share_facebook";s:14:"share_facebook";s:13:"share_twitter";s:13:"share_twitter";s:15:"share_pinterest";s:15:"share_pinterest";s:11:"share_gplus";s:11:"share_gplus";s:12:"share_reddit";s:12:"share_reddit";s:14:"share_linkedin";s:14:"share_linkedin";s:12:"share_tumblr";s:12:"share_tumblr";s:8:"share_vk";s:8:"disabled";s:10:"share_mail";s:10:"share_mail";s:12:"social_icons";a:3:{i:0;a:2:{s:11:"social_icon";s:7:"twitter";s:16:"social_icon_link";s:33:"http://twitter.com/xxx";}i:1;a:2:{s:11:"social_icon";s:9:"instagram";s:16:"social_icon_link";s:35:"http://instagram.com/xxx";}i:2;a:2:{s:11:"social_icon";s:9:"pinterest";s:16:"social_icon_link";s:40:"http://www.pinterest.com/xxx/";}}s:17:"avia-nonce-import";s:10:"8aa1eb1197";s:24:"avia-nonce-import-parent";s:10:"9cbec13095";s:18:"config_file_upload";s:0:"";s:15:"iconfont_upload";s:0:"";s:16:"updates_username";s:11:”xxx";s:15:"updates_api_key";s:32:”xxx";}}
    #345103

    Topic: AWPCP interaction

    in forum Enfold
    billlon
    Participant

    Hello –

    We have a Buy and Sell section on our Enfold website, powered by the Another WordPress Classifieds plugin. It works very well except for one thing. On small screens, the “classifieds menu” which normally contains buttons to Place / Edit / Browse / Search ads, is replaced by a black band with the Classified Menu title, and a down-arrow which doesn’t do anything when pressed. This makes it impossible to e.g. place an ad from a mobile device.

    http://cypressskiclub.com/members/buy-and-sell/

    I’m not sure whether this is a theme or plugin side issue. I would appreciate if you could look into it and give me some advice on this.

    Thanks!
    billlon

    #344889

    Thanks for the swift reply!

    I managed to get rid of the search function.

    Regarding the logo I have already done this, and the logo is showing in the enfold settings page although its not reflected in my website..?

    Is this to do with the fact that I have imported the flat business theme? Just to clarify i’m trying to replace the logo on the top left of each page on the flat business theme.

    Thanks again!

    #344887

    Hi vinyls!

    To change you logo and other theme options click Enfold on the left hand side menu to access Enfold theme options. You can change the logo from there:

    To remove the search from the menu, in Enfold Theme options > Header > Extra Elements, uncheck Append search icon to main menu

    Cheers!
    Arvish

    #344632

    @brentd99 I dropped the following into my style.css

    #kbsearchform #searchsubmit {
    	height: 50px;
    	width: 200px;
    }
    
    .knowledgebase-search {
    	width: 100%;
    }

    I wasn’t looking to match the demo, just make it work with my site and this is a little more in keeping with the Enfold search styling that the demo is. So it may not suit your need, but if I decide to use the plugin I’ll probably look into changing it a bit more. I’ll try to remember to post back here.

    #344614

    Hey Arvish,

    Thank you for the reply. Let me start by saying I am not very proficient with CSS so I am not sure if I am doing this right. The problem I am seeing is that I would like to use the style from the plugin demo, however simply putting that CSS in the custom area does not seem to do the trick. The other issue is that I don’t seem to have any control over the position of the elements on the kb page. For example, if I direct my kb to a page that has a color section at the top, the search and kb articles do not even show up. It is like they are behind the color section.

    I realize this may be less of a kriesi issue and more related to the plugin, but you guys have always had the best support of any theme and I thought I’d put it out there to see if you had any suggestion.

    Sandie, you are right in that there are not many knowledge base plugins out there and it would be such a great value if Enfold had one that fit seamlessly with the theme.

    Thanks for the great theme and any suggestion you can offer!!
    brent

    In the wp_options table take a look at avia_options_enfold_child. One of the records has a bunch of full URLs in it relating to icons.

    Try https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    #344537

    In reply to: LayerSlider 3D

    Hi kailibuy!

    Thank you for using Enfold.

    You can import the dummy data on Enfold > Import/Export panel or you can create your own on the Layer Slider panel. 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

    #344460

    Hey!

    From what I have checked, the only part that creates and actual issue is the Search Box.

    It has a search button with an id of “searchsubmit”.

    The remainder of the CSS integrates pretty well with Enfold. A few minor tweeks are required perhaps.

    I believe that for complete integration, occurances of “searchsubmit” should be replaced with something else across all files in the plugin.

    Cheers!
    Arvish

    #344410

    Hey connect4consulting!

    Open up /enfold/searchform.php and on line 17 you should see this,

    $icon = av_icon_char('search');

    You can change the “search” text to another entypo icon. You can find a list of all of the icons in /enfold/functions.php starting on line 154,

    'standard' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue836'),
    'link'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue822'),
    'image'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue80f'),
    

    Let us know if that works for you.

    Regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #344315
    beaconmm
    Participant

    So, frankly, this is ridiculous, but I’m working on a client’s site, who had their site built by someone else. Now I’m finding that they used the Enfold theme, and then put their code directly into it, so it couldn’t be updated. Of course, after updating to WordPress 4.0, the version of Enfold they were using wasn’t compatible and I couldn’t edit any pages. So I updated Enfold.

    The website is RPMPIN.com and RPMPINTUC.com. If you go to the rental search on each of them you’ll notice that the rental search isn’t there on RPMPIN.com (the updated one). The code for the search is in the page, but it’s not displaying on the front end.

    My question is this: Where should I look for custom code on the old theme that would let this stuff display?

    Hey!

    There are several reason I cant really believe that the theme update is responsible for you rank change. First of all: the frontend output has not changed a bit. Your source code looks the same with version 2.8 and 3.0.2. I can tell that because there is not a single template file that was changed and the template builder elements have changed only marginally (an extra div, or an extra class), certainly nothing that would cause google to kill your rank.

    I am also running enfold on several sites (eg: kriesi.at ) and our rank has not changed a bit. I think its more likely that you might be affected by one of the recent google search engine changes.

    It might be that the theme has worked better with yoast plugin in previous versions, but my guess is that somewhere in the last months they have changed something as well, because when I look at how the content keyword count in the backend currently works (a javascript counter that does not track the field where enfold saves the output of the template builder) its pretty much impossible that it would have ever worked with this way. So my guess is that not only Enfold has changed but the SEO plugin as well.

    Cheers!
    Kriesi

    #343603

    In reply to: How to add search icon

    Hi christianbak!

    Please go to Appearance > Menus and check “Enfold main menu” under Menu Settings and search icon should be displayed. If not, please go to Enfold theme options > Header > Extra Elements and make sure that “Append search icon to main menu” is checked

    Best regards,
    Yigit

    #343567

    Hi connect4consulting!

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

    #header form#searchform { z-index: 999; }

    Best regards,
    Yigit

    #343556
    connect4consulting
    Participant

    Hi,

    I love your themes. Love the flexibility.

    I put the search bar into the header area but it doesn’t seem to work – I can’t type in that area. I’ve done this on other child theme sites of Enfold. Can you help me? What am I doing wrong?

    Thanks,
    Gabe

Viewing 30 results - 6,001 through 6,030 (of 7,495 total)