Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1133176

    HelpMeCoachCricket
    Participant

    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?

    #1133194

    HelpMeCoachCricket
    Participant

    Now, it’s not working anymore with Squirrly, I can’t save my Squirrly settings and can’t access Settings –> Permalinks

    #1133409

    Joao
    Moderator

    Hi 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

    #1134238

    HelpMeCoachCricket
    Participant

    I’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.

    #1134749

    Paul R
    Moderator

    Hi,

    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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1134778

    HelpMeCoachCricket
    Participant
    This reply has been marked as private.
    #1135146

    Joao
    Moderator

    Hi 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

    #1164066

    MarinaWinkler
    Participant

    Hi 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

    #1164275

    Christopher
    Moderator

    Hi 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.