Forum Replies Created

Viewing 30 posts - 2,791 through 2,820 (of 9,352 total)
  • Author
    Posts
  • in reply to: Video Problems #288608

    Hi!

    I recommend to use the “fullscreen slider” instead of the “fullwidth slider” if you want to display the video fullscreen: https://www.clipular.com/c/4723144656945152.png?k=FAoOC9uc8LnZADZBbuybMFcZEM8

    The fullwidth slider will only stretch it to 100% of the screen width and will not take care of the height. Please not the browser scales the video based on the screen resolution. There’s no way to limit the video size.

    Best regards,
    Peter

    in reply to: WPML Language Selector Text Instead of Flag #288604

    Hey!

    You can use this code to remove the flags completely – insert it into the functions.php file:

    
    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 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    

    Then go to WPML > Languages and tick the “Display the language switcher in the WP Menu” option. You can also configure the language switcher type (dropdown, list, etc.) on this option page.

    Regards,
    Peter

    in reply to: Bullet List Bullet Color #288601

    Hi Snerp!

    You can’t (at least directly) change the bullet color without changing the text color. The only workaround would be to wrap your text into spans with style attributes or css classes which apply a different color to the text. If you want to change the color of the bullet lists use:

    
    #top .main_color ul li{
    color: #333;
    }
    

    and replace #333 with your custom color value. If you want to use a different font color wrap your text into spans like:

    
    <ul>
    <li><span class="my_custom_li_color">My Text</span></li>
    <li><span class="my_custom_li_color">Some Other Text</span></li>
    </ul>
    

    and then use css code:

    
    #top .main_color ul li .my_custom_li_color{
    color: #ff0000;
    }
    

    to change the font color of the text only.

    Regards,
    Peter

    in reply to: Custom shortcodes in Accordion title? #288598

    Hey!

    Accordion titles do not support shortcodes by default. If you really want to use a shortcode in the title open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php and replace:

    
                if(empty($toggle_atts['title']))
                {
                    $toggle_atts['title'] = avia_sc_toggle::$counter;
                }
    

    with

    
                if(empty($toggle_atts['title']))
                {
                    $toggle_atts['title'] = avia_sc_toggle::$counter;
                }
    
                $toggle_atts['title'] = do_shortcode($toggle_atts['title']);
    

    Regards,
    Peter

    in reply to: Google ad banner above post title #288596

    Hey Swedfit!

    I don’t know which code you need to display the banner but you can insert it in wp-content/themes/enfold/includes/loop-index.php above following line:

    
    echo $title;
    

    I.e. if it’s some html code it will look like:

    
    ?>
    My banner code
    <?php
    echo $title;
    

    and replace “My banner code” with your custom banner code.

    Cheers!
    Peter

    Hi!

    Please create us an admin acount and post the login credentials as private reply. I need to debug the code first hand – I’m not sure why it’s not working at this point.

    Best regards,
    Peter

    Hi!

    I made a mistake while I edited wp-content\themes\enfold\config-bbpress\config.php. Please upload an unmodified version of the file and replace:

    
    add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    

    with

    
    add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avf_accordion_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    

    I’m pretty sure this will fix the accordion issue.

    Regards,
    Peter

    Hey!

    Please create us an admin account and post the login credentials as private reply – we’ll check why the product widget area does not work. Please note we do not provide support regarding the customization of the product page templates. The article: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/ is intended for developers and you might need to hire a freelancer/developer to create a template which fits your requirements. We can just provide support for the default product templates where the sidebar is on the left side underneath the product images.

    Cheers!
    Peter

    in reply to: Using Enfold as a member only store #288142

    Hey lavizon!

    No, WooCommerce doesn’t offer such a feature out of the box and Enfold just uses the default WooCommerce templates. This woocommerce extension might help you though: http://a3rev.com/shop/woocommerce-quotes-and-orders/

    Cheers!
    Peter

    in reply to: HTTPS Problems With Site #288136

    Hi!

    Please update to Enfold 2.8.1 and then follow the instructions here: https://kriesi.at/support/topic/ssl-site-is-broken/

    Cheers!
    Peter

    in reply to: Enfold http https issue #288135

    Hi jschuer!

    Please see https://kriesi.at/support/topic/ssl-site-is-broken/

    Regards,
    Peter

    Hi Lara!

    Please increase the PHP memory to 128M.

    Regards,
    Peter

    in reply to: Missing stylesheet inital upload #288101

    Hi!

    I get a lot of 404 errors on the editor page – all errors affect wordpress core files and are not connected to the theme:

    
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.13.0
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/mediaelement/wp-mediaelement.css?ver=3.9.1
    Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=538&action=edit:410
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js?ver=4021-20140423
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/langs/wp-langs-en.js?ver=4021-20140423
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/media/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/media/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js
    Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js tinymce.min.js?ver=4021-20140423:4
    
    

    You can try to re-upload the wordpress cms files (download the zip here: http://wordpress.org/download/ , extract it and upload the files). If it still doesn’t work you must contact your host because then it’s probably a server configuration issue and you must work with the server administrator to solve the issue.

    Regards,
    Peter

    Hi!

    This plugin is already embeded in the theme but it support only primary language.

    No, I don’t think so. We never bundled this (or a similar) plugin with Enfold and you can’t apply a custom order to your portfolio entries with Enfold out of the box. You need to contact the plugin author and ask him if he can and wants to make his plugin compatible with WPML

    Cheers!
    Peter

    in reply to: Enfold & WPML, CSS issues #288079

    Hey!

    Please check the website now. I just copied the quick css code from the DE version to the EN version of the website and the headline weights and the icon color changed as expected. Maybe you need to clear the browser cache to see the result.

    Best regards,
    Peter

    in reply to: Translate Enfold multi site #288069

    Hey!

    Please check the login credentials – I get an error when I try to log in: ERREUR : le mot de passe que vous avez saisi pour l’identifiant enfold n’est pas le bon. Avez-vous perdu votre mot de passe ?

    Cheers!
    Peter

    in reply to: Can't figure out what's going wrong with anchor tags #288068

    Hey!

    I tagged this thread for Kriesi. I couldn’t find a quick solution and I’ll leave it up to him to decide whether he wants to support the xlink:href attribute or not.

    Regards,
    Peter

    Hey!

    Please create me an admin account and I’ll look into it. The login credentials here: https://kriesi.at/support/topic/urgent-please-help-dynamic-content-elements-are-not-showing-up-on-my-site/#post-286940 don’t work for me…

    Cheers!
    Peter

    in reply to: Widget display: blog, pages, everywhere #287705

    Hey!

    Yes, you see some “dummy widgets” if the “Displayed Everywhere” area is empty. Personally I recommend to insert an empty text widget into the sidebar to get rid of the dummy widgets. Alternatively delete this code in sidebar.php:

    
    
            //default dummy sidebar
            if ($default_sidebar)
            {
                 avia_dummy_widget(2);
                 avia_dummy_widget(3);
                 avia_dummy_widget(4);
            }
    

    Best regards,
    Peter

    in reply to: Sharing links #287703

    Hey luoja!

    You just need to update to Enfold 2.8.1. Enfold will add them automatically at the bottom of the posts.

    Best regards,
    Peter

    in reply to: Commenting Counts #287701

    Hi heufti65!

    Please insert this code into the quick css field (or child theme style.css) to hide the comments count:

    
    #top .slide-meta-del, #top .slide-meta-comments{
    display: none;
    }
    

    Best regards,
    Peter

    in reply to: 2 – BlogPost Meta – Categories VS Author #287700

    Hi!

    Glad I could help you :)

    Best regards,
    Peter

    in reply to: Issue with posts redirecting to images #287699

    Hey Gurify!

    Maybe the image (attachment) uses the same slug like the post. Go to Media > Library and edit the image. Then edit the permalink of the image (i.e. append -image to the current slug) and save the image.

    Cheers!
    Peter

    in reply to: No "Close" button on Portfolio Lightbox #287698

    Hi Slade!

    Can you post a link to the portfolio page please? I couldn’t find a link in the main menu.

    Best regards,
    Peter

    in reply to: Transparent header #287697

    Hey softronix_ltd!

    Normally you can use the “Layout Options” on the editor page (right sidebar underneathe the “Publish” button): http://www.clipular.com/c/5678396386312192.png?k=GHJxKgRFTQO5VQZXv_s3x_63ZCE to configure the header styling. Note that you must use a recent, updated version of Enfold (v2.8.1+).

    Regards,
    Peter

    in reply to: 2 – BlogPost Meta – Categories VS Author #287694

    Hi!

    We’ll fix this bug with the next version. For a quick fix open up archive.php and replace:

    
                        $blog_layout = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive');
                       if($blog_layout == 'blog-grid')
    

    with

    
                       $avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive');
                      if($avia_config['blog_style'] == 'blog-grid')
    

    Cheers!
    Peter

    in reply to: form creation #287693

    Hi Frederic!

    Yes, Enfold does not support checkboxes and multiple rows of input elements. I recommend to use Formidable or Gravity Forms.

    Cheers!
    Peter

    in reply to: Masonry Blog? #287692

    Hi dubyajay!

    You can find it in the “content elements” tab: http://www.clipular.com/c/4839982531346432.png?k=jEX2nffYuz7WKawuq8UlGg_tGBQ

    Best regards,
    Peter

    in reply to: Missing stylesheet inital upload #287691

    Hi!

    Please try to follow Devins tutorial video: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/ – if the theme still doesn’t work please post your wordpress admin and ftp account credentials (as private reply) and we’ll look into it.

    Best regards,
    Peter

    Hey!

    Try this code:

    
    add_filter('avf_title_args', 'fix_events_page_title', 10, 2);
    function fix_events_page_title($args,$id)
    {
        if (get_query_var('post_type') == 'tribe_events' && !is_single())
        {
            if((tribe_is_upcoming() || tribe_is_past()))
            {
                $args['title'] = 'Events List';
            }
            else if(tribe_is_showing_all())
            {
                $args['title'] = 'List all events';
            }
        }
        else if(get_query_var('post_type') == 'tribe_events' && is_single())
        {
                $args['title'] = 'Screenings';
        }
        return $args;
    }
    

    Best regards,
    Peter

Viewing 30 posts - 2,791 through 2,820 (of 9,352 total)