Title: Tarissa's Replies | WordPress.org

---

# Tarissa

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [502 Proxy Error](https://wordpress.org/support/topic/502-proxy-error-4/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/502-proxy-error-4/#post-16351477)
 * Thanks so much! I did contact my hosting support, and they said there was nothing
   wrong. Turns out, I just had to give it some more time and it came around. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Need this plugin to send Admin emails about Woocommerce orders](https://wordpress.org/support/topic/need-this-plugin-to-send-admin-emails-about-woocommerce-orders/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/need-this-plugin-to-send-admin-emails-about-woocommerce-orders/#post-15886543)
 * [@darshanaw](https://wordpress.org/support/users/darshanaw/) Thanks for your 
   help. I sent a test email just now and it worked! However, I did not receive 
   a email the two times this week that someone ordered from my website. Just a 
   little confused by this.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need a little PHP help!](https://wordpress.org/support/topic/need-a-little-php-help-2/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/need-a-little-php-help-2/#post-14977178)
 * Ah. Never mind! I finally came to my senses and re-discovered that Cart and Checkout
   are actual PAGES that I can edit. I simply changed the template over to full 
   width. Done!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need a little PHP help!](https://wordpress.org/support/topic/need-a-little-php-help-2/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/need-a-little-php-help-2/#post-14977138)
 * Hey [@stuartduff](https://wordpress.org/support/users/stuartduff/)
    Could you
   help me once more? You gave you a code (above) that I love, which removes the
   sidebar only on Product pages. Is there any way to also remove the sidebar on
   any Cart and Checkout pages?
 * I tried modifying the code myself, but my attempts were fruitless. :X
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Variations showing unavailable options](https://wordpress.org/support/topic/product-variations-showing-unavailable-options/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/product-variations-showing-unavailable-options/#post-14868519)
 * [@seank123](https://wordpress.org/support/users/seank123/), THANKS SO MUCH! That’s
   exactly what I needed!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need a little PHP help!](https://wordpress.org/support/topic/need-a-little-php-help-2/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/need-a-little-php-help-2/#post-14868255)
 * [@stuartduff](https://wordpress.org/support/users/stuartduff/), THANK YOU! Your
   code worked perfectly! Very pleased with what that does on my website. Really
   appreciate this!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Background + font colors for categories filter](https://wordpress.org/support/topic/background-font-colors-for-categories-filter/)
 *  [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/background-font-colors-for-categories-filter/#post-14864662)
 * Are you wanting to change the categories that are Books, Instruments….Parts, 
   Sheet Music?
 * Try this CSS code:
 *     ```
       li.cat-item {color: #ff0000}
       li.cat-item a:link {color: #ff0000}
       li.cat-item a:visited {color: #ff0000}
       li.cat-item a:hover {color: #ff0000}
       li.cat-item a:active {color: #ff0000}
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need a little PHP help!](https://wordpress.org/support/topic/need-a-little-php-help-2/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/need-a-little-php-help-2/#post-14864531)
 * [@battouly](https://wordpress.org/support/users/battouly/), sure!
 * I want the sidebar removed on the Product Page:
    [https://paste.pics/09e7eafc2f7edad86a5cdebcf25c4855](https://paste.pics/09e7eafc2f7edad86a5cdebcf25c4855)
 * But keep the sidebar on the Category Page:
    [https://paste.pics/1cf84f0d4dc9fc121970e8963603c5ff](https://paste.pics/1cf84f0d4dc9fc121970e8963603c5ff)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need a little PHP help!](https://wordpress.org/support/topic/need-a-little-php-help-2/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/need-a-little-php-help-2/#post-14860914)
 * Thanks, [@nathvi](https://wordpress.org/support/users/nathvi/). I did implement
   the code you offered, but my problem now is that on my shop category pages, it’s
   using the full width, pushing the sidebar down below the products. Not quite 
   what I had in mind (I wanted the category pages to keep the sidebar). I’ll keep
   searching.
 * I appreciate your help though! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need a little PHP help!](https://wordpress.org/support/topic/need-a-little-php-help-2/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/need-a-little-php-help-2/#post-14860334)
 * ALSO, I actually did find a PHP code that removes the sidebar, on this website:
   
   [https://businessbloomer.com/?p=19572](https://businessbloomer.com/?p=19572)
 * While it did remove the sidebar only on Product Pages, the template is still 
   not full width. If someone could just help me write the code to make the template
   full width ONLY on product pages, that would be great.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Adding ALL categories to Home page of Storefront theme](https://wordpress.org/support/topic/adding-all-categories-to-home-page-of-storefront-theme/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/adding-all-categories-to-home-page-of-storefront-theme/#post-14849241)
 * Thank you both! I’ve now made it a step in the right direction in creating my
   home page. Your help is appreciated so much!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Attire] Demo Options?](https://wordpress.org/support/topic/demo-options/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/demo-options/#post-14786829)
 * How can I change the buttons on this page into something like “View Product”,
   instead of “Add to Cart”?
 * Also, how can I remove 1 of the lines that says “Art Prints, Graphic Design &
   Virtual Assistant Services”? There’s no need for a duplicate.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Attire] Demo Options?](https://wordpress.org/support/topic/demo-options/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/demo-options/#post-14728685)
 * Thanks, I was finally able to fix the JSON error I had on my website.
 * I’m back into the Attire Layouts demo layout. How do I change out the featured
   products to be ones that I specifically want to choose for my home page?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Attire] Demo Options?](https://wordpress.org/support/topic/demo-options/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/demo-options/#post-14704306)
 * Thanks! I’ve now tried creating a page by importing the Attire Layouts demo options.
   However, whenever I try to publish the page, I just get an error message that
   says “Publishing failed. The response is not a valid JSON response.”
 * What would be wrong? How can I fix this error?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Attire] Demo Options?](https://wordpress.org/support/topic/demo-options/)
 *  Thread Starter [Tarissa](https://wordpress.org/support/users/tarissa/)
 * (@tarissa)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/demo-options/#post-14695800)
 * I installed the Attire Blocks plugin, thanks to you. Not sure how to do your 
   Step 1 and 2 though. It looks like Step 1 takes place under “Posts”? I refreshed
   my dashboard after installing the plugin, and that “Attire Layouts” button doesn’t
   show up under posts, like your preview showed.
 * Here’s a screenshot of what I get: [https://prnt.sc/1f30exd](https://prnt.sc/1f30exd)
   
   Not sure what to do….?
 * I appreciate your help in getting me started!

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

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