Viewing 30 results - 217,681 through 217,710 (of 244,429 total)
  • Author
    Search Results
  • #291595

    In reply to: Breadcrumb

    Hey!

    In the meantime theme was updated. Can you please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and re-try the solution provided by Peter?

    Best regards,
    Yigit

    #291592

    Hi Richard!

    For social icons in socket, Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649
    To add footer menu, please go to Appearance > Menus and create a new menu and add your menu items in it then in Menu Settings, check Enfold footer menu http://i.imgur.com/1v3Vwde.jpg

    Best regards,
    Yigit

    #291589

    Hey!

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

    .avia-animated-number { background-color: rgba(0,0,0,0.8); border-radius: 100px; }


    @monsoon
    You can use Animated Numbers element in Advanced Layout Builder – http://i.imgur.com/9m33F7S.png

    Regards,
    Yigit

    EdFritz
    Participant

    I have a third part plugin that has had its display affected by Enfold CSS. I have Firefox code that shows the Enfold CCS, but cannot locate it.

    Before
    http://prntscr.com/42vca8

    After
    http://prntscr.com/42ve1m

    the css that I need to change is in the Main Content
    http://prntscr.com/42vfai

    This is how the ENFOLD CSS impacts 3rd party plug in
    http://prntscr.com/42vfxw

    Can you tell me where to find css for Main border color ?

    thanks !

    #291573

    Hmm…must be an issue with my system. :(
    I’ll revert back to an older version of Enfold for the time being.

    Thanks for your help and I look forward to the next Enfold update.

    #291561

    Hey!

    Please add following code to Quick CSS as well

    .home .av_header_transparency #menu-item-search a:before {
    color: white !important;
    }

    Please go to Enfold theme options > Header Layout > Transparency options and change transparent logo

    Best regards,
    Yigit

    #291559

    Hi Yigit

    I did upload the latest version of Enfold via ftp, I made sure I downloaded the latest version of Enfold from Themeforest on Friday, and then uploaded it via FTP and the entire website crashed.

    I then repeated the same procedure again today, making sure I downloaded the theme again from themeforest, incase there had been an update, and it made the site work even less (now the internal pages have all disappreared.

    Can you please help

    #291555

    In reply to: Blog grid on mobile

    Hey!

    Please see changelog here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
    Also, if you are making changes on theme files, we recommend using child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ) to avoid losing these changes while updating the theme

    Cheers!
    Yigit

    #291551

    Hey Marian!

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

    .iconbox .iconbox_content .iconbox_content_title { text-transform: none!important; font-family: arial; }

    Regards,
    Yigit

    G’day Yigit,

    I have set the following under Permalinks, Common Settings:
    /%postname%/

    and tried also the following under Product Permalink Base:
    /product

    I set these by selecting “Post name” and “Product” radio butting respectively.

    The Shop page still does not display with the Enfold theme settings while all other pages seem to work fine.

    BTW Thanks for the quite reply!

    Regards, Steve

    #291541

    In reply to: Blog grid on mobile

    Hey originaltours!

    Please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and let us know if issue remains

    Best regards,
    Yigit

    #291538

    Hi!

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

    #top .av-main-nav > li > a { text-transform: uppercase; letter-spacing: 0.25em; }

    Cheers!
    Yigit

    #291526

    Hey BarkProductions!

    Thank you for using our theme.

    If you want to display <?php the_title(); ?> on a page, you must change the template file.

    To avoid doing changes on every update, I would recommend using a child theme.
    I would put the changing in enfold/includes/loop-page.php at line 6

    
    echo '<h1>'.get_the_title().'</h1>';
    

    If you are using a child theme, copy the original file to the child theme in folder includes and make your changes there.

    For pages with the template bouilder it is easier to use the “Special Heading” element.

    Best regards,
    Günter

    #291523

    Hey melonmelon!

    Yes, it is an Enfold child theme. Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu-fx { display: none !important; }

    For other adjustments, can you post the link to your website?

    Regards,
    Yigit

    #291520

    Hi Niels!

    Please go to Enfold theme options > Advanced Styling and choose to edit “Main menu links”

    Cheers!
    Yigit

    #291515
    Niels
    Participant

    Hi,

    I’m trying to find where I can change the font, font size, font weight, font colour and letter spacing for the Main Menu in Enfold?

    Thanks.

    #291510

    Thanks Ismael,

    What would be the best way for me to make this change, as I’m using a child theme, and would like to do it so I don’t touch the underlying Enfold theme?

    Thanks, Richard

    #291509
    melonmelon
    Participant

    I think this you designed this support site using enfold, didn’t you? ;-)
    The header looks really great
    – logo moved leftwards
    – menu “underlining” is not shown
    – social icons on the left are moved more to the left, have a border on the left
    – ect…
    How to accomplish this? Many thanx in advanced

    • This topic was modified 11 years, 8 months ago by melonmelon.

    Hi Jens!

    Danke, dass Sie unser Theme verwenden.

    Die Einstellung dafür findet Ihr in functions.php Zeile 101+102:

    
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		  // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );	  // images for fullsize pages and fullsize slider
    
    

    ‘entry_with_sidebar’ wird verwendet. Eine Änderung wirkt sich aber auf die gesamte Seite aus.

    Falls das nicht gewünscht wird, müsste man eigene Formate definieren und dann in

    enfold/config-woocommerce/config.php Änderungen durchführen:

    
    //Zeile 704ff
    $image_size = "entry_with_sidebar";  // durch neuen Namen ersetzen
    if($layout == 'fullsize') $image_size = 'entry_without_sidebar';    // durch neuen Namen ersetzen
    

    LG
    Günter

    • This reply was modified 11 years, 8 months ago by Günter.
    #291500

    That’s the version that caused the problem, I have just re-uploaded the latest version (again) and the site is still not working…
    The only thing I did was update the site on friday by uploading the latest version of the Enfold theme

    Please help as our site has not worked for 5 days now

    Your help is greatly appreciated

    #291499

    Topic: Page Builder Enfold

    in forum Enfold
    kebiro
    Participant

    I have a problem with Page Builder, every time I open a page or an existing article preload starts but does not load the content, turn the preload always, I have to refresh the page, reload it, and once the content is loaded and sometimes not.

    #291498
    snarfalous
    Participant

    Hi Support

    Our theme crashed 5 days ago after upgrading to the latest version of Enfold, I have submitted our details a few times in a bid to get it resolved but don’t seem to get a response.

    The site no longer displays any pages, the menus obscure the home page, wp-admin is no longer accessible, and it’s been 5 days since this has stopped working, this is my 4th message, (once before on these forums) (once as a reply to a message you sent me) (once via the contact form as I could not access this forum as your password reset was not working, and this my fourth time, PLEASE can you help me asap

    http://pembrokenash.co.uk

    #291493

    Hi srmathis!

    Thank you for using our theme.

    Currently this is not supported by the theme. Adding this feature is beyond the scope of support.

    You find the code in enfold/includes/helper-social-media.php line 81ff.

    Regards,
    Günter

    steve51n
    Participant

    I am trying to change to use post-name as permalinks in order to have more readable URLs and support better SEO.

    When I change my site to use post-name permalinks however the WooCommerce Shop page reverts to some sort of default template and loses all of the Enfold settings. All other pages seem to work fine.

    I have Googled and checked this support forum but can’t find a resolution and am stuck.

    Is there a reason that only the Shop page behaves like this and any ideas how to fix it?

    I am running the latest versions of Enfold, WordPress, and WooCommerce.

    (Awesome them BTW)

    #291487
    #291473

    Hey Bodymindlinks!

    Thank you for using our theme.

    in Enfold->General styling QuickCSS field or in custom.css put the following code and change #333 to your desired color:

    
    .main_color .avia-testimonial-subtitle{
    color: #333 !important;
    }
    

    Regards,
    Günter

    • This reply was modified 11 years, 8 months ago by Günter.
    #291469
    jiji
    Participant

    Hi,
    as i explained to themeforest forum, i have a problem with the “enfold” wordpress theme. The problem is that i can’t see anymore those kind effects like: fade/arrow on image over, or icon list with jquery/ajax fade appearing effect on the icons, or transition fade effect for banners. So, i would like you to take a look and if you find a solution it would be much appreciated.

    Thank you very much

    #291464
    ChenCST
    Participant

    Hi all,
    There is a conflict with enfold and contact form 7 in regards to loading JavaScript.
    The spinning wheel of CF7 keeps spinning after a user submits a form with file upload.
    the email and file are sent to the mail address but the user sees the spinning wheel endless spin.

    After checking for a solution i found that the only thing that works is to stop Contact Form 7 from loading any JavaScript:
    define(‘WPCF7_LOAD_JS’, false);
    That works but no message is sent to the user. no thank you or no your form has been sent.

    Any idea how to fix it?

    Best…
    Shane.

    #291457

    hey Devin – what is the advantage of your “child-theme” on github to the one we can download here: http://kriesi.at/documentation/enfold/using-a-child-theme/
    ?

    #291434

    I created a child theme, imported the parent theme data using that quick easy button in the ‘import / export’ tab.
    Then I had to fix my settings for my menu.
    And save the Enfold theme quick css.
    And my child theme looks normal now.
    thanks.

Viewing 30 results - 217,681 through 217,710 (of 244,429 total)