Hello friends,
Ok, I am trying to figure out the WPML plugin. I watched youtube tutorials, read through the support threads on here (and) on the WPML forum, . . . but it’s kind of complicated to receive support from the WPML team because of the unique way Enfold is coded. I would like to just translate specific sections of a page like this :
http://postimg.org/image/jtu631d55/
Can you guys help me out a bit. This plugin is complex! It looks like there is no longer an option to position the the language selector in the header area anymore either.
Thank you very much
Pat
Hi fshn2day!
If you want another menu on the footer area you can go to Appearance > Menus panel. Find Menu Settings then enable Enfold Footer Menu. To add social icons, edit footer.php, find this code:
wp_nav_menu($args);
echo "</div>";
Below, add this code:
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
Add this on your custom.css or Quick CSS to move the social icons:
#socket .social_bookmarks {
position: relative;
left: 50px;
}
Yes, you can edit header.php to add the Google Translate.
Best regards,
Ismael
Hey fshn2day!
What layouts did you accidentally deleted? You can edit header.php if you want to add elements on the header. You can only have one type of header on Enfold > Header > Header Type.
Cheers!
Ismael
Thank you It works for me :) I just want to ask one question – What is dynamic_avia and why enfold.css is there in the folder (public_html/wp-content/uploads/dynamic_avia). When rest theme is under the theme folder directory (public_html/wp-content/themes/enfold)
Thanks
Hey!
Change the code
.post-entry .entry-content-wrapper{
background: #222222;
padding: 25px;
}
Best regards,
Josue
WooCommerce tab width narrows
Please open the screenshot:http://goo.gl/OSfTym
thanks you Yigit
1. i try that it didn’t work, i will try again maybe i did something wrong
2. yep i found it, still no YouTube icon (i read that your working on it)
3. what plugin to you recommend that looks and act as I mentioned on the example
I have 2 more question
1. how can i edit the socket -for example add links, change the Krisi link to different location
2. HOW CAN I CHANG THE TEXT/COLOR ON THE EASY SLIDER (THE SLIDER as ON Home v7: One Page Portfolio)
THANKS AGAIN,
GREAT WORK
Ido
PS- I WAS SEARCHING FOR A DETAILS STEP BY STEP GUIDE TO TRANSFER MY SITE FROM ONE DOMAIN NAME TO ANOTHER, THE HOST STAY THE SAME
I CANT SEEM TO FIND ONE THAT IS EASY TO UNDERSTAND AND FOLLOW
Hi there, just noticed another issue. The icon for the search in Safari browser isn’t showing
Thanks
Hi there,
My site is disruptivevision.com
A couple issues with the menu
1. On the ipad, On the 1st click (touch) of ANY Menu option, the drop down menu stays stuck in that position even when user scrolls the rest of the page up & down.
2. The colored bar that appears under the menu link when hovering and when that link is active is not showing up in the right place. I know this is because I’ve changed the header height, but I was given the code to change it in this form so kindly help out with it.
Cheers
New discovery – on http://codelessme.com/, the animated features with some of the enfold elements are no longer working. Slide in image beside “Engineered for Simplicity” for example. the image just never shows. The icons are not showing, etc.
Also noticed that on responsive, the padding goes away, leaving the text right up against the border.
Hey Josue,
One issue though.Take a look at http://codelessme.com/thematrona/about/ – it is also adding the same background at the top of the site for some reason. Don’t want a background displayed up there.
For the Enfold theme you can set a front page at,
Appearance/Themes/Customize/Static Front Page
I don’t know if this is your solution, but it’s how i set my front page (i’m a new user also)
Good Luck!
2 Questions,
1) Where’s the lightbox in Enfold?
I’ve done a bit of searching and it seems that it’s related to WooCommerce. I’m not using Woo, is there a lightbox for other uses?
2) Using the small fixed header, when the header shrinks and fixes itself to the top, how can i switch the logo image?
Hey andypeck!
Kriesi is the second highest selling theme author on ThemeForest. Enfold is the most successful theme he has created to date with over 10k sales right now. So with a swagger of arrogance on his part I would say Kriesi has a good handle on what is popular :)
That being said, there are already a lot of these effects in place within the theme (image animations, hover effects etc) and if you wanted to build on them you could do just as hes done with the current kriesi.at child theme.
Regards,
Devin
Hello Michael!
No. We have no interaction or access to purchase records with ThemeForest so you’ll need to wait for Envato support to get back to you.
You may want to try the Envato Support Twitter here: https://twitter.com/envato_support
Best regards,
Devin
Hey!
You could try at your own risk, the WordPress settings are stored in the wp_options table, the name of the row that contains Enfold settings should be something like ‘avia_options_enfold’.
Regards,
Josue
I took a layout that I had found as a sample page, and edited it within WordPres, then saved it as a template, and used that template to create all my site pages. Now, I need that template to be slightly altered. Is there somewhere I can access that template to edit the HTML? I only see the blank template and archive template in the /enfold/ folder.
Thank you in advance.
I am attempting to override the file class-framework-widgets.php in the framework/php/ folder with the same file duplicated in the same relative path in an enfold-child theme. My changes do not seem to be overriding the parent theme’s class-framework-widgets.php file though. When I make the changes to the original file, everything works as expected.
Is there a way to have all files in the child theme override their counterparts in the parent theme?
Thank you,
-Dan
Dear Support,
I purchased the Enfold Theme from Themeforest, with item code:
Item Purchase Code: **Removed**
However, on September 19, when I was alerted (by Themeforest) of the new upgrade, the item disappeared from my downloads area. Though I had emailed Themeforest support multiple times, in the last 4 days, they have not responded.
Is there a way I can download the theme from here on Kriesi instead?
Please advise.
Thank you.
Michael DeGuzman
(Email address hidden if logged out)
-
This topic was modified 12 years, 4 months ago by
Devin. Reason: Removed purchase code just in case
Hi Rob!
The link you provided is not using Enfold.
Regards,
Josue
Hi Trace!
It’s because their links are already configured to open that size:
<a href="javascript:newWindow('http://www.mackenziefinancial.com/rrspcalculator','RRSPcalculator','','620','400')"> RRSP Calculator</a>
Including links like that won’t work in Enfold, unless you include the newWindow function too (this could be put at the end of the js/avia.js file):
function newWindow(contentsURL, winName, winProps, width, height) {
if (!winName) var winName = "CALCULATOR";
if (!winProps) var winProps = "menubar=0,toolbar=0,resizable=0,location=0,status=0,scrollbars=0";
if (!width) var w = 620;
else w = width;
if (!height) var h = 400;
else h = height;
var x = 100; y = 100;
var args = "width=" + w + ",height=" + h
+ "," + winProps
+ ",screenx=" + x + ",screeny=" + y
+ ",left=" + x + ",top=" + y;
window.open(contentsURL, winName, args);
}
Best regards,
Josue
Hi!
This code will do it:
.entry-content-wrapper{
background: #222222;
padding: 25px;
}
Cheers!
Josue
Hello zerozendesign!
You want to achieve something like this?

Best regards,
Josue
Hey ChaosWeb!
I guess you want the layout to be 960px, please check this topic.
Best regards,
Josue
Hi sir,
Im a fan of abundance as well as all of your themes, i have purchased maybe 5 of your themes. my main website is using abundance and i need to make it responsive so i bought enfold. but then i want the abundance width. how can i adjust the enfold width to the same width as abundance?
here is my site Web Technology
-
This topic was modified 12 years, 4 months ago by
ChaosWeb.
On the Enfold Theme, the “main” issue is that when I drop a Blog Posts Content Element into a Layout Element and then go to adjust the settings of said Blog Post, none of the settings are being applied (ie. When updating it to use a specific category, it always resets to the default “Uncategorized,” or won’t update when I change the Blog Style (even after updating the full page). Any help would be appreciated. I DID recently update to the latest version.
Link to Site
Hey guys,
I am working on a site and want to establish a background style similar to the one found here – http://codelessme.com/thematrona/schedule/. In other words, I like how the the calendar plugin came with its own background that displays over the background I created. How would I replicate this on the other pages as well so that the content area has the lighter grey, while still keeping the dark fixed background behind it? When I add columns or elements, they would simply appear within the grey area.
Thanks in advance.