Skip to content

Instantly share code, notes, and snippets.

View jessestu's full-sized avatar

jessestu jessestu

View GitHub Profile
@jessestu
jessestu / screen-sharing-help.md
Last active October 30, 2019 19:36
WordPress.com screen sharing: help and policies

You scheduled a one-to-one screen sharing session with me to get help with your WordPress.com site. Wonderful!

Here's a list of potential issues and fixes and what to do if you can't make the meeting so a no-show or technical difficulties don't result in our policy enforcement (does anyone like enforcing policies? I sure don't!).

Cat sharing computer screen
I expect this kitty is using WordPress.com.

Index

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS changes the color of the captions on the sidebar gallery.
* 11442802-hc (jw)
*/
#media_gallery-9 .slideshow-slide-caption {
 color: #ff0;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS sets the color and font size on bullet points with the class "bullets-custom-design"
* 11442724-hc (jw)
*/
.bullets-custom-design {
 font-size: 16px;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS hides the category page titles.
* 10826597-hc (jw)
*/
.category .page-title {
 display: none;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS allows the logo to be made larger.
* 11408945-hc (jw)
*/
header.site-header .custom-logo, header.site-header .retina-logo {
 max-width: 300px;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS hides the WP.com footer credit as there is a bug in the theme keeping it from changing.
* 11236016-hc (jw)
*/
.site-info {
 display: none;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS hides the author byline on posts.
* 11445317-hc (jw)
*/
.byline,
.entry-meta ul>li:before {

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS limits the posts on the homepage layout to two horizontally.
* 11437561-hc (jw)
*/
@media screen and (min-width: 1201px) {
  .posts .hentry {

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS disables the links on the homepage image slider.
* 11400835-hc (jw)
*/
.nivoSlider > a {
 cursor: not-allowed;

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS styles the captions on https://xiaolabucla.org/people/
* 11343122-hc (jw)
*/
/* Formats the text */
.page-id-79 figcaption {