Jyoti Bhandari
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Plugin crashing under PHP 8.4Hi @gldrush98,
Thank you for the update! No worries at all – I’m glad to hear the plugin works fine in the fresh environment. It sounds like it’s a conflict somewhere in your original setup, but it’s great that you were able to narrow it down. If you run into any more issues or need further assistance, feel free to reach out. Appreciate your patience, and no need to apologize – these things happen!
Thanks & RegardsForum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Plugin crashing under PHP 8.4Hi @gldrush98 ,
I have tested the plugin with PHP 8.4, but we did not encounter any issues on our end. We will reverify the plugin once hosting providers support PHP 8.4 . In the meantime, we recommend using PHP 8.3.
Thanks & Regards
Forum: Plugins
In reply to: [Events Widgets For Elementor And The Events Calendar] Event Date IncorrectForum: Plugins
In reply to: [Events Widgets For Elementor And The Events Calendar] Event Date IncorrectHi @cheryls, Sorry for the inconvenience and thanks for the detecting an issue. please follow the below shared code to fix this issue. Go to main folder of plugin:- events-widgets-pro\includes\functions.php Go to line number 414 and delete from 414 to 425 and paste the code given below in place of that code. $event = $post_id; $format???????? = get_option( 'time_format'); $start_time = tribe_get_start_date( $event,false, $format ); $end_time?? = tribe_get_end_date( $event,false,? $format? ); if ( $tm_format == '24h' ) { $format = 'H:i'; $start_time =? date($format, strtotime($start_time)); $end_time =? date($format, strtotime($end_time)); } elseif ( $tm_format == '12h' ) { $format = 'h:i a'; } else { $format = get_option( 'time_format' ); } $start_date = tribe_get_start_date( $event, false, $custom_date_format ); $end_date?? = tribe_get_end_date( $event, false, $custom_date_format ); Please refer to the image attached which shows the final code you should have in that lines click here. Hope this helps. Thanks & Regards
Thanks for using our plugin
Please use elementor default setting in elementor setting panel to disable SVG icon click here for more details.
Let me know if it’s not working.Thanks & Regards.
Hi @jdyach,
Please follow the path and make the changes in the code. We will also update this in the upcoming version.
Step1:- Go to mail folder of plugins cool-timeline-pro >> includes >> shortcodes >> content-timeline >> layouts >> loop-content-timeline.php replace line no 137 post_content to post_excerpt ,for more detail you can check https://prnt.sc/Gh4PX7QpDFDStep2:- Go to main folder of plugin cool-timeline-pro >> includes >> ctl-helpers.php in line no 175 code replace with $g_post_content for more detail you can check https://prnt.sc/Gh4PX7QpDFD
Thanks & Regards
- This reply was modified 1 year, 11 months ago by Jyoti Bhandari.
Forum: Plugins
In reply to: [Events Widgets For Elementor And The Events Calendar] error 500 with WPMLHi @agrajal,
Sorry for late reply and inconvenience caused.
We tried it on our end and it is working fine.
Could you please share the version number of WPML and Event widget plugin you are using?
Also, please share a screenshot that would help us to understand the issue scenario at your end.Thanks & Regards
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] bullet and line breakHi @webdesign1
I have checked the same case at my side. It is working fine.
1. Please check the shortcode and change the attribute story-content=”full” in the shortcode ,
check the screenshot 1 : https://prnt.sc/1iaD3yN1ugjK2. Apply the bullets in the paragraph.
screenshot 2: https://prnt.sc/JOH2B5CHOXDb3 here is the screenshot of timeline.
screenshot 3: https://prnt.sc/sEAHiReOuvBQThanks & Regards??
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] bullet and line breakHi @webdesign1,
Please use the story-content=”full” in the short code attribute.
and you can see the line break and bullets in the content.
For more details you can check given screenshot for line break and bullets click here.Let me know if you are still facing the issue.
Thanks & Regards
Forum: Plugins
In reply to: [AI Translation for TranslatePress] auto translate after post generateForum: Plugins
In reply to: [AI Translation for TranslatePress] auto translate after post generateHi @leninzapata
Sorry, but the current version of our plugin doesn’t support this feature.
Thanks & Regards
Hi @samo73,
Thanks for using our plugin. I have checked the same theme translations with Yandex translator at my end but no issue found.it seems to be conflict with active plugins. please check to deactivate all plugins one by one.
Thanks & Regards
Hi @earl_d,
Currently we are busy with another projects so we can’t add this feature now. i have passed the feature request to our developers.
Thanks & Regards
Hi @beezwings,
Sorry , our current version does not support the link above the images.
Thanks & Regards
Hi @mlieb51
Thanks for using our plugin.
Please use the custom CSS given below to get the simple display..ectbe-evt-more-box {
display: none !important;
}.ectbe-evt-title {
????pointer-events: none !important;
}Hope this helps.
Thanks & Regards