b747fp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] preload won’t cancel4 hours later it finally went away
Forum: Plugins
In reply to: [WooCommerce] wp_footer scripts not added to secondary checkout pagenevermind, it was because wp_head was missing in this custom template. Closing
nevermind, it seems to be obeying it now if i changed the priority of the filter.
marking as resolved
Forum: Requests and Feedback
In reply to: 4.9 problemsI’ll just install a real file manager plugin like https://ww.wp.xz.cn/plugins/wp-file-manager/ because it actually works.
The only thing better would have been to remove the new plugin/theme editor completely by default, and requiring a constant manually set in wp-config.php to enable it.
Oh yes, please do remove the editor becuase it is now worthless. It’s not related to my hosting, it is happening on any host i’ve tried to edit site files on since 4.9 was introduced.
Forum: Requests and Feedback
In reply to: 4.9 problemsIf this feature is a “debug” feature, why is it ignoring the WP_DEBUG=false setting in wp-config?
I am using PHP 5.6, this occurs on both Cpanel and non-Cpanel servers. I cannot edit any theme PHP files on any of my sites since 4.9 released. I use Installatron to keep my WP version and Plugins current, so naturally they all upgraded to 4.9 and now I can’t make changes to any of them without FTP.
My ability to edit my theme’s files (themes that work perfectly fine, btw) should not be determined by 3rd party plugins’ problems. It has essentially rendered the theme editor completely useless as a WP admin, which is a big step backwards.
This still occurs if i try changing to PHP 7 also, so i dont know that it’s a PHP version issue.
For now I will probably revert back to WP 4.8.x until some new release provides a fix or workaround or starts obeying WP_DEBUG=false
Forum: Requests and Feedback
In reply to: 4.9 problemsThis is happening with brand new installs, i have read the threads on the support forum i just am making a nastygram feedback that this new feature is extremely inconvenient to people like me who manage hundreds of wordpress sites. I’ve had to use Cpanel File Manager and FTP more this past month than I have all year, thanks to this “new feature”… I would like to see it removed or have an Option to turn it off.
I agree. I am getting complaints similar to “What is this error on my Events editor?”. Horrible idea, y’all
Forum: Plugins
In reply to: [Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Fatal Errorthis error occurs in PHP 7 but not in PHP 5.6 just an FYI to fix
same here. javascript error “Uncaught TypeError: Cannot read property ‘top’ of undefined basic.js:49”
nevermind the incomplete class error that was something i did with post meta… but the array merge error is there
also getting this error when i go to edit some post types’ posts…
Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /home/#####/public_html/tickets/wp-content/plugins/types/embedded/common/toolset-forms/classes/class.types.php on line 535
it happens on several different sites with the latest release of Types.
Warning: array_merge(): Argument #1 is not an array in /home/######/public_html/wp-content/plugins/types/embedded/common/toolset-forms/bootstrap.php on line 260
this error shows up on the archive/loop pages where this problem exists.
the category archive page shows “No Results” after 1.6.4 it works fine on 1.6.3
I am using a custom post type called Products with the standard Category taxonomy enabled on it
Forum: Plugins
In reply to: [WP Popular Posts] thumbnails not working?sorry i confused the pro version to another plugin i was just installing. my mistake. but yes the thumbnail was not working
thanks the thumbnail_width and thumbnail_height variables did the trick.
btw you should put those variables in a documentation tab not FAQs i would never have thought to go to FAQs
Forum: Plugins
In reply to: [WooCommerce] Add To Cart not working after upgradeit has something to do with permalinks. if i turn Default permalinks on it works. weird