-
Search Results
-
I Just purchased enfold and have a serious problem – after activation of the theme my wordpress crashes completely.
URL is:
http://www.rauschenbergstudio.com/AudioConsulting/wp-admin/themes.php?activated=trueand I get the following error message:
“Warning: require_once(framework/avia_framework.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/14/d13344583/htdocs/Tonstudio_Rauschenberg/AudioConsulting/wp-content/themes/enfold/functions.php on line 78Fatal error: require_once() [function.require]: Failed opening required ‘framework/avia_framework.php’ (include_path=’.:/usr/lib/php5′) in /homepages/14/d13344583/htdocs/Tonstudio_Rauschenberg/AudioConsulting/wp-content/themes/enfold/functions.php on line 78”
Thanks for quick help
greets,
iglHi there,
I’ve read through heaps of forums on kreisi & wordpress + others and still can’t fix my issue.
Firstly, my website domain and email – aussieoutdoorliving.com.au – is hosted through Godaddy.
I have created a ‘test’ website to replace the current website that is live at the moment. URL test.aussieoutdoorliving.com.au which is an enfold theme wordpress site.Before I make the transition (still not sure how I’m going to do that either!) from current website to the new wordpress site i want to get the contact form working as it is what will generate most of our enquiry for clients to purchase my product.
Currently have two forms on the website – one on the gallery page and one of the contact us page (slightly different with the input fields). Only I have been ‘testing’ the form to see if my domain email address receives it. And with no luck, i don’t ever receive the test form enquiry entries.
I have done the following to try fix this:
1. I have installed the contact form 7 – for the life of me i can’t style it and ad the tags to look like the current form which is the default form of enfold (i like the enfold one as its easier for me to make it – not too savvy with tags and code etc) and i’m still not receiving the test entries from this form.
2. Godaddy email spam settings are all turned OFF just to ensure if that was the case. I’ve spoken to Godaddy about the php and WP mail settings and they’ve mentioned that they’re all enabled and its nothing on their end.
3. I’ve installed easy WP smpt and have made the email as a gmail account and configured it with the settings (current website that is live is using the gmail account to receive contact form enquiries) but the websites are all totally different.
So i wonder – is it not working because the wordpress site isn’t ‘hosted’ or essentially ‘live’ like the other one as it is only a subdomain. Is it something completely different and its a fault with the enfold form, contact form and the Easy WP smpt plugin itself?
I have no clue and I am sooooo close to putting my amazing new wordpress enfold themed website live but i just need this form to work perfectly! any suggestions or walkthrough’s that is easily understandable for someone who does not know a lot about it all would be soooooo appreciated.
Thank you !!
Topic: Fatal error
Hi Kriesi,
I have just transferred a site built in enfold from one server to another using BackupBuddy. The new website works perfectly, but when I try to login to the wp-admin I get the following error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/bauencor/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon.php on line 174
Do you know what this problem could be?
Thanks, Richard
***EDIT: See below for better method of adding bold font weight***
To enable a bold font-weight for headings, insert this code into your child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); add_filter( 'avf_google_content_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['GOOGLE FONT NAME HERE'] = 'GOOGLE FONT NAME HERE:400,600,700,800&subset=latin,latin-ext'; return $fonts; }***Leave your Heading Font in the General Settings area set to Default***
***Make sure each ‘h tag’ has the corresponding font selected (whichever font you added to in the code above) in the Advanced Styling area***Now in your css add the following code to the h tag that you want to use a bold font-weight for:
h1 { font-weight: bold !important; }OR
h1 { font-weight: bolder !important; }It make take some time for the changes to take effect. For some reason it took about 24 hours before my font-weights changed. Hope this is helpful.
Hi Kriesi Team,
Thank you for this amazing theme and I am loving the customisability and utilisation of this!I have read a fair few post regarding this topic and I know their are a few of them upon the forum but unfortunately I just cannot fix it / solve my issue. I do apologise for yet another pricing table colour post.
First of all I have edited the function.php to allow me to place custom CSS.
So, I have set within the Table Box the Custom CSS of ‘ffb-pricing‘I have 3 columns upon my page, the middle one is set as highlighted (featured).
What I am after is…
Column 1
Heading row & Border colour: #ECB876
Pricing row colour & Border colour: #E0A75EColumn 2 (which is highlighted/featured)
Heading row & Border colour: #DF9C48
Pricing row colour & Border colour: #E7943BColumn 3
Heading row & Border colour: #cf7c4f
Pricing row colour & Border colour:#E07A43I really hope you can help me out on this customisation and I will be extremely grateful.
If you require any further information or details please let me know.

