ikiterder
Forum Replies Created
-
minify option off
Images are not presentMichael Torbert @hallsofmontezuma
Thank you
- This reply was modified 7 years, 1 month ago by ikiterder.
Forum: Plugins
In reply to: [WP-PostRatings] What about the AMP support?Hello.
Can it be possible to output simply the stars (without the possibility of voting) on AMP pages?
This is better than the inscription “Note: There is a rating embedded within this post, please visit this post to rate it”Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Visual editor stopped working correctHi @ahmedkaludi
The problem is 100% in the plugin, I’ve prepared a video https://youtu.be/pSvKjK0fIN4Ahmed Kaludi
Thanks for the answer.Here comes the problem https://lookatlink.com/MAKK
Taking the opportunity, I will add. And popular in Russia social network Vkontakte vk.com
Exactly the same problem. I tried to describe it, but the translator to English could not make it clear.
Forum: Plugins
In reply to: [Log Emails] Is your plug-in compatible with “WP Mail SMTP”?Max K
Thank you very muchForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Error “Undefined index” in log wordpressPlease answer the question. I really look forward to hearing.
Forum: Plugins
In reply to: [Log Emails] Is your plug-in compatible with “WP Mail SMTP”?Please answer the question. I really look forward to hearing.
Forum: Plugins
In reply to: [Email Log] Is your plug-in compatible with “WP Mail SMTP”??Sudar Muthu
Thank you very much for your answer.Forum: Plugins
In reply to: [WP-PostRatings] Проблема с работой плагинаВ смысле вы не можете оценить по новой? Так автор плагина писал неоднократно, что очистка никак не влияет на Cookie, которые сохраняются в браузере на стороне пользователя. Вам следует очистить Cookie в своём браузере, или зайти с другого, с которого вы ранее не заходили и не голосовали.
Вы также можете зайти в режиме “инкогнито” в своём браузере – в этом режиме браузер работает так, как если вы только что его установили.
И наконец вы можете вовсе отключить блокировку повторного голосования. Пройдите в “Настройки оценок” -> Способ отслеживания оценок: и выберите в выпадающем меню “не отслеживать”
Thank you, this code works.
add_filter('aioseop_canonical_url','change_canonical_url', 10, 1); function change_canonical_url( $url ){ global $post; if( $post->ID == 9999999){ return 'https://example.com/manage-subscriptions.html'; } return $url; }
But now in the “Search pages”, “404” and possibly other following error is written to a log file:
PHP Notice: Trying to get property of non-object in …/functions.php on line 25
25 line is: if( $post->ID == 9999999){
Can I fix it?
Thanks for the answer, but something does not work code:
add_filter('aioseop_canonical_url','change_canonical_url', 10, 1); function change_canonical_url( $url ){ global $post; if( $post->ID === 9999999){ return 'https://example.com/manage-subscriptions.html'; } return 'things'; }
This is displayed on all pages:
<link rel="canonical" href="https://things" />
Forum: Plugins
In reply to: [WP-PostRatings] Empty url for meta itemprop=”url”Bahus
Микроразметка это та ещё путаница. Однако же звёздочки отображаются в результатах поиска, даже на прошлой версии плагина, а там ошибок показывало куда больше.А дубли могут быть из-за того, что в самой теме уже имеется микроразметка и, по сути, что-то может дублироваться.
И Яндекс всегда будет показывать ошибки т.к. микроразметка заточена под Google и имеет там смысл в виде отображающийся звёзд рейтинга в результатах поиска.
В общем ошибки в микроразметке это не так страшно на самом деле.