Viewing 30 results - 6,631 through 6,660 (of 7,502 total)
  • Author
    Search Results
  • #240321

    In reply to: Search form problem

    Hey!

    Please go to Enfold theme options > Header > Extra Elements and check “Append search icon to main menu”

    Cheers!
    Yigit

    #240070

    In reply to: Shadow to Header

    Hey!

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

    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
    padding-right: 13px;
    }

    Best regards,
    Yigit

    #240054

    Hey!

    Actually there’s nothing relevant in the private posts. Just the log in info and the website url. The essential information is that google generates the preview content based on the search term of the user and the relevance of your website content. It does not (only) rely on the meta description text. Otherwise everyone could use this meta tag as “backdoor” for better rankings even for search terms which have nothing to do with your website content.

    Best regards,
    Peter

    #240018

    Hi!

    There’s nothing we can change or “fix” on the admin page. As I said in my last post all pages already have a meta description (you can check this by viewing the source code in your browser or by using a tool like: http://www.seocentro.com/tools/search-engines/metatag-analyzer.html ) and everything works as intended.

    Best regards,
    Peter

    #239972

    In reply to: Search icon position

    Hi!

    That kind of customization is beyond what we can do via support. If its a must- have feature you can either add it as a feature request here: https://kriesi.at/support/enfold-feature-requests/

    or

    Have it custom coded in by a freelance developer. I recommend Codeable, Microlancer or http://kriesi.at/contact/customization for hiring out the customization.

    Best regards,
    Devin

    #239903

    Hey!

    Your website shows the meta description in the source code. I.e. on the homepage it’s:

    
    <meta name="description" content="Bierproeverij en bier & spijs events. Spéciale verzorgt Bierproeverijen en bier & spijs events op locatie. Ook voor Horeca, Retailers & events."/>
    

    Note that you can’t force google to use the meta description. It will generate the preview content based on the search term of the user and the relevance of your content. This is not a bug of the theme or Yoast SEO but it’s how google works….

    Cheers!
    Peter

    #239866

    Thanks – yeah, file too big.
    I found a great little tutorial that helped as I am a bit of a novice with the back end of file management. Searched youtube & I got an answer on how to upload a theme into my servers files and extract it. Uploaded. Extracted. Activated.
    For reference, I use BlueHost as my server and the video I found was https://www.youtube.com/watch?v=kxtiQOgNiIg
    Super basic stuff (for most) but for someone like me it was perfect.
    Cheers Devin
    – Andrew

    • This reply was modified 12 years, 1 month ago by arcoates.
    #239193

    Hi!

    1) Go to Enfold > Theme Options and select the front page from the “Frontpage Settings” dropdown. If this doesn’t work go to Settings > Reading and select the same page as “Static” page (make sure that the “A static page (select below)” option is selected.

    2) You can hide the “you are here…” menu. Enfold 2.6.1 even introduced some new options to customize the header. Edit the page you want to use as the front page and on the right side in the “Layout” field search for the “Title Bar Settings” options. There you can select if the breadcrumb should be visible or not.

    3) Use the Advanced Layout Builder on a page (just click the blue button) and then insert it as a media element: http://www.clipular.com/c/4764931148742656.png?k=AdR5mNJ-KIQbO9uxzsHpcX9Fqbg – note that Kriesi does not use a LayerSlider but a “Fullscreen Slider” element on the demo page. Afaik the LayerSlider does not support a fullscreen layout (covers entire screen siie) but it just supports the fullwidth layout (covers 100% of the screen width but you must set a fixed height).

    4) You can change the menu width with this css code:

    
    @media only screen and (min-width: 1140px){
    .responsive .container .avia_mega_div.twelve.units {
    width: 1000px;
    }
    }
    

    Replace 1000px with your custom value.

    Cheers!
    Peter

    #239161

    In reply to: enfold upgrade

    Hi!

    Please add this at the very bottom of Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #top #menu-item-search {
    display: block !important;
    position: absolute;
    right: 60px;
    top: -30px;
    }
    }

    Cheers!
    Ismael

    #239154
    Nathan
    Participant

    I am hosting with hostgator.
    I recently bought the Enfold theme.

    I went to “appearances” and clicked “themes”
    I then clicked “upload” and searched for the Enfold theme .zip file
    After clicking “install now” I get a “failure notice” saying,

    “Are you sure you want to do this?
    Please try again.”

    How do I upload the Enfold theme to my wordpress?

    #239107
    mensmaximus
    Participant

    After 4 hours of search I give up. I have created a page (called blog). The page contains the content element “blog posts”. Under Enfold Theme Option in “And where do you want to display the Blog?” is have selected the page “blog”. Under General Settings in “Blog Style” I have selected “Use the advanced layout editor …”. Everything is saved.

    As soon as i reload the page my custom css settings for fonts size get ignored. If i switch back to one of the other default styles (e.g. grid) my custom css settings are applied again.

    I use “Simple Custom CSS” plugin for a long time and never had any issues. The stylesheet is linked within the source code as usual:
    <link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
    If I call the link i get displayed my custom css setting
    body {font-size: 17px !important; line-height: 1.6em !important; font-weight: normal !important; }
    (actually it is much more than this line but that does not matter for now)

    If I change the blog style back to “Use the advanced layout editor …”, reload the page and view the source code i still see my custom stylesheet
    <link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
    However if I open that link again in a browser I get displayed the blog page of my site.

    If I move my custom css to the custom.css file from my child theme or to the quick css field in the styling section everything works.
    However i dont like that approach because the quick css field is to small and the custom.css is makes things complicated. I like to have all custom css settings at one place.

    I have searched through the enfold source code to see what prevents the sccss file from getting loaded if one selects the advanced layout editor. But I cant find it (or I am to tired).

    Can you please check what is going on? This seems to be a bug.

    regards

    Michael

    #238841

    In reply to: enfold upgrade

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) { 
    .responsive .main_menu {
    position: relative;
    }
    #top #menu-item-search { display: block !important; }
    #top .main_menu .menu li { display: none; }
    .responsive #header .main_menu ul {
    display: block;
    }}

    Regards,
    Yigit

    #238832

    In reply to: search icon on mobile

    Hey wesleysoccer!

    I have posted in your topic here https://kriesi.at/support/topic/enfold-upgrade/#post-238831
    Please do not create duplicated posts as it is making it harder for us and other users to follow :)

    Best regards,
    Yigit

    #238831

    In reply to: enfold upgrade

    Hi wesleysoccer!

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

    @media only screen and (max-width: 767px) { 
    .main_menu, #header_main_alternate {
    display: block!important;
    }
    #top #menu-item-search { right: -100%; }}

    It will display search icon right to the mobile menu

    Best regards,
    Yigit

    #238826

    Topic: search icon on mobile

    in forum Enfold
    wesleysoccer
    Participant

    I was using this code to have the search icon on mobile but since upgrading to latest version of enfold I lost my search icon on mobile:

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul, .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }

    .responsive #header .main_menu ul li {
    display: none;
    }

    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    I’m using a standard header…I’m assuming some of the css has changed…any help would be amazing.

    Thanks for the great support!

    #238692

    In reply to: Search icon position

    Hi oravidor!

    Please go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find

    <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
    		
    			      <div class='container'>

    and add following code right below it

    <?php get_search_form(); ?>

    Best regards,
    Yigit

    #238590

    Hey!

    1) Ok, then remove the flags from the main menu (you can configure this on the WPML option page) and insert this code at the very bottom of functions.php:

    
        if(!function_exists('avia_append_lang_flags'))
        {
            //first append search item to main menu
            add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
    
            function avia_append_lang_flags( $items, $args )
            {
                if ((is_object($args) && $args->theme_location == 'avia'))
                {
                    global $avia_config, $sitepress;
    
                    if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'main_menu');
                    if($avia_config['wpml_language_menu_position'] != 'main_menu') return $items;
    
                    $languages = icl_get_languages('skip_missing=0&orderby=custom');
    
                    if(is_array($languages))
                    {
                        foreach($languages as $lang)
                        {
                            $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    
                            if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
    
                            $items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
                            $items .= "	<span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";
                            $items .= "</a></li>";
                        }
                    }
                }
                return $items;
            }
        }
    

    to add the flags to the main menu.

    2) Maybe you didn’t configure or translate the portfolio slugs – see: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/

    Cheers!
    Peter

    #238388
    Mike
    Participant

    Hi,

    I have the Enfold sidebar widget to display latest post entries in your sidebar in my footer.
    But that widget put postdates in the source and now in the google search results there is alway’s a date in the meta by my pages and posts. I think that google take this date out my source from that widget.

    How and where can I change this? So that Google don’t show a date in the meta?

    #238116

    In reply to: URGENT HELP!!!

    Is the logo fixed from this topic: https://kriesi.at/support/topic/enfold-update-errors-help/

    Please do not start similar topics with overlapping questions. It makes it much harder for us to answer effectively and for others to search+find answers.

    #237852

    Topic: enfold upgrade

    in forum Enfold
    wesleysoccer
    Participant

    after upgrading to latest version of enfold (version 2.1 to 2.6.1) I have encountered a few issues…using wp 3.8.1

    1. layer slider not showing as normal? The preview shows one thing and live site shows another? http://cl.ly/image/0k2k0B2m0P09 (spacing issue will not fix between layer words)
    2. some of my previous css is not working in the enfold panel (css) i.e. my search icon is missing from mobile…I added css to have this work on mobile.

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul, .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }

    .responsive #header .main_menu ul li {
    display: none;
    }

    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    These are just issues I have spotted.

    The help would be much appreciated.

    site: http://cl.ly/3F042y022K0j

    • This topic was modified 12 years, 1 month ago by wesleysoccer.
    #237799
    Frankonus
    Participant

    Hi Enfold,

    When i search for my website on Google, it finds my website, but the description shows a really strange code (strange for me). I don’t know how to fix this. The code says:

    Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at…

    I use the Yoast WordPress SEO plugin.

    Thanks,
    Frank

    #237773

    In reply to: Enfold + Polylang

    Hi cerf!

    1.) Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language (italian) and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain.

    2.) I can’t see any example of the second issue above. Please post a link to the actual page with the said strings.

    Regards,
    Ismael

    #237718

    In reply to: search: edit the text

    Hi!

    You can use this plugin to change the string http://wordpress.org/plugins/codestyling-localization/
    and you can remove breadcrumbs globally by adding following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { display: none; }

    Regards,
    Yigit

    #237171

    In reply to: Enfold & JC Submenu

    Hey!

    Here are all the iterances of wp_nav_menu in Enfold:

    Searching 756 files for "wp_nav_menu"
    
    /enfold/footer.php:
      113                                  );
      114  
      115:                                 wp_nav_menu($args);
      116                              echo "</nav>";
      117                          ?>
    
    /enfold/functions-enfold.php:
       54  {
       55  	//first append search item to main menu
       56: 	add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
       57  	add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
       58  
    
    /enfold/config-woocommerce/config.php:
      273  
      274  #
      275: # create the shop navigation with account links, as well as cart and checkout, called as fallback function by the wp_nav_menu function in header.php
      276  #
      277  function avia_shop_nav($args)
    
    /enfold/framework/php/class-megamenu.php:
       39  
       40  			//exchange arguments and tell menu to use the avia walker for front end rendering
       41: 			add_filter('wp_nav_menu_args', array(&$this,'modify_arguments'), 100);
       42  
       43  			//exchange argument for backend menu walker
       ..
      365  		 */
      366  		function start_el(&$output, $item, $depth = 0, $args = array(), $current_object_id = 0 ) {
      367: 			global $_wp_nav_menu_max_depth;
      368: 			$_wp_nav_menu_max_depth = $depth > $_wp_nav_menu_max_depth ? $depth : $_wp_nav_menu_max_depth;
      369  
      370  			$indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
    
    /enfold/includes/helper-conditional-megamenu.php:
       20              add_action('avia_mega_menu_option_fields', array(&$this,'output_conditional_menu_options'), 10, 4);
       21  
       22:             add_filter( 'wp_nav_menu_objects', array(&$this,'apply_conditional_rules'), 10, 1);
       23          }
       24  
    
    /enfold/includes/helper-main-menu.php:
       51  			                );
       52  			                
       53: 			                $nav = wp_nav_menu($args);
       54  						}
       55  			                
       ..
      123  						        );
      124  						
      125: 						        wp_nav_menu($args);
      126  						        
      127  						    if($headerS['header_social'] == 'icon_active_main' && empty($headerS['bottom_menu'])) echo $icons;    
    
    11 matches across 6 files
    

    You need to pass that JC extra argument there.

    Best regards,
    Josue

    Devin,

    Thank you for your continued assistance!

    I renamed the plugins folder on the server and still the white screen. I removed my child themes files one at a time (header.php, footer.php, functions.php) still with no luck.

    This leads me to believe it is a theme conflict with WordPress (version 3.8.1). When I revert back to the last version of Enfold I was using, 2.4.5, everything works fine.

    I’ve run out of ideas and feel like my only option now is to revert back to 2.4.5. The site will be pushed live in a week, and would much rather deal with this issue before launch.

    If you or your team could provide any other thoughts, I would greatly appreciate it. I am still researching for another solutions.

    Thanks!

    • This reply was modified 12 years, 1 month ago by Thinkgate.
    #236923

    Hey Philippe!

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

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

    Regards,
    Yigit

    #236862

    In reply to: customize menu

    Hi quike!

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

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, .html_bottom_nav_header.html_logo_center #top #menu-item-search>a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a { border: none; }

    Best regards,
    Yigit

    #236474

    Hi!

    The site title is set from the WordPress options. Go to Settings>General>”Site Title”

    Changes are *not* instant with google and indexing. It takes time for any change you make to be reflected in a search result on any search engine. So if a page has been index it can take time for it to no longer be shown.

    Cheers!
    Devin

    #236154

    Hey Jaroslav!

    I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.

    Best regards,
    Peter

    #236153

    Hey gentlemansgazette!

    I’m not familiar with google search and I can’t help you with the implementation. I recommend to install a wordpress search plugin like: SearchWP if you want to improve the search. You can also try to follow the instructions another user posted here: https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/ but again, I can’t give you more details about the implementation…

    Best regards,
    Peter

Viewing 30 results - 6,631 through 6,660 (of 7,502 total)