Hi Andrew!
No, not yet. Kriesi will be focusing on Enfold for a while longer before working on the next theme to use the new layout builder system.
Eventually it will be its own plugin but I think that is a good bit down the road.
Cheers!
Devin
Hey Vigit – appreciate your help here.
No – I’ve not made any changes. In fact, I only recently upgraded to v2.4.2 by replacing the old Enfold folder with the latest download.
(Thanks for the heads-up by the way on the back-to-top icon)
Hey mgma!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.main_color #js_sort_items { font-size: 16px; }}
Regards,
Yigit
Hi Roana!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.post-meta-infos, .single-post .title_container .main-title { display: none; }
Cheers!
Yigit
Hey Antonio!
You can find Enfold related tutorial videos here http://vimeo.com/channels/aviathemes/videos
and WPML documentation here http://wpml.org/documentation/
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab to decrease the space between widgets
.widget { padding: 15px 0 15px 0; }
Best regards,
Yigit
Hi ehardy41908!
Please go to Enfold theme options and import dummy data. You can find FAQ page under Pages menu item. You can customize simply customize it. And please go to Appearance > Widgets to add Login Widget
Regards,
Yigit
Hi ydigilov!
Can you post the link to your website so we can check which version of Enfold you are using? If not the latest, please update your theme to the latest version 2.4.2 which includes the newest version of LayerSlider WP
Best regards,
Yigit
This reply has been marked as private.
Hello
I am using latest WP and latest Enfold.
I have installed the plugin Easy photo album (link in posts doesnt work ) – http://wordpress.org/plugins/easy-photo-album/
When adding an album to a blank page it gets displayed fine. If i add it in the a tab’s content though, it is not added properly.
Can you tell me how to fix this, because it seems that its not a plugin problem.
Blank page (shows correctly) – http://netinfoplc.com/agiosioannispitsilias/general-information/
Tab content (not displaying correctly) – http://netinfoplc.com/agiosioannispitsilias/el/site/ekklisies/
thank you in advance
-
This topic was modified 12 years, 4 months ago by
mike.rav.
It’s fixed! Thank you.
I was uploading an older version of Enfold before..
Greetz Erik
Hi.
I want to translate some things on my site to swedish. When I installed the Code Styling Localization, I found that the majority of the theme already has been translated. How can I start using the translated version instead?
Hi thx for your answer.
I tried to do this, but it didn’t work…
Strange thing is that there isn’t a footer anymore, and when we are logged in in WordPress the black space above isn’t here anymore.
So yoy can’t go to the backhand of WordPress when you are logged in at the site.
Very strange… Other options..?
Thank you!
Greetz Erik
Hey SwipeMedia!
Please try to re-upload all other theme files – maybe another file was modified accidentally and now the theme doesn’t work. Also make sure that the server really overwrites the files (i.e. set the file permission to 777) and that no cache is active (clear he browser cache and the W3TC or Supercache cache if necessary).
Cheers!
Peter
Dear Ismael,
The version should be IE Mobile, i’m not quite sure,…
I have checked Responsinator.com and, sorry, I insist. the logo looks broken. See this,…
http://responsinator.com/?url=http%3A%2F%2Fequipodemarketing.com%2F
But should look like this,…
http://responsinator.com/?url=http%3A%2F%2Fequipodemarketing.responwebdesign.com%2F
What should we do? Many thanks for the support, Adolfo
Hey!
You just need to change the tab content. Enfold seems to hide them if the default content is used without any custom text. I’m not sure if this is a bug or feature and I marked the thread for Kriesi.
Cheers!
Peter
This reply has been marked as private.
Hi Richard
Thanks for the suggestion. I indeed tried adjusting the height of tables through the following customization:
.avia-table-2 .pricing-table>li:last-child {
height: 150px;
}
.avia-table-2 .pricing-table-wrap ul li, .avia-table-3 .pricing-table-wrap ul li {
height: 55px;
}
However, while it does set the second one of my tables correctly, it totally smashes the last two tables I show in the same page. And the other thing that concerns me is tables are ugly in smaller screen resolutions (mobile devices…) as columns are shown in order as you scroll, but rows are lost, which makes the data loose sense.
By Monsoon:
– in theme option to have a fixed sidebar when scrolling down to avoid wasting a lot of white space on long posts/pages
– Accordion slider from corona option. This is enormously helpfull for websites that run many events as a simple way to show what s coming
– Our management has requested the same feature, fixed sidebars. It would help a lot to add call-to-action buttons etc.
– Sounds interesting
This reply has been marked as private.
Hey!
The font file imports just fine on my test server and I’m not sure why encoding is different on your server. Try following – open up /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php and replace
$xml = simplexml_load_string($response);
with
$response = utf8_encode($response);
$xml = simplexml_load_string($response);
and check if the font file import works afterwards.
Regards,
Peter
Hi philipewen!
Sure the changelog can be found here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 – scroll to the bottom and in the middle of the page you can find the changelog.
Cheers!
Peter
Hi!
Actually this slider doesn’t seem to work at all for me because of a javascript error in the logo offset calculation function. Please try to open enfold/js/avia.js and delete the entire code within the file. Then copy & paste the code from here: http://pastebin.com/c27VFSmh into the avia.js file and save it. It should fix the post slider issue but I’m not sure if it also fixes the image issue. We’ll see.
Best regards,
Peter
Hi all –
see you are frequently rolling out updates to Enfold. Fantastic job!
Is there anywhere that I can read the changes between versions (without having to download and install first!)
Do you have a changelog published?
Thanks
Hey!
I’ll mark this thread for Kriesi and ask him to fix the issue with the next update. For a quick fix add following code to functions.php:
if(!function_exists('avia_change_wpml_home_link'))
{
add_filter('WPML_filter_link','avia_change_wpml_home_link', 10, 2);
function avia_change_wpml_home_link($url, $lang)
{
global $sitepress;
if(is_home() || is_front_page()) $url = $sitepress->language_url($lang['language_code']);
return $url;
}
}
Best regards,
Peter
Hello Dude,
perfect!!!! Thanks
Hey!
Try following code instead
add_action('after_setup_theme', 'avia_lang_setup');
function avia_lang_setup()
{
$lang = get_stylesheet_directory() . '/lang';
load_child_theme_textdomain('avia_framework', $lang);
}
The code I posted in the other thread used the get_template_directory() function which will load the files from the parent theme. The get_stylesheet_directory() function should return the right path.
Cheers!
Peter
Hey!
Can you please give us a link to the website? The menu should switch to either dropdown or slidemenu on smaller screen sizes.
Regards,
Ismael
Hi Josue,
Sorry for the delay i was off for a vacation.Good to hear that, how should the logo be changed i mean in what way.?I am not so familiar with the seo things, but after some researching i found the ranking will take time to retrieve its previous position once it is lost due to change in the structure(while migrating to a new theme). If possible please can you guide me on specific things i need to change and the exact directions for that.
Thanks :)