Hi I had modified the header slightly before and the newest version of enfold the header is different than it was when I had modified it. I have tried a few times to port my changes to the new version of the header but have been unsuccessful…. Any suggestions on how I can upgrade and keep my prior changes will be greatly appreciated…
Either a cache plugin, cache function from hoster, any other plugin or file permissions
Make sure that your hoster has no cache function active and the file permissions on the enfold.css are set correctly
Create a read more link with enfold in the text editor using the team member layout tool.
http://frassati.sbstrategies.com/wp-admin/post.php?post=130&action=edit
So there is allot so text for the team bios we want to create a text read more link 1 paragraph down
Hey dmorton2!
Currently it is not possible but feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hi!
LS can be set to full width (and you can set the height too) so you kinda mimic the effect of the fullscreen slider.
Please note that LS is a bundled plugin that comes with Enfold, new features will depend on the plugin author.
Regards,
Josue
Hey Ahnell!
Are you using the latest version of Enfold? have you tried disabling all third-party plugins to see if it gets fixed?
Best regards,
Josue
Hi – i’m attempting to change the header on an Enfold site, found here:
http://www.langersdeli.com
The changes are not showing up. as you can see, the header background remains black (i set it to both be #ffd900 and also uploaded a #ffd900 colored tile to try to force the change – no difference), and the font colors for the nav menu items are wrong.
i do not have wp super cache installed, so that’s not the issue. changes should be immediate.
even more strange, the logo which i uploaded is showing only on firefox – NOT on chrome or safari. the old logo shows! i cleared caches, restarted, everything. the new logo should have “delicatessen restaurant” as part of the image – it’s not visible on either safari or chrome.
what am i doing wrong?
here is the settings grab:

here is the new logo, which only shows on firefox, but not safari or chrome:

Hi ShortieD!
You should add following code to Quick CSS in Enfold theme options under General Styling tab and adjust for each brakepoints using media queries
@media only screen and (min-width: 1140px) {
.av-masonry-entry { width: 30%; }}
Regards,
Yigit
Is it possible to place the social share options for some pages (like the option for posts)?
Best
Nedim
How do you configure BWP Minify to work with Enfold, My site doesn’t view properly once enabled.
This reply has been marked as private.
Hi renz54!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced { -webkit-perspective: none!important; }
Regards,
Yigit
Hi mlfoxdesigns898!
Please go to Enfold/includes folder and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your number right above it as following
echo "<img src='linktoyourimage' />";
Cheers!
Yigit
Hey Effektid!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
You can also enable debugging mode to see shortcodes created in Avia Layout Builder. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Also, please update Enfold to the latest version – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Sharing options was added as you can see here – http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/
Cheers!
Yigit
-
This reply was modified 11 years, 7 months ago by
Yigit.
I looked for the answer, but didn’t see it. Perhaps it is too easy of a problem- ha.
I am ready to design an Enfold themed site for a client. Being a traditional designer, I am most comfortable in designing in Illustrator but can use Photoshop too if I have to.
I would like to make some global changes. I know how to use CSS snippets to do a few things. What I want to do is… hand over psd files to a programmer to do the programming BUT I don’t get how to use the psd files provided.
I would like to take advantage of Enfolds options, like choosing the right icons which seems to be hard to do in photoshop. and how do i jump from file to file without having to copy-and-paste layers from file-to-file. What if I want to make a change? Do I have to go through every file and change those layers? — am I even making sense?
I need basic instructions on how to use the enclosed psd files. anyone? Am I alone in this??
-thanks
I want to change from the Enfold theme to another on one of my blogs. The pages are created using the layout builder. However, what do I do about breaking the shortcodes?
Hi wrongjon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div.avia-caption-content { margin-top: 50px; }
Regards,
Yigit
Hey AndrewJ!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.postid-237 span.iconlist-char {
font-size: 20px;
}
2- Can you post the link to a page where we can see an example?
Regards,
Yigit
Hi Michael!
Please go to Enfold/css folder and open Grid.css file and adjust the values as needed
Regards,
Yigit
Hallo Peter,
hatte mich schon gefreut, diesen Threat gefunden zu haben.
Bei mir scheint das Problem allerdings noch wo anders zu liegen.
– Bei mir ist die LayerSlider Einstellung “Use Google CDN version of jQuery” deaktiviert.
– Und ich verwende kein Child-Theme
Problem besteht auch nach Deaktivieren aller Plugins.
Folgende js-Fehler:
Zeitstempel: 27.05.2014 17:12:04
Fehler: TypeError: window.tinyMCE.get(…) is null
Quelldatei: XXXXX/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-modal.js?ver=0.6
Zeile: 414
Hast du mir Rat?
Grüßle
Wolli
I reinstalled enfold. It’s working now. Thanks anyway! Nedim
Hey jskooij!
You can change the “from” email address with a filter. Insert this code into the child theme functions.php file or into enfold/functions.php:
add_filter('avf_form_from', 'avia_change_from', 10, 3);
function avia_change_from($from, $new_post, $params){
$from = " (Email address hidden if logged out) ";
return $from;
}
and instead of ” (Email address hidden if logged out) ” insert your email address.
Cheers!
Peter
Hola Juan,
Yo personalmente uso BWP Minify con Enfold sin problemas.
Sin embargo, puedes buscar otro plugin de minificacion aqui:
https://wordpress.org/plugins/tags/minification
Saludos,
Josue
Hi,
with the standard browser of my Tablet (Android 4.3) the sticky header (Theme Enfold) is scrolling down to the middle, sometimes to the bottom. Sometimes it is no more visible at all.
This problem also exists at your demo page
http://kriesi.at/themes/enfold/
Is there a solution?
With Firefox and Chrome there is no problem.
-
This topic was modified 11 years, 7 months ago by
anna-leo.
Hey Tracy!
Try uploading over FTP instead. It may be a server side limit on the side of uploaded files or something like that and going over FTP bypasses the issue completely.
See: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
Devin
Hi,
I had to build my site from scratch, due to (slow) speed problems with the hosting service.
I had a functioning enfold installation prior to that (two hours ago).
Now, the speed problem is solved but there is a major problem with enfold.
When I select “Enfold Main Menu” I receive a blank page. When it is unclicked, all pages in the menu show up, however unsorted.
What I am I doing wrong? Please help, it is urgent.
Best,
Nedim
http://www.nedimhazar.com
-
This topic was modified 11 years, 7 months ago by
nedimhazar.
Hey fotograf561!
1) Leider ist dies derzeit nicht möglich. Das Logo beeinflusst durch seine Höhe auch die Höhe des Kopfbereiches und schiebt dadurch das Menü auch nach unten, wenn es größer wird.
2) Dies geht sehr einfach. Unter Enfold > Theme Options > Footer Layout sucht nach dem “Copyright” Textfeld und fügt dort
[nolink]
ein. Wenn ihr schon einen benutzerdefinierten Text verwendet, so fügt [nolink] einfach am Anfang oder Ende eures Textes hinzu.
Cheers!
Peter
Hi!
@uychkinnear Please add the code @flikk posted to Quick CSS in Enfold theme options under General Styling tab
Thanks always @flikk :)
Best regards,
Yigit