Viewing 30 results - 223,201 through 223,230 (of 243,663 total)
  • Author
    Search Results
  • #251005

    Hey heufti65!

    Please try adding !important rule as following

    .wp-caption-text {
    display:block !important;
    font-size:12px !important;
    font-style:bold !important;
    margin:0 auto !important;
    padding:3px 10px 5px !important;
    text-align:center !important;
    font-family: "Roboto", arial, sans-serif !important; }

    And flush browser cache after applying the code. If that still does not work, please try adding the code to Custom.css file inside Enfold/Css folder of your parent theme or Style.css file of your child theme if you are using one.

    Regards,
    Yigit

    #251004

    Hey coeval!

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

    .comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }

    To edit the comment text, please use this plugin http://wordpress.org/plugins/codestyling-localization/ or change it manually in Enfold/Includes folder and open Comments.php

    Best regards,
    Yigit

    #250993

    I am not using any short code – just the contact form in the visual editor in Black Studio TinyMCE. I have not seen that I can use any original enfold widgets?

    However, now I have inserted your short code. So it works.
    thanks

    #250983
    melangeur
    Participant

    Hello,
    As you can see on this screenshot, i have a little problem when unsign the blank template.
    Scroll the content stops at the bottom of the usual menu location.
    In fact, the previous image remains visible, which is not pretty.
    How can I change this?
    Thank you.

    Scroll on blank template

    #250982
    FLQA
    Participant

    Hi to the team !

    I’m running the latest versions of Enfold and WordPress and I stumbled upon the same problem as described here : https://kriesi.at/support/topic/header-size-with-blank-template/

    I found out how to get rid of the top “empty” header but one problem remains : when you scroll down to the next section via the button (I use a fullscreen slider), you get a new “empty” header corresponding to the height of a sticky header when you scroll down. I’ve been using the “minimum 100% of the browser height” for my color sections but I’m now loosing the benefit of it. I think it’s related to the new option for pages to have a fade-in sticky header, leaving an empty space when you use a template with no-header. Here is an example (just click on the button to scroll down) : http://agi.to

    Is there any fix for that issue ?

    Good day to you !

    Fred

    #250964
    german_photographer
    Participant

    Hey there,

    I have Enfold running on a multisite. Now I wonder what’s the best way to update. Do I use the Update function in the Network Admin Panel? Or is there a better / safer way. No changes made, only in the Quick CSS …

    Thanks for help!

    S*

    Hi adrianwackernah!

    Derzeit is kein flexibles Google Map Element in Planung, da die meisten Benützer nur ein “Fullwidth Map” Element wollten und keine Nachfrage nach einer Anpassung bzgl der Weite bestand (soweit ich weiß ist dies der erste Request). Ihr könnt aber gerne hier: https://kriesi.at/support/enfold-feature-requests/ einen Feature Request einbringen und wenn genügend Benützer dafür abstimmen, dann bauen wir es ein. Alternativ könnt ihr ein Plugin wie: http://wordpress.org/plugins/wp-google-maps/ verwenden, welches mittels Shortcodes arbeitet und die Weite flexibel anpassen kann.

    Best regards,
    Peter

    #250961

    In reply to: Enfold Showcase

    @zerozendesign

    Thank you for your answer,

    Of course, We can and will give more infomations if possible. We really need a Professional Web Design Company, our company is young but will work in international area. Bevor we share informations about us or our company, we want to see some references but your homepage is not available!

    We are looking forward and pleased for more recommendations and offers.

    Best Regards

    Hey!

    Great :)

    Cheers!
    Peter

    #250956
    ChristophTaschler
    Participant

    Hi,
    I can’t anymore upload images with Enfold and WPML – it is a HTML-Error without preview – picture. If I do it with Twenty Eleven Theme, it works. If I upload images with Enfold and WPML deactivated, it works.

    Have you any idea?
    Chears Chris

    Enfold 2.6.2
    WPML Multilingual CMS 3.1.4.
    Wordpress 3.8.2.

    #250955
    This reply has been marked as private.
    #250947

    Hi!

    Please create us an admin account and post the login credentials as private reply.

    Best regards,
    Peter

    #250934

    Hi morgantar!

    Since 2.6 Enfold will add flags to the main menu. If you want to display the language shortcode instead of the flag images insert this code into your child theme functions.php file:

    
        if(!function_exists('avia_append_lang_flags'))
        {
            //first append search item to main menu
            add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
    
            function avia_append_lang_flags( $items, $args )
            {
                if ((is_object($args) && $args->theme_location == 'avia'))
                {
                    global $avia_config, $sitepress;
    
                    if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'main_menu');
                    if($avia_config['wpml_language_menu_position'] != 'main_menu') return $items;
    
                    $languages = icl_get_languages('skip_missing=0&orderby=custom');
    
                    if(is_array($languages))
                    {
                        foreach($languages as $lang)
                        {
                            $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    
                            if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
    
                            $items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
                            $items .= $lang['language_code'];
                            $items .= "</a></li>";
                        }
                    }
                }
                return $items;
            }
        }
    

    (alternatively insert the code at the very top of enfold/functions.php after the <?php tag). You can also replace $lang[‘language_code’] with

    $lang[‘translated_name’]

    or

    $lang[‘native_name’]

    if you want to display the entire language name (and not just the shortcode).

    Best regards,
    Peter

    • This reply was modified 11 years, 7 months ago by Dude.
    #250921

    It’ll be the same as in the first part of this video except when you would drag and drop into the wp-content folder you will instead delete: https://vimeo.com/64927356

    The FTP information will be singular for your host but the program I use in the video is FileZilla.

    #250911

    1. If you are referring to Google Pagespeed, it should be disabled now. It looks like you disabled some other stuff to test. Whatever else you need me to do, please let me know.

    2. It looks like everything eventually resolved itself with the transparency except for the social icons. They have not turned white. They look to be the same color as when there is a sold color header background. It would be nice to have those be white when transparent and then turn back into the normal color when resized on scroll just like the enfold demo site.

    3. That makes a lot of sense now. Thanks.

    #250897

    Hey!

    If you are referring to the theme options, you’d need to set those individually in each installation.

    Regards, `
    Josue

    #250896
    This reply has been marked as private.
    #250885

    Hi!

    If you are using a child theme ignore custom.css, use style.css instead.

    Best regards,
    Josue

    #250880

    Hey!

    I tried using a shortcode like this in a widget and it showed the captcha:

    [av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='active' custom_class='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [/av_contact]
    

    Can you paste the shortcode you are using?

    Best regards,
    Josue

    #250865
    hebchop
    Participant

    I’m trying to get the masonry portfolio to display images at pixel width or a predefined width via CSS. The behavior here on the widest browser set is closest to what I’m going for.

    http://enfold.banyancom.com/people/

    Bascially I’d like to turn off the responsive 3 col, 2 col, and 1 col settings. How could I do that?

    #250856

    Feel free to request it here:
    https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Josue

    #250853
    This reply has been marked as private.
    #250847

    Hi Ziv!

    We use this function, so if your WordPress installation is set to a RTL language the Enfold RTL stylesheet will be included automatically.

    Best regards,
    Josue

    #250846
    jengraph
    Participant

    I need to create child themes of Enfold in multi sites set up, but not sure what is the correct set up with the way your CSS folder is with custom.css. Can you advise? Thank you!

    #250843

    Hey!

    Please change the settings as Ismael mentioned (Enfold > Header > Mobile Menu > Header Mobile Menu activation):

    Cheers!
    Josue

    #250822

    Hello Ismael,

    So i’ve over write all the wordpress core files but the issu is still here ! it only happening when Enfold s activated …
    Thanks for the layerslider. It works fine now

    #250821

    Hey @TheBiZWeavers,

    I can definitely see how you would be having issues. The theme, when combined with s2Member, WPML and WooCommerce will need more than the typical server set up to run as stable.

    WooCommerce is also showing that it only has 40mb of memory to work with though I don’t know if that is an error or not. You can view the WooCommerce stats from WooCommerce>Stystem Status.

    So in your case, you will probably need to upgrade your hosting environment if you want to work with all of the current plugins at once.

    Best regards,
    Devin

    #250819

    Hi!

    It sounds like you mean the sidebar on the single product page is showing under the image. This is exactly how it is supposed to show using the default theme options and code since the sidebar loads under the image and the single product page does *not* have a sidebar.

    You can change the single product layout using the functions and example grid structure in the demo php snippet here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    Regards,
    Devin

    #250813

    Hi there…
    You’re correct… activated is the right term. Can you give me some direction about how to delete the folder over FTP? I’m a real novice here… feel free to give me instructions like you’re talking to a four year old. :-)

    Thanks!
    Donna

    #250810

    Hi dwmcclure!

    When you say previewed, do you mean you activated the theme? If so and its causing an issue you can delete the enfold folder from your wp-content folder over FTP or your hosts file manager which will revert WordPress to one of the default themes.

    Regards,
    Devin

Viewing 30 results - 223,201 through 223,230 (of 243,663 total)