Jyoti Bhandari
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Remove time from Event ListHi @rseone,
Thanks for sharing the website link.
Custom date_format is coming from the events calendar( By Modern Tribe) so we can’t coustomize anything in custom date format.Thanks
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Remove time from Event ListForum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Remove time from Event ListHi @rseone,
Please add the following code snippet at the bottom of your active theme’s functions.php file
function ect_remove_time_list_view( $settings ) {
$settings[ ‘time’ ] = false;
return $settings;
}
add_filter( ‘tribe_events_event_schedule_details_formatting’, ‘ect_remove_time_list_view’ );
PLease let us know if you are still facing any issue.
ThanksHi @thesia122,
We’ll test this and solve the issue as soon as possible.Your patience is highly appreciated.
Thank YouForum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Easy Calendar to ConfigureHi @dadams76,
Thanks for your suggestion. The current version of our plugin does not support this feature. It might be possible soon.
Thanks
We have tested the plugin with autooptimizer and it was working fine. Can you please let us know the theme you are using. Also, please deactivate all your plugins except ‘Cryptocurrency Widgets – Price Ticker & Coins List’ and activate them one-by-one. In this way, you’ll figure out if there is any other plugin which causing the issue.
With Regards.
Hi Juuth,
I have sent you email please check now.
Thanks
Forum: Plugins
In reply to: [Cryptocurrency Widgets - Price Ticker & Coins List] Z indexHi Jurko,
You need to target the main div of the ticker to change the z-index value. Below is the CSS sample targeting the main div and you can change it according to your needs..ccpw-container.ccpw-ticker-cont.ccpw-footer-ticker-fixedbar {
z-index: 1 !important;
}
ThanksI have tested both of the plugins and none of such issue has occurred at my end. I have also, noticed that your website has lots of javascript errors and that might be causing the issue. Kindly, test your website by changing the WordPress theme to WordPress default themes or test your plugin by deactivating them. I’m sure the issue will be fixed once you resolve these javascript issues.
Thanks
Hi @tenblogtw,
I have checked the link you have shared. In this link hyperlink to featured image working fine.
Please clear your browser cache. Let us know if you have still faced an issue.Thanks
Forum: Plugins
In reply to: [Event Single Page Builder For The Event Calendar] Doesn’t Show TicketsHi @performadigital,
The current version of our plugin does not support this feature. We will integrate this feature soon.
Thanks
Hi @titanscity,
Thanks for your valuable feedback.
I have checked in The Events Calendar plugin ( Pro + Free) single page but no custom fields are displaying.
Please let us know how you are displaying custom fields on a single page.
Are you using an additional plugin to display custom fields in a single page?Thanks
Hi @adelatusanova,
The current version of our plugin does not support this feature. we will integrate this feature in the upcoming update.
Thanks
Hi @vkean2011,
It’s my Pleasure!
Hope you would like our plugin and support. I would greatly appreciate if you kindly share your valuable feedback.Thanks in Advance!
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Day of Week option