AppleStage
Forum Replies Created
-
Forum: Plugins
In reply to: [Zen Feed] Не работает лента RSSОпытным путем выяснил, что если активировал плагин accelerated-mobile-pages, то ошибка имеется. Если он выключен, то ошибки нет. Вероятно, происходит какой-то конфликт из-за популярного плагина AMP.
This does not negate the fact that everyone had a problem at the same time.
I have exactly the same problem. Proudly powered by WordPress 5.2.
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Default Publish TemplateYes, 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
In reply to: How to make all images clickable? (In posts)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 6 years, 7 months ago by AppleStage.
- This reply was modified 6 years, 7 months ago by AppleStage.
- This reply was modified 6 years, 7 months ago by AppleStage.
- This reply was modified 6 years, 7 months ago by AppleStage.
- This reply was modified 6 years, 7 months ago by AppleStage.
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.
Released 4.1.6. The problem with VK API is solved (according to developers). I have not tested it myself.
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 ), 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.ComI’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 6 years, 8 months ago by AppleStage.
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?
Kodintsev Thanks, it really works!
I figured out what the problem is: now you need to specify the version for queries (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?
I ran into the same problem. I’m using the latest version of the plug-in + PRO.
Forum: Plugins
In reply to: [Pageviews] Very LoadI have paid subscription and sync with Google Analytics. The latest version of the plugin.
Forum: Plugins
In reply to: [Pageviews] Very LoadLoad 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
In reply to: [Pageviews] Very LoadIf it was a conflict, the problem would always exist. It occurs once every 1-3 weeks.