bengiordano
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] won't collapse or expandSame situation here. Mine was working for about a year, but when I updated to 3.5.2 its now just not working, hover shows a hand to click, but clicking doesnt open. Tried chrome, ie, ff.
will do!
genius. working now, thanks so much!
Forum: Plugins
In reply to: [WP-Table Reloaded] Moved site — table data missingPerfect, thank you Tobias!
Forum: Plugins
In reply to: [WP-Table Reloaded] Moved site — table data missingGot it sorted!
Followed the guide here: https://www.ads-software.com/support/topic/plugin-wp-table-reloaded-cant-saveupdate-long-tables?replies=8#post-2861768
Then did a new SQL Dump import over top of the current site (from the backup that I created when I moved the site) and cleared cache — Yay!
Once I adjusted those php settings I had to re-import the sql dump for the site to pick up the extra data.
Thanks for all your help Tobias!
Ben
Forum: Plugins
In reply to: [WP-Table Reloaded] Moved site — table data missingHey Tobias,
I think we’re safe — looked at the SQL file and here is the wp_table_reloaded_data_10 for the table that is giving me issues: https://grab.by/jgq4
Assuming ‘i’ is the row number, then it looks like all 2,100ish rows are there in the dump. It also looks like they were imported into the database — but that they just aren’t showing up on the site.
Any thoughts on this?
Thanks,
Ben
Forum: Plugins
In reply to: [WP-Table Reloaded] Moved site — table data missingHey Tobias,
Thanks for the quick response!
File and database dump from the old server and then uploaded the wp-content folder to the new server and imported the SQL dump file. Still have access to the SQL dump file, but don’t have access to the old site.
Is there an option to limit rows in a table to 1,000? Maybe that data is still there but not being shown somehow? All the other tables (27 of them) seem to be fine.
Thanks!
Ben
Forum: Hacks
In reply to: Creating an excerpt without imagesFixed! Had the PHP functions nested the wrong way…
This is the correct line:
<?php echo substr(strip_tags($blogPost->post_content), 0, 115); ?>
Hopefully this helps someone down the road!
Hey Z,
Perfect! Works like a charm now.
Thank you!
Ben