-
AuthorPosts
-
December 16, 2015 at 3:14 pm #709735
Hi team,
A few minor details I haven’t been able to solve after updating to the latest version of X today:
– Top bar:
1 – Social Icons aren’t formatted right, the icons are located at the top of the circle
2 – Social Icons: deleting link to G+ in Curtomizer doesn’t delete the icon, just the link– Site:
Typed text cursor now shows a black ‘box’ over the cursorPlease visit lizzy-belle.nl to see it live; the typed text is to the right on the main pic on the page, just below the menu. Social icons in top bar and footer.
A screenshot is also attached.I’m using the latest Chrome on Linux, WP version is 4.4, X 4.3.0 (Child theme activated), Cornerstone 1.0.11.
December 16, 2015 at 6:51 pm #709993Hi There,
Thanks for writing in.
Would you mind re-installing your cornerstone. You can do it automatically via add ons or manually via FTP after deleting it in your plugins.
Let us know how it goes. If still not helping, would you mind sharing us your admin credentials and FTP so we could check your setup.
Don’t forget to set it as private reply.
Thanks.
December 16, 2015 at 8:02 pm #710058This reply has been marked as private.December 16, 2015 at 10:16 pm #710219Hello There,
Thanks for the very detailed information.
1] – Social Icons aren’t formatted right, the icons are located at the top of the circle
The styling was overwritten when you activated ConvertPlug plugin. If you are not using this plugin, please deactivate. In order to fix the icons, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css.x-topbar .x-social-global a i{ line-height: 32px; } .x-colophon.bottom .x-social-global a i{ line-height: 54px; }
We already have reported this to our developers as this is an incompatibility issue between X and the said plugin. It will be patched soon.
2] Social Icons: deleting link to G+ in Customizer doesn’t delete the icon, just the link
You need to remove the space character. A space is considered something and this will activate the icon. Always make sure that you have remove any characters in the field so that it will disable the icon. We went ahead and removed it for you.Hope this helps. Kindly let us know.
December 16, 2015 at 11:37 pm #710307Thanks so much, that fixed everything concerning the icons.
Is there a solution for the cursor too?
Not a major problem, but it does look kinda horrible 😉Thanks!
December 16, 2015 at 11:48 pm #710325Hi there,
Thanks for writing back. You can try changing the opacity the dim the black color –
.x-text-type .typed-cursor { opacity: 0.7; }
Cheers!
December 17, 2015 at 12:28 am #710362Nope, already tried that. It dims both the cursor (that should be there) and the ‘block’ (that shouldn’t be there at all).
I can’t edit the page using CS -probably still a Jetpack issue?- but I’ll look into that tomorrow.
If I can edit the page again I’ll replace it with regular text for now.Thanks anyway, and have a good day!
December 17, 2015 at 12:33 am #710368You are welcome!
Cheers!
December 17, 2015 at 6:05 pm #711555Hmm … not a Jetpack issue, because deactivating it doesn’t help.
And since reinstalling CS, instead of it loading but not letting me select elements, it now refuses to load all together.Ohhh, how I hate Cornerstone 😉
Honestly, the idea is good, but way too much of a pain in the backside to keep it going.
Sadly, I used it to create a couple of pages.I have a whole list of actions (de-activate JetPack, put Cloudflare in development mode (eventhough I added the page rule), de-activate W3TC … make a 3 second change in CS and … down the list we go in reverse 😉
The above credentials are still good.
Can you please help me figure out what the issue is with Cornerstone this time?
Thank you!December 17, 2015 at 9:45 pm #711797Hello There,
A loading screen would probably because you have exhausted your PHP memory limit. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.
Right now, you have set it to 64MB. And judging on the number of plugins installed, it might not be enough. We recommend that you increase your memory allocated to PHP. You can check this warning in WooCommerce > System Status > WordPress Environment > WP Memory Limit. To increase it, please edit your wp-config.php file and insert these lines:
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. */
We would loved to know if this has work for you. Thank you.
December 17, 2015 at 11:16 pm #711916Already tried that, but alas … doesn’t help.
Put the code back in so you can see it’s still not loading.Yes, a lot of plugins. But I’ve had them for a long time, and CS not even loading is new – since I was told to re-install it.
Before that, it would load (but not let me edit so is was useless – but loading none the less).
Not sure when the editing became an issue, I only use CS when I have to and that isn’t often.It was all working after the WP 4.4 upgrade, I tested it after I upgraded tot PHP7 and all was fine.
The only new plugin is ConvertPlug, but deactivating that doesn’t help either.
December 17, 2015 at 11:25 pm #711922Hello There,
Are you using Cloudflare?
The Cornerstone builder takes place on the front end, so sometimes Cloudfare tries to cache its resources. This can cause stale data to be loaded. To resolve this, you’ll need to disable Cloudfare when the builder is in use. This won’t effect front end performance at all.1. Log into CloudFlare and navigate to “Page Rules”
2. Add a new rule using this URL pattern: *.example.com/*?cornerstone=1
3. Under custom caching, enable “Bypass cache”
4. Turn Performance “Off”If you’re still having issues editing a page, you may need to login to Cloudfare again and purge the cache.
Hope this helps. Kindly let us know.
December 18, 2015 at 2:28 am #712104Yes, I use Cloudflare — I already posted above I added the page rule, and tested it in development mode.
I also set Cloudflare to pause, that didn’t help either.Cloudflare and Cornerstone were playing nice until I re-installed Cornerstone, as advised in this thread earlier.
So I think we can rule it out as the cause.December 18, 2015 at 3:33 am #712172Hi Marti,
Upon checking again, it looks like it is being cause by Rocket loader.
https://support.cloudflare.com/hc/en-us/articles/200168056-What-does-Rocket-Loader-do-
Please disable rocket loader from cloudflare and see if that fixes the issue.
Thanks
December 18, 2015 at 3:43 am #712185I have never disabled Rocket Loader before; what changed in CornerStone?
It does load now, tho it takes a very long time (had to gove it a few tries) and nothing is clickable / editable.
-
AuthorPosts