Viewing 30 results - 232,771 through 232,800 (of 244,325 total)
  • Author
    Search Results
  • #200242

    In reply to: top menu

    Hey kecster2!

    1) You can go to Appearance > Menus and uncheck Enfold secondary menu
    2) Can you elaborate? If you would like to add a border under them, please add following code to Quick CSS

    .header-buttons { border-bottom: 2px solid blue; }

    Best regards,
    Yigit

    #200237

    In reply to: Logo position

    Hey!

    You are welcome! You can go to Enfold/css folder and add it inside Custom.css file

    Cheers!
    Yigit

    #200230

    In reply to: Logo position

    Hey!

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

    .logo img { margin-top: 20px; }
    .header-scrolled .logo img { margin-top: 0; }

    Best regards,
    Yigit

    #200222

    In reply to: Sorting not visible

    Hey p_lo84!

    Please refer to Peter’s post here https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Cheers!
    Yigit

    #200213
    condonpb
    Participant

    I have a test site at http://www.idesign-websites.co.uk/ and I want to have a strong shadow divide between slider and news item as in example http://www.environmentalenergies.co.uk/ I have tried the settings available in enfold but need something more prominent can you please help.

    #200210
    MatthijsLiethof
    Participant

    Hi there,

    I was wondering if the /wp-content/themes/enfold/lang – language files are updated automatically and are overwritten?

    I’ve corrected a mistake in spelling in one of the Dutch files nl_NL.po. Would be a shame if I have to correct it every time the theme updates.

    (Oh wait, that doesn’t fix the error in the website. How does one correct the language?)
    (My bad, I just learned you need to ‘compile’ the .po to a .mo)

    Thank you for your time.

    Regards,

    Matthijs

    #200209
    Emmanuelppp
    Participant

    Hello,

    I need to upload a custome template for the single product page in the theme. It worked well under my current theme (Avada), but I wish to be able to switch to Enfold now and I can’t find how.

    But I can’t find any folder of this type : yourtheme/woocommerce/single-product.php
    Where are this pages ?

    I do see a config-woocommerce folder but there isn’t the single-product.php, archive-product.php and so on, so I’m not sure where I should put my customed template now (created by a developer so I can use some tweak and new shortcode in Woocommerce).

    Any idea where I should put this ?

    Thanks

    #200208

    Tausend Dank…

    #200206

    Hey yoice!

    Diesen Fehler werden wir mit dem nächsten Update beheben. Für eine schnelle Lösung zur sofortigen Fehlerbehebung siehe: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805

    Regards,
    Peter

    #200202

    Hey!

    1) Download the icon from fontello.com and install the icon with the icon font uploader (Theme Options)

    2) Insert following code into functions.php

    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['slideshare']	 = array( 'font' =>'fontello', 'icon' => 'ue801');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Slideshare'] = 'slideshare';
    return $icons;
    }
    

    3) Go to to Enfold > Theme Options and add the Slideshare icon to the social icons.

    Cheers!
    Peter

    #200198
    Jasmer
    Participant

    I visited this issue several months ago and I’d like to know of there is any new information.

    1. Previously, I added an Apple icon to the header by substituting it for the Tumblr icon.

    2. This resulted in a slightly blurry Apple icon. Not as sharp as the rest.

    3. Currently, I’d like to redo the Apple icon and add a Foursquare and Yelp Icon.

    4. I successfully uploaded these three fontello icons to Enfold> General Settings> Iconfont Manager

    5. This time I don’t want to substitute a current icon such as Tumblr. I’d rather add additional options correctly. Also, I’d like to use fontello fonts instead of png files.

    What do I do now? Please be specific as I am not a coder.

    Thank you for your help.

    • This topic was modified 12 years, 3 months ago by Jasmer.
    #200192

    Hi!

    Please try to insert following code into the quick css field

    
    .avia-content-slider .slide-image img {
    max-width: 100%;
    width: auto;
     }
    

    Cheers!
    Peter

    #200187

    Hey!

    Yes, maybe the theme code triggers the issue somehow but I’m not aware of another, similar bug report and thus it seems to be related to your server configuration. Otherwise we would receive bug reports regarding the same issue from 16,400+ Enfold users which is not the case at the moment. TwentyTwelve is a very basic theme without any extra features/function whereas Enfold extends WordPress in many ways and Enfold requires more code/resources – obviously this increases the risk that certain limitations take effect as soon as you activate our theme.

    Regards,
    Peter

    #200186

    In reply to: Post widget / link

    Hey!

    Open up /wp-content/themes/enfold/framework/php/class-framework-widgets.php and replace

    
    echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
    

    with

    
    $url = get_permalink();
    $format = get_post_format();
    
                                              if($format == 'link')
                                               {
                                                    $current_post = array();
                                                    $current_post['content'] = get_the_content();
                                                    $current_post['title'] =  get_the_title();
                                                    
                                                    if(function_exists('avia_link_content_filter'))
                                                    {
                                                        $current_post = avia_link_content_filter($current_post);
                                                    }
                            
                                                    $url= $current_post['url'];
                                                }
    
    echo "<a class='news-link' title='".get_the_title()."' href='".$url."'>";
    

    Regards,
    Peter

    #200180

    In reply to: Enfold Version Number

    #200177

    I just found the problem. On the Enfold page, the Themeforest “You have already purchased this file. You can download it here. If you wish, you can purchase it again.” download link is for 2.1.

    I just went to my account’s download page and downloaded all the files and documentation and only the WordPress files. The version file in the “All files and documentation” folder says 2.4.2. The style.css file in the WP only file says 2.4.2.

    Now I understand why WP was saying there was an update, but then why did it say that it was up to date when I went to click on the update theme button.

    #200175

    Hey kecster2!

    All of the header layouts are available to see here: http://kriesi.at/themes/enfold/headers/

    The second option should work for you as long as you don’t use any of the social icon options. Its just a matter of adding a menu and selecting that header layout.

    Best regards,
    Devin

    #200173

    As my comment above states. I have downloaded all of the themes files twice over two days. These were clean installs. I had not ever had Enfold installed on our site before Thursday. I just unzipped the Enfold folder from the Friday download from Themeforest. The version file says 2.1. The style.css says 2.1.

    So there seems to be a problem with the download files on Themeforest. The modified date on the version file says 9/13/2013.

    #200171
    Emmanuelppp
    Participant

    Hello,

    I purchased Enfold yesterday and I’m now trying it.

    I have an annoying problem and can’t find the solution : white spaces suddenly appeared between the color sections. And there is nothing in the backend between the section.
    It appeared as follows : I was creating the draft, everything worked fine in the previews, no white space. I hit save the draft (I did it before with no problem) and then the white space appeared, and I can’t get rid of it now.

    I now have this problem on both my testing site and my real site on which I tried to also test the theme (with the Theme test drive plugin). I’m not able to get rif of those spaces, hence I just can’t use Enfold.

    I’ve seen that problem had been posted on the forum but there was no clear answer to this.

    What is the solution ?

    Thank you.

    EDIT : I saved that page builder frame and uploaded it on a new page, and there is no problem. Until the next time I change the content of the page ? And my real page is still stuck with this white space anyway.
    Also it’s strange but I have nothing in the html tab of the default page editor. Isn’t it possible to access that like it is with Visual Composer ? If it were a div or something I could have took it off from there perhaps.

    • This topic was modified 12 years, 3 months ago by Emmanuelppp.
    #200166

    I downloaded the theme on Thursday from Themeforest, and the Enfold page says that the file is from November 14th. So then there is an issue with the Themeforest download file. I originally uploaded the zipped Enfold folder through WP3.8 Add new theme. I also downloaded the theme today and did a manual install via FTP. Both methods say the same thing in WP3.8 that the Enfold version is 2.1.

    #200161

    Hey!

    Looks like there is an error coming up with your installations tiny mce editor. You could try doing a re-install of the WordPress 3.7.1 files and see if that fixes it (basically a re-update without moving to 3.8).

    Another option would be to try re-installing Enfold just make sure there isn’t a conflict there but by default the error shouldn’t be happening.

    You can see it with dev tools after loading up any page with tinymce on it.

    Also note that the Advanced Layout Editor and the regular visual editor do not work together. You will always clear out the contents of the other when switching back and forth and saving.

    Regards,
    Devin

    #200160

    It’s a problem because I have the latest version of the theme installed and I shouldn’t be getting notices that there is an update available. Maybe it is due to the fact that even though I have 2.4.2 install when you click on the theme details under ‘Appearance > Themes’ WordPress says the theme is 2.1.

    I also posted the problem because in the comment section for Enfold on Themeforest it says t. hat Kriesi is collecting all the issues between the theme and WP 3.8

    #200159

    Hi MtnStreamGroup!

    I’m not sure what the question is. The theme update will show in your Enfold options panel under the Theme Update tab and as far as I know we are still on Enfold 2.4.2 on ThemeForest.

    Best regards,
    Devin

    Hey Sebastian!

    The fix for it is here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805

    There will be an update to add it into the core theme once we know there aren’t any others.

    Regards,
    Devin

    #200156

    When you unzip the enfold folder you will see a text doc with the title “Version” – take a look there :-)

    #200154
    MtnStreamGroup
    Participant

    Twice today I got an update notice that Enfold had a update, but when I went to update WordPress said I was up to date. When I updated to WP 3.8 and installed Enfold I put the Themeforest API code in for updates.

    #200148
    This reply has been marked as private.
    #200147

    The ability to add more social media profiles to the “Enfold RSS Link and Twitter Account” widget – at least Facebook…

    #200146

    Would love the ability to disable auto-zoom when the mouse pointer is over the map. If you use a fullwidth map (http://tinygiantstudios.co.za/contact is a great example), using the scroll wheel on the mouse becomes a UX pain…

    #200144

    In reply to: Developer license?

    Hi Johan!

    All license/purchase questions are best asked to Envato directly. As far as I know though there are only two versions of the license available for Enfold which are the Regular License and the Extended License.

    Regards,
    Devin

Viewing 30 results - 232,771 through 232,800 (of 244,325 total)