vectormapper
Forum Replies Created
-
Forum: Plugins
In reply to: Problem: some setting or plugin adds /1000/ at the end of the page URLPLUGINS ZOOPARK
=====
Here the list of installed plugins AAAAAAAAAAAAAAA
————————-
Bulk Post Update Date
Classic Editor
Code Snippets
Contact Form 7
Disable Comments
Display Posts
Duplicate Page
Easy Theme and Plugin Upgrades
Force Regenerate Thumbnails
FS Poster
Header Footer Code Manager
Open Graph and Twitter Card Tags
Payment Plugins for Stripe WooCommerce
PayPal Express Checkout Payment Gateway for WooCommerce ( Basic )
Plugin Groups
Query Monitor
Reviews and Rating – Google My Business
Sassy Social Share
Smart Custom 404 error page [404page]
Tags To Keywords
UpSolution Core
Visual Term Description Editor
VS Meta Description
Webcraftic Clearfy package
Webcraftic Clearfy – WordPress optimization plugin
Select WebP Express
WooCommerce
WooCommerce Direct Checkout
WP Mail Gateway
WP Mail SMTP
WP Meta SEO
WP Meta SEO Addon
WPBakery Page Builder
WPForms Lite
XML Sitemap Generator for GoogleForum: Plugins
In reply to: [AMP] Self-reference AMP page as canonical = PROBLEMGreat thanks, Senor Milind More)))
Forum: Plugins
In reply to: [AMP] Self-reference AMP page as canonical = PROBLEMIn other, similat topic – i see this resolve (for another plugin, AMP-for-WP):
add_filter(‘ampforwp_the_content_last_filter’,’jc_fix_ampforwp_canonical’,50);
function jc_fix_ampforwp_canonical($content){
$content = preg_replace(“/<link rel=\”canonical\” href=\”([^>]*)\/amp\/\” \/>/”, “<link rel=\”canonical\” href=\”$1/\” />”, $content);
return $content;
}- This reply was modified 1 year, 2 months ago by vectormapper.
Forum: Plugins
In reply to: [AMP] Self-reference AMP page as canonical = PROBLEMUUID ampwp-61464a46-0b0f-5eff-ae91-70f8133c36d4
Forum: Plugins
In reply to: [AMP] Self-reference AMP page as canonical = PROBLEMIn this plugin file [class-amp-post-meta-box.php] i found this code in line 192:
wp_add_inline_script( self::ASSETS_HANDLE, sprintf( 'ampPostMetaBox.boot( %s );', wp_json_encode( [ 'previewLink' => esc_url_raw( amp_add_paired_endpoint( get_preview_post_link( $post ) ) ), 'canonical' => amp_is_canonical(), 'enabled' => empty( $support_errors ), 'canSupport' => 0 === count( array_diff( $support_errors, [ 'post-status-disabled' ] ) ), 'statusInputName' => self::STATUS_INPUT_NAME, 'l10n' => [ 'ampPreviewBtnLabel' => __( 'Preview changes in AMP (opens in new window)', 'amp' ),
So, this code fragment show, that AMP as CANONICAL is FORCED.
What need to change in code?
Forum: Plugins
In reply to: [Auto Post WP to Photo Social Network] App does not workHi, Laurent! Thanks!
It WORK!!!!!!!!!Forum: Plugins
In reply to: [Advanced Woo Search] Indexing problemНо самое, конечно, смешное, если в форму вбить Russia – получается вот что)))
https://vectormap.info/?s=Russia&post_type=productForum: Plugins
In reply to: [Advanced Woo Search] Indexing problem—
То есть, если кратко: отображаются НЕ ВСЕ абсолютно релевантные релевантные результаты, а стопроцентно релевантные – не отображаются.
—
Например, по запросу MOSCOW на странице https://vectormap.info/vector-map-navigation-browse-map-catalog-by-country/ мы получаем в выпадающем списке 3 результата, а по тому же запросу https://vectormap.info/?s=Moscow&post_type=product с главной страницы – 11 результатов, но при этом там же откуда-то в конце берется Одесса.
Очевидно, что ни в тайтлах, ни в дескрипшенах, ни в тегах – Москва и Одесса совершенно не пересекаются, слово МОСКВА не может содержаться в тайтле страницы с картой Одесса, в дескрипшене или в тэгах.Как я понимаю, плагин создает свою индексную таблицу, но при этом происходят какие-то непонятные ошибки и путаница. Теоретически можно было бы руками эту таблицу править, но продуктов – сейчас около тысячи, а в полной версии должно быть около 20-30 тысяч.
В общем, нужна Ваша помощь)))