Title: createandcode's Replies - page 2 | WordPress.org

---

# createandcode

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 32 total)

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WooCommerce Product Image Gallery Options] Just what it says on the tin](https://wordpress.org/support/topic/just-what-it-says-on-the-tin-2/)
 *  Plugin Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years ago](https://wordpress.org/support/topic/just-what-it-says-on-the-tin-2/#post-9223181)
 * Thanks for the great review Gareth!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Background color](https://wordpress.org/support/topic/background-color-120/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/background-color-120/#post-9134681)
 * No problem Brandy!
 * Best,
 * Simon
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Home not editing anymore](https://wordpress.org/support/topic/home-not-editing-anymore/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/home-not-editing-anymore/#post-9112042)
 * Hi there
 * A 500 error is usually a server issue – I’d try quickly switching to one of the
   default WordPress themes, say twentyseventeen – and see if the problem still 
   exists.
 * If it still does – I’d just get in touch with your hosting provider. There are
   other possible fixes suggested here: [http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/](http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/)
 * Best
 * Simon
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WooCommerce Product Image Gallery Options] Just in time!](https://wordpress.org/support/topic/just-in-time-3/)
 *  Plugin Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/just-in-time-3/#post-9057378)
 * Delighted it helped you out 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Product Image Gallery Options] Global options](https://wordpress.org/support/topic/global-options/)
 *  Plugin Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/global-options/#post-9057374)
 * Glad to help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Product Image Gallery Options] Global options](https://wordpress.org/support/topic/global-options/)
 *  Plugin Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/global-options/#post-9054923)
 * Hey Marcus,
 * Not at present. It’s already possible for you to do it globally via code
    see
   here [https://createandcode.com/how-to-disable-zoom-lightbox-and-gallery-slider-on-woocommerce-product-pages/](https://createandcode.com/how-to-disable-zoom-lightbox-and-gallery-slider-on-woocommerce-product-pages/)
 *     ```
       remove_theme_support( 'wc-product-gallery-zoom' );
       remove_theme_support( 'wc-product-gallery-lightbox' );
       remove_theme_support( 'wc-product-gallery-slider' );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Background color](https://wordpress.org/support/topic/background-color-120/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/background-color-120/#post-9048878)
 * Hi Brandy,
 * You’d need some custom css to achieve something like this. Try adding the following
   to Appearance > Customizer > Additional CSS
 *     ```
       /* Top Bar */
   
       body.home .startright-header-topbar {
       	background: red;
       }
   
       body.blog .startright-header-topbar {
       	background: green;
       }
   
       /* Main Header */
   
       body.home .startright-header-main {
       	background: blue;
       }
   
       body.blog .startright-header-main {
       	background: pink;
       }
   
       /* Navigation Bar */
   
       body.home .startright-header-nav {
       	background: yellow;
       }
   
       body.blog .startright-header-nav {
       	background: orange;
       }
       ```
   
 * Replace the colors with your own #hex.
 * Best
 * Simon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product images no longer open in lightbox after upgrade to woocommerce 3](https://wordpress.org/support/topic/product-images-no-longer-open-in-lightbox-after-upgrade-to-woocommerce-3/)
 *  [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/product-images-no-longer-open-in-lightbox-after-upgrade-to-woocommerce-3/#post-9006514)
 * Great – glad to help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product images no longer open in lightbox after upgrade to woocommerce 3](https://wordpress.org/support/topic/product-images-no-longer-open-in-lightbox-after-upgrade-to-woocommerce-3/)
 *  [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/product-images-no-longer-open-in-lightbox-after-upgrade-to-woocommerce-3/#post-9006329)
 * Your theme will need to be updated to support the new WooCommerce 3.0 gallery
   features. Here’s a guide on how to do that
    [https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/](https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Still having an issue with product gallery in 3.0, 3.0.1](https://wordpress.org/support/topic/still-having-an-issue-with-product-gallery-in-3-0-3-0-1/)
 *  [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/still-having-an-issue-with-product-gallery-in-3-0-3-0-1/#post-9006306)
 * In order to help you, it’s best to let us know what theme you are using?
 * Also, check your system status [https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/](https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/)
 * If your parent theme is overriding templates like product-image.php then simply
   adding support for the new gallery won’t be enough. Your theme author should 
   test and add support for WooCommerce 3.0
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Home page not restoring properly after accidentally put in trash](https://wordpress.org/support/topic/home-page-not-restoring-properly-after-accidentally-put-in-trash/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/home-page-not-restoring-properly-after-accidentally-put-in-trash/#post-8860688)
 * Hi there,
 * Did you re-assign the deleted page to be your homepage in Settings ->Reading
 * i.e.
 * > [Screen Shot 2017-03-01 at 10.43.11](https://imgur.com/GGOeBs5)
 * Colm
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Crelly Slider Full-Width doesn’t work](https://wordpress.org/support/topic/crelly-slider-full-width-doesnt-work/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/crelly-slider-full-width-doesnt-work/#post-8842286)
 * Hi there,
 * It should be going full width – as per
    [http://themedemo.createandcode.com/startright/](http://themedemo.createandcode.com/startright/)
 * Can you send an email to [support@createandcode.com](https://wordpress.org/support/users/createandcode/replies/page/2/support@createandcode.com?output_format=md)
   with your WP site url and your WP admin user/pass and we’ll take a look for you.
 * Best,
 * Colm
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Image on page not correct width](https://wordpress.org/support/topic/image-on-page-not-correct-width/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-on-page-not-correct-width/#post-8837484)
 * Ah yes – it’s probably the Photon extension in Jetpack
    [https://jetpack.com/support/photon/](https://jetpack.com/support/photon/)
 * I’ve seen that cause issues like this in the past.
    Colm
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Image on page not correct width](https://wordpress.org/support/topic/image-on-page-not-correct-width/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-on-page-not-correct-width/#post-8832373)
 * Hi there,
 * Are you sure you’re just now seeing the default WordPress responsive images kicking
   in at smaller screen sizes?
 * e.g. on my browser I see this
 * > [Screen Shot 2017-02-21 at 22.06.49](https://imgur.com/hEF7Q1B)
 * so it looks like it’s loading the full size image for me.
    If I reduce my browser
   window size it will obviously load one of the smaller images – but that’s the
   default WordPress image experience – and not something that’s specific to the
   theme.
 * Colm
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[StartRight] Image on page not correct width](https://wordpress.org/support/topic/image-on-page-not-correct-width/)
 *  Theme Author [createandcode](https://wordpress.org/support/users/createandcode/)
 * (@createandcode)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/image-on-page-not-correct-width/#post-8832351)
 * Hi there,
 * if you shoot us an email with your WP site url, WP admin user/pass to [support@createandcode.com](https://wordpress.org/support/users/createandcode/replies/page/2/support@createandcode.com?output_format=md)
   we’ll take a look for you.
 * Colm

Viewing 15 replies - 16 through 30 (of 32 total)

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