I was wondering if there was a way to edit what types of pages are suggested in the link suggestions portion of the post builder. There are some suggestions I never link to that are cluttering up the results, forcing me to manually find page links.
]]>We contacted Google Merchant Center Support, and they informed us that our account is linked to a 3P Storebuilder for product management. As such, they advised us to reach out directly to the platform responsible for the integration, which we believe is your plugin.
To provide further context, we have attached a screenshot illustrating the discrepancy. Could you please investigate this matter and guide us on the steps we need to take to resolve the issue?
We would appreciate your prompt response, as this is crucial for our product visibility on Google. Please let us know if you need any additional information to facilitate the resolution.
Screenshot url : https://paste.pics/531269f1e8d9a9d27a892c3638e86621
]]><meta name=”description” content=”> or echo esc_attr(get_bloginfo(‘description’));
to sitemap.xsl
ERROR : Missing description META tag
What is the problem?
There is no description in the page title section. Search engines can use the description contained in the tag on the search results page. A quality description that is relevant to the content of the page and matches the searcher’s intent can help you increase traffic, as the description increases the search engine traffic to your page.
Don’t want to make your own template to fix this Bing crawl error
]]>try convert: jpg, png only
I attempted to convert all the images in my blog and shop, which is about 500 images. I started the process, and it stopped at 20% without any error. When I tried to run it again, I received the following error: PHP Fatal error: Palette image not supported by webp in X:\xampp\htdocs\wp-includes\class-wp-image-editor.php on line 592. I attempted to fix it myself by adding the following rules to handle the imagecreatetruecolor
function in public function get_allimages()
and enhancing the create_webp
function:
private function create_webp( $filename, $mime_type, $filename_webp ) {
if ( ! file_exists( $filename ) ) {
return false;
}
if ( file_exists( $filename_webp ) ) {
return false;
}
$pluswebp_settings = get_option( 'pluswebp' );
@set_time_limit( 60 );
wp_raise_memory_limit( 'pluswebp' );
$ret = false;
switch ( $mime_type ) {
case 'image/jpeg':
$src = imagecreatefromjpeg( $filename );
$img = imagecreatetruecolor( imagesx( $src ), imagesy( $src ) );
imagealphablending( $img, true );
break;
case 'image/png':
$src = imagecreatefrompng( $filename );
$img = imagecreatetruecolor( imagesx( $src ), imagesy( $src ) );
imagealphablending( $img, false );
imagesavealpha( $img, true );
break;
case 'image/gif':
// Check if GIF has a palette
$image_data = getimagesize( $filename );
if ( isset( $image_data['channels'] ) && $image_data['channels'] > 3 ) {
// Log the file that couldn't be converted due to palette
$this->log_unsupported_webp_file( $filename );
return false;
}
$src = imagecreatefromgif( $filename );
$img = imagecreatetruecolor( imagesx( $src ), imagesy( $src ) );
imagealphablending( $img, true );
break;
default:
// Log unsupported mime types
$this->log_unsupported_webp_file( $filename );
return false;
}
imagecopy( $img, $src, 0, 0, 0, 0, imagesx( $src ), imagesy( $src ) );
imagedestroy( $src );
$ret = imagewebp( $img, $filename_webp, $pluswebp_settings['quality'] );
imagedestroy( $img );
return $ret;
}
// Function to log unsupported WebP files using WooCommerce Logger
private function log_unsupported_webp_file( $filename ) {
if ( class_exists( 'WC_Logger' ) ) {
WC_Logger::instance()->debug( 'Unsupported WebP file: ' . $filename );
}
}
Additionally, I added various logs to understand the root cause of the conversion issue. The “Palette” error has disappeared, but the process reaches 100% and reports as completed. However, after refreshing the page, it shows “Found 284 media that can be generated.” This might be caused by various reasons. It also seems that the library does not delete the original files, although I have enabled the option.
Could you provide some advice? Perhaps you have a debug version to determine why it stops converting images even though it reports 100% progress. I’ve tried making various adjustments to find the root cause of the issue, but since I’m not the developer, it’s difficult for me to figure out how it works.
Thank you.
]]>on the frontend, as you can see in the lower right of the post, you have just the wp ugly link: https://ecran-total.fr/?p=280733
why would that happen?
i have the domain setup on the settings screen and even in the wp-config.
any ideas?
thanks!
]]>An error of type E_ERROR was caused in line 77 of the file /home/user/public_html/wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php. Error message: Uncaught Error: Non-static method WC_Legacy_REST_API_Plugin::hpos_is_enabled() cannot be called statically in /home/user/public_html/wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php:77 Stack trace: #0 /home/user/public_html/wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php(28): WC_Legacy_REST_API_Plugin::maybe_add_hpos_incompatibility_admin_notice() #1 /home/user/public_html/wp-includes/class-wp-hook.php(324): WC_Legacy_REST_API_Plugin::on_woocommerce_init('') #2 /home/user/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /home/user/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/user/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php(812): do_action('woocommerce_ini...') #5 /home/user/public_html/wp-includes/class-wp-hook.php(324): WooCommerce->init('') #6 /home/user/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /home/user/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/user/public_html/wp-settings.php(695): do_action('init') #9 /home/user/wp-config.php(83): require_once('/home/user/publi...') #10 /home/user/public_html/wp-load.php(55): require_once('/home/user/wp-co...') #11 /home/user/public_html/wp-admin/admin.php(34): require_once('/home/user/publi...') #12 /home/user/public_html/wp-admin/plugins.php(10): require_once('/home/user/publi...') #13 {main} thrown
]]>Just want to report that when you activate the plugin in a Network, and go to the global options page, it shows a blank page.
Also, when editing a single site in the multisite installation, with the plugin active, I get permission errors that I can’t change for example how many blog posts that shall show per page (Settings > Reading).
Never had any issues with the plugin before, so I guess this is something that has come in a somewhat recent update.
]]>After updating your plugin to version 1.5.3, it turned out that the Save button on the dashboard does not work for the Custom option. For other options the button works. If I change the option from Custom to Standard and save the change, then I can’t go back to the Custom option. The Save button is not responding and the change cannot be saved.
This issue forced me to reinstall version 1.5.2 and now the Save button works as it should.
Please check what is causing the problem and have it resolved as soon as possible.
Best regards!
Ivailo
]]>