I have a site where the content needs to be dripped (using wishlist member and wp-drip), on the visual aspect of the blog posts/categories and when you add a “blog” section to a “page” I need the default order to be in order
i.e.
Post #1
Post #2
Post #3
the way they display by default is
post #3
post #2
post #1
how can this be changed in the enfold theme?
Hey!
Thank you for using the theme!
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 40%;
}
.responsive .logo a, .responsive .logo img {
height: auto !important;}}
Best regards,
Yigit
Hi Ismael,
Thanks and I appreciate you can’t support 3rd party plugins, so I am grateful. However, I’ve just tested a clean install of Enfold with just this WP Store Locator plugin installed and I am still getting the Google Maps API warning. I’ve changed themes to twentyfourteen and it works fine with that, so it must be Enfold is using the Google Maps API somewhere, even though I haven’t put any google maps on the test site (clean install)??
I’ve set-up a temporary test site with only Enfold and WP Store Locator installed and have given a login to the plugin author, so hopefully he’ll try and find a fix – I reminded him how popular Enfold was and that it would be beneficial to have his theme working with such a top seller, so hopefully he’ll help!
However, if you did want to just test it yourself with Enfold and WP Store Locator, please feel free and let me know if you work anything out! Or if you can point out where the other instance of Google Maps API is being included?
Many thanks,
Matt
-
This reply was modified 11 years, 7 months ago by
MM.
Hi Arda!
Do you mind posting a link to your website so we can take a look? Please make sure that you are using the latest version of the theme which is 2.6.2. If you are not, see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Thank you very much – the hosting provider set the limit to 128M and … it works.
Cheers!
Chris
Hey!
I’m sorry but the memory limit is still 64M when I checked the website. Please contact your hosting provider, maybe you can’t exceed the allowed memory limit. Set it to at least 128M as Dude suggested. We’ll be happy to assist you with the problem once we eliminated the memory limit factor.
Regards,
Ismael
Hey!
Thank you for the update.
Please post the login details here. We would like to check the layer slider. Can you please tell us which slider to edit?
Enfold is fully compatible with the Woocommerce plugin so you don’t have to use another theme for that matter.
Best regards,
Ismael
Hey Ismael, thanks for your reply, I’m encountering the same problem again with me not being able to change a picture, with no error response. I’ve been trying to change the picture in the Layer Slider/Slide 1/Layer 1. I deactivated all my plugins, cleared my cache, cleared browser history, and restarted my Mac. The plugins I currently have are Akismet, All In One SEO Pack, bbPress, Google+ Author Information in Search Results (Free Version), Google Analytics, Google XML Sitemaps, Jetpack by WordPress.com (which I haven’t used yet), SEO Friendly Images, WooCommerce, and WP Super Cache. I’ll be hopefully selling t-shirts from this site soon, and only have the plugins that I need necessary to be successful. I’m hoping that I’ve done a good job so far…? And a quick question Ismael, do I have to get a WooCommerce theme for the WooCommerce plugin, or can I just use the WooCommerce plugin in Enfold (which is what I would prefer)? Thanks for your support with Enfold.
David
EternityBeginsNow.com
MMParticipant
Hi Guys,
I am using the WP Store Locator plugin and part of it is not working. The plugin author told me it’s a js error. I deactivated all other plugins and the problem still remained, so I think it must be a conflict between Enfold and the plugin. There are no errors reported on the frontend but the backend, using firebug, reports the following error:
Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors. (main.js:54)
I am not using google maps anywhere else on the site and as I said, all other plugins were deactivated and I still had the same problems. I tried adding the various codes to my child theme functions.php, that you guys have provided in other threads, for similar errors e.g.:
add_filter( 'avia_google_maps_widget_load_api', 'avia_remove_widget_script', 10, 2);
function avia_remove_widget_script($load, $config) {
$content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true));
if(strpos($content, 'avia-google-maps')) return false;
return true;
}
But none of them worked and the Google Maps API warning still showed up. Any other ideas? I’ve contacted the author of the plugin to see if he can test it against Enfold but not sure he’ll be able to help. The plugin works fine with other themes, so although it’s not really your responsibility, I was hoping you may be able to shed light on where else the api is being called or used?
Thanks,
Matt
Hi Peter,
I just set the memory limit to 128M before.
I think, it is a conflict between WPML and enfold.
Regards
Chris
Hi wacky32!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.avia-content-slider .slide-image img {
height: 180px!important;
width: 180px;
}
2-
a.small-preview {
height: auto;
}
Best regards,
Yigit
Hi MeisDesign!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: none!important;
}
.main_menu, #header_main_alternate, .responsive #header .main_menu ul {
display: block;
}
}
If that does not work, please post the link to your website so we can take a look
Best regards,
Yigit
Hey!
Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
you can see shortcodes under Avia Layout Builder and copy paste them them to other pages
Regards,
Yigit
Hi hebchop!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-masonry-gallery .av-masonry-entry {
width: 10%!important;
}
Regards,
Yigit
Hey danieldunn10!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: 'your text';
font-family: 'entypo-fontello';
}
Best regards,
Yigit
Oh , and also, a question: how can i activate another language for the theme? I saw the theme comes with several translations ready, but i don’t know how to activate it. Thank you. :)
anca bogdan
Hello,
I like your theme, it is very easy to use and intuitive, but i have the following issues with Enfold theme:
1. i cannot move the widgets or open them and the sidebars. (i disabled all plugins and the problem remains and also i changed the theme and the widgets started working normal). This is the website: http://www.evolutiespirituala.ro/
2. I have a plugin that i would like to keep, Calendarize it! for WordPress but it doesn’t show the events list anymore, in page and in widget area. This is the link to the page that the calendar appears: http://www.evolutiespirituala.ro/events-calendar/ . I works with other theme.
Thank you very much for your time. I hope for an answer soon. :)
anca bogdan
-
This topic was modified 11 years, 7 months ago by
karanna.
Hi,
the link is http://www.suedcab.com
here a shot and a link
Best regards
Chris
Hi chiummog!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-3009 .sub-menu { pointer-events: none; }
Best regards,
Yigit
Hi debenm!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }}
I have checked your website on my iphone and color section background images look centered on my end – http://i.imgur.com/ieJrhnU.png
Can you post a screenshot of the issue you are having?
Best regards,
Yigit
Hi GOWD!
Thank you for using the theme!
Right now, it is not possible to change the element’s style directly on the dashboard but Kriesi is creating a new option to make this possible. Please wait for that on the next theme update. You need to apply the modifications using the Quick CSS field or use the Enfold Styling panel to play around with the theme color. Can you please give us a specific element that you want to change?
You can change the special heading text with this on Quick CSS or custom.css:
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 {
color: red;
}
Best regards,
Ismael
Hi jmblakey!
Please use following code instead
.phone-info span { font-size: 30px; }
Cheers!
Yigit
Hi!
Thank you for the login details.
I visited the menus panel on Appearance > Menus and it looks ok. This is what I see.

Please try to test it on another browser or another computer if possible.
Cheers!
Ismael
Hi ChristophTaschler!
Thank you for using the theme!
We are not sure of the issue as of this moment. If you don’t mind, we would like to ask for the website url. Do you have any plugins other than WPML? A screenshot of the issue will surely help. Thanks!
Best regards,
Ismael
Yes, that’s hat I have done so far… But klicking and smiling is much less work. Would be great if you could figure out if that might be possible in the future. Enfold is great, I’m running a few licences and I guess I’ll buy more in the future…
Hi basmati!
Thank you for using the theme!
Yes, it is somehow possible but you should not upload any logo on Enfold > Theme Options. Just leave it blank. Add this on functions.php:
add_filter('avf_logo_final_output', 'avf_logged_logo_final_output');
function avf_logged_logo_final_output($logo) {
$headline_type = "h1";
if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P
$loggedinlogo = "<img {$dimension} src='LOGGED IN LOGO IMAGE URL HERE'>";
$loggedoutlogo = "<img {$dimension} src='LOGGED OUT LOGO IMAGE URL HERE'>";
if ( is_user_logged_in() ) {
$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedinlogo."$sub</a></$headline_type>";
} else {
$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedoutlogo."$sub</a></$headline_type>";
}
return $logo;
}
Change the image url for the logged in user and for the logged out users. I hope that helps.
Regards,
Ismael
Hello,
I bought your fantastic Replete theme and created a very nice eCommerce website with it that is up and running since a few months ago. Thank you.
I have a client that would like a website in Arabic language. Looking through your other themes, it seems to me that your Enfold theme might be the best candidate for my client’s requirements. However I am not too certain whether it supports (a) Arabic Fonts and (b) if the template will work good with Arabic language where the text goes from Right To Left?
If not, are you able to suggest one of your other themes that may support this or plugins that you recommend to work well with your theme(s)?
Thank you,
Nader