Hi snmarkov!
No, unfortunately this is not possible out of the box. You can suggest the feature here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we might add it to the theme framework with an update.
Regards,
Peter
Hi!
1) You can add a Google+ social icon to the header (go to Enfold > Theme Options > Header) and the button is not required. You can configure the url with the “Social Icon URL:” field. I recommend to link the icon to your google+ profile or use this url: https://plus.google.com/share?url=http://www.aperture22.com/dev/ if you want that the user can share your website.
2) Unfortunately the “sort/filter” effect is a pure visual effect and doesn’t change the website content. Thus you can’t remove the images from the lightbox if the user filters the portfolio. I recommend to create two separate portfolio pages if you want to avoid that the lightbox displays images from different categories.
Cheers!
Peter
Hi!
You could try with a client-side solution (this way it won’t affect the builder script).
Use this to include a custom JS script in your child theme:
wp_enqueue_script( 'myscript', get_bloginfo('template_directory') . '/js/scripts.js', array( 'jquery' ), '', true );
Create that script (in your child theme folder) and finally use this to remove all the empty p tags:
jQuery(window).load(function() {
jQuery('p:empty').remove();
});
Cheers!
Josue
Hey!
Please update the theme to Enfold 2.6.4. Afaik Kriesi fixed some ipad issues and these fixes may help you too.
Cheers!
Peter
Hey roqetdw!
Open up wp-content/themes/enfold/js/shortcodes.js and replace:
//mobile device?
this.isMobile = $.avia_utilities.isMobile;
with
//mobile device?
this.isMobile = $.avia_utilities.isMobile;
if( /iPad/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement)
{
this.isMobile = false;
}
Note that I can’t promise you that the videos will work properly. Kriesi had good reasons why he removed the video support for mobile devices and this change will just exclude the ipad from the “mobile device” list. It will not fix any player/video related issues which might be noticeable.
Cheers!
Peter
Josue,
Who knew..?
Commented-out the offending block of code and the “Color Section” now renders as expected.
Hate the empty <p></p> tags..!
I’ll need to review this whole issue.
Say, do you have a suggestions for removing the empty <p></p> tags which are generated from time-to-time?
Thanks,
BitSoul
Hi!
I found that there is some custom code in your child theme that is affecting the layout builder, i was checking your functions.php but accidentally wrote a typo and now it won’t be accesible until it’s fixed, could you restore it via FTP?
Child theme functions.php, line 30.
Regarding your main issue, i tried switching to the Enfold parent theme and the color sections worked as expected but when i switched back to the child one the bug returned.
Cheers,
Josue
Ok, I was able to increase the memory, but it had no affect. The page still gets blown away if you edit anything on it. It doesn’t happen on ever page. I think I have seen it happen on two pages, but one for sure. There is something we need to update on it, and we cannot. If we make a change, every element except for the first one disappears. The very first text box remains, all other elements are gone. If you just go in to the page, and exit, and do not make any changes, the page is ok.
Any other ideas?
Thanks!
Hi JaredBurnett!
Thank you for the info.
We would like to see the actual website where this is happening. You can override the theme files via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Another thing that you can do is to delete the enfold.css file located on wp-content/uploads/dynamic_avia folder. After that make some changes on the theme options then save it. I hope that helps.
Cheers!
Ismael
This reply has been marked as private.
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hey gmmediadienste!
Thank you for using the theme!
Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. I hope that helps.
Regards,
Ismael
This reply has been marked as private.
You are welcome, glad we could help :)
Regards,
Josue
Hi,
Thanks for your concerns. I was able to edit menu after activating 2014 wordpress theme then Enfold and after that the child theme based on Enfold…
Since yesterday, everything works fine ;)
Thanks a lot !!
You can close this ticket.
Hey Mathieu!
I did reproduce the menu issue on my end, it was happening due to menu corruption. I fixed it, you should be able to access now:
http://www.cotedasie.nc/wp-admin/nav-menus.php
Regarding the LS issue i was able to render a LS slide without issue here:
http://www.cotedasie.nc/ls-test/
If the menu problem happens again (it shouldn’t) what you need to do is switch to the default WP theme and look for corrupt menu items in your Menu (they will appear with a red background).
Cheers,
Josue
Hi Yigit,
I think the fact that I used the upload manager in WordPress when I first installed the theme is what has caused the problem. That’s when the error first appeared. That may be the issue. However, I don’t know how to resolve it.
Thanks again!
Kim
In my WP admin area, I tried to set up the Enfold theme options with my Theme Forest API and username. I get the error message that saving didn’t work. I generated 2 APIs and both failed. Any help would be appreciated!
Hey!
In my experience UNLESS – I have some Avia layout element (say a slider) that extends the full width of the page – as the VERY FIRST element on the page – “Color Sections” will not render as expected.
I tried reproducing the issue on my install according to what you said:

But the result was this (both the slider and the color section extend the full width):

One thing i noted is that you have Enfold 2.6.1 on your site, please try updating it to the latest version.
Cheers!
Josue
Check and see if there is an .htaccess file in that directory. If there is check Cpanel to see if the directory is password protected. Remove the password protection.
Hi tcoq!
Thank you for using the theme!
From what version of Enfold did you update before 2.6.3? You can find the image link right below the actual image option. Look for “Apply a link or buttons to the slide?” option. You might need to reset the links.
Regards,
Ismael
Thanks, Yigit! I renamed my the Plugins folder inside of wp-content to “Pluginsold”, but am still getting the same error when I activate the theme. Is there anything else I could try?
Thanks for your help!
Kim
Hey talelie!
There was a bug fix release for Enfold made available on ThemeForest today. Try updating and see if that fixes the issue for you. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
If you have any active plugins running you can also try deactivating them in case one has become incompatible with the updates put in place to make the theme compatible with WordPress 3.9.
Regards,
Devin
Hi brentwestwind!
You can either update from within WordPress if you’ve entered in your API key and username or over FTP by replacing the enfold theme folder.
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Devin
As far as I know that field effects all instances of the button. It does on my dev server running Enfold at least. Tested it on my woo-test live dev site as well with the same effect.
If it isn’t working you would need to post in the WooCommerce support forums as that isn’t something the theme modifies.
Hey there,
I am trying to make a 4-grid portfolio with images that open to a light box as seen on this page of the demo: http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/. I can’t figure out how. Clicking the thumbnail just goes to the project page.
Any suggestions? Thanks very much!
Matt
>> Apologies – I figured this out. Yes, it was obvious. I has the dumb.
-
This topic was modified 11 years ago by
azzopard1. Reason: Solved
Hey Enfold,
I’ve created a button(s) in CSS and want to use the buttons in the advanced layerslider as links. Do you have any documentation or tutorial to complete this?
Many thanks,
I just updated my menu and it now has a lot of items. Initially it was going over my (left-aligned) logo. When I resized my browser window to be smaller, it eventually disappears entirely — and is not replaced by a mobile-menu icon or anything. I’ve seen some other posts about this, and many of them instruct me to change the options in Enfold theme options > Header > Mobile Menu > Header Mobile Menu but I do not see this option?
What I’m going for is a logo on the left side of the header and menu taking up the rest of the width to the right side – both centered vertically on the same horizontal line. I guess I’m thinking if the menu gets too long it would wrap into a second line, rather than bleed over the logo. But the most concerning thing is when it completely disappeared!
Thanks.
Glad we could help. Let us know if you have any other questions or issues.
Make sure to also update to Enfold 2.6.4 which was released today :)