Tagged: x
-
AuthorPosts
-
May 27, 2016 at 1:12 am #1012493
Anders OlssonParticipantHi !
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.4Thanks and kind regards
/Anders Olsson, Conscious BreathingMay 27, 2016 at 1:15 am #1012495
RupokMemberHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
May 27, 2016 at 1:29 am #1012506
Anders OlssonParticipantThis reply has been marked as private.May 27, 2016 at 1:43 am #1012530
Paul RModeratorHi,
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' );May 27, 2016 at 2:44 am #1012573
Anders OlssonParticipantThank 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
/AndersMay 27, 2016 at 3:02 am #1012588
RupokMemberHi 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!
May 27, 2016 at 8:26 am #1012903
Anders OlssonParticipantHi !
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
/AndersMay 27, 2016 at 11:06 am #1013115
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1012493 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
