Hi Team,
can you tell me how I would remove the arrows and navigation dots in the slideshows in Enfold?
Thank you,
Jan :)
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .container, #socket .container {
background: inherit;
}
Best regards,
Yigit
dParticipant
Hello there! I don’t know how to put the team member picture as a circle, and also I don’t know how to handle the the title and description position. I would like to put my team members just like the demo page shows “WHAT OTHERS SAY ABOUT US”.
http://kriesi.at/themedemo/?theme=enfold
Thanks for you time!
D.
Having an issue with slow loading pages on occasion. My host is reporting high levels of CPU Throttling from time-to-time and the only way I’ve been able to correct that is by switching themes. I’m running Enfold 2.7.1 with no plugins. Has anyone else experiencing a similar problem running this theme and is there any news about an update in the works? I love Enfold. Don’t make me have to change.
Hi vin8tan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
I believe that is the best option. It will remove captions on easy slider on mobile as it is not possible to fit all the text without making the font size very small
Regards,
Yigit
Hi Yigit,
Thank you for your answer.
I put the code on Enfold > General Styling > Quick CSS but nothing happens on mobile version.
Can you see please?
Thank you
Hi!
Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 989px) {
.responsive .av_mobile_menu_tablet .main_menu {
display: block;
}
.avia-menu { display: none; }}
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul {
display: block;
}}
Regards,
Yigit
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
fieldset > p:last-child input.button {
display: block;
margin: auto;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_secondary_right .sub_menu { float: none; }
#top .sub_menu>ul { float: right !important; }
#header div.breadcrumb.breadcrumbs.avia-breadcrumbs { bottom: -20px; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mejs-container.mejs-audio { display: block !important; }
P.S.: Great song!
Regards,
Yigit
Hey Kayzel!
How about turning on custom CSS field for Avia Layout Builder elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and adding an image right below fullscreenslider and showing it only on mobile and removing fullscreen slider on mobile as a workaround?
Cheers!
Yigit
Hi winzenried!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon {
display: none!important;
}
Best regards,
Yigit
Hallo
Ich habe eben auf die neuste Enfold Version aktualisiert.
Hier verwende ich am rechten Rand ein 1-spaltiges Blog Grid um die neusten Posts aufzulisten.
Seit dem Update sieht das so aus:

Das Icon das den Titel überdeckt stört mich. (Ev hatte ich das vorher über CSS ausgeblendet). Ist das so gewollt oder was mach ich falsch? Gibt es eine Möglichkeit die Posts ohne Bild (oder eben Icon) aufzulisten?
Danke und Grüsse
Lukas
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta { background: transparent; }
Regards,
Yigit
Hey!
Seems like you have already figured it out? – http://i.imgur.com/vYxGicE.png
You can change the font color in Enfold theme options > Advanced Styling
Cheers!
Yigit
Hey guys,
I just noticed this: when I’m on a page and I want to add a form I made in Gravity Forms, when I hit “Add Form” it pops up behind the Enfold interface, so you can’t use it :) Anything I can do to fix this?
Kind regards,
Thomas
If you want to copy elements to an existing page it will override the old page with the template, right?
For a more flexible way see: https://kriesi.at/support/topic/copyingmoving-elements-to-different-pages-enfold-theme/#post-173375
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#custom-id-of-color-section .grid-entry-title { color: black !important; }
Please post the link to your website and point out the section if that code does not work
Cheers!
Yigit
Hey GOWD!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#socket {
font-size: 14px;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important;
margin-top: 5px!important;
}}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#socket .copyright { font-size: 10px; }
If you need more adjustments, please post the link to your website
Regards,
Yigit
Hi,
All I wanted was to upgrade my blog. I am not a web developer, but Enfold has allowed me to do something beyond my wildest dreams. A great theme and a great support forum. My blog is:
http://www.duckandroses.com/
Best regards, Nick
Well, Josue, again so sorry to troubling you with this.
I was just trying to make FV SEO work with ENFOLD’S Portfolio Items too.
The code is below, and before adding it to the functions.php I just don’t know how to customize it.
I mean, how should I change the word , your_custom_pos_type ?
If I add it directly to the end of functions.php it brokes the site.
Sorry if I am getting this all wrong.
add_action('admin_menu', 'yoursite_your_custom_pos_type_meta_box');
function yoursite_your_custom_pos_type_meta_box() {
global $fvseo;
if( is_a( $fvseo, 'FV_Simpler_SEO_Pack' ) ){
add_meta_box('fvsimplerseopack',__('FV Simpler SEO', 'fv_seo'),
'fvseo_meta', 'your_custom_pos_type');
}
}
-
This reply was modified 11 years, 10 months ago by
Bedros.
Hi Yigit,
Thx for your help;-) I uninstalled all plugins, unfortunately the white line was still visible :-(
Than i add your CSS-Code to Quick CSS in Enfold Theme – and it works, no white line. BUT: now it has destroyed the image of the marker. He was only a red fragment…Damned…
What can we do? Can i kill the image of maker or is this not possible?
Best regards
Fränk
Sveiki!
You are currently using an older version of the theme. Can you please try updating it to the latest version 2.7.1 ( which makes the theme fully compatible with WordPress 3.9+ ) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Mes uz Lietuva! ;D
Pagarbiai,
Yigit
Hi,
I am thinking a purchasing Enfold again for another project. I saw some people managed to use a WordPress Typekit plugin to install custom fonts. But I don’t have ANY idea of how this works… Is it easy to do (does the plugin do the job by itself) ? or do we have to change code in some special files and how ? I am a graphic designer (not a developer… so I am not skilled enough with pure code…).
I would like to know your best advice regarding this matter : Plugin (and if so, which one ?) ? Another way that would be better ?
The idea here is to use both one of the proposed google fonts in the theme, but also a custom font (for headings) using typekit if possible and not to complicated. :) Thank you in advance for your advices !
Marie
Thanks Josue,
Yes – I’ve done that – do they need to be a specific size or ratio.
In the enfold theme options I’ve selected Single Author, Small preview Pic.
Is there another option I should be clicking?
Thanks
Hi ndimmick!
Please go to Enfold theme options > General Styling and click Save changes. If that does not help, add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon {
display: none!important;
}
Best regards,
Yigit
Hi!
Please add following right below the code Josue posted
echo "<strong class='tagline'>".get_bloginfo('description')."</strong>";
and add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.entry-content-wrapper .post-title { font-size: 24px; }
Regards,
Yigit