TorontoDigits
Forum Replies Created
-
Also, 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 1 year, 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: [Wordpress Webinar Plugin - WebinarPress] 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://www.ads-software.com/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 7 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,
TDForum: Fixing WordPress
In reply to: Looking For a PluginHi,
You can get most recent post from reader blog by using WordPress REST API. For more information you can read here “https://developer.www.ads-software.com/rest-api/reference/posts/#list-posts”.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: Your PHP installation appears to be missing the MySQL extensionHi,
Please contact with your host provider. He can resolve this issue easily. May be PHP MySql api is deprecated.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected@stephencottontail, Thanks for the guidance. We will take care next time.
@swilliamsgewalker, Please upload your code at pastebin.com as @kmessinger said and share us a link here so we can solve your problem.
Regards,
TDForum: Fixing WordPress
In reply to: custom links : how to link a local file from network (intranet)Hi,
After uploading PDF file through WordPress Media library you can use URL in “Custom link” on menu page.
Thanks & Regards,
TDForum: Fixing WordPress
In reply to: Comments Bugged Out?Hi,
Your query is not cleared. Can you please let us know, are you removing it from pages or posts/custom post types?
Thanks & Regards,
TD