ThreadPasser
Forum Replies Created
-
Forum: Plugins
In reply to: WooCommerce Shop Manager or Salesperson roleThis is also crucial for a business that I’m running… we are a sales team using wordpress/woocommerce and we really need to assign customer accounts to a specific salesman.
This salesman could then log in to the backend, and manage (ONLY) his own customers, create new orders, etc…
Reports could then also be run to split out sales per salesrepresentative.
Forum: Themes and Templates
In reply to: [BlackBird] Woocommerce footer messed upmarked as solved
Forum: Themes and Templates
In reply to: [BlackBird] Woocommerce footer messed upsolved it by copying page.php to woocommerce.php and then remove the post content loop with woocommerce_content() and now it integrates fine. Look it up on google and you’ll get there: wordpress theme compatible woocommerce content.
Forum: Plugins
In reply to: [qTranslate X] Help forum downOk nice we’re back up and running it seems. Could you look in to my question at https://qtranslate-x.com/support/index.php?topic=335.0
Thanks
Forum: Plugins
In reply to: [Transposh WordPress Translation] How can i put a flag bar in hearderAny updates on the flag bar feature?
You should see some icons at the bottom of the page. This should contain all strings that you are looking for.
Forum: Plugins
In reply to: [bpost shipping] Cost of bpost accountOk thanks this is useful info. I’ll send them a mail to get an account. ??
Forum: Plugins
In reply to: [Transposh WordPress Translation] adding transposh URLs to sitemapI’d link to know this as well. Thanks for your input!
Forum: Hacks
In reply to: Add plugin optionsThe problem I also have with studying plugin development, is the fact that there aren’t a lot of good tutorials that use proper coding technique. Or if I find some tuts, I feel that they are outdated or try to re-invent the wheel (don’t use built in functions for security). Also, when I study code of plugins, various techniques are used (singleton pattern, functions.php hacks, plugin “the wordpress way”, fragmented code, etc…).
I’m trying to make the best of it, for my own peace of mind, for easy maintenance later. That’s why I ask for useful pointers if you know any existing tools for this task.
But yeah don’t get me wrong please. I’m not afraid to do it myself, because trust me I will. I’m certainly not looking for blocks of code. Still I feel it’s useless to code something from the ground up if there is an elegant way to do it by using built-in wordpress functions.
Looks like there is no such thing for my requirements, so yes, I’ll look at jquery indeed. ?? Thanks for your answers so far.
Forum: Hacks
In reply to: Add plugin optionsYeah jquery seems to way to go. Too bad there’s no tool/framework to generate this code. Perhaps it’s a closely guarded secret amongst all the “pro” plugin writers. ??
Other suggestions still welcome.
Forum: Plugins
In reply to: [Cat + Tag Filter] Using plugin without 'category' in urlsHello Sir,
How do I edit the code to exclude the “category base” from the url?
Now I have
/category/selectedcat/tagname/selectedtag
I want the plugin to drop the “/category” prefix. How could I change the code to create this kind of functionality? Thanks!
Forum: Themes and Templates
In reply to: [Shell Lite] Nederlandse vertaling beschikbaarFound out the answer myself. For those who are also struggling:
– Place the .po file in the languages directory in your theme
– Install the plugin “CodeStyling Localization” & activate it
– Go to extra/localisation in the admin menu
– Scroll down to the “Shell lite” entry
– Locate your language, select “edit”
– After pageload, click the button “Generate the .mo file”Done.
Thanks for this nice theme!Forum: Themes and Templates
In reply to: [Shell Lite] Nederlandse vertaling beschikbaarWhere do I place the translated file? I put it in /languages but it doesn’t seem to change anything.