Hey schoenj!
I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.
Cheers!
Peter
Hi!
How are you? I hope you feel great today. Thank you for the question.
Looks like it is not generating enfold.css, please go to Enfold > Styling then change the color scheme to something else. Save it then change it back again. Please make sure that wp-content/uploads/dynamic_avia folder’s permission is set to writable/readable. Set the permission to 755 or higher.
Please deactivate the cache plugin while working on the website. You should probably enable that after you’re done tinkering with the design or everything else. Flush the permalink settings on Settings > Permalink. Click the “Save” button once. Check if the item suppport page is fix.
Best regards,
Ismael
Hi!
I’m not sure what is that plugin that makes you choose if you want to edit the page or something. It has been disabled now, I guess. Anyway, you can add this on Quick CSS to get the gradient style for the button:
body div .avia-button {
background-image: url("http://www.finalsmoke.net/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
}
Change the text color using this on Quick CSS:
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
color: black;
}
Best regards,
Ismael
This reply has been marked as private.
Hello and thank you again for a great theme!
I was curious about a better way to make sure backups and revisions to posts and pages are more properly accounted for. I’ll lose a tab with some edits, and when I try to restore it, the page never restores back to the right versions. It typically erases a ton of work.
This issue has been a big problem while creating portfolio pages. How can I locate a full revisions page to show all of my past revisions in order to restore them?
I’m currently running the debug mode on the page builder. I can’t tell if this is causing the issue as well but previewing my modifications has been buggy while modifying both the layout build and the debug menu.
Again, the only reason I’m using the debug menu is because the short code button in the classic editor is not nearly robust enough to manage more than 50% of the theme’s core features. I’d rather use the classic editor for consistency but am trying to work with Enfold’s system. Please help steer me in a good direction.
Thank you!
Anonymous
Hi,
So if I would let it make of you.
Can you tell me what price I should expect?
For the first time I’ve seen it here.
http://www.eyedee-media.com/
I just want to once you have the log in information correctly entered will then be redirected to a photo gallery.
The yes I make as Blanke gallery. Does this look like “enfold Masonry Gallery” button with a back.
The login should be on the header appears in a different way.
Is it possible that the Enfold Theme Login to integrate data in the sidebar?
As you have it too?
Something else you have on your page Horizentrale strokes with a star in the middle in the Enfold theme are also included?
Or how I can get this also?
Cheers
DOM
I looooove this theme…and you guys helped me a lot with my problems.
Thanks for that!
Now…I was pushing some buttons for SEO with the help of Yoast WordPress SEO and it can´t see the content of the Text-Blocks.
You know? If I am looking for a special keyword, it doesn´t recognize the content and tells me, that the keyword is not on the site.
Is this just a problem, that the PlugIn is not checking it? Or is google also not seeing the text in the Txt-Blocks???
Thanks and have a nice weekend!
Hey!
Julien90 – Enfold selbst ist bei dir schon übersetzt. Das erkennt man daran, dass zB die Breadcrumb oder die Suchoption auf Deutsch sind. Die Inhalte (inkl Kontaktformular) welche ihr mit dem Dummy Data Button importiert sind immer auf Englisch und lassen sich leider im Vorfeld nicht übersetzen. Um das Kontaktformular zu übersetzen geht zu dieser Seite: http://s517268118.online.de/?page_id=1167 und klickt auf “Seite bearbeiten”. Dann könnt ihr die Texte, Beschriftungen der Formularfelder und den Button Text wie gewünscht abändern und zB auf deutsche Beschriftungen umstellen.
Cheers!
Peter
I was recently asked to migrate a client’s website from our multisite network to a single site on his own server. I searched through some different topics and came up with a lot of complaints about theme owners having to painstakingly rebuild pages, import media files, etc from the ground up. I noticed one post that Kriesi made that made it extremely simple to launch the site on his new server in about 10 minutes. This is a little tutorial to get it done.
1. After you have set up WordPress on your new host, install your theme (in my case – Enfold)
2. Install any associated plugins needed
3. Go to the dashboard of the site where you are migrating from and add ?avia_export at the end of the url. It will look something like this – http://yourdomain.com/wp-admin/?avia_export
4.This will this generate a base64 encoded option set that you can to the dummy.php file in themes/includes/admin/dummy.php of your theme. Replace the existing content with the new.
5. Go to tools on your existing site and export all content as an xml file. Once on your computer, rename dummy.xml.
6. On your new install, go to themes/includes/admin and replace the dummy.xml file with the file you just created.
7. Log into the dashboard of your new install, click the theme options navigation link (in my case, “Enfold”) in the back-end and click the import dummy data button. This will import all the images/content/layouts, etc.
8. Click the back-end navigation option for settings > permalinks and adjust your permalinks as needed.
9. Importing the dummy data imports your layerslider images, but you may have to go into your sliders and adjust any image links IF your paths are different. In my case I went from multisite to single site so I had to adjust the link prefix accordingly.
That’s it!
LBParticipant
Hello,
I’m currently using a payment gateway from stripe to collect money, however I really like the new feature that stripe has for it’s merchants called Stripe “Checkout”. However base on the requirements of adding code to the the website, I’m not sure how to go about adding the code based on my current design of my website.
For example: http://www.brooksgroup.org/pricing, I have tables setup and the buttons are now currently pointing to another “Page” on my website, and there someone can fill out the form and call it a day.
With the Stripe Checkout feature, it would appear as it’s own button and when used it would show like an overlay with the payment form that needs to be filled out and completed for the transaction. ( Here is the Example: https://stripe.com/docs/tutorials/checkout ) Is this going to be possible for me to do on my site? I want the button to match the same color and placement as what I have now. Please advise…
Thanks…
Hey!
You can’t simply display a contact form within the lightbox. The only solution prettyphoto supports out of the box would be an iframe (some demo code can be found here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ ) but the iframe displays the entire website (including header, footer, etc.) and the user would need to scroll to the contact form (within the lightbox window) which is not very user friendly and imo it doesn’t look professional. Maybe a dedicated modal form plugin from the plugin repository: http://wordpress.org/plugins/search.php?q=easy+modal will help you though. I haven’t tested them with Enfold or LayerSlider yet.
Cheers!
Peter
1. Mason Gallery other than full width
2. Option to load more pictures in masonry just by scrolling down (without having to click a load more button or page button)
Thanks!
Actually: I’ve done a bit more research on this. PrettyPhoto (which you are using in Enfold) comes with Facebook, Twitter and Google+ share buttons since version 3.1.1:
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Is there a way of activating them in Enfold??
Hey guys,
I got a problem. I want my social media icons next to the navigation buttons. For example: just like the header of this website. There isn’t a option for a header like this in the ‘enfold > header’ menu. Can somebody help me?
Thank you!
Frank
-
This topic was modified 11 years, 10 months ago by
Frankonus.
Hi LordLiverpool!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .widget_shopping_cart .button { float: left; }
Best regards,
Yigit
Ok for your solution, Yigit. But it’s not very adaptative to work smoothly with Avia framework, isn’t it ? Look at the small button (3rd example). http://586814b516.url-de-test.ws/enfoldsupport/link-on-large-promo-button/
I’m aware that i could apply a custom style for each button, but it would be nice to have a solution that fits every text/button.
Thanks anyway.
Hello
I am using:
I added the WooCommerce Cart Wiget to the Shop Overview Sidebar
But the two buttons “View Cart” and “Check Out” are misaligned, One slightly above the other (see picture on PhotoBucket)

I have played around with the CSS but have had no luck.
Does anyone know how to fix this?
Cheers
Hi,
If I make a page with blog post and set the correct settings in that blog post element then the blog page work fine, but the title in the title container is wrong with a link to my home.
So when I selecting that blog page in the Enfold settings (so that it is showing correct in the title container) the blog posts are showing with the full length, when I don’t set a blog page in the Enfold settings the blog page is showing good again (an excerpt with read more button) but the title in the title container is wrong again and the link going to my homepage.
How can I fix this issue?
Hey biklops!
How are you? I hope you’re doing well today.
You’re using a very old version of the theme. Please download the latest version 2.5.4 of Enfold on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Anyway, the site looks fine when I checked it on smaller screens. The three buttons are not being cut off.
Best regards,
Ismael
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover { color: red; }
Cheers!
Yigit
Hi,
What I have done to solve the Problem with font face:
1. I tried to deaktivate alllplug-ins.
2. and added to .htacess:
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff woff
<FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
3. and to child css:
@font-face {
font-family: ‘entypo-fontello’; font-weight: normal; font-style: normal;
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2’);
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2#iefix’) format(’embedded-opentype’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2’) format(‘woff’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2’) format(‘truetype’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2#entypo-fontello’) format(‘svg’);
}
No effect! Font face fonts still broken
fonts are broken in firefox and in iexplorer (with chinese symbols!!!!),
Chrome and Safari are OK!
4. And I have done a little test: I uploaded an own fontello font zip: This own font is working in all browsers!
but i need the working font face fonts! (search button etc)
And again: With the older version, 2.50 there was no problem with font-face.
Is there a theme update in the pipeline to solve that problem?
http://medientanz.de
Thanks! Thomas
The ability to add a “like” / “love” button to portfolio items.
For example plugin Zilla-Likes, this works perfectly well with everything apart from portfolio items.
An example can be found here: http://themes.laborator.co/#theme=calcium – this is showing the like/love button incorporated into the portfolio section.
Hey park13!
How are you? I hope you feel great today. Thank you for the question.
The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.
If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/
Regards,
Ismael
Thanks for your respond. I think it happened after I activated a plug in. You can check my website at http://www.yonglee.net. The sorted menu (on categories ) has been disappeared. All I see is “all” button. is there any way I can update the theme file without loosing any setting and data I have already?
Hi ouranos3!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox .avia-button { width: 47%; }
.avia-promocontent { width: 48%; }
Best regards,
Yigit
Hi Enfold support,
I’ve got a problem with the promobox text button. This style is involved
.avia-promocontent { margin-right: 200px; position: relative; z-index: 3;}
Example : http://586814b516.url-de-test.ws/enfoldsupport/link-on-large-promo-button/
With the margin-right set to 200px; the <p> element is quickly overlapping the button and link is inactive on the left part of the button (example 1)
“z-index: 2; ” is working, but does it break something in the overall css coherence ?
If the button text is still larger (example 2), you have to change margin-width. A way not to change the margin-right value each time according to text length ?
Thanks for your good work with Enfold
Thanks.
Hey!
Please add following code to Quick CSS as well
#top .dropdown_widget .buttons .button { clear: none!important; }
Best regards,
Yigit
Hey!
I was able to use the image that you uploaded on Enfold > Styling > Custom Background Image. Make sure that you click “Use Image” button after you uploaded the image.
Best regards,
Ismael
Hi, I made my project with ENFOLD using the woocommerce plugin. I create my own product catalogue display page (the landing shop page) using Enfold pages because I wanted to change the image sizes and with a fullwith layer slyder WP on the top. I have two problems: 1. if I set this own page in woocommmerce (woocommerce settings – product options – Product and shop page) as my catalogue display page, the fullwith layer slyder dont work. 2. Secondly when I’m at my chart page and its empty there is a button to return to the shop but doesn’t work. Once clicked reloads the same page. I think because I didnt define my product and shop page in woocommerce settings. Thank you for your help