bryan868
Forum Replies Created
-
Hi James,
Thanks for the reply. Yes, I have seen the 7 day reporting period. My request is to be able to display that visitor graph on the WordPress dashboard. Currently the WP dashboard is locked to 28 days only and does not show a graph.
Actually, what would be even better is to emulate the Jetpack Stats dashboard widget. It shows a graph of the last 15 days of visitors, and then top posts and top searches. There’s also a settings dropdown that let’s you change the date range. Here’s a screenshot: https://cpb-us-e2.wpmucdn.com/sites.uci.edu/dist/c/1/files/2021/04/Screen-Shot-2021-04-29-at-8.51.32-AM.png
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] “Load More” option?I wish I knew enough to work on this. Unfortunately I’m not familiar with the rest api and don’t even know where to start.
Forum: Plugins
In reply to: [Health Check & Troubleshooting] Site health info shows wrong directory sizesI just noticed the same thing. Cleared out several gigs of thumbnails from my uploads directory and it still stays the directory is the same size.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] “Load More” option?Yes, here’s an example where I am using YARPP to generate the “Watch More” sidebar: https://dev-cmactv.pantheonsite.io/show/tower-district-specific-plan-committee-meeting-1-26-2022/. It would be nice to be able to have a “load more” button to generate more related posts.
I am doing that on this site using a custom query and the Ajax load more plugin: https://cmac.tv/show/tower-district-specific-plan-committee-meeting-1-26-2022/
I see. How can I send in a feature request for this? I have 6,000 videos on my site and host them off-site via AWS. It’s not practical to upload them via WP.
Is there any way to trick WP into thinking it’s an embedded or uploaded video?
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Change link tag in feedI see what happened. I was in “Simple Mode” instead of “Advanced Mode.” Now I see all the options.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Change link tag in feedOops, here’s a screenshot https://m.imgur.com/TkoZx66?r
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Change link tag in feedThis is all I see – https://m.imgur.com/TkoZx66?r
Running the latest version.
- This reply was modified 5 years, 7 months ago by bryan868.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Change link tag in feedShawn, I’ve searched every tab and field under taxonomy podcasting and there’s no such field for a Feed Landing Page URL. Unless I’m blind? Where exactly is it supposed to be?
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Feature request: custom post typesOpen page-links-to.php and find “add_meta_box”
Underneath that line add:
add_meta_box( 'page-links-to', 'Page Links To', array( &$this, 'meta_box' ), 'POST TYPE', 'advanced', 'low' );
Replace “POST TYPE” with the name of your custom post type. Save.
I’m having a similar problem, only it’s off and on. Sometimes it will execute properly, but other times, it prompts to open the file. If I hit the link a couple times, eventually it will execute.
I’m really stumped on this as there doesn’t seem to be any rhyme or reason to the problem. If it helps, my server is running SunOS.
Forum: Plugins
In reply to: [Plugin: Resize at Upload Plus] Can’t activateSorry, this was meant for “Resize ON Upload” plugin.
Forum: Fixing WordPress
In reply to: How to change the TinyMCE editor textarea size?For those who want to know, this is an option under “Settings.”
Forum: Fixing WordPress
In reply to: Default Screen OptionsAll you need to do is sign-in as the user and then change their screen options. The options are stored in the database, so it will work when they sign in themselves.
Forum: Fixing WordPress
In reply to: Same Screen Options for all usersAll you need to do is sign-in as the user and then change their screen options. The options are stored in the database, so it will work when they sign in themselves.
This obviously becomes a problem when you have many users. I’m surprised this isn’t a plugin yet.