Bruno Rodrigues
Forum Replies Created
-
How can I turn off “Check post visibility”?
Digging around your code, I noticed that there is a block (if) @ Filter.php:61.
But I could not find an option to disable it.
P.S. When I comment the conditional mentioned above my load time drops significantly.Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Filter by more than 1 TaxonomyI am interested in help with this feature.
Do you have any previous work on this feature (multiple taxonomies)?
If not, I can start working on it now and provide a PR so we can discuss it and pull in into the main repo.Thanks for your awesome work on this plugin. Started to use it today and I’m already in love with it!
Forum: Plugins
In reply to: [Clean Inactive Images] Error when installingGlad to hear it from you! ??
Have an awesome day!Forum: Plugins
In reply to: [Clean Inactive Images] Error when installingHi Steven,
Sorry for the delay.
The plugin is now updated, I’d be glad if you try it out! ??
Forum: Plugins
In reply to: [Clean Inactive Images] PLUGIN DON'T WORKMarking as resolved.
Forum: Plugins
In reply to: [Clean Inactive Images] PLUGIN DON'T WORKHi Steven,
This issue is fixed and now you can uninstall the plugin without errors.Thanks for your feedback.
Forum: Plugins
In reply to: [DNUI] IT DELETED MY USING IMAGEHi @ethany,
Just a small advice. ALWAYS, backup your data before using plugins such as this one…
Forum: Plugins
In reply to: [PostgreSQL for WordPress (PG4WP)] Not working with 3.9I am using wp v.3.9.2 with pg4wp v.1.3.1.
Still got the following output:
Warning: mysqli_real_connect(): (HY000/1045): Access denied for user 'bema'@'localhost' (using password: YES) in /var/www/public/wp-content/pg4wp/core.php(32) : eval()'d code on line 1342 Notice: Trying to get property of non-object in /var/www/public/wp-content/pg4wp/driver_pgsql.php on line 274 Notice: Trying to get property of non-object in /var/www/public/wp-content/pg4wp/driver_pgsql.php on line 288 Warning: pg_query(): Query failed: ERROR: missing FROM-clause entry for table "session" LINE 1: SELECT @@SESSION.sql_mode ^ in /var/www/public/wp-content/pg4wp/driver_pgsql.php on line 136
Any help is apprecieted!
Forum: Plugins
In reply to: [Regenerate Thumbnails] Compatible with WordPress v. 4.0 ?Hi, as @jasonwayne reported, it can generate the thumbnails but it won’t update wp_postmeta with the new sizes.
I have executed it and the meta_value still contains “sizes”;a:0:{}.I think this is the REAL problem.