Tagged: cornerstone
-
AuthorPosts
-
August 16, 2016 at 3:34 am #1133176
It now works with SEO by Squirrly, so that’s fine. Yoast SEO still causes the fatal error out of memory. However, I don’t need both plugins, only one. My concern is that the issue hasn’t been completely resolved and when I later need another plugin for my site, I will have to deal with the same issue again?
August 16, 2016 at 3:52 am #1133194Now, it’s not working anymore with Squirrly, I can’t save my Squirrly settings and can’t access Settings –> Permalinks
August 16, 2016 at 7:14 am #1133409Hi There,
If you are using both plugins at the same time make sure that you use the SEO settings from Yoast and you keep the SEO settings from Squirrly deactivated otherwise it might generate conflict.
Squirrly will be used for content optimization and for measuring the results of your content marketing strategy, and not about SEO Settings.
Have you tried improving your PHP Memory as reccomended previously on this thread?
If Not, Would mind adding this in your wp-config.php located at the root directory of your site.
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );You can add it before the line
/* That’s all, stop editing! Happy blogging. */
Let us know how it goes.
Thanks
Joao
August 16, 2016 at 5:04 pm #1134238I’ve already done that Joao as stated previously in this thread.
I am also not using both plugins at the same time.
Please help me. My FTP provider said that the issue was with Cornerstone.
August 17, 2016 at 1:11 am #1134749Hi,
In that case, 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 / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
August 17, 2016 at 1:41 am #1134778This reply has been marked as private.August 17, 2016 at 8:07 am #1135146Hi There,
I just turned off all your plugins but Cornerstone and the error is gone.
http://helpmecoachcricket.com/?page_id=1154&cornerstone=1
You will ned to investigate yourself which plugin is causing the conflict. It is very unlikely that the error is being generated by any of our addons since they work fine in more the 100.000 installations.
You can narrow down which one by reactivating them one at a time.
I will for now reactivate them in order that your website don´t lose it´s functionalities.
But please turn all of them off, than activate one by one and open Cornerstone every single time until you find the plugin that is causing the conflict.
Let us know if you need further help.
Joao
September 7, 2016 at 2:49 am #1164066Hi Rad,
Thanks a lot for the code for icon colour change, I still need some more css:
– to change the colour of the footer menu links on hover in Ethos stack (right now my footer is black and the hover colour is black, so they disappear upon hovering – and ethos doesn’t feature manual change in customizer). Just make them white on hover, that would be fine – i can later adjust the exact colour code.
– and another css to change the background colour of my widgetbar menu (not the button but the menu once it opens) as well as the font colour of the text in the widgetbar (both are dark grey as standard in Ethos) – I need the widgetbar background to be white and the text to be black.
Thank you so much for your help,
Marina
September 7, 2016 at 5:49 am #1164275Hi there,
Please add following code in Customize -> Custom -> CSS :
.x-colophon.bottom .x-nav a:hover { color: #fff; } .x-widgetbar.collapse.in { background-color: #fff; } .widget ul li a, .widget ol li a { color: #000; }
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Hope that helps.
-
AuthorPosts