Viewing 30 results - 6,001 through 6,030 (of 7,502 total)
  • Author
    Search Results
  • #348831

    Topic: Search

    in forum Enfold
    artspbseo
    Participant

    Hello!
    How can I put search button/widget in main navigation menu (I’m using enfold photography demo)?

    #348601

    Hey!

    1.) You can change the background position of the fullscreen slider with this:

    .avia-fullscreen-slider .avia-slideshow>ul>li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center !important;
    }

    Change the caption text size with this:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 50px !important;
    }
    }

    2.) Use this to modify the image size:

    @media only screen and (max-width: 479px) {
    .home .flex_column.av_one_fifth.first.avia-builder-el-3.el_before_av_four_fifth.avia-builder-el-first .avia-image-container-inner img {
    width: 60%;
    margin: 0 auto;
    }
    }

    You can also use the Custom CSS Class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Regards,
    Ismael

    Hi!

    There are thousands of Enfold users and only few reported performance issues. Honestly, this is a complex topic and should be dealt with outside the support forum. All we can do is provide basic / generic guidelines regarding website optimization. What is the current PHP version? Another user who seems to have the same issue ssomehow fix it by upgrading PHP:
    https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892

    And searching for any related issue regarding the mod_fcgid error and I found this on top which seems to be a GoDaddy related issue: http://www.howtoforge.com/forums/archive/index.php/t-56003.html

    Anyway, we’re seeing errors on the site that are not theme related:

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/nav-menu.php on line 665

    Notice: Trying to get property of non-object in /home/content/22/4189422/html/momo/wp-includes/post.php on line 4373

    Please post the login details here and set it as a private reply. We would like to check it.

    Best regards,
    Ismael

    #348411

    In reply to: remove search popup

    Hey kyabroudi!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_filter( 'init', 'enfold_customization_remove_tooltip_search' );
    function enfold_customization_remove_tooltip_search() {
    	remove_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    	remove_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    	add_filter( 'avf_fallback_menu_items', 'enfold_customization_add_basic_search' );
    }
    function enfold_customization_add_basic_search( $items ) {
    	$items .= '<li>'.get_search_form( false ).'</li>';
    	return $items;
    }

    And add this to your custom CSS.

    li #searchform div {
        display: block !important;
        opacity: 1 !important;
        margin-top: 22px;
        margin-left: 10px;
    }

    Best regards,
    Elliott

    #348340
    Schmenger
    Participant

    Hi,

    I have downloaded the last enfold theme and uploaded it via ftp:
    The search button icon is not visible (Safari) or broken (in chrome and firefox) and …no social icons visible…
    http://imklusionsbuero-karlsruhe.de

    #348200

    Hey connect4consulting!

    Navigate to Dashboard > Enfold > Header > Extra Elements and make sure you have the “Append search icon to main menu” option checked.

    Cheers!
    Elliott

    mpt-themeforest
    Participant

    Can you help with this..?

    Need error page 404 to redirect to working page (URL), not error page…

    I’ve had this feature for years on our former Joomla Site, now wondering if it may be done with WordPress, Enfold?

    I’ve research several ‘custom 404 instructions’ but I can’t see how we may do this.

    Thank you.

    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, 5 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, 5 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

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