rkingisl
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Modify Default Calendar Page TitleThank you for your quick response. Yes, I’ve used this in my function.php file and it successfully changed the title that is displayed on my browser tab, but not the title (H1) that appears at the top of the page. Any further suggestions would be very much apprciated.
Excellent, thank you again. I will follow up with them.
Thank you very much for your reply. I’ve tried the shortcode mapper, but it still requires that I add it to each page. I tried it with the widgets, and managed to make it work, but it’s not showing up at the top of the page as I had hoped. Would it be possible to add this to my theme files instead? Thanks again for the help.
- This reply was modified 9 months, 4 weeks ago by rkingisl. Reason: spelling
Hello,
Thank you for your quick and thorough reply. We’re using WPBakery Page Builder at islyon.org. I’m using a child theme, is there some way I can implement it using that? I tried adding it using widgets, but like you said, it’s a bit untactful.
Thank you again.
Disregard my earlier message, I believe I’ve found the problem. months ago I changed the Google account that Updraft syncs with, and transferred ownership of the previous Updraft backup folder to this new user. I discovered, though, that the files inside this folder were still owned by the old account. So when Updraft was trying to prune the old backup sets, it wasn’t able to, since it didn’t have permission to delete the files. This is only just happening now that the old backups are old enough for pruning.
I’m surprised that there is not a more-specific error message for something like this, though. Anyways, the last 2 backups have completed properly, so that’s good news.
Thanks again for the help!
- This reply was modified 10 months, 2 weeks ago by rkingisl.
I can’t find the error logs in my wp-content folder. I’ve enabled them via the wp-config file, but I don’t see a “debug.log” file. Is there something else I need to do? And is it safe to post them in their entirety, or do I need to sanitize them first?
Thanks again for the help.Thank you for the reply. I’ve added the line to my wp-config file, but I’m getting the same errors:
https://drive.google.com/file/d/17lRkWOOXwgF88yEJr2IYBXPr_fUrpbtd/view?usp=sharing
Any help would be very much appreciated.
Thank you for your quick reply. Here is a log without debug enabled:
https://drive.google.com/file/d/1LEFH5w9uF2tBlkShjW61URNsn_g9Rbsu/view?usp=sharing
I’ve tried adding the above to my child theme’s functions.php file, but it doesn’t work. Below are the contents of that file, which also includes another snippet to increase the number of posts that export. My events page’s title is still “Archives: Events”. Any help would be appreciated.
<?php add_filter( 'get_the_archive_title', function ( $title ) { if ( is_post_type_archive( 'tribe_events' ) ) { $title = sprintf( __( '%s' ), post_type_archive_title( '', false ) ); } return $title; }); add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'school-time-css', get_template_directory_uri() . '/style.css' ); } add_filter( 'tribe_ical_feed_posts_per_page', function() { return 100; } ); ?>
- This reply was modified 2 years, 2 months ago by rkingisl.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Securityheaders.com showing no CSPI found the following in the site’s .htaccess file. Could it be causing any problems?
<ifModule mod_headers.c> Header set Strict-Transport-Security "max-age=31536000" env=HTTPS Header set X-XSS-Protection "1; mode=block" Header set X-Content-Type-Options nosniff Header set X-Frame-Options SAMEORIGIN Header set Referrer-Policy: no-referrer-when-downgrade Header always set Permissions-Policy "geolocation=(self); midi=();notifications=();push=();sync-xhr=();accelerometer=(); gyroscope=(); magnetometer=(); payment=(); camera=(); microphone=();usb=(); xr=();speaker=(self);vibrate=();fullscreen=(self);" </ifModule>
- This reply was modified 2 years, 2 months ago by rkingisl.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Securityheaders.com showing no CSPHmmm, I don’t understand. I can see the CSP listed in the head of the source, or is it something else that’s missing? It also effectively blocks resources that don’t have their domains listed in the plugin settings, so it seems to be working for me.
I can set up a staging site at some point, but I’m very busy and don’t have much time to to work on the website at the moment. Is there anything else you would suggest, or should I contact you again once the staging site is active?
Thank you again,
RyanForum: Plugins
In reply to: [Cookies and Content Security Policy] Securityheaders.com showing no CSPHello,
I don’t have a staging environment, unfortunately. I can try disabling some plugins to see if it makes a difference. The thing is it seems to be functioning perfectly from my end. It’s just the securityheaders site that doesn’t seem to recognize that it’s there.
I’ve enabled debug in settings.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Securityheaders.com showing no CSPNo, unfortunately not. I tried your suggestions above, but am still getting the same response from the SecurityHeaders website. Any more suggestions would be appreciated.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Securityheaders.com showing no CSPHello again,
I’m not using a cache plugin. I just use Cloudflare’s standard caching, but I’ve cleared the cache and am still having the same problem. I already had “meta” selected, so I tried to deselect it but that didn’t fix it either. It’s bizarre, since it seems to be functioning correctly, it’s just that the site doesn’t detect it being there. Any other suggestions would be appreciated.
Thanks again,
RyanForum: Plugins
In reply to: [Cookies and Content Security Policy] Securityheaders.com showing no CSPYes, it’s the one I linked to in my first post:
https://securityheaders.com
But I’ve tried a few other sites and had the same results:
eg. https://www.serpworx.com/check-security-headers/