Viewing 30 results - 236,371 through 236,400 (of 244,571 total)
  • Author
    Search Results
  • #179596
    This reply has been marked as private.
    #179592

    Topic: login/logout links

    in forum Enfold
    jackyking
    Participant

    Hi,

    Would this be compatible with Enfold? I was told it works with WP menus. Not sure if Enfold uses WP menus.

    add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2);
    function add_login_logout_link($items, $args) {
            ob_start();
            wp_loginout('index.php');
            $loginoutlink = ob_get_contents();
            ob_end_clean();
            $items .= '<li>'. $loginoutlink .'</li>';
        return $items;
    }

    thanks,

    #179589

    Hi!

    I can’t reproduce the issue on my test servers. Maybe someone can create us an admin account and post the login credentials as private reply?

    Regards,
    Peter

    #179586

    Hi!

    We really need to see the actual website. For the mean time, please download the latest version of Enfold on your themeforest account. Update your theme files via FTP. Watch this video how: http://vimeo.com/channels/aviathemes/64927356

    Regards,
    Ismael

    #179580

    Hi konings194!

    Please create us an admin account and post the login credentials as private reply. Please also remove the host file protection and make sure that we can access the web server without editing our host files.

    Best regards,
    Peter

    #179569

    Hey!

    Please update to the latest version of Enfold (released yesterday) and add following code to the functions.php file to change the label:

    
    add_filter('avf_toggle_sort_first_label','avia_change_toggle_label', 10, 2);
    
    	function avia_change_toggle_label($all, $params)
    	{
    		$all =  "Name of your label";
    		return $all;
    	}
    

    Cheers!
    Peter

    #179563

    Hi Ismael!

    Please can you give me a short example?

    How can I use the Shortcode?

    What means Shortcode Wand?

    Where can I read which Shortcodes are usable with Enfold?

    Thanks and regards
    Bruno

    #179549

    Hey!

    I wonder how the Enfold theme can conflict with this plugin. Especially because the php notice (NOTICE: wp-content/plugins/CookieInfo/inc/class.settings-api.php:94 – Undefined index: desc) indicates that the plugin tries to access an array value which is not defined and this error as nothing to do with the theme. You can try some free plugins from here: http://wordpress.org/plugins/search.php?q=cookie if the plugin author can’t help you.

    Best regards,
    Peter

    #179541

    It’s really a shame to hear as it basically means I’ve wasted money.
    But you are totally right. I’ve tried many plugins in combination with Enfold, many way more complex than this Cookie plugin. If those complex plugins can run without conflicts, this one should too. I’ll contact the author again to see if he is willing to correct it. If not, then I guess someone is getting a lower rating on Envato. :(

    Thanks for the info, Devin.

    #179524

    Topic: additional menus

    in forum Enfold
    thanp73
    Participant

    I can;t seem to get the hang of additional menus in this theme- I can get the main menu all config’d and it looks awesome, however is there any way to create sub-menus for sections of the site?

    must I use child pages to do so?

    Related question – if I need to use child pages, then how do you control the menu item info (Eg, if page title is “Way Too Long A Title” and you want the menu item to be “Title”, how do you do it for submenus if you can create submenus?

    this page seems to have a submenu, I can;t seem to figure out how to do same.
    http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/

    • This topic was modified 12 years, 5 months ago by thanp73.
    #179521
    thanp73
    Participant

    on the Kriesi site and enfold demo, there are several images (not sure if they are sliders or what) where there is an oval shaped link overlay that has two link choices- how/where do I do that?

    on kriesi homepage, it’s
    Beautiful & Functional
    WordPress Themes
    (two links in oval) View ThemesorLearn More

    #179520
    Norton
    Participant

    I can’t figure it out.
    I want to create a simple page template with a centered image.
    I need it because I am using a real estate MLS plugin that spawns pages with property search results.
    The only choices are “default”, “archive” and “blank, no header, no footer”

    The “dsIDXpress” plug-in has a pull down to select a template to use for Results Pages.
    http://www.hosinski.com/search-mls/

    Thanks

    #179505

    Hey!

    Unfortunately this isn’t easily added into a child theme. Your best route would be to keep a backup of your changes locally and re-apply them after an update.

    Best regards,
    Devin

    #179499

    In reply to: Enfold > fatal error

    Fixed it. Had to delete the theme altogether and re-install it. Might want to look into this. There is another thread where someone added something to functions.php and got the same frustrating result.

    #179498

    In reply to: Enfold > fatal error

    Have now tried replacing header.php with header.php directly from themefiles I just grabbed from Themeforest…still not working.

    #179492

    In reply to: Enfold > fatal error

    Also – changed header type and no difference. Still getting error

    #179491

    In reply to: Enfold > fatal error

    I originally used

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600,800';
    return $fonts;
    }

    But according to the post mentioned above, dude had it posted twice? So when I added it twice, as directed, it gave the error. I am just trying to set my font weight to 700

    #179490

    In reply to: Enfold > fatal error

    Hey David!

    Please post the code that you use here. Go to Enfold > Header, change the Header Type then change it back. Save changes.

    Regards,
    Ismael

    #179486

    In reply to: Enfold > fatal error

    P.S – the site is bunnndle.com I can access the dashboard but not the front end? I have since removed the code mentioned above…no luck.

    WP-part
    Participant

    The last to theme updates gives me an error my sitemap

    This page contains the following errors:
    error on line 1 at column 85: XML declaration allowed only at the start of the document
    Below is a rendering of the page up to the first error.

    Im jusing Yoast WordPress SEO: XML Sitemaps

    From what i can read – the error is something with an emtpy line in my theme?

    #179472

    Topic: Enfold > fatal error

    in forum Enfold
    zerozendesign
    Participant

    Hey guys,

    Followed this instruction https://kriesi.at/support/topic/need-to-use-all-weights-of-the-open-sans-font-e-g-bold800/ to attempt to make more font weight options for open sans. Instead I am now getting
    Fatal error: Call to undefined function avia_header_setting() in /home/codeless/public_html/bunnndle.com/wp-content/themes/enfold/header.php on line 7

    Copied the code exactly.

    abedia
    Participant

    HI. I do something wrong and I don’t know what? I want to create a page like this:
    http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
    I only see the white boxes without pictures inside but the titles and description for each portfolio is shown. When I click on each entry I can see the image in the new page but is is not shown in the Fullwidth Masonry Entries.
    Thanks for your help!

    #179453

    Thanks–it works now!

    I want to make it easy to keep up with future theme updates. Would you please let me know what’s needed if I want to make all these js and css changes to the child theme instead of the parent theme?

    thanks,

    kheong

    Hey Tomaz!

    Update the theme via FTP, when doing it, skip the /lang folder so it will get preserved:

    Cheers!
    Josue

    #179424
    topergarden
    Participant

    Hi there,
    I’ve just purchased Enfold and am slowly working out the features. I’m really keen to use the masonry display to show a grid of recent posts of particular categories on certain pages.

    I tried adding the ‘fullwidth masonry’ item to a page and selected the appropriate category. The posts, however, are displayed one after the other down the page and the featured image of each post is shown at full-size tiled across the page. I can’t work out why it’s doing this and I’ve tried all the different tiling options.

    Should the featured image of each post be shown in the tile?

    Thanks

    #179423

    In reply to: Layerslider not saving

    Ok, we’ve seemed to have fixed this. It appears that by changing the URL in the image upload section to just /wp (we removed our url) it sorted it out. Not sure why it all of a sudden stopped working, but it’s fixed now. Thanks for your help Enfold.

    #179407
    Michael
    Participant

    I have 2.4 Enfold and the latest Yoast WordPress SEO. (default settings)

    I added the focus keyword, SEO Title and Meta Description then updated the page. After that, the page, in WP editor, is blank. Note that the page was built with the page builder.

    When I deactivate WP SEO all is fine.

    Page also still displays fine, it is just broken in the editor.

    Ideas?

    #179406

    Please give us an option to choose NO featured image for a single post.
    They can be removed with css, but a proper theme option is so much more elegant.

    #179404

    Hi darkcanvas!

    You can ask it here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,
    Ismael

    #179402

    In reply to: Font not changing

    This reply has been marked as private.
Viewing 30 results - 236,371 through 236,400 (of 244,571 total)