Tagged: cornerstone
-
AuthorPosts
-
March 28, 2017 at 3:01 am #1422714
Hi there,
I recently logged into wordpress after following this advice to make my website run faster:
Please try to install and run Transient Cleaner (https://en-ca.wordpress.org/plugins/artiss-transient-cleaner/).
1. Install Transient Cleaner
2. Navigate Dashboard -> Tools -> Transients
3. Set Clear Expired Transients -> Enable
4. Select Run Now
5. Set Remove All Transients -> Enable
6. Set Remove All Transients -> Optimize Afterwards
7. Select Run Now
8. Recheck your Cornerstone for functionalityThe problem I am now facing is that:
(1) The website is live although I cannot edit with cornerstone?
I’m extremely worried that i’m going to lose my changes as I cannot go back to a previous edit’s in my wordpress history.
Please, please, please can you help me revert my wordpress, cornerstone/ xtheme back to normal
Kindest Regards
Stefano
March 28, 2017 at 3:02 am #1422716This reply has been marked as private.March 28, 2017 at 9:44 am #1423063Hi There,
Seems like your home page has been altered outside of Cornerstone and it is no longer possible to edit it with CS.
Did you do any changes on WordPress Classic Editor? Installed any plugin recently that might have caused the issue beside transient cleaner? Transient cleaner should not cause this.
Do you have a backup you can restore previews to this event?
Please let us know,
Thanks
March 30, 2017 at 12:11 am #1424982Everything was working fine, I deleted some pages that were not being used and ran transient cleaner to try and make the site run faster.
Could you please help me as I desperately need to edit this website via Cornerstone, could you advise with what options I have?
I have tried restoring to a previous version although it did not fix the issue.
Kindest Regards
Stefano
March 30, 2017 at 1:08 am #1424994Hi Stefano,
We need your cpanel login cetails to be able to check on this.
I check the data in the database.
Thanks
March 30, 2017 at 2:48 am #1425050This reply has been marked as private.March 30, 2017 at 3:18 am #1425063Hi Stefano,
That is for your wordpress admin.
I need your hosting/cpanel login where I can access your database.
Thanks
March 30, 2017 at 8:27 am #1425278This reply has been marked as private.March 30, 2017 at 7:46 pm #1425842Hey Stefano,
Thanks for updating in! I did some further investigation. I noticed that you are using PHP version 5.4.45 and WordPress 4.7 requires at least 7.0 (https://wordpress.org/about/requirements/). This could possibly be the cause of the issue. In most cases you cannot update your PHP version yourself and need to contact your host about this. The upgrade process is an easy process and should be something your host can do for you without affecting your website or charging you for it. Here’s a letter you can send to your hosting company:
Dear host, I\'m interested in running the open-source WordPress <https://wordpress.org/> web software and I was wondering if my account supported the following: - PHP 7 or greater - MySQL 5.6 or greater - The mod_rewrite Apache module - HTTPS support Looking forward to your reply.
Hope this helps. Kindly let us know.
April 2, 2017 at 7:24 pm #1427661Hi guys,
Thanks for the response. I have now changed host which has seemed to fix the issue.
I’m now facing an issue with something else since migration.
(1) info@flightlinedrugtesting.com
I’m trying to add this to the e-mail address so it links to mail although it’s not working
(2) jQuery(“.home .x-creative-cta .graphic img”).wrap(“1234567890“)
I’m trying to add this to my creative CTA so it links to a phone number on mobile.
Do you know why these are no longer working when I enter them? They were working perfectly before migration although they are now not doing anything?
If you need the logins to my new server please let me know.
Kindest Regards
Stefano
April 2, 2017 at 7:25 pm #1427662(1) `<a href=”mailto:info@flightlinedrugtesting.com”>info@flightlinedrugtesting.com</a>
(2) `jQuery(“.home .x-creative-cta .graphic img”).wrap(“1234567890“)
April 2, 2017 at 7:41 pm #1427672April 3, 2017 at 12:33 am #1427824Hi there,
#1 I don’t find hyperlink on your email.
It should be :
<a href="mailto:me@anydomainname.com">eMail Us</a>
#2 Please update your code to :
jQuery(".home .x-creative-cta .graphic img").wrap("<a href='tel:555-555-1212'>555-555-1212</a> ")
Hope it helps.
-
AuthorPosts