Title: Prpl's Replies | WordPress.org

---

# Prpl

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Relativity] Custom Theme – Header & Footer Areas](https://wordpress.org/support/topic/custom-theme-header-footer-areas/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/custom-theme-header-footer-areas/#post-12148660)
 * > Not to worry, I think i’ve resolved this now. I created a new class in the 
   > new style.css and added a new line in the customizer.php to include it.
 * It’s not recommended to make changes to the parent theme, since they will be 
   overwritten when the theme updates. You will need to keep track of changes you’ve
   made, and make them again in the updated themes.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Relativity] Custom Theme – Header & Footer Areas](https://wordpress.org/support/topic/custom-theme-header-footer-areas/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/custom-theme-header-footer-areas/#post-12146401)
 * Hi!
 * The best way is to create a child theme. There are instructions for this on [this handbook page](https://developer.wordpress.org/themes/advanced-topics/child-themes/).
 * You can also use a plugin like this to generate your child theme.
    [https://wordpress.org/plugins/child-theme-configurator/](https://wordpress.org/plugins/child-theme-configurator/)
 * Once you have the child theme, you should copy the part of css from the parent
   theme’s `style.css`, paste it in the child theme’s `style.css`, and change the
   colors there.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Import MSSQL database to WordPress](https://wordpress.org/support/topic/import-mssql-database-to-wordpress/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/import-mssql-database-to-wordpress/#post-8664000)
 * The easiest way would be to export this product database in a universal format
   like CSV, and import it using something like WP All Import or a similar plugin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Polymer] Automatic move into the search-field](https://wordpress.org/support/topic/automatic-move-into-the-search-field/)
 *  Theme Author [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/automatic-move-into-the-search-field/#post-6908699)
 * Hi PIC-Nico,
 * Since this is a child theme of Stargazer, I’ll try to get this solved at a parent
   theme level. Otherwise, I’ll do some javascript thing to make this happen. Stay
   tuned. 🙂
 * Cheers
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Polymer] Simply beautiful](https://wordpress.org/support/topic/simply-beautiful-8/)
 *  Theme Author [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/simply-beautiful-8/#post-8048392)
 * Thank you!! If you have any issues, please don’t hesitate to reach out.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Font Awesome does not show on www urls](https://wordpress.org/support/topic/font-awesome-does-not-show-on-www-urls-1/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/font-awesome-does-not-show-on-www-urls-1/#post-6745167)
 * Hi dharborne,
 * The error you’re facing is due to a thing called CORS. This is the error
 * `Font from origin 'http://deafsports.nz' has been blocked from loading by Cross-
   Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present
   on the requested resource. Origin 'http://www.deafsports.nz' is therefore not
   allowed access.`
 * You’ll have to decide if you want to keep the www or not. If you decide to keep
   the www:
    1. Change the site url and WordPress url in the settings to include www
    2. Redirect deafsports.nz to [http://www.deafsports.nz](http://www.deafsports.nz)
       in your Apache Vhost configuration
 * If you decide to keep the site as is, then you’ll need to redirect [http://www.deafsports.nz](http://www.deafsports.nz)
   to deafsports.nz in your Apache vhost config.
 * You’ll need to contact your web host to know how to change the Apache config 
   in your particular environment.
 * Cheers 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress Multisite for SaaS](https://wordpress.org/support/topic/wordpress-multisite-for-saas/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wordpress-multisite-for-saas/#post-6741556)
 * Hi there!! I’ll try to answer those in the order.
    1. Yes, it is legal to remove the references to WordPress on the dashboard and 
       site
    2. Modifications are only required to be made available under the GPLv2 if you 
       redistribute the code. If you’re just running it on a server, you don’t need
       to do that.
 * Although, I would strongly suggest you to not make any actual modifications in
   WordPress core files. All of the modifications you might want are possible via
   utilizing the action and filter hooks available in WordPress. You should start
   by writing a custom functionality plugin, and then start adding code to that.
 * As far as disadvantages are concerned, I don’t see any apart from implementation
   specific issues. People are already doing what you’re planning. See WordPress.
   com, Edublogs, HappyTables, Rainmaker etc.
 * Hope that clarifies things for you 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Font Awesome does not show on www urls](https://wordpress.org/support/topic/font-awesome-does-not-show-on-www-urls-1/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/font-awesome-does-not-show-on-www-urls-1/#post-6745132)
 * Hi there,
 * Can you share a link of the affected site? This would help in actually diagnosing
   the issue.
    Thanks
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Function for a photo to enlarge when clicked](https://wordpress.org/support/topic/function-for-a-photo-to-enlarge-when-clicked/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/function-for-a-photo-to-enlarge-when-clicked/#post-6744630)
 * There are lots of lightbox plugins that will do this automatically for you. [This one](https://wordpress.org/plugins/wp-lightbox-2/)
   seems to be a good one, given the reputed authors. You can search for ‘lightbox’
   in the plugins section to find more of these.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Awaken] Center Logo- Awaken Theme](https://wordpress.org/support/topic/center-logo-awaken-theme/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/center-logo-awaken-theme/#post-6737404)
 * Great. I’m glad it worked.
    Cheers 🙂
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Make posts private based on viewing user's role](https://wordpress.org/support/topic/make-posts-private-based-on-viewing-users-role/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/make-posts-private-based-on-viewing-users-role/#post-6745549)
 * Hi keytastic,
 * I think the plugin [Members by Justin Tadlock](https://wordpress.org/plugins/members/)
   might be the solution to your problem. Even if it doesn’t solve it 100%, it provides
   an extendable base to build your own solution on top.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Awaken] Center Logo- Awaken Theme](https://wordpress.org/support/topic/center-logo-awaken-theme/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/center-logo-awaken-theme/#post-6737401)
 * Try adding this css
 *     ```
       .site-branding .site-brand-container {
           float: none;
       }
       ```
   
 * I’m assuming that you you already have a child theme for modifications, or are
   using a plugin to add custom css. If you don’t have any such thing, you can install
   something like [Jetpack](https://wordpress.org/plugins/jetpack/) or [WP Add Custom CSS](https://wordpress.org/plugins/wp-add-custom-css/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Child theme of Genesis](https://wordpress.org/support/topic/child-theme-of-genesis/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/child-theme-of-genesis/#post-6635111)
 * Hey EllesNiche,
 * Seems like your issue is resolved. As far as the images under the randomized 
   link, you can just go to the media library to delete any images you don’t want.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Child theme of Genesis](https://wordpress.org/support/topic/child-theme-of-genesis/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/child-theme-of-genesis/#post-6634828)
 * Hi EllesNiche,
 * You seem to have uploaded a weird header image. You can go to Appearance -> Header,
   got to ‘Header Image’ section, and click on ‘Remove Image’. After this, click‘
   Save’ and it’ll be removed.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [moving just a post from local to server](https://wordpress.org/support/topic/moving-just-a-post-from-local-to-server/)
 *  [Prpl](https://wordpress.org/support/users/grvrulz/)
 * (@grvrulz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/moving-just-a-post-from-local-to-server/#post-6583450)
 * Hi Tahoom,
 * Is it really necessary to write posts on a local install of WordPress first? 
   If not, you have a couple of options.
    - You can save drafts in WordPress.
    - You can write and save it in a text file, then copy and paste the text in 
      WordPress.
    - You can use a desktop app for blog writing. A quick Google search will lead
      you to options for your OS

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

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