Viewing 30 results - 217,801 through 217,830 (of 244,545 total)
  • Author
    Search Results
  • #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, 9 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, 9 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, 9 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.

    #291433
    subra68
    Participant

    Hallo,

    seit dem Update auf die neueste Enfold-Version wird mein Portfolio-Raster auf der Startseite zu groß angezeigt. Die Neugenerierung des entsprechenden Shortcodes hat nichts genutzt.

    Zu sehen ist das ganze auf folgender Website (siehe Feld “Private Content”):

    Grüße
    Susanne Braun

    #291432

    In reply to: Issue with slider

    Hi Gurify!

    Thank you for using the theme.

    You have an old version of the theme which is not compatible with WordPress 3.9.1. 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/

    Note that the update might break some elements on the website because version 2.2 is a bit old and there lots of changes since.

    Cheers!
    Ismael

    #291430

    Hi elbnetz!

    Thank you for using the theme.

    Do you mind if we take a look at the website? Make sure that you have the latest version of the theme, Enfold 2.9.1. Also, please edit the slider then go Global Settings > Layout > Full-width slider settings. Disable this option then check the page.

    Cheers!
    Ismael

    loudcow
    Participant

    Hey there, After upgrading to the latest version of enfold the portfolio grid layouts are distinctly different. It appears that the portfolio grid will no longer nest nicely within a page that has a sidebar – it takes up the entire width of the page. Even when I change around settings and add the portfolio grid to a color section (as the prompt suggests) I still can’t get it to look like 2.7.

    Please check the private content links. How do I get around this – loads of pages set up like this and client does not want to change this look.

    Thanks so much – Catie

Viewing 30 results - 217,801 through 217,830 (of 244,545 total)