Hi,
I’m creating a child theme of “Enfold”. I almost finished, but I want to add some features to the pricing tables and I need to modify the “table.php” file on the directory “config-templatebuilder/avia-shortcodes/”.
The problem is that when I add the modified version of the “table.php” file on the child theme folder, it doesn’t work. It ignores completely the child theme file.
What can I do?
Thanks
Hi,
You are using an old version of the theme and need to update in order to correct that issue. Please login to themeforest.net using the account you purchased the theme with to download the latest update version. Please be aware that the update will overwrite *every theme file* , so if you modified any of the php files or added something to /css/custom.css then you will need to make a backup first.
To correctly install the update you will need to unzip the update folder to your home computer to find a second zip folder located within the first. Unzip to a different folder on your desktop. You will need to use FTP to connect to your server so make sure you have the correct credentials which are differnt from WordPress. Ask your host.
Procedure
1) Logout from WordPress
2) Login using FTP (filezilla is a good free ftp program to use -> https://filezilla-project.org/download.php )
3) Using ftp upload the update so that every file gets overwritten in the /wp-content/themes/enfold/ folder.
4) Log back into wordpress admin.
Here is a good video that goes over these steps in greater detail from Devin ( https://vimeo.com/64927356 )
Thanks,
Nick
Hi,
I´m using the newest WP and Enfold version. When I create a new page and select the Advanced Layout Editor the editbox disappears! On exisitng pages where I already used the ALE everything is fine. Only when I try to create a new page!
Tested with Chrome V.28 and FF17.
Hi,
Create this file in the child theme
/framework/php/class-framework-widgets.php
So make 2 empty folders inside the child theme, one inside the other to mimic the structure of enfold and in the second folder called php which is located inside the folder called framework, paste the file class-framework-widgets.php from the parent theme.
Thanks,
Nick
Hi,
In order for us to help you, please include a URL to the particular page where you are experiencing this problem. Since each page can be created in a number of different ways , and due to many updates, it is simply not possible to provide you with a meaningful solution without first seeing the page with the live code. A screen capture will not help. What you can do is hide the url to your site by using the http://www.goo.gl url shortner.
Thanks,
Nick
Hi!
I’m new to Enfold and just installed a fresh WP 3.6 and the newest Enfold theme.
I can’t edit in any browser either. All plugins are disabled (apart from bbPress).
PLEASE HELP!
Jan
You can go to fontello.com since they have another thousand and a half icons there first and see if any of them do a better job fitting with your site. you can remove it using this css (iconbox icon on top)
please add this to your css/custom.css file OR to Quick CSS located in Enfold > (Theme Options) >:Layout Styling … the text area on bottom.
.iconbox .iconbox_icon {
display: none;
}
Thanks,
Nick
Hey, I want to add a banner call-to-action beneath the header on all blog posts but not all pages. It would be good if I could use the layerslider, in a similar way to the “pages” page on the Enfold demo. How do I apply this across all blog posts without manually putting it in? Is it possible to use a custom widget area?
Thanks
Hi Devin,
I have exactly the same problems. If I use the ‘text block’ in the layout builder and click on ‘edit’ my whole layout with H1, H2 and other styling disappears. I only see the text without layout.
I just bought Enfold (v 1.8.4) and are busy configuring everything, but this is very annoying..
Hope you can help me as well.
When I look at any video in my Enfold website on my iPhone, I see the familiar Enfold round play button, but overlaid over that and slightly offset to the bottom, is iOS’s own semitransparent round play button. This double, overlapping interface looks very sloppy. Is there an easy way to get rid of the Enfold play button while on iOS?
Thanks in advance
Thanks so much, Ismael
If I update enfold theme in the future after I changed this code, what happen?
Go back to original code, or no change?
By the way, can I amend this code in Custom CSS?
If possible, pls let me know…
Regards,
Hojoon
Still not working and I’ve tried several times.
I want to try to install this plugin that is quite complete: http://codecanyon.net/item/fanciest-author-box/2504522?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=ThematoSoup; but not if it is compatible with Enfold.
I also tried with this plugin: http://codecanyon.net/item/google-plus-author-information-in-search-results/3093737, but is problematic
Hi guys,
Thanks for all your fast and helpful replies to various q’s sofar.
One thing I would like help with with Enfold is setting up the Layerslider to give a kind of zooming effect.
Had this reply from Kreisi:
“in that case you need so set a start and end point for the sub layer and make sure that the end point animation starts before the slide is switched”
I wondered if you could give some specifi advice?
I understand that the functions that will used are: scale and position.
Can you change the position of an image in-situ, over time, without a fade or transform? How to loop it? And can scaling be done over time?
Any specific info on this would be very gratefully received.
Cheers,
N
Hi Devin,
I just bought Enfold so downloaded the latest version 1.9.1 and I’m using WordPress 3.6
All plugins are disabled, still nothing..
Looking forwards to here from you.
Timo
I am currently working on a new site, modropy.org/testsite using the enfold theme.
What I am trying to achieve is the dropdown functions similar to http://www.sevenly.org/ in which it displays the “this week’s goal”, facebook shares, and pins. I was also wondering if there is a shortcode I could place that would auto populate the total sales donation for the week in woocommerce that I may be overlooking.
I’m sure this is a newbie question but any help would be appreciated.
Cheers
New to Enfold. Love it. Used contact form and discovered that after making a blog post I would receive dozens of spam emails. Each time a post is made, a pile of spam comes in. Removed the contact form and make a blog post and no spam whatsoever. Of course, I’m not limited to the Enfold contact form, but would like to know what might be happening here, and what the fix might be. Thanks -Ken
On Safari (Mac OS 10.9 Version 7.0 (9537.54.1)) the font seems to be rendered (doesn’t look well on a retina display). Firefox on the same machine looks sharp. Does the enfold theme use some kind of font rendering engine?
http://blog.site.easy.de/
Never mind. I figured it out. I wasn’t choosing enough options to make it work but now it does.
When I create a new widget area with the WooSidebar plugin and add a widget to it nothing happens. When I return to the WooSidebar admin panel it says the widget is “not in use by current theme”. If the plugin works with Enfold then I’m obviously doing something wrong and will figure it out but if not then I’ll delete the plugin.
Thanks!
Hi,
You can add this:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}
}
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
#header_main {
background: black;
}
There are also predefined theme colors on Enfold > Styling.
Regards,
Ismael
played around a bit and found out: i use enfold child but same happens on pure enfold.
yet, the columns appear alright when, on the same page, a right sidebar is placed.
Hey,
Yes, it will override the default wordpress frontpage settings and blog settings.
Regards,
Ismael
Hi Devin,
Thanks a lot for your advice.
I followed your instructions and it seemed to work – I didn’t need to create new sliders, just resave the current ones. I think a couple of the files didn’t make it through the FTP which caused the issue.
Since fixing this however I have had some issues when refreshing the site. For me, everything turns to simple text and gets pushed to the left hand side with the navigation sitting underneath each other all the way down the page – on Google Chrome. For others, images layer on top of one another and links turn blue and buttons appear. I haven’t been able to recreate the second one but it this has only happened on IE.
It has happened this morning and a number of times yesterday, particularly on the portfolio pages – http://etool.net.au/projects/ http://etool.net.au/portfolio/octo/ but I can’t seem to recreate it now to take a screenshot.
Any ideas why this is happening? Nothing similar happened before this theme update and wordpress update.
Many thanks, Siobhan
Glad we could help :)
Let us know if you have any other questions or issues.
Hahah just did that as you posted the reply, thanks
Well never mind then, It was a plugin that was causing all 5 problems, disabled and problems solved.
Hi ideaFocus,
The first thing to try is to disable all active plugins you have installed. If a plugin hasn’t been updated for 3.6 yet it could be causing all kinds of issues.
Next, re-download the theme files from your downloads on ThemeForest and then re-install via FTP going one folder at a time. Just in case there was an error when you first updated.
Regards,
Devin