viperxd
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] backup gets stuckI’m getting the same problem
Two different blogs, just updated, hanging at different phases:
https://pastebin.com/M8YJ3KC4They just get stuck and loop with no apparent progress
I moved the commented code inside the if so that everything is loaded only if required.
If there’s no problem there, it optimizes WP loading.
Forum: Plugins
In reply to: [Geolocation IP Detection] detecting server IP instead of visitor'sI’m not from Israel, I usually just search for proxies.
81.199.2.116
212.25.95.135
192.114.168.134
81.199.171.56Using the test tool available at the admin panel of the plugin, it identifies the proxies IPs as israelis.
If I use the proxy to access it it doesn’t appear to work
Forum: Plugins
In reply to: [Polylang] homepage slowdownstatic homepage
permalinks: Month and nameSettings: (choosen or enabled)
The language is set from content
Remove /language/ in pretty permalinks
When the front page is visited, set the language according to the browser preference
Media Activate languages and translations for mediaWP_debug doesn’t revel anything related.
Forum: Fixing WordPress
In reply to: Move attached file to custom fieldor replace the buttom “Insert into article” to submit into a custom field?
Forum: Plugins
In reply to: [Download Attachments] This webpage is not foundFound it.
wp_postmeta
find respective post_id and add 1millionForum: Plugins
In reply to: [Download Attachments] This webpage is not foundI can output the correct url
the function can retrieve the file nameForum: Plugins
In reply to: [Download Attachments] No file paths defined. Go to homepage →Looks like a bug:
1. Allow pretty urls
Standard slug: download-attachment2. Change the slug and you’ll break the url
Forum: Plugins
In reply to: [Download Attachments] php callI guess it would be this
<?php echo do_shortcode('[download-attachment attachment_id="85"]'); ?>