artem.kolotilkin
Forum Replies Created
-
I’m not sure if I have the same issue or a different one. For me, when I go through the Sign In process, it just redirects me to the same page at the beginning of the process. So I’m not able to finish the setup.
I did try to do that in an incognito mode with an account that has access to that site in a Google Search Console.
Forum: Plugins
In reply to: [Cloudflare] /wp-admin/admin-ajax.php?action=cloudflare_proxy 404 (Not Found)I had the same issue, but with DELETE request. Appears my apache server was not configured to handle PUT PATCH DELETE requests. Here is a snippet that fixed the problem (goes into .htaccess):
<RequireAny> Require method DELETE GET POST PUT OPTIONS </RequireAny>
Here is a patch that helped me to solve this issue:
https://gist.github.com/artemkolotilkin/aeafb2f14767a965461fYou need to replace gapplayer.min.js with the file above.
Hi Benoit,
Thanks for looking at this. I’ve already done this fix. Please take a look at my code https://gist.github.com/3027640.
Hope it will be useful.
best regards,
ArtemThanks to David (Glark) we created a common fix for this issue that will work for NextGen Gallery, WP media manager and custom xml options.
Everybody who are interested in it can take the updated code here – https://gist.github.com/3027640.
Hopefully author of the plugin can include it into the next version.
best regards,
ArtemHi Glark,
Here is the code that worked for me: https://gist.github.com/3027640
I’d like to mention that the changes I’ve done work only if you are using NextGen gallery as a source of images. I’m not sure it will work for other options.
Will try to spend some time today optimizing my solution to work with all available options.
Good luck!
– Artem
There is a simple option to do that. Just create a new gallery that will have only one image and use this gallery for a specific post\page. You will have only one image on the background for this post.
There is one drawback though. Navigation buttons will still be present on the page which makes no sense. I’m going to post a bugreport about that and suggest possible way of improvement.
Hope this helps.
– Artem