Tagged: x
-
AuthorPosts
-
March 23, 2017 at 3:00 pm #1418133
Been using Slider revolution for some time but now .. all of a sudden the menu where you manipulate the layers .. its all disabled.
Cannot move or change style and animations for layers any more.
The menu to select:
Style – Animation – Loop – Visibility .. etc .. are disabled. Cannot access either the menu items nor the properties.
Real weird .. worked before .. works fine on other sites I have. Did update the plugin (on this specific site) but everything is still disabled.
The X-theme for this site is active as well as Slider Revolution plugin. Need help.
Thank you, Michael.
March 23, 2017 at 4:03 pm #1418214Hi Michael,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
March 23, 2017 at 5:55 pm #1418321This reply has been marked as private.March 24, 2017 at 1:50 am #1418690Hello There,
Thanks for providing the information above. It seems that there is a JS error in the page. The JS error appeared in both the Dashboard, Cornerstone and even in the live view of the page. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Please let us know how it goes.
March 24, 2017 at 1:26 pm #1419353Deactivating every plugin .. even deleted Slider revolution and reinstalled. Same problem .. cannot edit slide layers. Also can not save when in Slide Editor but can Save Slide Settings. Any ideas?
March 24, 2017 at 11:34 pm #1419854Hello There,
Thanks for updating in! Could you please provide us FTP login? We would like to check all the files in your backend because upon checking it, there is a JS error http://prntscr.com/eo705e.
Hope to hear from you.
March 28, 2017 at 11:20 am #1423166Found the issue. I’ve been optimizing my site and forgot that I had the code:
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
if ( strpos( $url, ‘jquery.js’ ) ) return $url;
return “$url’ defer “;
}
add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );in the functions.php file of the theme.
Everything works fine now. Thank you.
March 29, 2017 at 7:11 am #1424056Glad to hear and thanks for letting us know!
March 29, 2017 at 2:47 pm #1424507Just out of curiosity .. are they any articles/methods/plugins which work best with x-theme and the plugins that are provided to optimize site speed and SEO?
March 29, 2017 at 3:02 pm #1424551HI There,
We have this article on optimization for speed : https://community.theme.co/kb/performance/
I personally recommend you compressing your images well before uploading to your site, I dont like cache plugins, if you use it, turn it on once you finished to edit your website just.
To compress your images I recommend you using a website tinypng.com , upload your images there before uploading to your site.
Regarding SEO you have YOAST and ALL IN ONE SEO – Yoast more complete, ALL IN ON SEO more simple, I prefer the second.
Beside that make sure to watch a couple of SEO tutorials on youtube.
On Cornerstone you also have a great option your custom headlines that is really useful for seo.
You can make an H1 look like an H5 (H1 is the most important for SEO)
And also you can make an H6 Look like an H1, for example.
This is really useful because sometimes while designing you dont necessary want your keywords to be the biggest but they should have a H1 or H2 mark-up so Google recognize it is importance, and sometimes the opposite case, you want to have a very big title, but it is not necessarily your keyword focus, so you can use an H5 or H6 which has less importance but make it look like an H1
Hope that makes sense,
Cheers
-
AuthorPosts