running th latest version of WP and Enfold as well…
This is also happening for a page where I’m putting affiliate code blocks in. This is the link http://www.physiquetransformations.com.au/links/ see I have one affiliate link, but when i go to add another block of code, the first one is removed.
running th latest version of WP and Enfold as well…
-
This reply was modified 11 years, 10 months ago by
joemurphy.
I will keep this in mind for future use, however in my existing enfold install (and several clients) this requires editing 2000+ products/variation pages to add new image sizes and column shortcodes. I was hoping to avoid this as it is extremely time consuming. I’ll likely disable this in my own site to save the labor hours. As this will be wiped out on theme updates it’s not an option in my client’s sites and editing all products to add theme shortcodes is not feasible. I’ll try to figure out a way to delete all products and reupload with inserted shortcodes via a CSV mass import/update (after a database backup). Hopefully I can find a meaningful work around. Hmmm :/
-
This reply was modified 11 years, 10 months ago by
cryscryb.
Hi there. I recently updated WP and the Enfold theme and have a few issues I’m still trying to resolve with the header. The site is http://www.bhutantravelbureau.com
1) On an ipad the social icons are appearing beneath the logo in portrait mode instead of aligned to the right.

Also on the Ipad, the sticky logo and navigation are not minimising, and don’t appear to be transparent.
2) On smartphones the logo now appears quite small after applying the custom CSS required to stop the logo stretching across the entire screen and behind the menu icon. It also doesn’t line up next to the menu toggle, appearing above it instead.


The CSS I have applied is as follows:
@media only screen and (max-width: 768px) {
.responsive .mobile_slide_out .logo {
float: none;
}
.responsive .logo a, .responsive .logo img {
height: auto !important;
margin-top: 8px!important;
max-width: 85%;}
.html_header_top.html_logo_center .logo {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.responsive #header .social_bookmarks {
position: relative;
margin-top: 10px;
}
}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto!important; }
}
Help to resolve this issue much appreciated. Cheers.
Hi support,
Can you please tell me how I can add the “Share this Entry” module on my blog posts as seen in your demo here: http://kriesi.at/themes/enfold/2013/10/21/the-lone-balloon/
Thanks
Asad
You can update directly from the child theme or by download the theme from your downloads on themeforest and then updating the parent theme over FTP or via the theme upload in WordPress: https://vimeo.com/channels/aviathemes/67209750
Either will work or even going the steps your wrote above which isn’t needed but would still work :)
Hi ShortieD!
I’m not sure if those are specific to the child theme but you can try using the one available here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Or there is one in the big download of the theme that comes with the PSD, License etc on ThemeForest as well.
Best regards,
Devin
Hi!
No, you can place it in your child theme functions.php file as well.
Regards,
Devin
Everything that is available is in the demo data import but after doing so it should look something like in the video on this page: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
There have been some additions since I did that video and the import option has moved inside the theme options but thats the gist of it. Anything else is available to be re-created using the theme elements.
The WooCommerce shop functionality needs to be configured using WooCommerce which I did a video for as well: http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/
Hey cryscryb!
With the new image sizing tool there definitely might be a change in how images are handled for responsive layouts but there are some alternatives you may have missed in the current implementation.
Each time you upload an image to WordPress it auto creates a number of thumbnails for you. The theme hooks into this function and adds some more.
When you add an image into a layout you can choose the size of the image to add in based on any of these sizes. The theme then adds a rule to the image so that it auto expands to 100% width of its container on the front end regardless of what size you’ve chosen.
To control the size you would wrap that image in a container using a shortcode so that its container is smaller. In this way keeping the image responsive but in proportion to your layout.
Cheers!
Devin
Hey!
Aside from increasing the memory limit and then verifying that the memory limit for WordPress has indeed been increased I don’t know of anything else that would help in this situation.
It isn’t something that I’ve seen continue after there is a good amount of memory available but you could also try deactivating all active plugins and doing a clean re-install of the theme over FTP (replacing the current theme files) just to make sure there are no theme files corrupted that could be leading to an error.
There could also be some corrupted data on that page(s) specifically where re-building the page from scratch could help.
Cheers!
Devin
I’d like to change out the social media icons at the top of Enfold from the default to some purchased social icons – what would be the best file to update to change out the default with some purchased images?
Hi, i have problems on my client website http://www.apartamentyparkowe.pl/
I have updated it to the latest version of WP, and Enfold.
When i try to edit a page, it only loads, but i can’t edit anything.
I noticed below that it could be WPML problem.
But I can’t switch off it because this page must be bilingual.
Could you help me, please ?
Here is a link:
https://www.dropbox.com/s/4dq1czdmubyvp9i/Screen%20Shot%202014-04-21%20at%206.23.20%20PM.png
Version is 2.6.4
I use to have a button showing the magic wand that led to Enfold shortcodes but that button is not there anymore. How can I get it back?
Hi ouranos3!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox { margin-top: 10px; margin-bottom: 10px; }
Best regards,
Yigit
Hey!
Please update Enfold to the latest version 2.6.4 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
@bert787 Do you still have the same issue? For some users it was a caching issue and resolved after flushing cache
Best regards,
Yigit
Sorry, I no longer think this is an Enfold-specific issue. At this point, it seems to be something very specific to WordPress in general certain Safari users. Like WP sites will load fine for me in Safari, but hang crazy long for my roommate (same version of Safari, same house). It seems to happen with various themes and various hosting services (although all shared hosting). And it doesn’t even seem consistent — sometimes the same sites load fine. But it’s definitely an issue, just tough to pin down. DNS prefetching seems to have potential as a culprit. Please let me know if this issue sounds familiar to you, although I realize it’s not Enfold-specific, so feel free to ignore ;) And sorry for the false alarm.
Hi!
As long as theme names are matching, you will not lose any of your options while updating the theme. If you have not made any changes on theme files, you can go ahead and update the theme – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi!
Have you made any changes on theme files?
Please update Enfold to the latest version 2.6.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi mgould!
Please add following code to Quick CSS in Enfold theme options under Styling tab
dd.wp-caption-dd {
text-align: center;
}
Regards,
Yigit
Hey satucker!
Can you post a screenshot and show the issue you are having? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. Also please post which version of Enfold and WordPress you are using
Regards,
Yigit
Thanks, I don’t think I didn’t ask the question clearly!
I am using a child theme and I am not sure exactly the process for updating so…. Is the correct process…
1. Activate “Enfold”
2. Update Enfold
3. Re-Activate Child theme.
Is that the correct process or is there another way to do it?
Thanks in advance.
Hi!
The link you posted is not using Enfold.
Regards,
Josue
My company is currently using the “Enfold” theme for our marketing page. Just this morning, we upgraded to WordPress 3.9, and our theme was erased. We re-downloaded the theme from ThemeForest, and then uploaded it via FTP. The theme uploaded successfully, but now images do not show up, pages on our homepage fail to open, and it is now extremely slow. We need to get this resolved ASAP. Please advise.
Hey Ivana!
Please update to the latest version of Enfold (2.7), the Code Block element was introduced in this release, this allows you to safely insert HTML code:
Best regards,
Josue
Hi Orhan!
You should be able to set a link to a image slide:

Make sure you are using the latest version of Enfold.
Regards,
Josue
We’ve got the latest update for WordPress (3.9) and the latest update for Enfold. When we try to edit a page using the Avia Layout Editor, we can see the content until we click through to actually edit the text. Then the screen goes white. If you mouseover it (click and drag) you can see some HTML in the captured text but it’s essentially impossible to edit.
dev.bigvisionmediagroup.com
Thanks for your help with this critical matter.
Fixed most of the issues when I removed the Quick CSS and adjusted the Header options within Enfold. Still having issue with the Advanced Menu covering my logo.
Even with this code in Quick CSS it still covers it up.
@media only screen and (max-width: 479px) {
#advanced_menu_toggle, #advanced_menu_hide {right: -12px !important;} }