Title: AppleStage's Replies | WordPress.org

---

# AppleStage

  [  ](https://wordpress.org/support/users/applestage/)

 *   [Profile](https://wordpress.org/support/users/applestage/)
 *   [Topics Started](https://wordpress.org/support/users/applestage/topics/)
 *   [Replies Created](https://wordpress.org/support/users/applestage/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/applestage/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/applestage/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/applestage/engagements/)
 *   [Favorites](https://wordpress.org/support/users/applestage/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/applestage/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/applestage/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/applestage/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zen Feed] Не работает лента RSS](https://wordpress.org/support/topic/%d0%bd%d0%b5-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-%d0%bb%d0%b5%d0%bd%d1%82%d0%b0-rss/)
 *  Thread Starter [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/%d0%bd%d0%b5-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-%d0%bb%d0%b5%d0%bd%d1%82%d0%b0-rss/#post-13738312)
 * Опытным путем выяснил, что если активировал плагин accelerated-mobile-pages, 
   то ошибка имеется. Если он выключен, то ошибки нет. Вероятно, происходит какой-
   то конфликт из-за популярного плагина AMP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Site going down because of nxs-snap-pro-upgrade.php](https://wordpress.org/support/topic/site-going-down-because-of-nxs-snap-pro-upgrade-php/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/site-going-down-because-of-nxs-snap-pro-upgrade-php/#post-11562547)
 * This does not negate the fact that everyone had a problem at the same time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Site going down because of nxs-snap-pro-upgrade.php](https://wordpress.org/support/topic/site-going-down-because-of-nxs-snap-pro-upgrade-php/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/site-going-down-because-of-nxs-snap-pro-upgrade-php/#post-11562540)
 * I have exactly the same problem. Proudly powered by WordPress 5.2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blog2Social: Social Media Auto Post & Scheduler] Default Publish Template](https://wordpress.org/support/topic/default-publish-template/)
 *  Thread Starter [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/default-publish-template/#post-11237781)
 * Yes, it works, but I can’t set up a posting template for the social network VKontakte,
   as well as others, on my own.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to make all images clickable? (In posts)](https://wordpress.org/support/topic/how-to-make-all-images-clickable-in-posts/)
 *  Thread Starter [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/how-to-make-all-images-clickable-in-posts/#post-10137066)
 * When I first created my site, I automatically made sure that all images had no
   links (image_default_link_type = none). Now I’ve done Lightbox, so I need to 
   make all the images in all the posts clickable.
 * I need to translate all the images in all posts from the view:
 * `<img src="https://example.com/wp-content/uploads/2018/04/Apple-iPhone-6-0.jpg"
   alt="" width="1500" height="1000" />`
 * at
 * `<a href="https://example.com/wp-content/uploads/2018/04/Apple-iPhone-6-0.jpg"
   > <img src="https://example.com/wp-content/uploads/2018/04/Apple-iPhone-6-0.jpg"
   alt="" width="1500" height="1000" /> </a>`
 * How can I do that?
 * There is a function:
 *     ```
       add_filter ('the_content', 'del_image_link');
       function del_image_link ($ content) {
         $ content =
         preg_replace (array ('{a [^>] *> <img}', '{/> </a>}'), array ('<img', '/>'), $ content);
         return $ content;
       }
       ```
   
 * It works in reverse order, that is, it makes absolutely all images with links
   non-sticky. I need to achieve the opposite effect.
    -  This reply was modified 8 years, 4 months ago by [AppleStage](https://wordpress.org/support/users/applestage/).
    -  This reply was modified 8 years, 4 months ago by [AppleStage](https://wordpress.org/support/users/applestage/).
    -  This reply was modified 8 years, 4 months ago by [AppleStage](https://wordpress.org/support/users/applestage/).
    -  This reply was modified 8 years, 4 months ago by [AppleStage](https://wordpress.org/support/users/applestage/).
    -  This reply was modified 8 years, 4 months ago by [AppleStage](https://wordpress.org/support/users/applestage/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/page/2/#post-10033000)
 * > Please update to the latest version 4.1.6. This problem has been fixed there.
 * Version 4.1.6 did not solve the problem with the attached images. They are still
   not added automatically.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/page/2/#post-10032897)
 * Released 4.1.6. The problem with VK API is solved (according to developers). 
   I have not tested it myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/#post-10032725)
 * >  At me the image was attached.
   >  I’m not a developer of this plugin.) I just
   > found a temporary solution to the problem, I’m waiting for the official update
   > of the plug-in.
 * I get this error message when trying to publish an image. Can you know what you
   need to change in the code?
 * >  -=IMG ERROR=- Could not get image ( [https://direct.gtln.us/img/nxs/df/dfImg7.jpg](https://direct.gtln.us/img/nxs/df/dfImg7.jpg)),
   > will post without it – nxs_Error Object ( [errors] => Array ( [http_request_failed]
   > => Array ( [0] => Peer’s Certificate has expired. ) ) ) 
   >  Your post has been
   > successfully sent to VK.Com
 * I’m really looking forward to the update, but I’m afraid that it will take a 
   few more days to wait.
    -  This reply was modified 8 years, 5 months ago by [AppleStage](https://wordpress.org/support/users/applestage/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/#post-10031587)
 * > We are waiting for the official update of the plug-in with the solution of 
   > the problem.
 * I noticed. That the pictures are not attached to the posts. Maybe you need to
   change something else?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/#post-10031411)
 * **Kodintsev** Thanks, it really works!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/#post-10031325)
 * > I figured out what the problem is: now you need to specify the version for 
   > queries ([https://vk.com/dev/version_update](https://vk.com/dev/version_update)),
   > temporarily fixed manually in the file “vk.api.php”, I wait for the update 
   > of the plug-in with the solution of the problem.
 * Hello! Can you please tell me how to do this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] VK.com stopped working, re-authorization doesn’t help anymore](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/)
 *  [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/vk-com-stopped-working-re-authorization-doesnt-help-anymore/#post-10030103)
 * I ran into the same problem. I’m using the latest version of the plug-in + PRO.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pageviews] Very Load](https://wordpress.org/support/topic/very-load/)
 *  Thread Starter [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/very-load/#post-9971370)
 * I have paid subscription and sync with Google Analytics. The latest version of
   the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pageviews] Very Load](https://wordpress.org/support/topic/very-load/)
 *  Thread Starter [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/very-load/#post-9970889)
 * Load Average rises in 50-100 times above the norm. If you throw your plugin in
   a different folder (so that it becomes inactive), then the load completely disappears.
   Most likely, the plugin loads data from Google Analytics and creates a huge load
   on the database.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pageviews] Very Load](https://wordpress.org/support/topic/very-load/)
 *  Thread Starter [AppleStage](https://wordpress.org/support/users/applestage/)
 * (@applestage)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/very-load/#post-9970690)
 * If it was a conflict, the problem would always exist. It occurs once every 1-
   3 weeks.

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/users/applestage/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/applestage/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/applestage/replies/page/2/?output_format=md)