Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 9,352 total)
  • Author
    Posts
  • in reply to: Personal section for users #242572

    Hi eymata!

    You can set a page/post to “Private” or “Password Protected”. Then a user must log in to view the post or he/she must enter a password to view the content. If you just want to hide a section of a page I recommend to install a membership plugin like: http://wp-member.com/ or S2 Member which support shortcodes to hide content parts for unregistered members.

    Cheers!
    Peter

    in reply to: Vollbild-Slider Size #242571

    Hey!

    Versuche einmal diesen Code in das Quick CSS Feld einzufügen:

    
    .avia-fullscreen-slider .avia-slide-wrap {
    background-size: contain;
    }
    

    Regards,
    Peter

    in reply to: Fullscreen slider doesn't work on opera #242570

    Hi Rolf!

    I can’t reproduce the issue with the latest version of Opera on Win8.1: http://www.screenr.com/DhSN
    I’ll mark this thread for Kriesi though – maybe he can reproduce the issue on a Mac. Maybe a browser extension causes this issue on your PC.

    Cheers!
    Peter

    in reply to: Breadcrumbs not showing correct path #242567

    Hi!

    WordPress doesn’t know which “masonry page” is the parent page of a “single portfolio entry” because the masonry grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.

    I.e. if the user first views this portfolio grid page (http://frostholm.co.uk/portfolio/bedroom-furniture/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://frostholm.co.uk/portfolio-item/edwardian-dressing-stand/ ) Enfold uses the session data and the saved page id to build the breadcrumb (You are here:Home / Antiques / Bedroom Furniture / Edwardian Dressing Stand). If the user accesses the portfolio entry from another portfolio page: i.e. from http://frostholm.co.uk/ it does not save the parent page id and the breadcrumb will be wrong. Note that you need to clear the browser cache to remove the session data if you want to test this.

    You’ve two options:

    1) Make sure that the same portfolio items are not part of several masonry grids and remove the masonry grid from the homepage.

    2) Use the code I posted here: https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ – then the breadcrumb will just the portfolio categories of the current entry and by going this way the breadcrumbs will always have the same structure regardless of the masonry gridpage/location. However you can’t show the masonry page link in the breadcrumb because the breadcrumb will just list the categories of the current portfolio entry.

    Best regards,
    Peter

    in reply to: Form Not Working on Mobile Devise #242564

    Hi!

    I marked this thread for Kriesi and Devin.

    Best regards,
    Peter

    in reply to: Error in Fullwidth Masonry #242563

    Hi estudiodac!

    Please try to deactivate all third party plugins. Maybe some plugins like Post Types Order, etc. manipulate the masonry query and this can break the load more button.

    Regards,
    Peter

    in reply to: Problem with responsive transparent header #242561

    Hey kardemomme!

    I reported it to Kriesi. You can use this css code:

    
    @media only screen and (max-width: 767px){
    #top .av_header_transparency #header_main {
    background-color: #fff !important; 
    }
    }
    

    as a temporary quick fix. Insert it into the quick css field.

    Cheers!
    Peter

    in reply to: Portfolio items #242560

    Hi!

    Bitte entschuldige die späte Antwort. Ich weiß nicht, was du mit “richtige ‘Portfolio item’ meinst. Wenn du derzeit die Ajax Vorschau nützt (zB wie hier: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ dann kannst du diese deaktivieren. (Option “Link-Handhabung”: http://www.clipular.com/c/5932273564123136.png?k=88WjUJHu-2dXjOFaKyTg3_dSQIQ ). Die einzelnen Portfolio Seiten: (zb http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/ ) zeigen schon alle Inhalte deiner Portfolio Einträge und da kann man nichts hinzuzfügen bzw verändern.

    Best regards,
    Peter

    Hey AntonNovikov!

    I think Kriesi just hided it because of styling reasons. If you want to show the field just insert this code into your child theme functions.php file:

    
    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "<style type='text/css'>";
    echo "
    
    .avia_mega_active.menu-item-depth-2 .description-title, .avia_mega_active.menu-item-depth-3 .description-title{
    display: block;
    }";
    echo "</style>";
    }
    

    Cheers!
    Peter

    in reply to: Latest News widget: show custom post type #242263

    Hi!

    I created a child theme with the code. You can edit the widget code here: http://test.fotografieduo.com/wp-admin/theme-editor.php?file=functions.php&theme=enfold-child

    I couldn’t get it to work with the parent theme though – I’m not sure why but maybe it’s because the child theme functions.php loads before the parent theme files.

    Best regards,
    Peter

    in reply to: Upload Media Currently Will Not Work #242220

    Hi!

    Great, glad you found a solution :)

    Cheers!
    Peter

    in reply to: Erweiterter Layout-Editor – Avia Layout – Shortcode #242193

    Hey marcus2907!

    Dieser Editor unterstützt nicht alle Shortcodes, da wir nicht gewährleisten können, dass alle Shortcodes mit anderen Shortcodes kombiniert werden können. Da es dadurch zu fehlerhaften Kombinationen kommen könnte, haben wir uns entschlossen den Benutzer nicht die Möglichkeit zu geben in Tabs/Reiter, etc. alle weiteren Shortcodes einfügen zu können. Wenn daher ein Shortcode eingefügt werden soll, empfehle ich ein zweites Fenster bzw Tab zu öffnen, wo dann das “Zauberstab” Icon verwendet werden kann, um Shortcodes zu generieren und diese Shortcodes kann man anschließend mit copy&paste in die Tab-Editoren übernehmen. Dies ist ein “Workaround”, den wir zwar nicht offiziell unterstützen, aber dir trotzdem die Möglichkeit geben sollte die meisten Kombinationen fehlerfrei umzusetzen. Ich bin mir aber ziemlich sicher, dass es noch andere Kombinationen gibt, welche nicht funktionieren (Tabs innerhalb Tabs, Toggles innerhalb Toggles, etc.) und daher wollen wir innerhalb anderer Shortcodes nicht alle anderen Shortcodes zugänglich machen.

    Best regards,
    Peter

    in reply to: Title in fixed part of header #242076

    Hi!

    1) Yes, the option on the editor page will just affect the page you edit. The “Enfold > Theme Options” settings will be used for all pages if no special settings are set on the editor page for a certain page/post.

    3) Ok, the Kriesi’s logo code is not compatible with the “right logo” layout. You can try to use the “ava_after_main_menu” action to add some custom text to the header. Use it like:

    
    add_action('ava_after_main_menu', 'kriesi_logo_addition');
    function kriesi_logo_addition()
    {
     echo "My Text";
    }
    

    and instead of My Text insert your custom text.

    Regards,
    Peter

    in reply to: Breadcrumb structure similar to URL ? #242048

    Hey jhbretin!

    The breadcrumb will use the page title for the breadcrumb link. If you want to use a custom h1 title I recommend to make the title bar a h3 or h2 headline and to insert the h1 headline into the page content manually. Then you can i.e. use “CD” as page title for the breadcumb + headline and insert “Pressage CD cristal” as h1 headline into your content. To change the h1 heading to h2 or h3 by adding this code to your child theme file:

    
    add_filter('avf_title_args', 'change_page_title_heading', 10, 2);
    function change_page_title_heading($args,$id)
    {
            $args['heading'] = 'h3';
        return $args;
    }
    

    and insert your headline type instead of h3. Then use i.e. the “Special heading” element to add a h1 headline to your content.

    Cheers!
    Peter

    Hey!

    Quick CSS refers to the option field (Enfold > Styling). Custom CSS is just a general term for css code which is not part of the (parent) theme code. You can insert it into the quick css field or into your child theme style.css file.

    Regards,
    Peter

    Hi!

    Glad you solved the issue :)

    Regards,
    Peter

    Hey!

    You can hide the buttons with:

    
    .page-id-571 #ssba {
    display: none !important;
    }
    

    instead of 571 insert the id of the page where you want to hide the buttons.

    Cheers!
    Peter

    in reply to: Enfold extremly slow #241853

    Hey!

    Please re-uploaded the enfold\config-wpml\config.php file (use ftp). I edited the file to test if Polylang is fully compatible with Enfold but unfortunately it’s not. At the moment Enfold officially only support WPML and does not work properly with Polylang or qtranslate. If WPML does not run smoothly on your server I recommend to contact the plugin developers (they’ve a dedicated support forum) and hopefully they can provide some hints how you can improve the plugin performance (maybe by tweaking the plugin settings, etc.). If they can’t help you I recommend to try a different host provider since many other Enfold theme users also use WPML to translate their website and their websites load pretty fast (between 3-6 seconds – it depends on the size of the images, etc.).

    Cheers!
    Peter

    in reply to: Search results link not WPML compattible #241851

    Hey!

    Glad you found a solution. I recommend to paste the code into the child theme functions.php – then the theme update won’t overwrite it.

    Cheers!
    Peter

    in reply to: About Facebook comment box code #241791

    Hi!

    You can add the code to enfold\includes\loop-index.php – I recommend to add it below following code:

    
                if(has_tag() && is_single() && !post_password_required())
                {
                    echo '<span class="blog-tags minor-meta">';
                    the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
                    echo '</span></span>';
                }
    

    Cheers!
    Peter

    Hey!

    We’ll fix this with the next update.

    Best regards,
    Peter

    in reply to: Google Reviews and Rich Snippets #241772

    Hi danieldunn10!

    The testimonials on your website do not affect your google reviews/ratings. If someone wants to submit a google review he/she needs to follow the instructions here: https://support.google.com/plus/answer/2622999?hl=en

    Afaik it’s currently not possible to send testimonials to google with an API – probably because too many users would try to abuse this API to send faked ratings/reviews.

    Cheers!
    Peter

    in reply to: PrettyPhoto: iframe Darstellung auf iPad #241579

    Hi!

    Versuche einmal folgende Klasse zum Iframe-Link hinzuzufügen:

    
    class="lightbox" 
    

    Cheers!
    Peter

    in reply to: Problem with WPML and Language flags in header #241577

    Hey!

    See: https://kriesi.at/support/topic/wpml-language-switcher-flags/#post-241574 – if you want to use the “dropdown” instead of the vertical flags activate the default “add flags to menu” option and use the code I posted in the thread to deactivate the theme language switcher.

    Cheers!
    Peter

    in reply to: WPML Language switcher flags #241574

    Hi ChrisiRa!

    Since 2.6.2 Enfold will add the flags to the main menu if WPML is activated and no top bar (secondary menu) is activated.
    You’ve two options:

    1) Go to WPML > Languages and deselect the ” Display the language switcher in the WP Menu” checkbox. This will deactivate the default menu language switcher.

    or

    2) If you don’t want to show the theme language switcher in the main menu insert this code into your child theme:

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
    }
    

    Cheers!
    Peter

    in reply to: Problems with ajax portfolio preview #241551

    Hi Benjaminlivingthebrand!

    Open up enfold/js/shortcodes.js and replace

    
    animating = true;
    										
    loader.hide();
    

    with

    
    animating = true;
    $('.avia_close').trigger('click');					
    loader.hide();
    

    Regards,
    Peter

    Hey!

    Since 2.6.2 Enfold will add the flags to the main menu if WPML is activated and no top bar (secondary menu) is activated. If you don’t want to show the flags in the main menu insert this code into your child theme:

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
    }
    

    Regards,
    Peter

    in reply to: Gallery Function to change images on click only #241545

    Hi Andrea!

    Open up enfold/js/shortcodes.js and replace:

    
    gallery.on('mouseenter','.avia-gallery-thumb a', function()
    

    with

    
    gallery.on('click','.avia-gallery-thumb a', function()
    

    Cheers!
    Peter

    in reply to: Which config.php file? #241542

    Hi!

    Yes, I recommend to update to 2.6.2 because the new theme version also fixes some other issues.

    Cheers!
    Peter

    in reply to: Woocommerce checkout not working #241541

    Hi!

    I suggest to check the troubleshooting guide here: http://docs.woothemes.com/document/problems-with-large-amounts-of-data-not-saving-variations-rates-etc/ – I think the max_input_vars limit might cause the issue and you need to increase it.

    Regards,
    Peter

Viewing 30 posts - 4,441 through 4,470 (of 9,352 total)