I am using the Timed Content plugin and have encountered an issue with scheduled recurrences. I have set up a rule to display content in the first week of each month, but I notice that the start time in the scheduled dates shifts +1 hour forward each month.
Settings: https://prnt.sc/0Vdmiy9QUZUL
Issue:
When I use the “Show projected dates/times“ option, I see that each following month, the start time is +1 hour later than the previous month
Could you investigate this issue and/or provide a solution?
]]>For this, Please click on this link https://www.ads-software.com/support/theme/colormag/reviews and share your thoughts about our support and the theme.
Your feedback helps us improve our product/service and lets others know what to expect when they choose us. Looking forward to hearing your thoughts!
Regards!
]]>I guess I could add custom validation for the entire form, but I wanted to avoid this (is quite a long form).
Regards!
]]>Thank you for the topic and your kind words.
I want to mention that, unfortunately, we don’t have this feature available at the moment.
By the way, thank you for your suggestion. We appreciate it, as it’s mutually beneficial for both of us.
I will forward your request to our PM team for consideration in future updates, and we will ensure to inform you if any action is taken regarding this.
Thank you.
]]>filter id: ymc_filter_custom_layout_169_1
layout id: display_hello_world_layout_1
Here is the code I am using:
add_filter('ymc_filter_custom_layout_169_1_display_hello_world_layout_1', 'custom_sidebar_filter', 10, 6);
function custom_sidebar_filter($output, $filter_id, $layout_id, $terms, $post_type, $taxonomy) {
if (!empty($terms)) {
$output = '<ul class="ymc-sidebar-filter">';
foreach ($terms as $term) {
$term_count = $term->count; // Get post count for each category
$output .= '<li>';
$output .= '<a href="' . get_term_link($term->term_id, $taxonomy) . '">' . $term->name . ' (' . $term_count . ')</a>';
$output .= '</li>';
}
$output .= '</ul>';
}
return $output;
}
here is the page link: https://blue3.genetechz.com/enrich-kid-blog/
]]>Thank you for reaching out to us. Our plugin also provides breadcrumb structured data, and we recommend using our implementation for better compatibility and functionality. However, if you have specific requirements, please let us know the exact changes you need, and we will be happy to assist you accordingly.
]]>