candeed
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Remove "@" sign before event timePerhaps 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
In reply to: [The Events Calendar] Display titles Broken on single event pageHi,
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
In reply to: [CubePoints] No longer being developed?@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
In reply to: [WooCommerce] Performance issueMaybe using caching plugin and WpSmush.It plugin could help :
External references :
https://docs.woothemes.com/document/troubleshooting-a-slow-site/
https://docs.woothemes.com/document/configuring-caching-plugins/Forum: Plugins
In reply to: [WooCommerce] change product position on category pageGood to hear that you have solved the problem and shared the solution here.
Congrats Dave!Forum: Plugins
In reply to: [WooCommerce] Remove "Sale" on all products?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
In reply to: [WooCommerce] change product position on category pageHave 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
In reply to: [WooCommerce] Remove "Sale" on all products?Quick fix to hide them all is by adding :
.onsale {display:none;}
in your
style.css
file.Forum: Plugins
In reply to: [WooCommerce] Stop customer registration spamHave you tried the following plugin :
That plugin works on our WooCommerce site.
Hope it helps!
Forum: Plugins
In reply to: upload image/files from frontedNot really sure on what you mean, but have you tried ‘Front End Editor plugin ?
Or Front End Upload maybe ?
Forum: Plugins
In reply to: [WooCommerce] Changing the header background in Superstore@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
In reply to: Include Tags in Search?I believe that’s a good start, Inspirata.. ?? try to find information in Relevanssi support 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
In reply to: Include Tags in Search?Maybe Relevanssi Plugin 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.
Good luck
??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce allow free download without Checkout?My pleasure, @vangillmedia.. ??
(by the way, please consider to mark this thread as ‘resolved’)
Maybe this is a good start for anyone who wish to be a WordPress theme developer:
Codex : WordPress Theme Development
??