Viewing 30 results - 213,781 through 213,810 (of 244,479 total)
  • Author
    Search Results
  • #315586

    Hi!

    You can change the body font on Enfold > General Styling > Font panel. It will also change the menu font. Or you can, add this on Quick CSS or custom.css to change the font family of the main menu:

    span.avia-menu-text {
    font-family: 'Oswald', sans-serif !important
    }

    Cheers!
    Ismael

    #315580

    Thanks for that. This notice is coming up below even if I reinstall the new version from scratch.

    Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.

    Name Description
    themeforest-4519990-enfold-responsive-multipurpose-theme Stylesheet is missing.

    What is the best way to get the stylesheet back into the theme?

    #315579

    Just did it again,

    Deleted Enfold folder.

    Downloaded fresh version from themeforest

    uploaded new enfold folder.

    Same issue

    Mike

    #315572
    holleycreative
    Participant

    Upgraded to 4.0. Installed Enfold 2.92. Promo Box buttons are not showing up now.

    #315567

    Hi rjflaherty!

    Thank you for using Enfold.

    Please set the Blog Style on Enfold > Blog Layout panel to “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”. Edit the Blog page, switch to the Advance Layout Builder then insert the Blog Posts element. Set the Blog Content length to excerpt.

    Regards,
    Ismael

    #315562

    Hi atrixdave!

    Thank you for using Enfold.

    1.) Try adding this on functions.php:

    function avf_portfolio_title_args($args) { 		
    	$title = get_the_title($id);
    	
    	if(is_singular('portfolio')) {
    	$terms = get_the_terms( $id, 'portfolio_entries' );
    	$portfoliocat = array();
    	foreach ( $terms as $term ) {
    		$portfoliocat[] = $term->name;
    	}	
    	$args['title']    = $portfoliocat[0];	
    	} else {	
    	$args['title']    = $title;
    	}
    	return $args;
    }
    add_filter('avf_title_args', 'avf_portfolio_title_args', 10, 1);
    

    2.) Set the the Media page as parent page of the Podcasts page. See if that changes the breadcrumbs.

    3.) Add this on Quick CSS or custom.css to hide the post title:

    span.trail-end {
    display: none !important;
    }

    Cheers!
    Ismael

    #315556
    sgraner
    Participant

    I just imported the Enfold theme and dummy content, however the entire menu is expanded and fixed in the background. How do I fix this?

    Thank you,
    Shelley

    #315553

    Hey!

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

    Best regards,
    Josue

    #315552

    Hey!

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

    Best regards,
    Josue

    #315538

    Hey Mike!

    It looks like you still have 2.9.1 installed, try removing the /wp-content/themes/enfold folder and uploading the updated one manually via FTP again.

    Regards,
    Josue

    #315533
    bootit
    Participant

    Hi,

    I’m a huge fan of Enfold and have been using it without issue for around 3 months. Just over the weekend I’ve had some issues with the advanced layout builder and being able to edit a page.

    My first port of call was checking my bluehost error log and this pointed the finger at jetpack. I’ve deactivated this and still no joy.

    Does anybody have any suggestions. I have my error log and phpinfo ready for viewing. I’m not very technical but have been through the suggestions here of deactivating plugins etc.

    #315528

    In reply to: WordPress 4.0 Update

    FYI-Hope this helps

    I did not disable any third party plugins to get my theme to work.
    I also did not use FTP to update to 2.9.2, I used WordPress theme update, which shows up on the same page but beneath the WP plugin updater

    I updated to WP 4 then
    I went out to Themeforest and got my Enfold api key which I entered into Enfold theme options/theme update
    I went to the WP plugin update page and there was a message beneath the plugin updates to update the enfold theme to 2.9.2
    After I updated, my site when blank, found out that the 2.9.2 updater deleted custom.css. I had bkup of my custom.css and reinstalled and all works now.
    The enfold/theme option/general/quick CSS was not impacted by updating to 2.9.2

    #315525

    In reply to: WordPress 4.0 error

    FYI-hope this helps

    I updated to WP 4 then
    I went out to Themeforest and got my Enfold api key which I entered into Enfold theme options/theme update
    I went to the WP plugin update page and there was a message beneath the plugin updates to update the enfold theme to 2.9.2
    After I updated, my site when blank, found out that the 2.9.2 updater deleted custom.css. I had bkup of my custom.css and reinstalled and all works now.
    The enfold/theme option/general/quick CSS was not impacted by updating to 2.9.2

    #315518
    #315504

    In reply to: WordPress 4.0

    This reply has been marked as private.
    #315503

    Topic: WordPress 4.0 Update

    in forum Enfold
    nectsolutions
    Participant

    Hello,

    After updating WordPress to the 4.0 version it completely messed up the Enfold template.

    I have reinstalled the Enfold template based on Themeforst and through FTP, cleared the cache, but nothing has changed.

    Would you please urgently advise?

    #315500

    Figured it out…The Enfold updater work flow deletes custom.css. When I reinstalled my custom.cc files my site is working as before.

    #315499

    I updated to WP 4 then
    I went out to Themeforest and got my Enfold api key which I entered into Enfold theme options/theme update
    I went to the WP plugin update page and there was a message beneath the plugin updates to update the enfold theme to 2.9.2
    After I updated, my site when blank, found out that the 2.9.2 updater deleted custom.css. I had bkup of my custom.css and reinstalled and all works now.
    The enfold/theme option/general/quick CSS was not impacted by updating to 2.9.2

    Hey!

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

    Best regards,
    Josue

    #315490

    In reply to: WordPress 4.0 error

    Hey!

    You need to update the theme to the latest version too (2.9.2).

    Best regards,
    Josue

    #315486

    Topic: WordPress 4.0 error

    in forum Enfold
    Guilherme
    Participant

    Hi.

    Since I updated wordpress version to 4.0, enfold stopped working properly.

    The advanced editor is not showing. The “Text” from the Visual / Text editor stopped showing pre-codes. Enfold theme settings isn’t working properly… What can I do?

    • This topic was modified 11 years, 6 months ago by Guilherme.
    #315485
    EdFritz
    Participant

    People who visit my site are now greeted with big white screen of nothing.

    My Full width slider on Frontpage is completely blank. Also, I now have opacity coving my frontpage slider images, this never happened before

    The problem occurred after I upgrade to WP4 and Enfold 2.9.2

    What can you do to help me out ?

    I hope when I upgraded to enfold 2.9.2 that you did not overwrite custom.css did you ?

    My guess it must have something to do with CSS that you have provided me with in the past>

    General styling

    .iconbox .iconbox_content .iconbox_content_title { margin: 0 0 0px 0 !important; }
    .iconbox_top .iconbox_content { padding-top: 30px !important; }
    #top .iconbox_top { margin-top: 0px!important; }

    .av_header_transparency .logo { opacity: .95; }
    .logo { opacity: .95; }

    thanks

    http://www.fritzimages.com

    #315479

    In reply to: Simple menu question

    I think I found the problem. I compared my old unfinished Enfold site site with my new one that I try to make and it seems that some tabs are missing. I dont find the “Page” setting page into Woocommerce, So I am not able to specify the shop page. Is it normal ?
    Do this page changed places in the Enfold latest versions?
    See the screenshots below

    Old <a href='https://automattic.pxf.io/y2XdbN/' target='_blank' rel='nofollow'/ rel=Woocommerce settings" />

    Actuals <a href='https://automattic.pxf.io/y2XdbN/' target='_blank' rel='nofollow'/ rel=woocommerce settings" />

    #315472

    In reply to: Theme errors

    This reply has been marked as private.
    #315468

    I will update to the most recent enfold tomorrow as soon as I can. right now the version is not 2.9.2 though i did deactivate all the plugins and tested and also reactivated them and test – both did not work

    #315464

    Hey!

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

    Best regards,
    Josue

    #315463

    Hey!

    Go to Enfold > Header Layout > Mobile Menu and change the option that makes the hamburger menu icon appear sooner.

    Regards,
    Josue

    #315450
    2GuysTalking
    Participant

    Please stick with me…

    In the past week, I’ve noticed several missing images and icons. Just for example, the “back to top” arrow/chevron icons, the left and right arrow/chevron icons in the sliders, and on and on… It shows a “missing image” box in some browsers, or some weird character stuff in Firefox.

    This has occurred around the same time as the WordPress 4.0 Update, and even after the Enfold Version 2.9.2 Update, this problem has not been fixed.

    I’ve looked at a few previous threads here in the support forums, including this one:
    https://kriesi.at/support/topic/various-icons-missing/

    I followed the advice at the above link and did a “fresh” re-uploading of the latest Enfold update via FTP, and the problem still persists. My WordPress install has NO caching plugins or anything that would cause it to keep a previous state of the website. I’ve cleared the browser cache on multiple browers, looked at it on multiple computers and devices at three different geographic locations…it still does not work.

    Can you tell me what folder(s) these images exist in? What files call these images? Any help would be appreciated. Thank you.

    • This topic was modified 11 years, 6 months ago by 2GuysTalking.
    #315448
    Dave
    Participant

    Optimize Press is causing the admin panel drop downs to look funky. When I deactivate optimize press, no issue. When I activate it, issue returns. Take a look at the screen shot.

    http://cl.ly/image/3Y2Q080s0P0C

    #315434
Viewing 30 results - 213,781 through 213,810 (of 244,479 total)