Title: candeed's Replies | WordPress.org

---

# candeed

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Remove "@" sign before event time](https://wordpress.org/support/topic/remove-sign-before-event-time/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-sign-before-event-time/#post-5032329)
 * Perhaps you could try open _time.php_ file that can be found by following this
   path:
 * `.../plugins/all-in-one-event-calendar/app/view/event/time.php`
 * Find two lines (separated lines):
    `Ai1ec_I18n::_x( ' @ ', 'Event time separator')`
 * And then change both “@” signs to something you like.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Display titles Broken on single event page](https://wordpress.org/support/topic/display-titles-broken-on-single-event-page/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/display-titles-broken-on-single-event-page/#post-4916340)
 * Hi,
    Perhaps try to add the following lines:
 *     ```
       <style type="text/css">
       .tribe-events-event-meta dt {width:100%;}
       </style>
       ```
   
 * In your WordPress admin page > Event > Setting > Templates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CubePoints] No longer being developed?](https://wordpress.org/support/topic/no-longer-being-developed/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-longer-being-developed/#post-4028278)
 * _[@jonathan](https://wordpress.org/support/users/jonathan/) Lau:_
    Thanks for
   this awesome plugin. You and Petester did a great job here.
 * By the way, in case _CubePoints_ needs support related to graphic work / UI design,
   we’d be happy to participate.
 * Keep up the good work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Performance issue](https://wordpress.org/support/topic/performance-issue-4/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/performance-issue-4/#post-4291868)
 * Maybe using caching plugin and [WpSmush.It](http://wordpress.org/plugins/wp-smushit/)
   plugin could help :
 * External references :
    [http://docs.woothemes.com/document/troubleshooting-a-slow-site/](http://docs.woothemes.com/document/troubleshooting-a-slow-site/)
   [http://docs.woothemes.com/document/configuring-caching-plugins/](http://docs.woothemes.com/document/configuring-caching-plugins/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] change product position on category page](https://wordpress.org/support/topic/change-product-position-on-category-page/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-product-position-on-category-page/#post-4278154)
 * Good to hear that you have solved the problem and shared the solution here.
    
   Congrats Dave!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove "Sale" on all products?](https://wordpress.org/support/topic/remove-sale-on-all-products/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-sale-on-all-products/#post-4277400)
 * Hi Terrydorn,
 * With firebug here I can hide that “blue onsale” by adding following css rule :
 * `.onsale {display:none;}`
 * Give it a try.
 * (BTW, though it works, hiding element with CSS is not the most elegant way to
   do that. I see you use ‘Sliding’ theme, so I guess you can get quick support 
   from the theme author or read their documentation).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] change product position on category page](https://wordpress.org/support/topic/change-product-position-on-category-page/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-product-position-on-category-page/#post-4278085)
 * Have you tried to go to your ‘Product Categories’ menu in your WordPress admin
   page and then _drag-and-drop_ to sort / re-order those categories.
 * ___
 * “
 * > To change the order of categories on the front-end you can drag and drop to
   > sort them.
 * ”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove "Sale" on all products?](https://wordpress.org/support/topic/remove-sale-on-all-products/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-sale-on-all-products/#post-4277367)
 * Quick fix to hide them all is by adding :
 * `.onsale {display:none;}`
 * in your `style.css` file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stop customer registration spam](https://wordpress.org/support/topic/stop-customer-registration-spam/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/stop-customer-registration-spam/#post-3732912)
 * Have you tried the following plugin :
 * [SI CAPTCHA Anti-Spam](http://wordpress.org/plugins/si-captcha-for-wordpress/).
 * That plugin works on our WooCommerce site.
 * Hope it helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [upload image/files from fronted](https://wordpress.org/support/topic/upload-imagefiles-from-fronted/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/upload-imagefiles-from-fronted/#post-3707469)
 * Not really sure on what you mean, but have you tried ‘[Front End Editor](http://wordpress.org/extend/plugins/front-end-editor/screenshots/)
   plugin ?
 * Or [Front End Upload](http://wordpress.org/extend/plugins/front-end-upload/screenshots/)
   maybe ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Changing the header background in Superstore](https://wordpress.org/support/topic/changing-the-header-background-in-superstore/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changing-the-header-background-in-superstore/#post-3703526)
 * **@Adivisio**
 * Using firebug, that header color can be changed by changing the value of _header
   and header-top_ selector’s background property..
 * Have you tried adding custom CSS like this :
 *     ```
       #header .header-top {
           background: none repeat scroll 0 0 #2AB6D6;}
       ```
   
 * ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Include Tags in Search?](https://wordpress.org/support/topic/include-tags-in-search/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/include-tags-in-search/#post-3513512)
 * I believe that’s a good start, Inspirata.. 🙂 try to find information in [Relevanssi support](http://wordpress.org/support/plugin/relevanssi)
   then.
 * As this time Relevanssi discussions is actively maintained by its author..
 * “40 of 77 support threads in the last two months have been resolved.”
 * Good luck, Inspirata. I hope you find something there..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Include Tags in Search?](https://wordpress.org/support/topic/include-tags-in-search/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/include-tags-in-search/#post-3513437)
 * Maybe [Relevanssi Plugin](http://wordpress.org/extend/plugins/relevanssi/) can
   help..
 * (Maybe..)
 * I have no experience with this search plugin, but in the description it said 
   that Relevanssi can index tags and custom post types.
 * And also many people use it..
 * If Relevanssi doesn’t work.. another alternative is [Facetious](http://wordpress.org/extend/plugins/facetious/screenshots/).
 * Good luck
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce allow free download without Checkout?](https://wordpress.org/support/topic/woocommerce-allow-free-download-without-checkout/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-allow-free-download-without-checkout/#post-3370189)
 * **My pleasure, [@vangillmedia](https://wordpress.org/support/users/vangillmedia/)..**
   🙂
 * (by the way, please consider to mark this thread as ‘resolved’)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Logical steps to learn while converting css/html5 to a wordpress theme.](https://wordpress.org/support/topic/logical-steps-to-learn-while-converting-csshtml5-to-a-wordpress-theme/)
 *  [candeed](https://wordpress.org/support/users/candeed/)
 * (@candeed)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/logical-steps-to-learn-while-converting-csshtml5-to-a-wordpress-theme/#post-3483580)
 * Maybe this is a good start for anyone who wish to be a WordPress theme developer:
 * [Codex : WordPress Theme Development](http://codex.wordpress.org/Theme_Development)
 * 🙂

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

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