Forum Replies Created
-
AuthorPosts
-
Sorry about the LS confusion, I read the git note wrong earlier. Version that is on Themeforest waiting for approval is Version: 5.3.1.
You need to re-do your bw minify files. They were not generated with https and are not coming from the theme.
There is really no way for us to know the answer to that. On a typical installation of the theme there are no issues with that happening.
Hey Simplicity_Jonesy!
Not without creating a good bit of new css in addition to coding in the new shortcode elements. It is possible but it would take time to be customized in for you by a freelance developer.
Regards,
DevinOctober 1, 2014 at 2:44 am in reply to: Advanced Layout Editor broken? Preview not possible. #327805Hey PhilCl!
The ALB saves its data in a meta field so there is less chance of data corruption on the complicated shortcode layouts it produces. So switching between it and the regular editor isn’t possible. The data would also not be in that field in database.
Previewing should work however. For a quick test, try publishing the page and then check previewing and then save it as a draft again.
Best regards,
DevinDid you ever re-save theme’s style options so that a new stylesheet was generated?
Edit: If we can see the site directly and what the errors are that would help know exactly what is actually happening.
- This reply was modified 10 years, 1 month ago by Devin.
September 30, 2014 at 5:08 pm in reply to: Issue with jQuery powered features like Accordian FAQ and Sliders #327430Go to your functions.php file in the enfold theme files and then search for:
wp_enqueue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 2, true );
`
Change the 2 to a 22.The broken avia.js is still getting cached so when the server loads everything up its loading enfold/js/avia.js?ver=2 which is the broken file. Changing the version to 22 will break the cache and fix it immediately for you.
- This reply was modified 10 years, 1 month ago by Devin.
It depends on the server and how you access your databases. Typically that would be phpmyadmin and your hosting provider will be able to point you to it.
Beyond that I would strongly recommend you watch the video from the tutorial you linked above: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
It walks you through what I’m saying so you can see it.
September 30, 2014 at 3:37 pm in reply to: How to deactivate & delete Layerslider completely for using only Masterslider? #327314Hi COLORIT!
See: http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
Cheers!
DevinHi!
As far as I know pages don’t add in a date. Not sure where Google would be pulling it from and checking on my own personal site running Enfold I’m not getting dates in my results.
Regards,
DevinHi Khanh Hong!
Sounds like your server might have caching or maybe you are using a caching plugin. Nothing that we can change on our end though :)
Cheers!
DevinHey!
You need to update your theme to Enfold version 2.9.2 which is the update that brings the theme up to compatibility with WordPress 4.0 :)
Best regards,
DevinYou could try out Media Temple on the vps level 1. They have a heavily discounted first month promo running so you could give it a try.
I personally have my company (for freelancing) running on a level 2 VPS there and it has been stable for years. Not as much traffic even with all the sites combined but I do run all of Kriesi’s themes on individual installs that I have been switching between daily for a few years now while doing support so plenty of usage :)
September 30, 2014 at 3:17 pm in reply to: Enfold seems to be incompatible with WordPress 4.0 #327289Hi freiland-hamburg!
Enfold is definitely compatible with 4.0. First try deactivating all active plugins you have running and make sure you are using Enfold version 2.9.2.
Cheers!
DevinWe’ll see once 3.0 comes out :)
@driedel – If you are still having issues create a new topic and we can take a look at your site if you add the data into the private data area.I’m going to close off this topic for now since the OP’s original issues have been addressed.
September 30, 2014 at 3:07 pm in reply to: enfold preinstalled after creating my wordpress website #327281Deleting the WordPress databases and deleting the WordPress files is all that should be needed.
Find and replace will most likely not work. If you do a database export and then re-import it in that would do it.
Its actually how I would do it if it was for a client of my own.
Glad to hear its cleared up. Server specs can make a huge difference and it is easy to forget that its all running on hardware somewhere.
3.0 was updated with LayerSlider 5.1.2.
Hey!
Try clearing your local cache and check again. Everything is loading completely fine for me on the https link.
Regards,
DevinI would re-evaluate the page title and possibly check your pages for overuse of terms. For instance, on the home page alone there are 290 instances of the word Franchise and Google typically penalizes sites that have the same term so heavily repeated from what I know.
Check https://support.google.com/webmasters/answer/40349?hl=en&ref_topic=3309300
Hi!
What issues are you actually having? The theme doesn’t have any issues with loading https when needed and using a force https plugin like this one https://wordpress.org/plugins/wordpress-https/ should help any non-https links.
As long as the certificate is installed on the server correctly and the url is migrated over then it should work fine. Doing a find and replace in the database is not enough if you are actually changing the url (unless using WP-CLI) because of serialized data. Which is why we recommend using a tool to do database exports: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
DevinHi gkobmf!
All of the 3D transitions were still selected. When you are selecting them in the pop up make sure to click on 2D then 3D so that each group of options is deselected.
I have the slide in from right selected now for both of your slides on the main slideshow :)
Cheers!
DevinSeptember 30, 2014 at 1:03 am in reply to: Woo Commerce Table Width Cut Off On Cart Page, Not Responsive on Mobile #326907Hey codemode!
We would need to see your site to take a look at what is causing the conflict. By default, the theme hides elements of the cart so that it can continue to fit.
Best regards,
DevinAs far as I know, LayerSlider docs say you can simply add in the code into the plugin. If that doesn’t work I would first suggest checking with their support.
If you want to use it as a standalone plugin then yes it will deactivate the integrated features.
September 30, 2014 at 12:50 am in reply to: Latest Enfold theme not working with SEO plugins #326898Hi!
If you view the source of your site the theme outputs a bit of debug info you can read the memory from. It will look like this:
<!-- Debugging Info for Theme support: Theme: Enfold Version: 2.9.2 Installed: enfold AviaFramework Version: 1.9.1 AviaBuilder Version: 0.7 ML:128-PU:37-PLA:3 -->
The ML is the memory limit set for the WordPress install.
Regards,
DevinYes, if you go to the documentation link above there is a video showing you how to update over FTP. Updating that way does not alter your theme options and only modifies your theme files directly.
If you modified your theme files then you’ll need to save a local copy of your theme and re-add in those changes after updating.
September 30, 2014 at 12:46 am in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #326896Hey!
It would need to be part of that plugin to let you choose a temporary page. The theme itself doesn’t have anything like that so it needs to come from a plugin and it would depend on whatever plugin you are using.
Best regards,
DevinIf you can post your site here as a private reply we can take a look to see if we can spot any errors.
Ultimately we can’t control google or how it indexes anyone site. Kriesi uses Enfold here on his own site and we have had lots of users using the theme in thousands of websites so we do have a good bit of feedback from users that there are no major deviations from what is industry standard SEO.
September 30, 2014 at 12:39 am in reply to: Issue with jQuery powered features like Accordian FAQ and Sliders #326890Hi consultjon!
Your avia.js file isn’t complete. Looks like it failed uploading.
Try logging in to your server over FTP and then replacing the entire js folder so that the files are all correctly uploaded.
You could also do a fresh install following this video: https://vimeo.com/channels/aviathemes/67209750
Cheers!
DevinI’ve thought about making a grunt file to include in a child theme for those that want to go that route but ultimately the vast vast majority of users who are purchasing this kind of theme are not going to be able to use Grunt or make basic optimizations to increase pagepseed.
Cleaning up the weight of what you are loading into a page is always such a huge factor so starting there and stripping out the flash to get at least 80 on desktop.
-
AuthorPosts