softwebteam
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Bug : Previous (Past) Event Buttion is not showingI am really afraid to add your plugin in my new themes because latest updates are creating lot of issues and your support is very slow. Some of my theme buyers are asking for any alternative option of event calendar plugin. I am waiting for answer of “How to show past event” like we could see in older version by click in on “Previous” button on bottom left.
If you are doing major changes in the plugin scripts then please check everything is working perfect before making it live or you should immediately fix the issue when you get bug report from users.
If your support is like this (too slow) then I will discontinue this plugin support in my all themes ( approx 3000+ buyers are using this plugin with my themes ).
Forum: Plugins
In reply to: [The Events Calendar] Bug : Previous (Past) Event Buttion is not showingThank you Sir for your quick response.
“Previous Events” button was showing past events on Event List Main Page.
If we have many events then we can go to next page and able to see “Previous Events” on left side but on list main page it should display “Previous Events” button on left side (to view past events). If we switch to older version it is working perfect. We already did this testing with default Twenty Nineteen theme and it has the same issue. Older version working perfect, current version is not displaying “Past” Events.
Can you guide us how to view “Past” events from Event List page.
Thank you.
Forum: Plugins
In reply to: [Meta Box] “Slider” option is not workingThank you Sir for your quick action to fix the issue. Slider is working perfect with latest version 4.18.0.
Great Plugin. Great Author. Great Support.
Kind Regards,
SoftWebTeam.Forum: Plugins
In reply to: [Meta Box] “Slider” option is not workingThank you sir for your fast support.
I am waiting for new version because plugin is included with my themes so all theme buyers can fix issue with plugin update.
Forum: Plugins
In reply to: [The Events Calendar] Showing past events firstDear Friends,
I am using this solution in my WordPress themes and it is working perfect.
$event_type == 'list'; $args = array( 'eventDisplay' => $event_type, 'start_date' => ( $event_type == 'list' ) ? 'now' : '', 'end_date' => ( $event_type == 'past' ) ? 'now' : '', 'order' => ( $event_type == 'list' ) ? 'ASC' : 'DESC', 'posts_per_page' => $display_events, ); if ( ! empty( $category ) ) { $args['tax_query'] = array( array( 'taxonomy' => TribeEvents::TAXONOMY, 'terms' => $category, 'field' => 'ID', 'include_children' => false ) ); } $posts = tribe_get_events( $args );Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Showing past events firstHello Friends,
Below solution is working for us.
For events starting from now (upcoming):
'eventDisplay' => 'list', 'start_date' => date( 'Y-m-d H:i:s', strtotime( 'now' ) ),For events starting from today Start of Day (upcoming):
'eventDisplay' => 'list', 'start_date' => date( 'Y-m-d H:i:s', strtotime( 'today' ) ),For Past Events
'eventDisplay' => 'list', 'start_date' => '',Thank you.
- This reply was modified 7 years, 1 month ago by softwebteam.
- This reply was modified 7 years, 1 month ago by softwebteam.
Forum: Plugins
In reply to: [Meta Box] Google Map API issueThank you Sir for your fast response. I will refer documentation and use filter for Google Maps API.
OpenStreetMap new feature is awesome 🙂
Best Regards,
Mahesh- This reply was modified 7 years, 10 months ago by softwebteam.
Forum: Plugins
In reply to: [Meta Box] “taxonomy” field is not giving value with latest versionThank you sir for your fast support and answer with detail information 🙂
I have two questions.
1) If we change type
taxonomytotaxonomy_advancedthen it removes checked categories and showing all categories uncheck. If we do this change then all buyers have to check again in their website after using updated script theme version. Is there any other way which can fix the issue without affecting users checked category settings?2) If we use
field_typeinstead oftypethen it is not showing checkbox list but showing select menu. I have uploaded screenshot with both coding and output in admin : https://imgur.com/a/jtUPNIs there anything missing in my code (in screenshot) to get checkbox list by using
field_type? Please advice me so I can correct my coding.Thank you for your suggestion to remove type parameter, I will remove it 🙂
Best Regards,
MaheshForum: Plugins
In reply to: [Meta Box] “taxonomy” field is not giving value with latest versionThank you sir for your quick response.
We are getting output in admin but we are not getting checked value output in front-end. I added screenshot with all details. If we check specific category to exclude then that category id is not coming when we use code ( rwmb_meta( ‘godgrace_exclude_pf_categories’, ‘type=taxonomy&taxonomy=portfolio-categories’ ); ) to get value.
Best Regards,
MaheshForum: Plugins
In reply to: [Meta Box] Colorpicker display issue fix for WordPress 4.9Yes, problem is fixed in latest version.
Many many thanks to plugin author for quick response.
Forum: Plugins
In reply to: [Meta Box] Colorpicker display issue fix for WordPress 4.9Thank you for fast support.
Forum: Plugins
In reply to: [Meta Box] Map not working anymoreHi,
Can you give us any approx date for next update with map bug fix ?
We included metabox plugin in our themes and buyers are waiting for this bug fix. We tried git hub version but it has date bug.
Date field bug : When we select date from dropdown and then publish post, it is converting date in to single digit “2” in meta field. Please check this bug with current updates.
Thank you 🙂
Forum: Plugins
In reply to: [The Events Calendar] The Google map doesn't appearYes, Geoff is right. We fixed this issue with Google API.
Forum: Plugins
In reply to: [The Events Calendar] The Google map doesn't appearWe are also facing same map display issue in event single page with default Twenty Sixteen theme. It looks there is a bug in plugin’s latest version with fresh wordpress installation.
Thank you George for updating plugin with lots of new features with “get_current_screen()” issue fix.
It works perfect now 🙂