Title: jbwp11's Replies | WordPress.org

---

# jbwp11

  [  ](https://wordpress.org/support/users/jbwp11/)

 *   [Profile](https://wordpress.org/support/users/jbwp11/)
 *   [Topics Started](https://wordpress.org/support/users/jbwp11/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jbwp11/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jbwp11/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jbwp11/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jbwp11/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jbwp11/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/jbwp11/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jbwp11/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newfont in my custom css doesnt work](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/#post-3765674)
 * ah, fixed it. I was making changes in visual instead of html, thanks.
 * If there’s a shorter way to change font than
    `<p class=”newfont”> .... </p>`
   then that could be useful.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newfont in my custom css doesnt work](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/#post-3765672)
 * link edit — > “about us” is where i tried .newfont in custom css. what could 
   be wrong in it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newfont in my custom css doesnt work](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/#post-3765669)
 * `<font size=3 face=”Arial”> Example text </font>` – this worked to change in 
   the font in the main site. The issue I described above is at a subdomain of the
   main site.
 * Also tried the corrected code
 *     ```
       .newfont {
          font-family: Arial, sans-serif;
          font-size: 3px;
          color: #000000;
       }
       ```
   
 *  and then using it as
    `<p class=”newfont”> example text </p>` but doesn’t work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newfont in my custom css doesnt work](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/#post-3765664)
 * I am not able to modify font on a page even if I use
    `<font size=3 face=”Arial”
   > Example text </font>` in the text of the page.
 * So, I specified a “newfont” in “My custom CSS” plugin as follows
 *     ```
       newfont { font-family: Arial; sans-serif; font-size: 3; color: #000000; }
       ```
   
 * I then used it as follows in the text of the page to modify the font of the text,
   but the below expression simply shows as is on the webpage and doesn’t affect
   the font.
 * `<p class=”newfont”> example text </p>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newfont in my custom css doesnt work](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/#post-3765623)
 * Trying to define p2, a new font.
    How do I define a new font and use it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newfont in my custom css doesnt work](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/newfont-in-my-custom-css-doesnt-work/#post-3765616)
 * (link edited)
 * Same result when changed mycustom css to
 *     ```
       p2{ font-family: Arial, sans-serif; font-size: 3px; color: #000000; }
       <p2> example </p2>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress addon domain](https://wordpress.org/support/topic/wordpress-addon-domain/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/wordpress-addon-domain/#post-3764500)
 * (links edited) editing out the links for privacy to avoid being out of 30 min
   window for edit.
    will repost as soon as someone can help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress addon domain](https://wordpress.org/support/topic/wordpress-addon-domain/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/wordpress-addon-domain/#post-3764495)
 * posted them earlier later edited,and reposted above.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress addon domain](https://wordpress.org/support/topic/wordpress-addon-domain/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/wordpress-addon-domain/#post-3764491)
 * Any clue? There’s are some signs of wordpress without graphics when I go to (
   edit) but none at (edit)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress addon domain](https://wordpress.org/support/topic/wordpress-addon-domain/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/wordpress-addon-domain/#post-3764371)
 * y.org mapping to the subdirectory example.com/y was done in the hostgator addon
   domain link. After that, I went to fantastico and did an install into the “Install
   on Domain” field to “y.org”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add username/passwd access to the website pages](https://wordpress.org/support/topic/add-usernamepasswd-access-to-the-website-pages/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [13 years ago](https://wordpress.org/support/topic/add-usernamepasswd-access-to-the-website-pages/#post-3744498)
 * I added the folowing to functions.php. Is that the right place and what advantage
   does plugin have?
 *     ```
       add_action( 'init', 'my_add_shortcodes' );
       function my_add_shortcodes() {
   
       	add_shortcode( 'my-login-form', 'my_login_form_shortcode' );
       }
       function my_login_form_shortcode() {
   
       	if ( is_user_logged_in() )
       		return '';
   
       	return wp_login_form( array( 'echo' => false ) );
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add username/passwd access to the website pages](https://wordpress.org/support/topic/add-usernamepasswd-access-to-the-website-pages/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [13 years ago](https://wordpress.org/support/topic/add-usernamepasswd-access-to-the-website-pages/#post-3744480)
 * I used the following on all pages I want restricted. But the login-form does 
   not show when the user is not verified. Can i do this without plugin?
 *     ```
       <?php
        if ( is_user_logged_in() ) :
       ?>
       Example content here
       <?php
        else:
         wp_login_form( array( 'echo' => false ) );
         endif;
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add username/passwd access to the website pages](https://wordpress.org/support/topic/add-usernamepasswd-access-to-the-website-pages/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [13 years ago](https://wordpress.org/support/topic/add-usernamepasswd-access-to-the-website-pages/#post-3744453)
 * I have a my-custom-css.
 * I already have a password-protect mentioned in the content-visibility link above,
   but I’m looking to provide a user-specific login/password access to a few pages
   on the website.
 * Visit to the website would show limited content on the webpages and a user-password
   form to login. Once logged in all pages would show full content. How can I do
   this?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Any good free software for shapes/animation?](https://wordpress.org/support/topic/any-good-free-software-for-shapesanimation/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [13 years ago](https://wordpress.org/support/topic/any-good-free-software-for-shapesanimation/#post-3743400)
 * I wasn’t sure if some of these technologies led themselves better to wordpress.
   I wanted to build human figures (correct term?) graphics such as [http://www.masterfile.com/stock-photography/image/400-05746573/A-set-of-human-figure-working-in-a-construction-site](http://www.masterfile.com/stock-photography/image/400-05746573/A-set-of-human-figure-working-in-a-construction-site)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Different background image for a page placed over the .css background image](https://wordpress.org/support/topic/different-background-image-for-a-page-placed-over-the-css-background-image/)
 *  Thread Starter [jbwp11](https://wordpress.org/support/users/jbwp11/)
 * (@jbwp11)
 * [13 years ago](https://wordpress.org/support/topic/different-background-image-for-a-page-placed-over-the-css-background-image/#post-3723848)
 * Updated My-custom-css and it works, thanks

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/jbwp11/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/jbwp11/replies/page/2/?output_format=md)