siamkreative
Forum Replies Created
-
Hi there,
I will login in Transifex and check the pending request. I’ll approve the Chinese request ??
Cheers
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Feature RequestThanks for the suggestion. Maybe we could add the ability to search both by username and email? I think that would be the best approach.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] CategoriesYou can easily add a custom taxonomy if you need categories: https://getawesomesupport.com/documentation/awesome-support/custom-fields/
We try to provide a simple yet flexible plugin. Not everyone needs categories, but it’s still easy to add this feature.
Hi there,
That’s a very good point. What would you expect from a UI perspective? I’m actually thinking to make the table searchable, filterable and add pagination.
We created an issue on Github so feel free to comment: https://github.com/Awesome-Support/Awesome-Support/issues/302
Cheers
Forum: Plugins
In reply to: [Max Mega Menu] Using it with SASSHi Tom,
Thanks for your answer.
I actually see multiple SCSS files:
- megamenu.scss
- mixin.scss
- reset.scss
- toggle-blocks.scss
Styling it with the Theme Editor feels counter productive (compared to using CSS, especially when using a Gulp workflow with BrowserSync) and too restrictive in the case of a custom theme.
So you’re saying that there’s no built-in way for developers to style the mega menu using the built-in SASS files?
It’s been 3 weeks. Could someone please get back to me on this?
Thanks
Please mark this as resolved @netsolution ?? Thank you.
Which version of the plugin & WordPress are you using?
Also, please be aware that if you bought Filestack (formerly Filepicker) addon, you can get premium support on our site.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] WorkgroupsUnfortunately, this is currently not possible nor in the roadmap. But we do want to bring back the “Department” dropdown.
Can you explain more why would you need work groups?
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Page RefreshingGlad you got it working ?? Feel free to rate the plugin.
Forum: Plugins
In reply to: [Max Mega Menu] Using it with SASSThanks for answering me.
I have another question. Where can I get only the “functional CSS” (what is required for the mega menu to work)? From what I could see, there’s only one stylesheet (not both
required.css
andtheme.css
for instance).What is the easiest way for developers to create custom styles without having the overrides each classes?
Hi there,
Please use https://pastebin.com/ to show the content of your htaccess. There are only a few directives that prevents our plugin from working.
Cheers
Hi zoom123456,
What do you mean? How is this related to Awesome Support?
Forum: Plugins
In reply to: [WP Google Maps Shortcode] Not working on live serverHi Charlie,
If you’re site is using SSL, it’s possible that the maps are not displayed because of a Mixed Content Warning.
Code snippet responsible for this:
$url = add_query_arg( $args, 'https://maps.googleapis.com/maps/api/geocode/json' );
Cheers