Viewing 30 results - 226,351 through 226,380 (of 244,362 total)
  • Author
    Search Results
  • #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

    #237165

    Hi @Josue ,

    It perfectly make sense what you are saying. I’ve enabled the secondary menu but its position is Top Bar at the right as you can see it now at alloelectricien.lu. But I want it to be displayed as at alloplombier.lu. How can I achieve that please?
    At alloplombier.lu which uses an old version of Enfold I was using this code:

    #header_meta { margin-top: -30px; }
    .sub_menu {
    top: 250%;
    }

    Thank you!

    #237162

    Hi!

    Try updating to the latest version of Enfold (2.6.1).

    Cheers!
    Josue

    #237158

    In reply to: PHP Error

    Hey!

    Try re-installing it using a fresh copy of Enfold.

    Best regards,
    Josue

    kardemomme
    Participant

    Example of behaviour (wait 10 seconds to see it fix itself)
    http://www.dragefjellets-musikkorps.no/hjem/

    This was a problem on stock install as well.

    Running latest build of Enfold.

    gabrielbaril
    Participant

    Hello,
    This is a new problem I have encountered:

    When I place a product grid object in a page the Enfold Latest News widget doesn’t show the latest posts
    Here is an Example:
    http://goo.gl/TUZwbO
    (the product grid is located at the bottom before the footer, the latest news widget is the one in the center column in the footer)

    In the rest of the website where the product grid is not showing the latest news widget works ok:
    eg. http://goo.gl/4vG9Vr

    Just to check, I created a page where the only content is the product grid and it isn´t working:
    http://goo.gl/3RsxnZ

    The same happens with the default latest posts widget, so the problem may be laying on the Product Grid Object.

    I´ve been using the template for around 6 months and this bug is new, it used to be working fine. I don´t know if it has anything to do with the latest update of woo commerce. I mention this as it might help find the error

    Thanks in advance for your fix,
    Gabriel

    • This topic was modified 12 years ago by gabrielbaril. Reason: [hide original url so it is not indexed in search engines]
    #237148

    Excuse, can you solved my problem please?

    If you want, I give you the wp-admin username and password.

    #237134

    Hey!

    Unfortunately I have no idea were this is coming from since enfold itself is not sending any additional headers. I did a quick source code check for some keywords like “must-revalidate” and there are non in the source code so I am not sure why this is happening for you :/

    Cheers!
    Kriesi

    #237118

    Hi!

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

    .logo img { padding: 0; }
    div .logo { margin-top: 25px; }
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }}
    @media only screen and (max-width: 480px) {
    #advanced_menu_toggle, #advanced_menu_hide {
    right: -35px; }}

    Regards,
    Yigit

    simonac
    Participant

    Hi,

    how can i dit the tooltips field for the google maps element? In the example there is some editing ” Howdy!” is written orange.
    http://kriesi.at/themes/enfold/pages/contact/

    In fact i need to write some text and link linkt this to another page. How can i do that?

    Regards, Simon

    • This topic was modified 12 years ago by simonac.
    #237097
    michaelfess
    Participant

    I would like to add custom “Free Trial” and “Login” buttons on the right hand side of the standard navigation. How would I accomplish this with my “enfold” template.

    M.

    #237091
    #237088

    Hey Guilherme!

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

    #menu-item-8 {
    background-color: #7ac144;
    }

    Seems like you figured out the rest!

    Best regards,
    Yigit

    Hi!

    Please update Enfold to the latest version 2.6.1 ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ )
    new Google Maps Element was added as you can see here http://kriesi.at/themes/enfold/pages/contact/

    Regards,
    Yigit

    #237077

    In reply to: Some Little CSS Issues

    Ekran görüntüsü Chrome’dandı fakat IE11 üzerinde IE8 modunda görüntüleyince böyle gözüküyor http://i.imgur.com/GK5YQl8.jpg
    Enfold theme options > Styling bölümündeki Quick CSS bölümüne aşşağıdaki kodu ekleyip tekrar göz atar mısınız

    .image_size_widget .news-thumb img { width: auto; }

    Cheers!
    Yigit

    #237068
    openpotion
    Participant

    I’m using the enfold theme and contact form 7 and my email output I need to be pure text email but BR codes are being added at the end and there are no carriage returns in the email settings at the end:

    Output:
    { “item_type”: “deal”, “title”: “Test Biz”, “organization”: “Test Biz”, “value”: “9000”, “currency”: “USD”, “owner”: ” (Email address hidden if logged out) “, “visible_to”: “0”, “stage”: “1”, “expected_close_date”: “2014-03-13”, “38951d42601f4b3df7df790898995123662d0f78”: “testing the text area (aeuAOE) ; super “cool””, “person”: { “name”: “Test User”, “email”: ” (Email address hidden if logged out) “, “organization”: “Test Biz”, “phone”: “(310) 651-6678, x801” “5774acadbd6cb87ccaf4901a88d22dcfea53e46e”: “Google” }}<br />
    <br />
    what I have in email setting for the body:
    http://take.ms/Ah6nd

    How do I strip all tags from non-html emails? Is this caused by some customization of contact form 7 in Enfold? I don’t see others having this issue with contact form 7 on other themes.

    https://wordpress.org/plugins/contact-form-7/

    • This topic was modified 12 years ago by openpotion. Reason: changing my emails in code
    #237055

    Hey!

    Please update Enfold to the latest version 2.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Or if you do not want to update but remove breadcrumbs globally, please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { display: none; }

    Regards,
    Yigit

    #237046

    Had the same issue. This is how I fixed it:

    In Enfold Theme options set “Where do you want to display your blog” to nothing.

    Then go to Appearance > Themes > Customize (when you hover over theme) and then set Blog to nothing as well.

    Create your Blog/News page, add whatever elements you want in the Advanced Layout Editor (be sure to include the Blog Posts element and configure from within).

    Original Thread: https://kriesi.at/support/topic/editing-blog-homepage-outside-of-avia-layout-builder/

    • This reply was modified 12 years ago by Thinkgate.
    #237037

    All is well. Yoast was updated, plus I hadn’t updated Enfold. I have signed up for updates now.

    THANKS

    #237036

    In reply to: Insert a new font

    Hey Yigit !
    Thx for your answer, but i doesn’t find the enfold file who they display the font face. Can you help me please ?

    Best regards, R3v0x.

    #237034

    In reply to: Mobile Cart Button.

    Thanks perfect. Is this included in newer versions of the enfold theme?

    #237031

    This is the new Italian translation for 2.6, hard work, 400 entries changed

    Best regards,
    Giuseppe Beghelli

    #237028

    In reply to: Mobile Cart Button.

    Hey wesleysoccer!

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

    @media only screen and (max-width: 767px) {
    .responsive .cart_dropdown {
    display: block;
    }}

    Cheers!
    Yigit

    #237026

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
    color: orange; }

    This is how slide out menu works. You can see the same on demo site http://kriesi.at/themes/enfold/

    Regards,
    Yigit

    #237014

    Topic: image library

    in forum Enfold
    Edna
    Participant

    Hi,
    I have recently purchased Enfold. Thanks so much for such a robust theme.
    Have a question regarding the media library. I seem to have a lot of duplicates of all images when i view my media library (7 pages worth of images are listed). However I have a total of 44 image files on the server (viewing through FTP).
    Any help would be much appreciated.

    #237012

    Hey!

    Please switch to Enfold theme in Appearance > Themes. Currently Twenty Fourteen theme is active

    Cheers!
    Yigit

    #237004

    Hi Dan!

    Please update Enfold to the latest version 2.6.1 ( see – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) and check if that helps. If not, let us know so we can assist you further

    Best regards,
    Yigit

    #237003
    modelity
    Participant

    Hey,

    We’ve made some modification to our enfold theme, but many of them were done inside the enfold theme and not in our child theme.
    I’d like to redo all those changes in a more elegant way, so we could easily upgrade the theme version without loosing all our modifications.
    In many cases it is quite easy to add a hook to a filter or an action, but there are cases when it is not that obvious.
    For example- we’ve changed the default parameter values in the avia_post_nav function in functions-enfold.php (instead of $same_category=false we use $same_category=true).

    I see only two options, which none of them is really satisfying, to change the default without touching the theme itself:
    1. Make a copy of this entire function into the child theme functions php file, and just change the default parameter value. This means that if tomorrow this function changes in enfold, this change would not apply for us.
    2. Make a copy of the footer.php file (which uses this function) and then pass the variable value – avia_post_nav(true). This means that if the footer.php file changes in the next enfold version, it would also not apply for us.

    Which of the above is preferred? (I personally think that cloning the footer is better). Is there any other more elegant way?

    Thanks,
    Lior

    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 ago by Thinkgate.

    Hi!

    Please update Enfold to the latest version 2.6.1 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If not, let us know!

    Regards,
    Yigit

Viewing 30 results - 226,351 through 226,380 (of 244,362 total)