Jairo Ochoa
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Theme and Plugin Upgrades] The link you followed has expired.I even reloaded the page, logout, login and still fails.
The plugin is also installed in other WPs of the same Cloud (our hosting) and it works fine.
Only fails with this site.
Besides upload_max_filesize is big enough to handle the zip file.
That’s why I asked if maybe there were some issue with last plugin version.Thanks
Hi
I noticed this issue because I’d imported some posts from a XML and the featured images were not uploaded to the website, but the ID remained in the database.
So I guess this issue would happened also if an image is deleted just from Media and the Post not also updated.
Regards
Forum: Plugins
In reply to: [Blogger Importer Extended] Images file name and titleHi,
I agree with you.
For SEO purproses is much better bizcocho manzana 2 than bizcochomanzana2Blogger choose is the worst bizcocho+manzana+2 or bizcocho%2Bmanzana%2B2
Thats why I suggest replacing + or %2B by ” ” (space)
Forum: Plugins
In reply to: [Blogger Importer Extended] Images file name and titleThere is a mistake on point 3, it should be like this
- 3. BIE: HTML entities are deleted bizcochomanzana2.JPG
Hi,
I have the same issue:
<a href="https://4.bp.blogspot.com/-glEsv8lPAnU/XAkvHJvgUiI/AAAAAAAAuhY/MCAwXEu5d6MTYhdXCkE-V6vJsShFTAe-wCLcBGAs/s1600/cigalas%2B1.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" data-original-height="600" data-original-width="800" height="480" src="http://www.mysite.com/wp-content/uploads/2018/12/cigalas1.jpg" width="640"></a>The link opens the same imagen but the bigger size.
It was imported yesterday using plugin last version.
Thanks
Hi,
I answer myself:
remove_action( 'wpseo_head', array( $GLOBALS['wpseo_og'], 'opengraph' ), 30 ); remove_action( 'wpseo_head', array( WPSEO_Twitter , 'get_instance' ) , 40 );add_filter( 'wpseo_locale', '__return_false' ); // for some reason does not remove, it sets to "en_US" add_filter( 'wpseo_opengraph_url' , '__return_false' ); add_filter( 'wpseo_opengraph_desc', '__return_false' ); add_filter( 'wpseo_opengraph_title', '__return_false' ); add_filter( 'wpseo_opengraph_type', '__return_false' ); add_filter( 'wpseo_opengraph_site_name', '__return_false' ); add_filter( 'wpseo_opengraph_image' , '__return_false' ); add_action( 'wpseo_add_opengraph_images', '__return_false' );add_filter( 'wpseo_twitter_title' , '__return_false' ); add_filter( 'wpseo_twitter_description' , '__return_false' ); add_filter( 'wpseo_twitter_image' , '__return_false' );Thanks
- This reply was modified 7 years, 9 months ago by Jairo Ochoa.
- This reply was modified 7 years, 9 months ago by Jairo Ochoa.
Forum: Plugins
In reply to: [Search Exclude] When creating a query with wpdb exclude IDs are missingHi,
Finally I’ve solved it:
$plugins = get_option('active_plugins'); $required_plugin = 'search-exclude/search-exclude.php'; $sql_exclude = ''; if ( in_array( $required_plugin , $plugins ) ) { $exclude = get_option('sep_exclude'); if ( !empty( $exclude ) ) { $sql_exclude = " AND p.ID NOT IN (".implode(",", $exclude).")"; } }Then this string is concatenated to the $sql string.
Maybe do you suggest a better solution ?
Regards
Forum: Plugins
In reply to: [Autoremove Attachments] attachments are not deletedYes, post are removed from trash.
There is a Custom Post Type vehicle and each one has a Feature Image and a Gallery created with Advanced Custom Fields.
Great tip! I’ve check if the attachments have parent and there are some of them without.
Probably the client uploads them from Media window instead from Post window.Many thanks.
Hi,
I’ve made some test this week and it seems that everything works fine.
Regards
Hi,
I’ve activated again WP Smush and I repeated the same steps that this morning got a bug.
Somehow now everything works fine and, if I open Media to set a featured image, the image grid loads faster than a ray.
It’s very strange, isn’t it ?I’ll do more tests on the websites where I had deactivated WP Smush.
If I get more troubles I will post debug content.Thanks
Thanks @umeshsingla, I’ve just already open the ticket.
Hi @umeshsingla ,
Since a few days some websites are down when opening Media because a timeout.
If I deactivate WP Smush everything works fine again.As you say, maybe our server firewall is blocking Smush servers.
What are they IP to add them to the white list ?Thanks
It’s been released Remove Yoast SEO Comments 3.0.4
After updating everything works fine for me.Regards
The reason is the plugin Remove Yoast SEO Comments 3.0.2
It occurs on all the sites which both plugins are activated. Meanwhile I had to deactivated Remove Yoast SEO Comments.
Fatal error: Uncaught Error: Call to undefined method RYSC::head_product_name() in /usr/home/mysite.com/web/wp-content/plugins/remove-yoast-seo-comments/remove-yoast-seo-comments.php(110) : eval()'d code:17 Stack trace: #0 /usr/home/mysite.com/web/wp-content/plugins/remove-yoast-seo-comments/remove-yoast-seo-comments.php(110): eval() #1 /usr/home/mysite.com/web/wp-includes/class-wp-hook.php(286): RYSC->rewrite('') #2 /usr/home/mysite.com/web/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /usr/home/mysite.com/web/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /usr/home/mysite.com/web/wp-includes/general-template.php(2614): do_action('wp_head') #5 /usr/home/mysite.com/web/wp-content/themes/mysitandrinks/header.php(17): wp_head() #6 /usr/home/mysite.com/web/wp-includes/template.php(688): require_once('/usr/home/mysit...') #7 /usr/home/mysite.com/web/wp-includes/template.php(647): load_template('/usr/home/ib in /usr/home/mysite.com/web/wp-content/plugins/remove-yoast-seo-comments/remove-yoast-seo-comments.php(110) : eval()'d code on line 17seo-comments/remove-yoast-seo-comments.php(110) : eval()'d code on line 17Hi,
Yoast SEO 5.8 works fine is Remove Yoast SEO Comments 3.0.2 is OFF.
Now Yoast SEO is ON again.
I’l wait for an update of Remove Yoast SEO Comments.Thanks @coldcutt for the suggestion.