Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1012493
    Anders Olsson
    Participant

    Hi !

    When I click on “Edit with Cornerstone” on the frontpage and then make a change and save it, it will tell me that it has been saved (the green bar with a random message). But when I click on the “House”-icon at the bottom left it says “You have not saved any changes!”. And then I click on “View page” and when it shows the frontpage my changes has not been saved.

    Any ideas on what could be the problem?

    I have turned off Cloudflare and emptied the cache in Wordfence and Autoptimize, but it doesn’t help.

    Site: http://consciousbreathing.com/
    WP Version: 4.5.2
    X version: 4.4.2
    Cornerstone: 1.2.4

    Thanks and kind regards
    /Anders Olsson, Conscious Breathing

    #1012495
    Rupok
    Member

    Hi there,

    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.

    #1012506
    Anders Olsson
    Participant
    This reply has been marked as private.
    #1012530
    Paul R
    Moderator

    Hi,

    Thank you for providing your login credentials.

    It was a memory issue.

    I was able to fix it by increasing your memory limit. I added this code in your wp-config.php file.

    
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    
    #1012573
    Anders Olsson
    Participant

    Thank you very much, for fast and accurate support, it works perfect 🙂 !!

    Then I have two more issues:
    1. On posts, for example this one – http://consciousbreathing.com/blogposts/chief-physician-recommends-conscious-breathing/, there is a link, just below the headline saying “Leave a comment”. This link shall take me to the bottom of the page where I can enter my comment, but when I click on it nothing happens.

    2. When viewing a product, for example this one – http://consciousbreathing.com/product/power-breath/, I can click on “Reviews” on my pc but on my mobile (iPhone 6S) nothing happens.

    Thanks
    /Anders

    #1012588
    Rupok
    Member

    Hi there,

    Thanks for writing back.

    #1. Since the native comments are disabled and you are using Facebook comments so the div with ID #respond is not there anymore.
    You can add this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($) {
      $('#comments').attr('id','respond');
    });

    #2. I have tested with multiple mobile device but can’t find such issue. It seems working fine. Could you try from a different device?

    Cheers!

    #1012903
    Anders Olsson
    Participant

    Hi !

    Thanks, great #1 is now solved!

    Regarding #2 I have to see later tonight if I can get hold of other mobile phones to try it out.

    Then I also encountered a new issue, which I name #3:
    3. When I look at the frontpage in 980x-1280 format it looks ok, but when I use 768×1024, it looks strange – there is too much space between the headline and the text. See enclosed images.

    Cheers
    /Anders

    #1013115
    Joao
    Moderator

    Hi There,

    Please add the following code to your Appereance / Customizer / Custom / CSS

    
    
    @media only screen and (max-width: 480px), only screen and (max-device-width: 1024px) {
    h3 {
    
    margin-bottom: -20px !important; }
    }

    Hope that helps,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1012493 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>