Hi nicolasweh!
Mobile devices scroll to top when you touch the topbar that is why it was hidden on mobile. But you can display it by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block;
}}
Best regards,
Yigit
Hey andydufresne!
Do you have Layer Slider as a standalone plugin? LayerSlider that comes with Enfold does not support shortcodes
Best regards,
Yigit
There is no problem with the English, it’s only when it generates for the French menu that it outputs the array. I don’t know if this is an issue with WPML, but it happens only with the Enfold theme and only, as I say, with the French.
I tried to assign a specific menu, and it’s fine when I do this, so that wp_list_pages() routine seems to be the culprit. Where do you suggest I start to troubleshoot from here? I want to use dynamic menus rather than manually managed menus…
Thanks for this link. I’ve had a look into it, but it looks like the script needs to reference a media query to work.
This is fine for mobile media queries, but my custom.css file doesn’t have a media query setup for the normal desktop styles. Am I meant to create a new media query to contain all my custom css so this script will work? I’m a little confused on how it should be implemented with Enfold.
Avia Advanced Layout Builder for POSTS. This is the only thing lacking in the theme. :(
enfold scroll-top-link icon disappear from 480 px to 768px width
I just noted that, both in chrome and Firefox, is there some reason for that?
I’d like to have that scroll icon always fixed to the right for the bottom of my pages when I’m scrolling down regardless of the width size of the screen or resizing it.
Thanks
This reply has been marked as private.
Hi,
I need to create a gallery of paintings with different dimensions, horizontal, vertical and so on.
I would like to have a result similar to the Masonry Portfolio demo http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
but with the following differences:
– The thumbnails of the paintings should maintain the natural image ratio (no cropping) and also proportionality with respect to the real images, without the limit to have the same width because in such a case, for example, a horizontal image becomes a very little image compared to the others.
– Clicking on the images of the portfolio should open the lightbox of the image
– The dimension of the opened lightbox should be changeable for each image to have a proportional view of the original pictures
Thanks a lot in advance for your help.
Kind regards,
Giovanni
Hi tassavor!
No, I couldn’t reproduce this issue on my test servers. Please try to deactivate all third party plugins and check if it makes any difference. If yes a plugin hooks into the image query and breaks the order. If not please create us an admin account and post the login credentials as private reply. Make sure that the latest version of Enfold (2.5.4) is installed.
Best regards,
Peter
Thank you for your help, it works great. Can you also do to “Portfolio Grid” on page http://www.imagine.nazwa.pl/swedish% 20enfold/wordpress /? Page_id = 2905
Hey! Do you mean the Tribe Events Calendar ?
Since when is it possible to insert it with Shortcodes, please? I must set everything in the settings-tab a few weeks ago. There you can work with shortcodes in the before and after field. But it was not possible to insert itself with Shortcodes in Pages. Did I missed anything?
WYSIWIG-editor for Open Graph for Facebook:
og:title, og:image and og:description
Hey!
Please try to update Enfold to 2.5.4. Kriesi did some debugging ( https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/ ) and the youtube api issue should be fixed now.
Regards,
Peter
Hi!
Right now we do not plan a “deep integration” of Events Calendar (i.e. Advanced Layout Editor support for Events, etc.) because the templates are different but you can use the shortcodes generator (magic wand icon in the TinyMCE (visual editor) toolbar) to insert shortcodes into the event page description/content.
Regards,
Peter
Hey Helchar!
Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:
switch($contents)
{
case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break;
case "title": $excerpt = ''; $title = $entry->post_title; break;
case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break;
case "no": $excerpt = ''; $title = ''; break;
}
with
switch($contents)
{
case "excerpt": $excerpt = $entry->post_excerpt; $title = $entry->post_title; break;
case "title": $excerpt = ''; $title = $entry->post_title; break;
case "only_excerpt": $excerpt = $entry->post_excerpt; $title = ''; break;
case "no": $excerpt = ''; $title = ''; break;
}
$cats = get_the_term_list($the_id, 'portfolio_entries', '', ', ','').' ';
if(!empty($cats))
{
$excerpt = '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
$excerpt .= $cats;
$excerpt .= '</span>';
}
This code will replace the excerpt text with the category list.
Cheers!
Peter
Hello everyone!!!
See below all the websites we designed with this FANTASTIC theme!! My bro and I are based in Cape Town and we not very strong on back-end development but we know how to design and use HTML/CSS. The Enfold theme did all the nitty gritty back-end coding automatically for us. We will continue to use this theme because it has endless design possibilities.
zedduo.com
oculusid.com
incywincycollege.com
thenailcompany.co.za
R&S (still under construction)
-
This reply was modified 11 years, 2 months ago by
zedduo.
Hi!
Something (probably custom code) adds some weird output to the head area of the website (i.e.:
<!-- Add jquery script to support Conditional Forms-->
<script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/1.7.1/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/hidefieldsScript.js"></script>
) and this breaks the doctype definition and some other things. See: http://validator.w3.org/check?uri=http%3A%2F%2Fmobilcsarnok.hu%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
Please revert the changes or install the unmodified, updated theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 to fix the issue.
Best regards,
Peter
Hi!
If the BC Responsive Images plugin uses php to resize the images on the server it may help you to reduce the file size. However it will probably not work with Enfold if it uses a jquery script to replace the image because such a script will conflict with our jquery code for sure (slider scripts, animation code, etc.). If you really want to reduce the file size a bit try a tool like: http://www.obviousidea.com/de/windows-software/light-image-resizer/ to reduce the file size of the original images before you upload them.
Cheers!
Peter
Hi Peter,
Thank you so much for your help. I have been re-installing the theme via FTP and deleting my icon file and it seems to be working fine on the computer now. However it is not working on mobile (safari). Any idea?
Also, at the bottom of our homepage, where the testimonials are, a part of it is hidden by the footer. Can you help me please?
Thank you in advance.
Cheers,
Charlotte
Hey!
1) Please try to re-install the theme with ftp: https://vimeo.com/channels/aviathemes/67209750 – maybe a theme file is corrupt.
2) Go to Enfold > Theme Options and delete your custom icon font files. Then upload the icon font file again. I get a warning “: include(/home3/hawthor3/public_html/wp-content/uploads/avia_fonts/fontello/charmap.php) [” – “]: failed to open stream: No such file or directory in …” and it seems like the font files where removed from the server during the update.
Cheers!
Peter
This reply has been marked as private.
Hey!
Try to replace this line from wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:
if(!is_admin() && !session_id()) session_start();
with
if(!is_admin() && session_id() == "") session_start();
If it doesn’t work delete this line completely.
Regards,
Peter
Hey!
The line you mentioned in your last post
wp_list_pages(‘title_li=&sort_column=menu_order’.$exclude);
will only be executed if no custom menu is set. Then the theme must generate a fallback menu and it uses the wp_list_pages function to query all pages for the fallback menu. If you think the wp_list_pages() function breaks your website go to Appearance > Menus, create some custom menus and then assign these menus to the right theme location. As soon as a custom menu is assigned to the theme location no fallback menu will be generated and Enfold doesn’t execute the wp_list_pages() function.
Best regards,
Peter
I have tried to deactivate all the plugins but I still have the same issue. Here is the website > http://www.hawthorntravel.com.au/
Thanks
Hi Josue,
the second issue is solved. Thanks!
Regarding the first one, it is no issue when I use the theme I had before enfold (the text was below the icons). Hence, in my understanding, it has something to do with the enfold theme. Could is be something in regard to the spacing next to the comment field? How can I increase the space above the name field?
Cheers,
Gee Are
Thanks for the info I’ll look into it.
Just to reconfirm though, are you saying that plugins such as BC Responsive Images ( will not resolve the image file size issue in responsive templates or that it would not work with Enfold in particular?
Your clarification would be much appreciated.
Best regards
Raju
Hi!
@innova: Please deactivate the plugins that you have then reset the settings on Enfold > Header > Responsive Header Main Menu.
@simonac: Add this to change the text color.
.responsive #header_main_alternate .mobileMenu {
margin: 16px 0px;
color: white;
}
Regards,
Ismael
Hey!
Are you using the latest version of Enfold (2.5.4)?
I tried reproducing your issue on my local install with no success:

Regards,
Josue