-
AuthorSearch Results
-
September 24, 2014 at 6:55 pm #324528
In reply to: Search Results Page Sidebar
Hey XLMMarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .widget_categories, .search .widget_archive { display: none !important; }If that does not work, please post the link to your website
Cheers!
YigitSeptember 24, 2014 at 6:51 pm #324527In reply to: Hello i have some troubles about mainmenu
Hi!
Enfold theme options > General Styling bolumunde bulunan Quick CSS alanina assagidaki kodu ekleyin lutfen
#footer #text-3 li { clear: none !important; }Eklemistim ben ama sanirim kaydetmeyi unuttum :)
Cheers!
YigitSeptember 24, 2014 at 6:49 pm #324525In reply to: Special Title Default Size
Hi MattiaParla!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.flex_column.av_one_fifth h1 { font-size: 32px; }Best regards,
YigitSeptember 24, 2014 at 6:32 pm #324498In reply to: Portfolio grid styles
Hi 1lizcollins!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item { padding-right: 5px; padding-bottom: 5px; } h3.grid-entry-title.entry-title a { font-size: 16px; color: red!important; }Best regards,
YigitSeptember 24, 2014 at 6:31 pm #324497In reply to: Avia Layer Builder problem
Tried reinstalling everything again. Now my whole website is broken. Will have to do a clean install.
EDIT: Managed to rollback some changes. Right now, not only does the website load indefinately when I edit pages, it also has the same behaviour when I try to go to “Restore” menu in UpDraft plugin settings. Somehow my whole website got broken. Guess my only option is to rollback to wp 3.7 and older enfold version if you guys can’t help me.
-
This reply was modified 11 years, 6 months ago by
carousel1.
September 24, 2014 at 6:30 pm #324496In reply to: Menu covers logo on iPad
Hey 1lizcollins!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
YigitSeptember 24, 2014 at 6:22 pm #324488In reply to: Broke my site modding functions-enfold.php
Hey!
Please add Color section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and add a Code Block element inside with your shortcode. And then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; margin: 0; }Cheers!
YigitSeptember 24, 2014 at 6:21 pm #324486In reply to: Woo Commerce 2.2 Support and Theme Update Questions
Hi,
first, thanks for adding the jQuery fix from https://kriesi.at/support/topic/wordpress-4-0/ to 2.9.2!
There is however still a bug in 2.9.2, introduced by woocommerce 2.2, in regards to the product slider:
woocommerce.php has changed this:public function include_template_functions() { - include_once( 'includes/wc-template-functions.php' ); + if ( ! is_admin() || defined( 'DOING_AJAX' ) ) { + include_once( 'includes/wc-template-functions.php' ); + } }which means that the function
woocommerce_product_subcategoriesin that included file is not available inis_admin()mode.
It is used inenfold/config-templatebuilder/avia-shortcodes/productslider.php, which gets run when editing a page which contains the product slider, and will produce the following error in the ‘Publish’ metabox:
Fatal error: Call to undefined function woocommerce_product_subcategories() in /path/to/site/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 274. Only that metabox, the page title, and permalink editor are shown – all the rest of the metaboxes isn’t.Until this gets fixed, here’s a (dirty) workaround, to be placed in the functions.php of the child theme:
// fix for woocommerce 2.2+ and enfold 2.9.2: woocommerce_product_subcategories() not available in admin mode add_action('woocommerce_init', function() { if ( ! function_exists( 'woocommerce_product_subcategories' ) ) include_once( __DIR__.'/../../plugins/woocommerce/includes/wc-template-functions.php' ); } );September 24, 2014 at 6:19 pm #324484In reply to: Can't set text color on footer headers
Hey Antonio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widgettitle { color: white !important; }Cheers!
YigitSeptember 24, 2014 at 6:18 pm #324482In reply to: Hello i have some troubles about mainmenu
Hey!
Eklentileri de-aktif etmeyi dener misiniz faydasi olucak mi? Footer widget’larinin tum sayfalarda ayni olmasi lazim :)
Sosyal ikonlar icinde bahsettigim gibi Enfold theme options > Header Layout > Extra Elements bolumunden ekleyebilirsiniz header kismina sosyal ikonlarinizi. Dogru kodu almak icin lazim bana sadece, ben kodu aldiktan sonra silebilirsinizCheers!
YigitSeptember 24, 2014 at 6:12 pm #324474In reply to: Content won't populate on certain pages
Hey jleland!
You are currently using Enfold version 2.8.1, please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Regards,
YigitSeptember 24, 2014 at 6:10 pm #324472In reply to: Header Logo – how to disable or delete?
Hi Nathan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .logo { display: none !important; }If that does not work, please post the link to your website
Cheers!
YigitSeptember 24, 2014 at 6:09 pm #324468Topic: Broke my site modding functions-enfold.php
in forum Enfoldreidmccallhhi
ParticipantI added this line to functions-enfold.php:
<?php
echo do_shortcode(‘[smartslider2 slider=”1″]’);
?>And my site went blank.
I used the back button to get back to the edit file screen and deleted the code and hit update file, but site is still blank.
Whoops! Help! Thanks!
September 24, 2014 at 6:09 pm #324466In reply to: Title & Breadcrumb missing from Header on Page
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitSeptember 24, 2014 at 5:53 pm #324445In reply to: Homepage Editor not responding – PLEASE HELP
Hey!
You are currently using an old version of Enfold which is not compatible with WordPress version you are using. Please firstly update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
You may need to re-configure header options. Please refer to this video – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Best regards,
YigitSeptember 24, 2014 at 5:51 pm #324444In reply to: Hello i have some troubles about mainmenu
Merhabalar!
Can you please firstly add social icons to your homepage in Enfold theme options > Header Layout > Extra Elements so we can copy those to footer section?
Regards,
YigitSeptember 24, 2014 at 5:49 pm #324443Topic: Layerslider just stopped being responsive
in forum EnfoldDdbmiller
ParticipantI have 2 large images on the front page – both are 1732X1155 – neither are responsive now (just stopped being responsive while viewing the site). I have another smaller image that is responsive. These have been on there for some time working properly.
I have WordPress 4.0
Enfold version 2.9.2
layerslider version 5.2
current plugins running
contact us form
custom contact forms
google analytics dashboard
updraft backup
w3 total cache
wp popular posts
website is:
http://www.bodyshopnation.com/bodyshopsSeptember 24, 2014 at 5:39 pm #324432In reply to: Portfolio Grid and WooCommerce Product Category
Hi!
Please add following code to Quick CSS as well and adjust it
.inner_product_header .amount { font-size: 12px; }Currently it is not possible but please request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitSeptember 24, 2014 at 5:27 pm #324417Topic: Font Awesome 4.2.0 with ENFOLD not working?
in forum EnfoldBeeCee
ParticipantHi,
I’m a bit confused about ENFOLD and Font Awesome’s current version 4.2.0, because I thought, that ENFOLD do work with Font Awesome, but this code won’t work (shows no icon at all):
<i class="fa fa-twitter"></i>How can I ensure, that ENFOLD always work with the newest version of Font Awesome?
Thanks.September 24, 2014 at 5:21 pm #324415In reply to: Enfold > Tutorial > Bold Font Weight
Just discovered a MUCH easier way to add different font weights. Simply add the code (example below – using Open Sans) from Google Fonts to the ‘Google Analytics Tracking Code’ area which is at the bottom of the main Theme Options page for the Enfold Theme.
<link href='http://fonts.googleapis.com/css family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>You can also use this simple method to load Google Fonts onto your site. Enfold shows that lots of Google Fonts are available but Open Sans is really the only one that is installed.
Cheers!
September 24, 2014 at 4:43 pm #324403In reply to: Unable to edit pages
Thank you, The issue with interesting links is now disappeared.
The New Patient is still appearing and prior to WP upgrade and Enfold Theme upgrade it was working just fine. The New Patient Special and several others similar to that were at the bottom of that screen which all disappeared now.
September 24, 2014 at 4:38 pm #324399In reply to: Google Maps still not shown
This reply has been marked as private.September 24, 2014 at 4:24 pm #324391In reply to: Vimeo video not displaying on preview
Hi!
1- Please go to Enfold theme options > Header Layout and choose to display “Logo left, menu below”
2- Can you post the link to your landing page please?
3- Please go to Appearance > Widgets and edit Footer Column widget areas and place needed widgets inside themBest regards,
YigitSeptember 24, 2014 at 4:21 pm #324389In reply to: Make logo full width header
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitSeptember 24, 2014 at 4:20 pm #324384In reply to: Image Elements Too Large
Hi 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3024 .flex_column.av_one_fifth img { width: 50%; }Best regards,
YigitSeptember 24, 2014 at 4:06 pm #324369In reply to: Swap Logo or Size to Fit for Mobile
Hi broshannon!
Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 480px) { .logo img { display: none !important; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }}Best regards,
YigitSeptember 24, 2014 at 4:04 pm #324367Hey mcraig77!
1- Please refer to Josue’s post here – https://kriesi.at/support/topic/image-size-5/#post-324035
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as neededheader.entry-content-header h3 { font-size: 16px; color: red!important; }3-
.grid-entry-excerpt.entry-content { line-height: 15px; }Regards,
YigitSeptember 24, 2014 at 4:01 pm #324365In reply to: Creating Title Headers In Mega Menu
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi patriscia!
Can you please post a screenshot and show the changes you would like to make?
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab.main_color .pricing-table:nth-child(1) li.avia-heading-row { background: #ECB876; border-color: #E0A75E; } .main_color .pricing-table:nth-child(2) li.avia-heading-row { background: #DF9C48; border-color: #E7943B; } .main_color .pricing-table:nth-child(3) li.avia-heading-row{ background: #cf7c4f; border-color: #E07A43; }Cheers!
YigitSeptember 24, 2014 at 3:57 pm #324361In reply to: sample data
Hey diefleischerei!
In the theme options go to the Import/Export tab. You can then import in the demo data.
After, because of an issue with the menu and importer, go to the Appearance>Menus editor of WordPress and create a new menu to assign to the “Enfold Main Menu” area. Otherwise the menu shows up a bit messy.
The mega menus can be created from there as well though they aren’t able to be imported so we have a video to assist you in creating them here: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Regards,
Devin -
This reply was modified 11 years, 6 months ago by
-
AuthorSearch Results
-
Search Results
-
I added this line to functions-enfold.php:
<?php
echo do_shortcode(‘[smartslider2 slider=”1″]’);
?>And my site went blank.
I used the back button to get back to the edit file screen and deleted the code and hit update file, but site is still blank.
Whoops! Help! Thanks!
I have 2 large images on the front page – both are 1732X1155 – neither are responsive now (just stopped being responsive while viewing the site). I have another smaller image that is responsive. These have been on there for some time working properly.
I have WordPress 4.0
Enfold version 2.9.2
layerslider version 5.2
current plugins running
contact us form
custom contact forms
google analytics dashboard
updraft backup
w3 total cache
wp popular posts
website is:
http://www.bodyshopnation.com/bodyshops
