JVonD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Classic Video not displaying on Posts PageI figured out the problem finally!
The “Category View” in the theme was set to “excerpt”.
I’m a douche bag! Thanks!Forum: Fixing WordPress
In reply to: Classic Video not displaying on Posts Page– Putting the link in the excerpt doesn’t display it.
– Youtube embeds don’t show up in the posts list view either.
– I changed my the theme to twenty twenty-one and it does the same.
– The MP4 is “enclosed” besides that I don’t know how else to meta it.
– Tried installing the “Classic Editor” didn’t work.Clicking on the post and going to the posts-page it displays properly it’s just when viewing multiple posts like a category view. They used to all display but I think I got a stupid auto core update or something that jacked it up. I tried to downgrade but it got all weird… Might try again.
Seems like their’s something in the new posts view code that disabled the webkit or .mejs-container crap.Thanks a bunch! ~J
Forum: Fixing WordPress
In reply to: Classic Video not displaying on Posts PageIt used to have the players display with the image/splash screen, and now there’s just a link to the file. So it’s a bummer cause the posters (first vid frame) are cool.
Forum: Fixing WordPress
In reply to: Classic Video not displaying on Posts PageThanks for the reply. It doesn’t seem like I would need it cause it works fine when viewing a single post. It’s just the posts-page that doesn’t display it, but it used to.
It would be nice not to have to use an additional plugin if the foundation is there.
Maybe just a line of code somewhere..?
Works fine here for example.
https://www.jvond.com/2021-05-22_jvondradio_electronicjamnight/Forum: Fixing WordPress
In reply to: Stop Auto UpdatesThank you for clarifying. I’m dumb like that..
Much appreciated!I put it below the keys and salts. Maybe that will work.
/**#@-*/ define( 'automatic_updater_disabled', true ); /** * WordPress Database Table prefix.
- This reply was modified 4 years ago by JVonD.
Forum: Fixing WordPress
In reply to: Stop Auto UpdatesWeird I actually tried the that
define( 'automatic_updater_disabled', true );
in the wp-config.php file and it didn’t work.
Maybe I need to put it inside the { } things.
I’m kinda dumb like that. Would be nice just to have it in the control panel..
Looked like this since the last update../** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; define( 'automatic_updater_disabled', true );
That’s I think what I was referring to with the .htaccess comment.
Thanks!
- This reply was modified 4 years ago by JVonD.
That worked! Stoked!
Thanks a bunch. I knew there would be a way, I’m just not that good at figuring it out. I tried inspecting different objects a bunch and tried different CSS for days.Thanks again from all of us armatures. =D
Thanks for the reply.
Here’s an example on my personal site.
Image of overlay edge.
Test Page with ExampleForum: Reviews
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Doesn’t do categories.I was looking for something that would just display the feed in the full page and have it only display a specific post category. Have a good one!
Forum: Fixing WordPress
In reply to: Fix permalink issue please!Slug issues maybe?
Thanks Joy, just not to sure if it’s a bug or meant to be there. Seems like it has something to do with the “sanitize_title” code after I looked online.- This reply was modified 5 years, 2 months ago by JVonD.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack migration error!Thanks! Resolved via changing “plugins” folder to “plugins.hold” then login and then deleting plugin. Haven’t tried to reinstall but I’m sure it’ll probably work then.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] WordPress Migration WARNING!Basically the entire dashboard results in a blank page which you then have to FTP in and change the “plugins” folder to “plugins.hold” and then login, change it back, and I found it by activating plugins one by one.
Hope it helps! ~JForum: Installing WordPress
In reply to: WordPress dashboard (posts, pages) errorGot it dudes! Seems it was an issue with eaccelerator. Disable the eaccelerator extensions or app and restart apache. WordPress should hopefully be fixed for you.
Forum: Fixing WordPress
In reply to: WordPress Theme Breaking on Migration to Live SiteI had to put my database .sql file into “notepad++” then replace the locations, zip it back up and upload it to the new server, then reset permalinks to get my themes to work.
Good luck! ~JForum: Fixing WordPress
In reply to: Double slash in error message.Think I know what i did. Files not copying right. Thanks!