Viewing 30 results - 223,171 through 223,200 (of 243,753 total)
  • Author
    Search Results
  • #251797

    Hi!

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

    .title_container .breadcrumb { text-transform: uppercase!important; }

    Regards,
    Yigit

    #251796
    This reply has been marked as private.
    #251795
    Walrus11
    Participant

    Hello,

    I am trying to make the text “home” in the breadcrumb all upper case. The page title is Upper Case but the breadcrumb for home remains lower case. I read through this post: https://kriesi.at/support/topic/header-menu-2/?login_error

    and tried to add

    .main_menu ul:first-child > li > a { text-transform: uppercase; }

    Without luck.

    Any thoughts?

    Thanks,
    W

    #251779
    The_Rhyme_Animal
    Participant

    I am looking at this page:
    http://kriesi.at/themes/enfold/transparent-header/?skin=Orange#after_full_slider_0

    Is this this page using UberMenu?
    If it is, may we have the CSS to incorporate the smooth transition on the shrinking header?

    My shrinking header settings were set perfectly until installed UberMenu and not I can’t seem to style it correctly.
    I though adding UberMenu to Enfold was supposed to be a seamless integration, but it is requiring a lot more work than I had hoped.

    EDIT:
    I have read this page and tried the tricks there, but there is not enough information related to transparent headers in combination with the shrinking header.
    http://sevenspark.com/docs/ubermenu-enfold

    • This topic was modified 11 years, 8 months ago by The_Rhyme_Animal. Reason: additional information

    Hi spesenfuchs!

    Sounds like your child theme has a header.php file but you didn’t update that file to reflect the changes in the parent theme. You will need to copy over the new file and then make your changes to it.

    Regards,
    Devin

    #251731

    Dear all,

    The Enfold theme is great, and I happily use it for many projects. Usually I can work the custom requests out with some CSS. However, recently a client requested to remove the shadow bar that appears when you put in a Tab element, with the tabs to the left. I couldn’t quite figure that one out. You can see what I mean on this page, where the gradient-like upright shadow bar effect is in place. Please tell me how I can best remove this.

    Kind regards,
    Lucas van Heerikhuizen

    Hi benspy!

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

    #header_main_alternate { background: #7FB539; }
    .av-main-nav > li > a { color: white!important; }
    .av-main-nav > li > a:hover { color: #e2e2e2!important; }

    Cheers!
    Yigit

    #251725
    mowseink
    Participant

    I’m using Enfold v2.6.2, and according to this post:
    https://kriesi.at/support/topic/revisions-do-not-work/
    …it seems that revisions for portfolio items are disabled by default, but there’s a code to enable them.

    I have placed this code in a functions.php file in my child theme:

    <?php
    
    add_filter('avf_portfolio_cpt_args','avia_add_portfolio_revision', 10, 1);
    function avia_add_portfolio_revision($args)
    {
      $args['supports'] = array('title','thumbnail','excerpt','editor','comments','revisions');
      return $args;
    }
    
    ?>

    …but the checkbox for revisions is still not showing in the portfolio page screen options.

    Is there a way to make them work. Please can you help ASAP?…Things keep breaking on the portfolio page when I’m adding content to tabs, and there’s no way to go back to previous versions. I’m losing hours of work.

    #251721

    Hi!

    You can find the file in the enfold/css folder (It’s called base.css). However I recommend to overwrite the default width with:

    
    #top .frm_forms .input-text, #top .frm_forms input[type="text"], #top .frm_forms input[type="input"], #top .frm_forms input[type="password"], #top .frm_forms input[type="email"], #top .frm_forms input[type="number"], #top .frm_forms input[type="url"], #top .frm_forms input[type="tel"], #top .frm_forms input[type="search"], #top .frm_forms textarea, #top .frm_forms select { width: auto;  }
    

    – you can place this code into the quick css field
    Best regards,
    Peter

    #251706

    Topic: Layerslider names

    in forum Enfold
    Smaskit6
    Participant

    Hi,
    How/Where in php/js do I change the names of the demo layersliders? One is called : Enfold – most beautiful theme ever, The other : Why Enfold – Small Header.

    Thanks!

    #251704
    robinson-kruse
    Participant

    Hi,
    when you choose a font in “enfold settings > styling”, I recognized that you create a reference in the file “dynamic_avia/enfold.css”.
    So far so good.

    What I don’t understand is that you don’t add an import code to the css file, like this:
    @import url(http://fonts.googleapis.com/css?family=Open+Sans);

    Isn’t that necessary?

    #251701

    sure, no problem, we’re sitting in the same “enfold” boat :))
    glad to see it helped.

    #251692
    Stefanovic
    Participant

    Hi Kriesi,

    My Accordion stopped working, as far as I know, I didnt update anything or installed new plugins.
    Disabling plugins does not change anything about it.

    I know I’m working with an outdate “Enfold”

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 1.3.1
    Installed: enfold
    AviaFramework Version: 1.7.7
    AviaBuilder Version: 0.2
    –>

    But I editted a lot in the theme itself, so updating the whole theme would mess up my scripts.
    Here is the page: http://www.printyourmoment.nl/veelgestelde-vragen/

    You know how to fix this?
    Yours

    #251686
    This reply has been marked as private.
    #251680

    I am trying to upload icons through Fontello….

    I keep getting this error when I try to upload the zip file: Fatal Error: call to a member function attributes () on a non-object in /home/gashland/gashland.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/pho/font-manager.class.php on like 179

    I am a bit new to WordPress if someone could help me that would be wonderful.

    #251677

    Hi epicweb!

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

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    and post the link to your website if that does not work

    Best regards,
    Yigit

    Hi!

    1- Try adding !important rule as following

    #menu-item-662 a {
    background-color: red !important;
    color: white !important;
    }

    if that still does not work, try adding the code to Custom.css file inside Enfold/Css folder.
    2-

    .page-id-83 #top textarea {
        width: 64% !important;
    }

    Cheers!
    Yigit

    #251667

    In reply to: Enfold Showcase

    @fuenos

    Let’s move this conversation to email so we don’t tie up forum traffic. info at zerozendesign dot com.

    #251656

    In reply to: Title on first page

    Hey!

    You can contact Kriesi himself using contact form here- http://kriesi.at/contact
    or request such feature here- https://kriesi.at/support/enfold-feature-requests/
    You are welcome, let us know if you have any other questions or issues

    Regards,
    Yigit

    #251652

    In reply to: Enfold Showcase

    @alexpaulec #116514

    Great website!

    How did you create your frontpage with the image with ‘Real Strategy’ headline and the Blockquote? I’m lost in terms finding the right option to insert my image in, where I also have the option the insert a Blockquote…?

    Which Layout, Content or Media elements did you use – and did you do any separate coding to make it work?

    In advance – thanks for your help !!!

    #251644

    In reply to: Links in the footer

    Hey Dominik!

    Please go to Appearance > Menus and create a new Menu location, select new menu location then add your menu items to your new menu and check Enfold Footer Menu in Menu Settings – http://i.imgur.com/I059xYs.png

    Regards,
    Yigit

    #251632

    Hey quantas!

    You can find Enfold documentation here- http://kriesi.at/documentation/enfold/ and video tutorials here – http://vimeo.com/channels/aviathemes
    If you have any questions or issues, let us know!

    Cheers!
    Yigit

    #251631
    studioinktvis
    Participant

    Hi,

    I’m using woocommerce with the woocommerce wishlist and woocommerce catalog visibility options. My clients do not have a real webshop, they just want theit clients to create wishlists on the site. So I put a little text above the shop to explain this ( http://ws01.cis-websolutions.nl/~ramzitterd/shop/ ) But as you can see there are some problems:

    A lot of white space above the horz. line, that I put in, that I cannot make any smaller using the horiz. linaal.
    The space between the verticale line and the horizontal. Is it possible to recuce this to 0?

    Looking forward to any help ;-)

    #251630
    quantas
    Participant

    Hi Guys, I just purchased your Enfold Theme mainly because I love the look and feel, but also because it said that it came with Video Tutorials, a must for a novice such as I, where do I find these Video Tutorials please?

    #251607

    Hi hansmeiser!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/

    Regards,
    Yigit

    #251598

    Hey amsdes!

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

    .main_color strong, .alternate_color strong { color: #55606e; }
    .main_color a, .alternate_color a { color: #a67b3a; }

    Best regards,
    Yigit

    Hey!

    Please go to Enfold theme options > General Settings and choose to display Responsive layout

    Cheers!
    Yigit

    #251578

    In reply to: Icon List Icon Colours

    Hi Andrew!

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

    .alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    Cheers!
    Yigit

    #251567

    Hi guys,

    Maybe you can help me now I’ve worked out where the other instances of maps.google.com, that affect the WP Store Locator plugin, are located:

    file affected: wp-content/themes/enfold/framework/php/class-framework-widgets.php
    function I commented out (line 1133 onwards):

    function helper_print_google_maps_scripts()
            {
                $prefix  = is_ssl() ? "https" : "http";
                wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?sensor=false', array('jquery'), '3', true);
                wp_enqueue_script( 'avia-google-maps-api' );
    
                $is_widget_edit_page = in_array(basename($_SERVER['PHP_SELF']), array('widgets.php'));
                if($is_widget_edit_page)
                {
    	            wp_register_script( 'avia-google-maps-widget', AVIA_JS_URL.'conditional_load/avia_google_maps_widget.js', array( 'jquery','media-upload','media-views' ), '1.0.0', true);
    	            wp_enqueue_script( 'avia-google-maps-widget' );
    
    	            $args = array(
    	                'toomanyrequests'	=> __("Too many requests at once, please refresh the page to complete geocoding",'avia_framework'),
    	                'latitude'			=> __("Latitude and longitude for",'avia_framework'),
    	                'notfound'			=> __("couldn't be found by Google, please add them manually",'avia_framework'),
    	                'insertaddress' 	=> __("Please insert a valid address in the fields above",'avia_framework')
    	            );
    
    	            wp_localize_script( 'avia-google-maps-api', 'AviaMapTranslation', $args );
                }
            }

    File affected: wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps.php
    Function I commented out (line: 31 onwards):

    function extra_assets()
    			{
    				if(is_admin())
    				{
    					$prefix  = is_ssl() ? "https" : "http";
                		wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?sensor=false', array('jquery'), '3', true);
    					wp_enqueue_script(  'avia-google-maps-api' );
    					
    					$args = array(
    		                'toomanyrequests'	=> __("Too many requests at once, please wait a few seconds before requesting coordinates again",'avia_framework'),
    		                'notfound'			=> __("Address couldn't be found by Google, please add it manually",'avia_framework'),
    		                'insertaddress' 	=> __("Please insert a valid address in the fields above",'avia_framework')
    		            );
    	
    		            wp_localize_script( 'avia-google-maps-api', 'avia_gmaps_L10n', $args );
    					
    				}
    			}

    After commented out these 2 functions the WP Store Locator plugin now works as it should, but obviously this is a temp fix as I will need to repeat the process after every update. Therefore, now you can see which functions are affected, would it be possible to provide me with some code I can add to my child theme’s functions.php? I know it’s a big ask (or not – not sure how easy it is for you guys!), but this would be a massive help if it’s not too much trouble for one of you php gurus?

    Many thanks

    Matt

    #251562

    In reply to: Footer widget spacing

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu and choose to display at 990px
    This is how it looks on my end on both Chrome and Firefox http://i.imgur.com/sY5BmzY.png
    If you can, please try checking your website on another computer using Chrome

    Regards,
    Yigit

Viewing 30 results - 223,171 through 223,200 (of 243,753 total)