Hi ‘qlegrand’
I’m a designer with over 20 yrs experience. You can check out my work at http://www.smilingcatinc.com. You can contact me through my website.
Let me know if I can help you.
Cheers
Trace
I was trying to add the suggested code to the form button,
$this->output .= '<input type="submit" onClick="_gaq.push(['_trackEvent', 'Contact', 'Form Submission', 'Contact Page Form',, false]);" value="'.$this->form_params['submit'].'" class="button" />';
as suggested here: https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/#post-121376
And got the following error:
Parse error: syntax error, unexpected ‘_trackEvent’ (T_STRING) in /home/maasen/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php on line 179
Hello Gerold!
I’m unable to find it, please send it again with a link to this topic.
Regards,
Josue
Hi Josue,
I sent you the account details a couple of days ago. Any news?
Gerold
Hi Devin,
Thanks for the reply. I’ve been in contact with the developer, and the problem is exclusive to Enfold. When using any other theme, the plugin works fine. Thanks again for your help.
Best,
Alex
I am using the Magento WordPress Integration plugin by James Kemp (http://wordpress.org/plugins/magento-wordpress-integration/) to integrate the Magento and WordPress portions of my site. The plugin was working fine until I installed Enfold. Now I get the following error whenever I try to load a WordPress page:
Fatal error: Mage_Core_Model_Session_Abstract::getMessages(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “Mage_Core_Model_Message_Collection” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /var/www/store/app/code/core/Mage/Core/Model/Session/Abstract.php on line 215
I’m at a loss here, so thanks beforehand for any and all of your help.
i absolutely love the circular rollover content featured on kriesi.at. it’s on the home page, about halfway down with the section title “The Basics – what you get with every theme”
Is that achievable in the Enfold theme that I purchased? or is there’s a CSS Tutorial I could reference to recreate it?
Ok I got it. From Enfold Theme Options / General Settings / Responsive Layout / FIXED LAYOUT is fixed but without Responsive Layout. Hope this helps to clarify how to fix it.
Hello!
1) You should add Color Section element in Avia Layout Builder and give it an ID http://i.imgur.com/O63UPbJ.jpg in this case “contact”
You can add contact form or anything else you would like to add inside this color section.
Then you should add a Button element and set link to that ID http://i.imgur.com/tzmmNau.jpg in this case #contact
So when button is clicked, it will take you to that ID.
Please edit “Home v7: One Page Portfolio” page that comes with Dummy data. It will help you figure out faster.
2) You can choose a Header with Social Icons in Enfold theme options > Header > Header Type
3) You should use a plugin for that
Best regards,
Yigit
Hello mirzepapa!
Please add following code to Quick CSS in Enfold theme options
.responsive div .avia-data-table td { border-top: inherit; border-right: inherit; border-left: inherit; }
then in your WordPress theme directory, go to Enfold > Css folder and open shortcodes.css file and find following code in line 1073
.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
and change it to
.responsive div .avia-data-table th{ border-top:none; border-right:none; border-left:none; text-align: center;}
Cheers!
Yigit
Hello!
In your WordPress theme directory please go to Enfold > Includes and open helper-post-format.php file. Find these codes http://i.imgur.com/jWSFJAv.jpg and change it to http://i.imgur.com/FPecXEx.jpg
So you basically delete 63rd row and edit 61st one
Best regards,
Yigit
Hey!
Try this code:
.single-portfolio #menu-home li{
display: none;
}
.single-portfolio #menu-home li#menu-item-983{
display: block;
}
Best regards,
Josue
Hi Alex!
1) Please add following code to Quick CSS in Enfold theme options
.image-overlay { display: none!important; }
2) Customizing lightbox in such way is more than what we can provide in default support. You should hire a freelancer developer for this kind of customization http://www.microlancer.com/
Best regards,
Yigit
Hi Tech Dude!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.header_color .main_menu ul:first-child > li > a { color: red; }
.header_color .main_menu ul:first-child > li > a:hover { color: purple; }
.header_color .main_menu ul:first-child > li.active-parent-item > a { color: green; }
#top #header .mega_menu_title a { color: blue; }
#top #header .mega_menu_title a:hover { color: yellow; }
.header_color .avia-bullet { border-color: red; }
#top .header_color a:hover .avia-bullet { border-color: blue; }
#top .main_menu .menu li ul a { color: pink; }
#top .header_color .main_menu .menu ul li>a:hover { color: orange; }
Best regards,
Yigit
Hey guys,
I don’t know if anyone already asked for it, but if you access enfold theme using an Iphone(for example), the blog font is a LOT blurry. You can see it here http://tautt.com/best-nginx-configuration-for-security/. Is anything I can do to improve this?
Hey!
Well, you can use four columns in footer ( Appearance > Widgets ) in Enfold as well and for footer socket, you already have copyrights section and footer menu ( you can activate it in Appearance > Menus ). You just need to customize footer.php file a bit to include your logo and text like “Adobe®, Flash®..”
Best regards,
Yigit
Hello!
Yes they will go lost if you added them in Custom.css file inside enfold\css folder and no if you added them in Quick CSS in Enfold theme options
Regards,
Yigit
Hey!
In your WordPress theme directory please open functions-enfold.php file inside Enfold folder and find following code in line 242
update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );
and change it to
update_option( 'thumbnail_size_h', 160 ); update_option( 'thumbnail_size_w', 160 );
then re-create galleries. Your current thumbnail image sizes are 80x80px while frame is 160x160px
Best regards,
Yigit
This enfold.css is there in the folder, please see from screenshot http://postimg.org/image/dos8avdl3/
And I have try to download it again from themeforest and upload it with ftp in theme folder
Hi stevemulisa!
Please add following code to Quick CSS in Enfold theme options under Styling
#top .social_bookmarks li a { color: blue; font-size: 18px; }
You just need to change “blue” to hex value you desire
Cheers!
Yigit
Hello sergeylandar!
Please add following code to Quick CSS in Enfold theme options
@media only screen and (min-width: 768px) and (max-width: 989px) { .iconbox .iconbox_content .iconbox_content_title { overflow: visible!important; } }
Regards,
Yigit
-
This reply was modified 12 years, 4 months ago by
Yigit.
Thank you for the feedback.
My apologies if I gave the wrong impression. I didn’t mean the Enfold website, I meant my previous website (the old site that is being replaced by Enfold theme). Although that site should be secure, it just gave me the idea to check if Enfold was secure as well.
It was by no means an insinuation or assumption that Enfold is not secure (enough).
-
This reply was modified 12 years, 4 months ago by
DavyE.
I use macdock.com as a host and my website is homesmartsecure.com.
Macdock.com is the WORST hosting service in the world. They have have an excellent control panel, but it ends there. Everything else is horrible, especially the service.
That said, I am using Enfold Child with Enfold 2.2 and the style settings are not sticking. I found that all files and folders in the wp-contents folder are set to user apache whereas all files EVERYWHERE else are set to ftpuser. So I fixed the user issue myself after DAYS of slow idiotic responses from my host with an eventual we are changing S#*^, fix it yourself type of response.. All permissions in dynamic_avia are set to 777. Yet click the color style buttons and apply doesn’t stick despite it saying settings were saved. Can one of you please log on to my wordpress and my ftp and see what the hell I’m doing wrong here?
I know I can at least get great support here, if only for the theme.
Contact form
Would be really helpful to have an option of redirect to another page/post after submit success, instead of the “thankyou” message.
A lot of customers will be happy, instead being forced to using CF7.
Cheers.
http://zimboss.com/wptechsupp/
I’m using enfold wordpress theme, but the theme stylesheet is not loading properly you can see from the above mentioned URL. I have tried every possible thing like deleting the theme, reinstalling it, no plugin activate, ftp uploading, direct cpanel uploading, download new theme from themeforest, etc etc
Other themes are working fine on that server. Please look into the matter on urgent basis.
Thanks
Hello!
Feel free to request features here https://kriesi.at/support/topic/enfold-feature-requests/
Glad Ismael and Josue could help :)
Best regards,
Yigit
Hey DavyE!
Yes the advanced layout builder uses a secial template (enfold\template-builder.php ) but you can’t easily paste code and the template builder framework to build the layout content. I’d suggest to use a plugin like: http://wordpress.org/plugins/php-snippets/ to add your php code to the advanced layouts.
Cheers!
Peter
Easier of course… Thanks!
Staff