Hi Devin,
Thanks for your reply. I have managed to sort this now. I was having problems with adding html content to the ‘text block’ element too as it was adding unnecessary tags to my html, is there a reason for this? I’m now using a text/html widget instead which seems to work better.
I have another query about how to make full-width sections on the homepage like on the Enfold ‘live preview’ demo. The elements I have added to my homepage are all inside ‘container’ which has a fixed width on it. Can you advise on how I can change this? I want to have full width panels with a set width ‘container’ inside them.
Thanks
Charlotte
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.toggle_content .av_font_icon { height: 50px; }}
Cheers!
Yigit
First… amazing theme, brilliant.
I’m using the WP Retina 2x plugin to serve retina images when appropriate. It’s been working fine, until I updated to the latest version of Enfold, now any new images I attach, when the browser loads the retina versions, the display size doubles. Fortunately, the images I’d built on pages prior to updating Enfold are unharmed.
To insert an image, I’ll use the image component in the Avia Layout Builder, click to add/edit the image, click to upload an image, then I’ll upload both the normal and the @2x versions. I select the normal size as the one to attach, save and publish.
It displays fine on non-retina displays, but on retina displays, once the retina images load, they appear twice as large, instead of the same size, just sharper.
For an example of it working, see my home page: http://goo.gl/klxWmw
To see how it blows up, see this page: http://goo.gl/ZrdJer
Any help would be greatly appreciated.
Yeah, There is Opensans in Google font but it is default font for enfold theme. I only want to add polish character for it. Check it:: http://poligon.racymind.pl/lsocha/o-mnie/ Header “SZKOŁA ŚREDNIA”.
I use the Enfold theme with the WooCommerce plugin & the dutch translation of WooCommerce. If I, or somebody else, pushes the check out place order after ordering and selecting a payment, WooCommerce does’nt stop running in Enfold. The order is administered in WooCommerce itself after sometime, but the costumer & myself don’t get the mail that the order is given. If I switch tot the basic Twenty Twelve theme everything works wel. Can please somebody help me… The site is http://www.tafellunch.nl
Button:
<input type=”submit” class=”button alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Bestelling plaatsen” data-value=”Bestelling plaatsen”>
-
This topic was modified 11 years, 10 months ago by
Fred1969. Reason: Better subscription
Hello. Advise please plugin for related posts, which integrates well with enfold. Can be paid or free. Now I have installed “wordpress related posts”, but this plugin does not suit me.
-
This topic was modified 11 years, 10 months ago by
Zakkery.
Hey Kim!
Unfortunately LayerSlider can’t re-size shortcodes (i.e. button shortcodes or in your case the form) properly. Please remove the form from the slider and add into the page content and it should re-size properly. We’ll release an update for Enfold which includes LayersSlider 5 soon – maybe the new slider version will fix the issue but I’m not sure.
Cheers!
Peter
Hey!
Ok, then delete the line and open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and delete
if(!is_admin() && !session_id()) session_start();
Regards,
Peter
Hello Yigit,
I installed the theme enfold and I haven’t installed any plugin.
I want to set the slider as the home of the template.
With shortcode fullscreen Slider you can’t configure slider with independent layers with movement like home slider.
I have configured with Layer Slider slider as I can make it appear on the home page. The help says:
Inserting the slider with shortcode
You can place your sliders into pages and posts with their shortcodes. You can find the shortcode for each slider in this page next to their names in the list view. To insert the slider, edit a page or post and insert its shortcode into the WordPress text editor.
But this does not work.
As shown equal the slider theme?
Thanks.
Hi Raph!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-
#top .social_bookmarks_mail:hover a {
color: #fff;
background-color: #9fae37;
}
these are default values.
2-
.social_header .phone-info { font-weight: normal; }
Cheers!
Yigit
When I replace that line, I get this error on the website.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:1) in /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
When I delete that line, I get this error on the website.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:1) in /home/rawjuici/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Hi Josue,
Yes the theme is compatible for translation (front end, aviation editor) but except “Theme option” that does not contain “po” file and “mo” and remains in English. I installed WPML to try to translate “theme option” but I do not know if this is possible. How do I translate as simply “theme option” without it generates errors? I can create a “mo” file translate “register-admin-options.php”?I may have missed something in the setup

-
This reply was modified 11 years, 10 months ago by
Alex.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-17 div .av_three_fourth {
margin-left: 11%!important; }
You may need to adjust the value to center it perfectly
Best regards,
Yigit
Dear Enfold,
help me please:
1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.
2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?
thank you
indra
Hi!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open portfolio.php file and find
$first_item_name = apply_filters('avf_portfolio_sort_first_label', __('All','avia_framework' ), $params);
and modify it as needed
Best regards,
Yigit
Hi,
I’m trying to embed a HTML5 video but Enfold keeps reformatting my code. How can I make it stop doing that?
Thanks :)
-
This topic was modified 11 years, 10 months ago by
xilopix.
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