Questions tagged [wp-calypso]

Calypso is the new WordPress.com front-end – a redesign of the WordPress dashboard using a single-page web application, powered by the WordPress.com REST API.

Calypso is the new WordPress.com front-end – a redesign of the WordPress dashboard using a single-page web application, powered by the WordPress.com REST API.

7 questions
9
votes
1 answer

Technical Architecture of Calypso, Jetpack, and Wordpress Blogs

Short Version: How does the new Calypso application (powering Wordpress.com) communicate with a privately hosted Wordpress blog via the Jetpack plugin? i.e. Does Jetpack expose an API on my Wordpress hosting site? Or is there other black magic…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
4
votes
1 answer

ES6 and "Who imported me"?

I'm working with a javascript system built (I think?) on ES6 compatible javascript that's compiled/transpiled down to browser compatible javascript (Wordpress Calypo, if it matters) Does modern javascript have a way to reflect into the calling…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
2
votes
1 answer

How to install wp-Calypso on Windows

I am trying to install wp-calypso on windows found from here: https://github.com/Automattic/wp-calypso I have clone from git clone https://github.com/Automattic/wp-calypso.git Added 127.0.0.1 calypso.localhost to your local hosts file successfully…
tutoground
  • 96
  • 7
1
vote
2 answers

Calypsoify error generation after Jetpack 9.2 upgrade

My site has had a significant issue after the automatic upgrade of Jetpack to version 9.2. I'm unable to edit posts using the Jetpack plugin, but more importantly, multiple widgets have been turned off. Bluehost support upgraded my site manually to…
0
votes
1 answer

UFT: Unable to identify Object's parent window though it is being added in Object Repository

I'm working on Calypso windows application where I have to click on a tab within a window. When I was executing the script, I see error message saying that "Cannot find the object's parent window" . I have verified that window properties don't…
Aditya
  • 457
  • 2
  • 8
  • 27
0
votes
1 answer

mac terminal: Adding 127.0.0.1 calypso.localhost to localhost file

I am trying out wp-calypso which requires an addition to my localhost file. Via the terminal, I first typed sudo vim /etc/localhost which took me here ... …
forkingwithbill
  • 65
  • 1
  • 1
  • 12
0
votes
1 answer

How To Use a Local style sheet file with Calyspo Wordpress

I'm trying to learn about the Wordpress Calyspo architecture. I've successfully created their example "Hello World" page using these instructions. Now I'd like to continue past the example and add a style. I've read these instructions and created a…
richb01
  • 1,097
  • 2
  • 13
  • 25