Joseph G.
Forum Replies Created
-
Forum: Reviews
In reply to: [Subway - Private Site Option] Good but not completeYou can change the text through localisation. We’ll make sure to add the register link in the form in the next update. Thanks for your suggestion
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Changelog? And translation.Hi, Peechaya
Try clearing your browser cache and your server cache. We’ve introduced a new feature called deadline.
Thanks!
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Theme issueIf you open your chrome inspector or firefox firebug. You’ll see that there is a clearfix class in your article tag and in your sidebar tag. Please check.
That class is rendered by your theme or some content builders which I’m not sure of. Check your theme files.
Try switching to default WordPress theme to see if the issue exists.
Quick Fix:
Try the CSS below:
.cb-sidebar.clearfix, .cb-main.clearfix { clear: none; }Contact your theme provider as why do they add clearfix class in main container. Kindly tell them not to use class if they’re not clearing any floats as it is used by most plugins.
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Theme issueThere is a clearfix class in your article which is not added by the plugin that is causing your sidebars to drop below the content area. Try removing those 🙂
Cheers
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Tasks Assigned are undefinedAwesome!
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Disappearance of some notificationsShould be fixed on latest version. Let me know. Thanks!
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Tasks Assigned are undefinedTry clearing your cache. Perhaps it will ‘refresh’ the plugin’s javascript file in your browser.
When I click on a task, nothing happens. Я не могу сделать статус “Completed”
Can you share to me any error logs?
Thanks!
Forum: Reviews
In reply to: [TaskBreaker - Group Project Management] Trouble for localizationHowdy! We’re working on new version 1.5.0 which fixes the error with deadline field localisation and other things. Will be released shortly or tomorrow.
Thanks!
- This reply was modified 7 years, 9 months ago by Joseph G..
Forum: Plugins
In reply to: [TaskBreaker - Group Project Management] Tasks Assigned are undefinedHi, guys. Please do send a screenshot. I cannot replicate the issue. Thanks!
Forum: Reviews
In reply to: [Gutenberg] Difficulty adapting css and other problems.“The main problem is the incopatiblity with themes and css”
You should take a look at your theme insteadForum: Plugins
In reply to: [BuddyKit - Additional features for BuddyPress] Upload Photo Windows ServerYou mean IIS? As long as your server is properly configured then any plugin should work, including BuddyKit 🙂
Thanks!
Forum: Plugins
In reply to: [SO Page Builder Animate] does it work with PHP 5.4?It does 🙂
Forum: Plugins
In reply to: [Subway - Private Site Option] Ver. 2.1.1 errorThanks for the heads up! We will fix it in the next version 🙂
Forum: Plugins
In reply to: [Subway - Private Site Option] Make category publicWe’re building an option for this. In the meantime, just add:
add_filter('subway/classes/subway-page-redirect/index/before-page-redirect', 'my_func'); function my_func() { if ( is_archive() ) { return true; } }in your theme’s functions.php
Forum: Plugins
In reply to: [BuddyPress Docs] JS issuesA custom plugin I wrote for my clients and myself. Not ready for production though. I forgot it was activated. XD .