tgiokdi
Forum Replies Created
-
To add: I’m able to do a query to get all the media attachments that have no post parent, but that’s through a custom loop that doesn’t interface with the Library page.
Forum: Plugins
In reply to: [Responsive Gallery Grid] RGG And Separate Masonry.js Sectionmasonry is a js solution for image layout, I’m assuming that RGG is uninitializing something that masonry is looking to trigger on so it never gets to fire off when there’s RGG content on the page.
Forum: Plugins
In reply to: [Responsive Gallery Grid] Doesn’t workwhat gallery shortcode are you using currently?
do you have RGG set to use native galleries or the RGG galleries? It’s the “type” drop down on the settings page.
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Setting Thumbnails For Past Posts?I do see there’s a link there, when I click it I’m unsure if it’s doing anything though. I have several hundred thousand posts on the site, not sure if it’s trying to do them all at once or not?
If I might suggest, it would be better to have that button off on it’s on page so it can give some feedback on what it’s doing.
I assume it’s selecting all posts that do not have featured images, then searching those posts to see if they have youtube content in the first 800 characters?
Forum: Fixing WordPress
In reply to: Gutenberg / Classic Editor breaking poststhe new block editor is much worse with all the content I tested it with, nearly all the content was being changed in some catastrophic way that really made me unhappy, either by adding in new and exciting div/spans/paragraph tags or just losing youtube embeds completely. I’m not interested in using the block editor as I’m not looking to design a page, just looking to add text to a field and have it displayed as stored in the database.
Forum: Fixing WordPress
In reply to: Gutenberg / Classic Editor breaking postsI’m honestly at a lost of how the data was loaded at all then, I assumed it was from the standard editor, thanks though.
Forum: Fixing WordPress
In reply to: Gutenberg / Classic Editor breaking postsI would agree, but the content displays fine on the front end until I load it up with the new classical editor, edit nothing, then hit save. after that point it’s a broken image or video embed.
To me that suggests that something is not working as intended with how it’s loading the content.
Forum: Fixing WordPress
In reply to: Gutenberg / Classic Editor breaking postsHilariously the wordpress support forums are converting the broken tags into ones that look right. the “when classic editor” portion should be showing > and < for the image tags.
even the support forums aren’t working correctly now, lol
Forum: Plugins
In reply to: [Video Thumbnails] All thumbnails are gone.This is default WP behavior, for every image you upload it gets a thumb, medium, large, and original size.
@84em that worked perfectly, thanks!
@genepine That code appears to completely remove custom fields completely, which is the opposite of what I’m trying to do. ACF is already removing the default custom fields meta box, I’m trying to add that box back in.
https://codex.www.ads-software.com/Function_Reference/remove_post_type_support is what you’re showing, that’s not what I want to do.
- This reply was modified 6 years, 4 months ago by tgiokdi.
Forum: Fixing WordPress
In reply to: Redirecting images on a subsite@a2hostingrj that’s exactly what my rules look like, the problem is that nothing in the blogs.dir directory is responding to anything in the htaccess file.
Fairly certain, deactivating it caused the shortcode to work again.
I suspect it’s blocking/breaking a new or updated function in wordpress’s latest version. It’s odd to me that it’s only effecting sub sites though.
@angelo_nwl no, I’m still only looking to display ONLY one time events. No recurring events should be in the list that I’m looking for.
Forum: Plugins
In reply to: [WP-DBManager] 0kb back up files, starting with last WP updatenothing in the php logs, but taking the first FAQ question did the trick, it returned this error:
mysqldump: unknown variable 'table_open_cache=600'
Commenting out the table_open_cache=600 portion of my mysql config allowed the backups to continue.
I was under the impression that the table_open_cache was still a valid variable for mysql configurations.
Thanks for your help, I appreciate it.