Viewing 30 results - 220,921 through 220,950 (of 243,344 total)
  • Author
    Search Results
  • #261083

    Hi oeconomedicus!

    Thank you for visiting the forum!

    If you don’t mind, we would like to see the actual posts where the breadcrumb issue is happening. Please post the url here. Make sure that you’re running the latest version of Enfold, 2.7.1, with the latest version of WordPress which is version 3.9.

    Best regards,
    Ismael

    #261075

    Hey t3lgroup!

    Thank you for using the theme!

    Please add this on functions.php to change the label names.

    add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1);
    function avf_ajax_search_assign_label_names($label) {
    	if($label == 'Portfolio Items') {
    	$label = 'Products';
    	} 
    	else if($label == 'Posts') {
    	$label = 'News';
    	} else {
        $label = $label;
    	}
    	
    	return $label;
    }
    	

    You can add more conditions for different label names and you can find the hook on functions-enfold.php, line 152:

    $label = apply_filters('avf_ajax_search_label_names', $post_type_obj[$key]->labels->name);
    

    Best regards,
    Ismael

    Hey!

    Thank you for visiting the forum!

    Glad you figured that one out. In case you have questions, please try to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    #261070

    Hey syphadius!

    Thank you for using the theme!

    There is no difference between .po and .mo file actually. The .mo file is the compiled version of the .po file. You can use this application if you want to compile the .po files: http://poedit.net/ / http://www.gnu.org/software/gettext/

    Once you get hold of the .po and .mo files, place them on the enfold theme’s lang folder.

    Regards,
    Ismael

    #261061
    celebcomms
    Participant

    http://kimbongjour.com/enfold/parallax-mobile-error/

    this theme is have some mobile error..
    this page is parallax page.
    If i scroll down, i see the white space at top area.

    i need help.. :(

    • This topic was modified 11 years, 5 months ago by celebcomms.
    #261037

    In reply to: Update 2.7.1 Probleme

    Hi ConflateGermany!

    Thank you for using the theme!

    Have you tried to logout then login again? For the meantime, you can update the theme via FTP. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    I’ll ask Dude if he got any idea why the auto update is not working.

    Best regards,
    Ismael

    #261036

    Hi charger70!

    Thank you for using the theme!

    Please try to remove the background image then upload it again but before doing that, go to wp-content/uploads/dynamic_avia folder then delete the enfold.css file. Let us know if it works.

    Regards,
    Ismael

    #261032

    I was having the exact same problem. The above works. Would be nice to dial this down a bit to just the element in question. This overrides the styling in my Enfold input fields, which I kind of liked. A more subtle solution would be nice but I tried entering this in the NF CSS code and it didn’t work.

    I emailed James who is the author of the NF Styling plugin. If I hear back I’ll let you know.

    khedrubje
    Participant

    Hi..

    I purchased the tri.be pro version of the calendar and i am trying to get it to display properly.
    I would like the calendar to display full width(no sidebar) and the events page to display a sidebar with custom widgets.
    How do i do that.
    Thx

    ………. SOLUTION ……………………
    Hope this helps someone else out. Basically follow this tutorial. But make these changes to the following pages.
    http://tri.be/selectively-removing-sidebars-in-twenty-twelve/

    FUNCTION.PHP page

    add_filter(‘body_class’, ‘tribe_make_events_fullwidth’);

    function tribe_make_events_fullwidth($classes) {
    if ( in_array(‘full-width’, $classes) ) return $classes;
    if ( tribe_is_event_query() && ! is_singular() ) $classes[] = ‘fullsize’;
    return $classes;
    }

    PAGE.PHP

    <?php

    //get the sidebar

    $avia_config[‘currently_viewing’] = ‘page’;

    if ( ! tribe_is_event_query() || ( tribe_is_event_query() && is_singular()))

    get_sidebar();

    ?>
    </div><!–end container–>

    GRID.CSS – wp-content/themes/enfold/css/grid.css

    .responsive_large .fullsize .container .nine.units {
    width: 100%;
    }

    • This topic was modified 11 years, 5 months ago by khedrubje.
    rgenieters
    Participant

    Hi,

    I am trying to get this done.. on my homepage I got testimonials. In these testimonials there are ‘read more’ links (maybe a good future feature?) that link to another page where the whole testimonials are located. This is one long page with all the testimonials (with color sections for the Section ID).

    But if I link to /testimonailpage/#nameanchor then the page isn’t displayed correctly.. I need to add whitespace and whatnot to get the testimonials right. Also this page loads and there is not smooth scrolling to the anchor.. is that possible?

    How to fix this or am I doing something wrong – or is there a better way using another feature/shortcode of Enfold? I already tried other suggestions with the avia.js but they didn’t work..

    Hope to hear from you soon!

    Ren

    #261010
    This reply has been marked as private.
    #261007
    jazzmanzem
    Participant

    I am having trouble entering text descriptions for Team Members using the shortcode:

    • Sometimes it works fine – usually when “hand typing” in the text

    • Never works if I paste text (I have tried copying text from notepad, dreamweaver and others to make sure any formatting was stripped out)

    • I always end up getting the Team Member Name, Team Member Job Title and photo to show up.

    • The description text always show up in the visual and text editors, but not when viewing the post live.

    • I DO NOT have the problem using the Advanced Layout Editor

    • Problem just recently popped up

    • I have tried deactivating all plugins

    • WordPress version 3.9 Enfold version 2.7.1

    Thank you in advance.

    #261006
    RinaR
    Participant

    Hi, first of all, great work with the enfold theme, the best i´ve ever seen!

    I created a page with some sites in the menu and i also want to create the home page as scrollable like the one page portfolio in your demo.
    But i dont want to duplicate my content, instead i would like to just define a set of pages which should be appended one after another.
    So i do not have to write all the content twice on the scrollable home and the subsite.

    Is there already a possibility or is it something for the feature request? – Maybe you have an idea for an easy page template?

    Thanks in advance

    • This topic was modified 11 years, 5 months ago by RinaR.
    #261001
    Tech Dude
    Participant

    the furthest right corner of my main menu was knocked off alignment on the last enfold update. look under “investor relations”
    how can i get it’s sub-nav moved back so it’s right aligned with the last main menu item?

    #260993
    This reply has been marked as private.
    #260990
    brandonritt
    Participant

    Question: hi i need to add Book Antiqua to enfold general styling and i have no idea on how to do it. I tried through the forums but i got locked our with a parse syntax error enfoldchildtheme function php line 7. that issue is resolved but i still want to add the font to the theme. any help would be great. I guess i would need a step by step or pictures plzz. thank you for your time. Brandon

    #260988
    lkauffman2003
    Participant

    Below are the two error messages I get from my site post the WP 3.9 upgrade and the latest version of Enfold

    1
    Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/lkauffman/innovationdistrictsource.com/wp-includes/functions.php on line 3245

    2
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/lkauffman/innovationdistrictsource.com/wp-includes/functions.php:3245) in /home/lkauffman/innovationdistrictsource.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    The only unusual thing I might be doing is that I made the modifications suggested by the video refereed to on your forum for having the avia frame work run in posts. Can this or any of the messages above be repsonsible for the site surging to 800M or so in memory usage?

    #260974

    Hi cbassist!

    Please go to Enfold theme options and activate responsive layout – http://i.imgur.com/wKQZMa8.png
    You are currently using fixed layout

    Best regards,
    Yigit

    #260969

    Hi!

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

    .error404 #searchform, .error404 .entry-content {
    display: none;
    }

    Best regards,
    Yigit

    #260964
    aneubaue
    Participant

    Hi Support Team,

    currently I have Enfold Version 2.5.4 installed – my website http://www.dagmars-bodyshop.com works correct.

    As soon as I try to update to Enfold Version 2.7.1 it get´s messed up all over. I installed the new Version on a test site: http://www.test83080.test-account.com.

    I tried to update Enfold via the Update function in the admin panel (not working at all) and direct transfer of the Theme by FTP.

    I can not get it to work

    best regards,
    Andreas

    #260953

    In reply to: Menu Font Color

    Hi!

    No, it does work fine on my end. Please try adding the code to Custom.css file inside Enfold/Css folder via FTP

    Cheers!
    Yigit

    Hey Ken!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia-tooltip, .avia-tooltip .avia-arrow { background: red; }

    Best regards,
    Yigit

    #260950

    Hi wpnovice!

    Please go to Enfold/includes/admin folder and open register-admin-options.php file and comment out the tabs you would like to hide using // like example below

    $avia_pages = array(
    
    	array( 'slug' => 'avia', 		'parent'=>'avia', 'icon'=>"hammer_screwdriver.png" , 	'title' =>  'Theme Options' ),
    	//array( 'slug' => 'styling', 	'parent'=>'avia', 'icon'=>"palette.png", 				'title' =>  'General Styling'  ),

    Regards,
    Yigit

    #260949

    In reply to: Menu Font Color

    Hi Micheal0424!

    Please add folllowing code to Quick CSS in Enfold theme optiions under General Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Cheers!
    Yigit

    #260948

    In reply to: Header

    Hey!

    You should go to Enfold theme options > General Styling > Quick CSS field and add your custom CSS code as following

    .cusotm_content { color: red; font-size: 14px; }

    Best regards,
    Yigit

    #260945

    In reply to: Portfolio Reorder

    #260940

    In reply to: 404 page

    Hey!

    You can use Child theme to avoid losing changes you make on theme files. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Yigit

    #260939

    Hey!

    You should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version of the theme.

    Regards,
    Yigit

    #260930

    In reply to: Header area messed up.

    Found out the problem.

    Enfold > Header Layout > Header Behavior > Let logo and menu position adapt to browser window

    this option does something weird with the header… not just spreading it 100%.

    #260929
    This reply has been marked as private.
Viewing 30 results - 220,921 through 220,950 (of 243,344 total)