Forum Replies Created
-
AuthorPosts
-
Hi goncalo,
No, it doesn’t right now. I’m not aware of any plugins for it but you can try the WordPress.org plugin directory or maybe CodeCanyon.
Regards,
Devin
Hi PledgeBack,
You’ll either need to add int he facebook open graph data directly into your header.php file or use a plugin that will do it for you. Something like http://yoast.com/wordpress/seo/
Regards,
Devin
Hi zombifieddesigns,
Take a look at this video at 4 minute and 25 second mark to see how to access that section of the theme options: https://vimeo.com/64927356#t=265
Regards,
Devin
If you’ve set the featured image that should be the one shown in the grid. Then the content here is what shows afterwards
Each would need to be in a color section and you would give that color section a specific ID (in its ID field). Then target the page and ID before the heading class. Eg:
#top.page-id-70 #custom-color-section1 .av-special-heading.blockquote > * {
text-align: center;
}Hi ahauber,
I can assure that by itself the contact form does work :) With 9,000 copies sold of the theme we would have a few more reports if it flat out didn’t work.
Typically there are a few things that can cause it to not work on an individual server. The first is to make sure the email address used is one based at your domain. Eg (Email address hidden if logged out) . Many servers have spam protection that will not allow mail to be sent out if it is being sent from an outside domain like @gmail.com or something like that.
Your host may also not allow you to use the php mail function in which case you would need to try using smtp instead: http://wordpress.org/plugins/wp-mail-smtp/
So first thing to try is change the email address the form gets sent to/originates to a domain hosted one. Next, try using an outside plugin like Contact Form 7 to test your servers mail function (or just talk to your server). If need be, use the smtp mail plugin.
Regards,
Devin
Hi kevhortz,
Looks like its working when viewing the site now. Was there a plugin conflict or something like that?
Regards,
Devin
What version of Safari is it having an issue in?
Hi Christian Ronchi,
You would need to customize the ajax function like that user did in the portfolio.php shortcode file (in config-templatebuilder>portfolio.php). Your best route would be to contact the site owner and ask if they can share their customizations with you.
Regards,
Devin
Hi xyzb,
Unfortunately it would require a bit more in depth changes to separate out the nav by itself but you can request the additional option for a future update in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Hi lbarkov,
The output at that link looks correct on my end:
Regards,
Devin
Hi Frank,
No not at this time. The form builder doesn’t support uploads. You will need to us a plugin like Gravity Forms or another form builder plugin for more in depth form features.
Regards,
Devin
Hi TylerDrew,
Make sure that in your wp-contents>uploads folder the dynamic_avia folder has at least 755 permissions and all of the contents inside.
Regards,
Devin
Hi Fabiana,
You can select the number of portfolio items to show in the ajax view with the Post number drop down.
It will not however ever pull items from other ‘pages’. That has been requested quite a bit but so far Kriesi has not been able to find a way to do it without effecting performance very negatively.
Regards,
Devin
Hi Valentinian,
I’m not sure where the disconnect is happening with the menu items and theme code so try re-download the theme from your downloads on ThemeForest and then re-uploading the theme files folder by folder via FTP. Perhaps there was a corrupted css file or one that wasn’t updated correctly.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
September 6, 2013 at 3:17 pm in reply to: Shopping cart only shows up once then disappears when you browse away #139542Hi yukanl,
Your cart data isn’t staying saved which is why it doesn’t show across other pages and why when you hover over the cart it doesn’t show any data (since the cart is actually empty).
I’m not sure what the issue is but I think it has something to do with the way WooCommerce saves cart data. WooCommerce support or documentation may have some troubleshooting tips for server side settings you can try in addition to testing WooCommerce without any other active plugins running.
Regards,
Devin
Hi joe88,
The syntax is no spaces or special characters. Just like any other anchor in html.
If you don’t want to lose code in your functions.php file you should either use a child theme or update manually and skip the functions.php file unless the version.txt says it was updated.
Regards,
Devin
Do you have that page set to show a sidebar in the options for it? Do you also have any widgets in your display everywhere/page sidebar widget areas?
Hi TylerDrew,
Please make a new topic describing your issue and a link to your site. This one is already a bit long and I don’t want it to get further derailed or off track since we have not really found a root cause.
Regards,
Devin
Hi steven1000,
In Enfold version 2.0.1 there was actually an update feature added into the theme through the theme’s options in WordPress.
For a quick guide on updating your theme outside of WordPress take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750
Regards,
Devin
September 6, 2013 at 12:35 am in reply to: Problem with different browsers – Images don't show properly #137203What version of Safari is that? I’m just not getting the same issue in any browser when viewing your site?
Just let us know since as of right now neither of us on different machines have been able to get the same issues. Bit odd but hopefully we can find the root of whats going on.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750
I prefer updating via FTP as I can see if there are any failures and re-up them.
Hi yukanl,
I think its mainly OpenSans which can be downloaded here: http://www.fontsquirrel.com/fonts/open-sans
Regards,
Devin
Hi dyoo,
Just tested the site in IE8 and the slider on the home page worked fine on my end.
The only thing you may want to do is use this plugin to enable IE8 to use media queries since your menu is too wide for the default viewport:http://wordpress.org/plugins/respondjs/
Regards,
Devin
No, there isn’t currently an option available for that. You could have a freelance developer customize the header display for you however if its something you must have for the final site.
Regards,
Devin
Hi macrunner,
Yes, this is the intended and correct behavior.The advanced layout editor and regular WordPress editor are two different data sets and you aren’t able to jump between them to make edits.
Regards,
Devin
As long as you have:
//get the sidebar
$avia_config['currently_viewing'] = 'page';
get_sidebar();
?>still in the your new template it should work. If you can post your new template page copy on pastebin or something like that we can take a look.
Hi bodnikwebservices,
No it will not. You will need at least WordPress 3.6 to run Enfold 2.0.1.
Regards,
Devin
Hi dkhollen,
First thing to do is just to delete those sections with the X on the column element. Then, use the Video element from the Media section of the content builder to add in your videos.
Regrds,
Devin
-
AuthorPosts