izzylaif
Forum Replies Created
-
Кросспост работает кстати.
Короче, с марта 2018 вконтакте требует прописывать версию всех запросов.
Плагин надо дработать! Добавить ко всему &v=5.68 или что-то в этом духеerror_code 8
error_msg “Invalid request: v (version) is required”- This reply was modified 6 years, 12 months ago by izzylaif.
Нет, я именно про функционал автоматического кросс-поста в группу при публикации нового поста. Картинка вставляется через раз почему-то.
на самом деле они то публикуются, то нет. видимо нужно задержку увеличить, чтобы вк успел картинку прогрузить.
Forum: Plugins
In reply to: [wBounce] Kills upper tool-bar for logged-in userHi!
Thank you for mentioning that. Turned out I forgot to close one of the div’s.
Now it works, thanks!! Sorry for bothering you.
Forum: Plugins
In reply to: [wBounce] Kills upper tool-bar for logged-in userJust noticed – when the plugin pops up, the toolbar is back while the plugin is onscreen! and gone again as soon as you close the popup
Forum: Plugins
In reply to: [wBounce] Kills upper tool-bar for logged-in userYes I’m 100% positive wBounce causes the issue. As soon as I deactivate it, front-page toolbar is back. When the plugin is activated, there is no buttons, but the placeholder is still there (i.e. the header starts some pixels lower then on non-logged user). But only on specific theme.
My theme is Parament. Could try using that theme? I wish I could help but I don’t know how to debug the issue.
Thanks.Forum: Themes and Templates
In reply to: [Customizr] Missing Author and Updated in Google Webmaster toolsd4z_c0nf, I hate to say but the code as it looks here will never fix any error for anybody, unless it is re-written using correct ” and removing other extra characters like (%1$s).
add_filter( 'the_author', 'my_the_author', 10, 1 ); function my_the_author($author){ if ( ! $author ) return null; return sprintf('<span class="vcard author"><span class="fn"></span></span>', $author); }
anyway, in this case all it does is just replaces the author nickname in the post title to the sprintf parameters as plain text)