Jairo Ochoa
Forum Replies Created
-
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="https://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
Forum: Plugins
In reply to: [Yoast SEO] Disable og and twitter meta-tags for some pageHi,
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 6 years, 5 months ago by Jairo Ochoa.
- This reply was modified 6 years, 5 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
Forum: Plugins
In reply to: [Yoast SEO] Update 5.8 crashes the siteIt’s been released Remove Yoast SEO Comments 3.0.4
After updating everything works fine for me.Regards
Forum: Plugins
In reply to: [Yoast SEO] Update 5.8 crashes the siteThe 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 17
Forum: Plugins
In reply to: [Yoast SEO] Update 5.8 crashes the siteHi,
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.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] How to download PDF?Hi Ewout,
I’m afraid only works Download.
But if I choose Inline it fails.Resource interpreted as Document but transferred with MIME type application/pdf: "https://www.my-site.com/wp-admin/admin-ajax.php?action=generate_wpo_wcpdf&document_type=invoice&order_ids=2413&_wpnonce=5b444d4c74f".
- This reply was modified 7 years, 8 months ago by Jairo Ochoa.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] How to download PDF?Hi,
The site was running WooCommerce PDF Invoices & Packing Slips 2.0.1
Since updated to 2.0.2 it works fine again.Thanks
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] How to download PDF?Hi,
I think I have the same issue.
Firefox Mac OS and Safar Mac OS runs fine but Chrome Mac OS fails.Resource interpreted as Document but transferred with MIME type application/pdf: "https://www.my-site.com/wp-admin/admin-ajax.php?action=generate_wpo_wcpdf&document_type=invoice&order_ids=2413&_wpnonce=3e5f352e4d".
Fails both options, Download or Open in browser.
Only works if the output is HTML
Thanks- This reply was modified 7 years, 8 months ago by Jairo Ochoa.
- This reply was modified 7 years, 8 months ago by Jairo Ochoa.
Forum: Plugins
In reply to: [WP Bannerize Pro] Update from 1.03 to 1.05 and the banners dissapearedHi,
Our server hosts a hundred sites all running PHP 7 but this site is at our customer server.
I hope they will update it soon.
Many thanks for your support!Cheers