Ok, re-downloaded it again and added it and this time it came up as 2.1 maybe its because I was using it with WordPress Instant and building it on my computer, it can be glitchy sometimes. Thanks for your help.
hy
i want yo ask you if i can find somewhere, the demo code for home page v1 like is on: http://kriesi.at/themes/enfold/
thnak you
Had another look and it said themeforest-4519990-enfold-responsive-multipurpose-theme, is that meant to be the new one?
I will just continue building my site with the old version and hope that it wont change anything much when I do get round to getting the newer version! lol
If someone could send me the proper link to my registered email address when I bought it that would be great as the one I was sent just takes me to Themeforest, so I first downloaded the one under my account which I assumed should be the latest one but it was not, then the one where it says download here under the support tab.
Cant see anywhere else to get it – strange. I know I must be doing something wrong.
Hi,
Are you using the latest version of Enfold? if no, please update, if the problem persist can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Hi,
The embedding code isn’t generated by Enfold but WordPress itself.
Regards,
Josue
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
body { text-transform:lowercase!important; }
Regards,
Yigit
It was working before the update !!!!
and I navigated, all the files are there, but my theme name has changed from VIVO2013 to enfold again.
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
body { font-size: 18px!important; }
Regards,
Yigit
How can I update my version of Enfold with the pt_BR language files…
Right now I only see de_DE.mo and de_DE.po.
PT_BR is my WP language…but where can I get the pt_BR files for Enfold.
I saw that they are already included…but I don`t have them in my version.
Thank you in advance for your help.
David
Hi,
Iv just updated my WP to version 3.6.1
My enfold theme now is not showing the advanced page template editor.
Can you please advise me on how to fix this issue.
Im a WordPress novice so keep it simple :)
Thanks
Ben
Here is something else I noticed.
I narrowed down the problem to being related to using a child-theme for enfold.
My child theme is extremely basic. Just an empty functions.php file and my style.css file for the child theme. When I deactivate the child theme and use the base Enfold theme by itself the duplication does not occur – very very strange behavior.
Hello,
we’re working on our second website using Enfold template. On our new website we added the WPML plugin wich seems to cause issues with permalink (we didn’t have WPML installed on our last website and this issue didn’t happen.)
You can see the issue live at: http://www.gocaravan.ca/modeles/ when you click one of the portfolio entry.
If you could point me in the right direction to fix this issue it would be greatly appreciated
Thanks for the support.
Hi,
I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:
Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):
foreach($sorted_rows as $ul_k => $ul){
$output .= "<div class='pricing-table-wrap'>";
Replace it with:
$i = 0;
foreach($sorted_rows as $ul_k => $ul){
$i++;
$output .= "<div class='pricing-table-wrap' id='table_$i'>";
Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.
Regards,
Josue
Hello,
I tried to change the Enfold theme folder name following these instructions but the theme won’t show again:
http://roywebdesign.net/change-wordpress-theme-folder-name/
I hope you can help me with this, best regards.
Hi John,
1. Uncomment / restore the line you deleted, and change the content of the variable $title in line 9:
$title = __('Blog - Latest News', 'avia_framework');
You can change “Blog – Latest News” for whatever you want to.
2. Yes, this will be wiped when you update Enfold, try using a child theme to preserve changes.
Regards,
Josue
Hi,
In your WordPress directory please go to Enfold > Js and open Shortcodes.js and search for “Iconlist shortcode javascript” ( should be in line 605 ) and comment out or delete all the code untill “Section Link Main Menu controler for one page sites”.
Then add following code to Quick CSS in Enfold theme options under Styling
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1!important; -webkit-transform: scale(1)!important; transform: scale(1)!important;
-ms-transform: scale(1)!important; }
I’m not sure if this is the best way to do it but does the trick.
Regards,
Yigit
BUT… your enfold demo does work correctly (I think it squashes the logo a bit, but it resizes)…. I haven’t really done any changes on the theme except for creating a child theme with nothing in it at this moment…..
Hi Andreas,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .thumbnail_container img { margin: 0 auto!important; width: 170px; height: 257px; }
Regards,
Yigit
Hi,
Not through wp-include but you should go to wp-content > themes > Enfold > Includes > Admin and register-admin-options.php file is there
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold and open Search.php file and search for “bellow” and change it.
Regards,
Yigit
Hi,
In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}
and change it to
if(st < el_height)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height;
header.addClass('header-scrolled');
}
Regards,
Yigit
Hey guys,
Love Enfold and the smooth layout. I had a couple of questions. First, does the theme react well with advertisement plugins and would you recommend a specific one? Secondly, the same question for geomapping plugins? I’m doing a travel site and want the ability to offer advertisement space as well as map locations I have been. Thanks!
Matt
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
body#top.page-id-2627.content { padding-top: 30px; }
.page-id-2627 div.avia_textblock {margin-left: -30px;}
Regards,
Yigit
Try adding the following to your Quick CSS (located in the styling tab of the theme options) or the child style.css:
.container_wrap.fullsize {
overflow-x: hidden;
}
Regrds,
Devin
Hi!
I searched the forum but there is no help topic to my specific problem.
I customized the theme enfold normaly but, the contact form does not work! We have tested other forms like as contactForm7 and others and they all worked. I would urgent help if possible because my website already on air. I have good knowledge of programming and i could change the contactform but would like the contactform from the theme. Where can I send the login for you to take a look? Tks!
The website is http://reallife247.org and the pages with the issue are the message archives page and the search results page: http://reallife247.org/?s=Test
Thanks for offering to take a look!
Just installed the Enfold theme successfully.
When I’m trying to Import the Dummy Content I’m getting the message:
Importing didnt work!
You might want to try reloading the page and then try again
(The script returned the following message:
)
No plugins activated.
What is wrong?