TorontoDigits
Forum Replies Created
-
Hi @itapress , we’ve fixed string issues that you’ve reported. Feel free to check & for now we are marking the status as resolevd for this topic.
Feel free to respond in case you’re having any issues.
Best regards
@itapress I am closing this topic too as we are already covering translation related things under previous topic.
Have a good day!
@itapress I am closing this topic as we are already covering translation related things under previous topic.
Thanks again for your time!
@itapress I am closing this topic as we are already covering translation related matter under previous topic.
Thanks again for your time!
Hey @itapress ,
Thanks for reporting this & we’ve sent this to product team for its resolution. You’ll see an update soon.
Have a good day & really appreciate your contribution to WordPress Community.
Best regards
AbdullahAlso, we have updated CSP headers by using send_headers to accept unsafe-inline as its assuming stylesheet & script as unsafe.
function add_custom_csp() {
header("Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'");
}
add_action('send_headers', 'add_custom_csp');- This reply was modified 2 years, 6 months ago by TorontoDigits.
One last questions, is it safe to unlink Universal Analytics as we have already migrated all the events & conversions to GA4?
Thanks for your response, Adam. This is helpful.
Have a great day!
Forum: Plugins
In reply to: [WebinarPress – Webinar System for WordPress] AWS S3 Video Storage Support?Hi
Thank you so much for answering my questions.
Also would like to know if WebinarPress supports the following features:
1. Does Webinar send a feedback form to students/customers after webinar completion? If not, does your plugin provide hooks to customize it?
2. Suppose if we go with Zoom integration, can we set up recorded videos within Zoom Webinar? Also, would that video be resourced through AWS S3?
3. Also would like to know if your plugin provides support for scoring or points based on attended webinars.
Best Regards,
TorontoDigits TeamForum: Fixing WordPress
In reply to: (Total Theme) – Change Copyright FooterHi,
You can change the footer Copyright only from footer.php file. Please try to access editor from wp-admin If it’s allowing you to edit the footer.php (example.com/wp-admin/theme-editor.php). Please keep backup before editing.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: Search widget doesn’t search for tagsHi,
Please view this plugin (“https://ww.wp.xz.cn/plugins/search-everything/”). Hopefully it will solve you problem.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: Visual Editor is not working only at my house, off wifi it is goodHi,
Please press CTRL+SHIFT+R and then try or you can clear you browser history. May be latest scripts is not updated on your computer.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: display all posts / remove avatar and author name from author pageHi,
You can hide this by putting one line CSS code into style.css “/wp-content/themes/AbenteuerwaldThale/style.css” file.
First, please take backup of style.css file and then paste below code in the end of this file./*Code starting from here*/ .jul-content article.breadcrumbs { display: none;} /*Code ending here*/[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
OR
If you want to hide this through PHP code, please upload your code at pastebin.com and share us a link here so we can let you know which code you need to remove.
Thanks & Regards,
TD- This reply was modified 8 years, 11 months ago by bdbrown.
Forum: Fixing WordPress
In reply to: Customized content based on user registration?Hi,
Yes, It’s quite possible in WordPress. It would be a very easy task in WP.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: articles not show upHi,
Are you using a cache or varnish for your website? I think it’s happening due to cache or varnish. If you have, please clear the cache.
Thanks & Regards,
TD