I had HostGator move my site from site.com/wp to site.com
Everything seems to work fine with the exception of the LayerSlider. Now the slider always takes up 100% width and will not allow a sidebar. Is there some setting that I can dive into that will correct this issue.
Afterwards I researched the forum and found the info below, but this info will not help me now:
When moving a WordPress database you need to account for serialized data which can change when the url changes. We have a recommended plugin for exporting the database on our docs: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
You also don’t actually even need to move the database to do a simple directory change which is what I usually do for my clients. I will develop on a sub directory and then in the future if they want to setup a dev folder or another sub folder for a different installation there is no issues. These are the steps:http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install
The files and database stay intact but the url for how everything is accessed changes.
Hey JPGlobal,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Thank you Rikard
Hi!
The layer slider has always been a full width element. You can’t place it inside a content container with a sidebar because the layer slider shortcode is disabled. If you really need this feature, please purchase the layer slider plugin then deactivate the default one. Add this in the functions.php file:
add_theme_support('deactivate_layerslider');
Regards,
Ismael