Viewing 30 results - 219,301 through 219,330 (of 243,887 total)
  • Author
    Search Results
  • #276211

    Hey bzblocksmith!

    Thank you for using the theme!

    You can use html tags on the Phone Number or small info text field. Go to Enfold > Extra Elements then enable the Header Phone Number/Extra Info option. Add the tag on the field, something like this:

    <img src="ICON GRAPHIC URI HERE">
    

    Cheers!
    Ismael

    Hi leoncool!

    Insert this code into your child theme functions.php file or enfold/functions.php:

    
    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);
    }
    

    – it will remove the theme flags.

    Regards,
    Peter

    #276204

    In reply to: Change menu header

    Hi!

    Thank you for using the theme!

    First of all, you’re using an old version of the theme, 2.6.2. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    You can re-arrange the menu items on Appearance > Menu panel. First, create a menu then set this menu as Enfold Main Menu on theme locations. Add this on functions.php if you want to redirect the logo to another page:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.yourdomain.com';
    	return $link;
    }

    Change http://www.yourdomain.com value to something else.

    Regards,
    Ismael

    #276199

    Topic: Cart in menu

    in forum Enfold
    SomeBloke
    Participant

    Hey there!

    I’ve just purchased the Enfold theme (which is fantastic)
    I’m using the theme as an e-commerce site mainly, so I’d love to be able to have a cart in the menu so it’s visible to the user (like on the Replete theme)

    Thanks :)

    #276198

    Hi!

    Please turn on custom CSS field for Advanced Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then add this custom class to buttons you would like to have rel=’nofollow’ – http://i.imgur.com/KOaCgrv.png
    and go to Appearance > Editor and open Functions.php file and add following code

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(".rel-nofollow a").attr("rel", "nofollow");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Cheers!
    Yigit

    #276193

    This is a new Italian translation for 2.8.1 version but the translation in the enfold control panel doesn’t work.

    Best regards,
    Giuseppe Beghelli

    • This reply was modified 11 years, 7 months ago by elmanisero.
    #276190

    Hey KK!

    Thank you for using the support forum!

    Can you please elaborate a little bit? I don’t think there are any plugins available that can simplify the Enfold’s theme options. You need to manually edit the theme code in order to modify the theme options. Unfortunately, this is beyond the scope of support.

    Regards,
    Ismael

    #276182

    In reply to: Problem With Images

    Hi raveon!

    Thank you for using the theme!

    The Add Media button should be working. Please post the website url here, we would like to check it. Make sure that you’re running Enfold 2.8.1 with WordPress 3.9 or higher. You can right align an image by adding the alignright class or selector attribute. Another thing that you can do is to add column layout, for example, add 3 1/3 column layout. Add the image element on the last or 3rd 1/3 column to position the image or align it to the right.

    Regards,
    Ismael

    #276181

    Hey Chris!

    Thank you for your visiting the support forum!

    It doesn’t seem to be happening on our end when I check one of our installation with a child theme. Do you have the latest version of Enfold?

    Best regards,
    Ismael

    leoncool
    Participant

    Hello

    I have installed both Enfold and WPML, but now I have some problem configuring the language selector.

    As you seen the picture and the website below:
    problem
    http://www.justinwestcapital.com/en/

    There are two language selectors in header. I want to keep the left one which I know where to configure it. However, I can’t find anywhere to disable the selector on the rightmost language selector.

    Can someone please advice?

    Thanks

    Hi,

    1.) I downloaded latest version Enfold and a updated via FTP ……. nothing changed.
    http://www.hil-gmbh.at

    2.) I created a complete new test-website with the same sidebar images …… same effect.
    http://www.wiedermann.at/test03

    I would be most grateful if you could help me. Thank you!
    Gerald

    #276166

    Topic: Secondary Menu

    in forum Enfold
    BootsD
    Participant

    Hi there! I have a few quick questions:

    1. I’m working on a site and hoping to get it done with minimal or no CSS code. I’ve created a secondary menu and enlarged the font based on one of the forum replies. I’d like to change the font color and make a blue button of it. Could you please suggest a way to get this done within the Quick CSS box?
    2. Is there a way to modify/specify the height of the sliders within the Enfold interface or will this require some code?
    3. The site is having issues when viewed in Internet Explorer (blurred logo and error in loading). Could you suggest a way to sort this out?
    4. Despite repeatedly editing the url for pinterest, it keeps using an incorrect link. How can this be resolved?

    • This topic was modified 11 years, 7 months ago by BootsD.
    #276165
    amazeingart
    Participant

    Hey one bug it looks like I found… tried to find a bug report thread but couldn’t, so here it is.

    Under Appearance > Customize > Navigation some HTML tags are coming through in the theme’s own interface, where they shouldn’t be. At least in a child theme. Probably some other tag wasn’t closed properly. It reads like this, with the select element after each indicated by [selector]. All the select elements worked.

    Here is how it reads:

    Your theme supports 3 menus. Select which menu appears in each location. You can edit your menu content on the Menus screen in the Appearance section.
    Enfold Child Main Menu
    [selector]
    Enfold Child Secondary Menu <br/><small>(Will be displayed if you selected a header layout that supports a submenu here)</small>
    [selector]
    Enfold Child Footer Menu <br/><small>(no dropdowns)</small>
    [selector]

    #276161

    Topic: Problem With Images

    in forum Enfold
    raveon
    Participant

    On regular pages how can I add an image to a text block and right align it? When using the ALB my regular “Add Media” button won’t work. And if I use the ALB to add an image it cannot be added to a text block.

    I did look through documentation and forum but did not find anything.

    On Blog posts again the “Add Media” button will not work so I have to use an Enfold shortcode which gives me no visual preview. On the Blog if the ALB is disabled by default can’t we then at least use the default WordPress “Add Media” button? The them kind of cripples the Blog area.

    #276143

    Topic: Related posts

    in forum Enfold
    boldtranquility
    Participant

    I cannot get ‘related’ posts to display like on your theme demo. can you advise how to make this happen?
    our site:
    http://boldtranquility.com/boldtranquility/hello-world/
    your demo:
    http://kriesi.at/themes/enfold/2014/04/28/cryptocurrencies-are-booming/ ‘you might also like’ section after share buttons

    #276128

    Hey Mohan!

    The dummy data should import the latest content as long as you do it using the latest version of Enfold (2.8.1).

    Cheers!
    Josue

    Hey!

    Please update the theme to the latest version (2.8.1).

    Best regards,
    Josue

    #276111

    Hey!

    Please update the theme to the latest version (2.8.1).

    Best regards,
    Josue

    #276105
    This reply has been marked as private.
    #276098

    So I updated to the latest enfold and the latest woocommerce and the problem is still there. Please advice on how to fix it.

    Also is there a way to remove the headline from a single product page but keep the bread crumbs?

    • This reply was modified 11 years, 7 months ago by gunpowderboy.
    #276089
    goch
    Participant

    hi!

    maybe import/export needs a few tweaks :
    When importing enfold parent settings to a child theme some options are not copied (perhaps there are others, here are just some I saw) :

    – enfold -> Menu Settings
    – a menu (which i did not have before) was in widgets-> “Displayed everywhere”
    – my first footer column was displaying “INTERESTING LINKS” (maybe because one of my 4 columns just had an empty text, don’t know…)

    minor thing : when importing the parent themes options, my colors where not taken into account at first. I had to do a dummy change to be able to click ‘save all options”, and then it was ok.

    #276066
    Digilocker
    Participant

    Loving the animated number field – I’m using it as a date entry on my site. Only slight annoyance is that when I remove the subtitle, after a refresh on edit “Click to add your own text” always repopulates – is it possible to save a null entry in this field in the next update or have an option to toggle it off? Keep up the great work – Enfold is making my site as pretty as it can be :D

    #276057
    AnnieCl
    Participant

    Hello
    I need general information about how the image scaling a placement work with Enfold. Do the media have an optimal size before I load them? I tried easy slider, fullwidth slider, with and without scaling… I don’t understand which result I am expected to get. Most I have an enormous stretched picture about all the screen, even if my original image was small… Sorry this info probably exists somewhere but I didn’t find it and I don’t manage any clean image

    #276047

    Hey SMDNAS!

    Please go to Enfold theme options > Advanced Styling and edit Strong tag

    Best regards,
    Yigit

    #276034

    Dear Gentlemen~

    I finally figured it out. I was trying to use the WP LayerSlider, but all I needed to use was the native “full-width slider” that comes with the Enfold Theme. OMG!! I almost lost my mind. Thanks so much and I’ll be in touch. You guys ROCK!

    Warmly,
    Zacchaeus
    Owner, http://OrthodoxDaily.com

    #276004

    In reply to: Enfold Showcase

    Hey Enfoldians! Here is my latest website. The client loves it and I received kudos from one of the largest commercial floor care equipment makers. Great product, great support, and great user community. I couldn’t have done it without you guys. Enfold rocks!

    http://www.premierfloorcare.com/

    #276003
    zacchaeusn7
    Participant

    Dear Kreisi~

    Thanks so much for an awesome Theme (Enfold). I’m having some trouble getting the Layer Slider to work, however. I’ve updated my site with the latest version of the Enfold Theme as well.

    • PHP version 54. on GoDaddy shared hosting
    • Trying to add looping, 7 second, self-hosted video
    • Using “Home” Page as Landing Page and set up correctly
    • Got Slider chosen on Home Page settings
    • Video has already been uploaded into WP Media Library
    • Want the video to look like Demo Site here: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
    • YouTube video works, but not self-hosted
    • I’ve tried disabling Plugins as well, it’s still not showing

    Thank you so much in advance, and I’ve added login credentials for you as well.

    Warmly,
    Zacchaeus
    Owner, http://OrthodoxDaily.com

    #275970

    Feel free to request it here.

    Best regards, 
    Josue

    #275968

    Hey Lin!

    Enable this:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Once you done that, simply add this to the Quick CSS:

    .custom_promo_box{
    background: red;
    }

    Regards,
    Josue

    #275962
Viewing 30 results - 219,301 through 219,330 (of 243,887 total)