IvanRF
Forum Replies Created
-
Forum: Plugins
In reply to: [GlotPress] Send translations without being loggedIndeed, I decided to implement GlotPress as a separate subdomain.
Forum: Reviews
In reply to: [GitHub Release Downloads] Latest version is working fine.I just released a new version of the plugin with better error handling.
Update it to know the root cause here.I also found out that GitHub applied API rate limits. Maybe that was your issue, since the example was not working for you. They allow you to do 60 requests per hour. Now, if you set a token in the plugin, you can do 5,000 reqs/hour.
Forum: Plugins
In reply to: [Global Content Blocks] New Web Site for GCB PluginJust a thought, since you use specific characters like %% to define variables, what if you use something like
%%variable||"default value"%%Forum: Plugins
In reply to: [Global Content Blocks] New Web Site for GCB PluginNo no, that’s not what I meant. I just want to know how to check if the variable is empty 🙂
Then, with code (inside the Content Block) I will add the default value, but for that I need to check if it is empty.
Forum: Plugins
In reply to: [Global Content Blocks] Simple bugsHi Dave, thanks! this plugin is great!
Some other suggestions I have from using it:
– it would be nice to have a filter or search for the table (like WP has for posts, etc.). Currently, I just use Ctrl+F 🙂
– check empty variables (see)Also, is this project on GitHub?
Forum: Reviews
In reply to: [GitHub Release Downloads] Latest version is working fine.Did you test it on a local host or online server?
The plugin gets the GitHub info using
wp_remote_get().If your server does not allow external connections, that could be the issue.
See this:
The easy way is to check to be sure that your version of PHP has the curl module installed and/or enabled. There is no one set of rules for doing this, it depends on your hosting environment and/or server configuration.
You need to fix the underlying problem and do something like enabling curl on the server if you want it to work. WordPress’s code can only make a best-effort attempt to try all the different ways, but if they’re all broken on that server, then it will just fail.
Forum: Reviews
In reply to: [GitHub Release Downloads] Latest version is working fine.Hi, sorry for the delay, I wasn’t notified of this.
I just tested that shortcode and it works fine. Could you test it again?
I want to display the repo info of other users. Is it possible ?
Yes, you just need to set the
userand therepovariables in the shortcodes. Always, the shortcode settings take priority over global plugin settings.Forum: Plugins
In reply to: [Global Content Blocks] New Web Site for GCB PluginHi Dave, I have a suggestion 🙂
I would like to know how to check if a variable is empty.
For example, if the block content is
My name is %%name%%. I want to define a default value for%%name%%when it’s empty.[contentblock id=1 name=”John Doe”] -> “My name is John Doe”
[contentblock id=2] -> “My name is Default Name”
Forum: Plugins
In reply to: [Global Content Blocks] Simple bugsIn addition, the buttons in the plugin link to “options-general.php” and it should be “admin.php”.
Forum: Plugins
In reply to: [Rename wp-login.php] Spanish translationMy Spanish translations appeared as an update and they are working. I didn’t know if they were going to work since there is no Text Domain in the plugin, but they do.
Forum: Plugins
In reply to: [Rename wp-login.php] Spanish translationI added a new pull request on GitHub.
Forum: Plugins
In reply to: [Rename wp-login.php] Spanish translationForum: Reviews
In reply to: [Cloudflare] yep, does it jobI have the same configuration :). One question, you said
we have spikes in the evening of even 1k unique live and that impacted a little in load times to almost 2 sec
Which hosting do you use? I’m having issues with mine 🙁
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backups deadlockSome weeks ago, I upgraded my server resources, but it’s still a shared server :(. GoDaddy – 1GB RAM – 2 CPU (they don’t give too much information…)
I discovered myself that “save settings” trick 🙂 and I selected the time with less entries on my sites, according to server stats. Anyway, it could be related to the server.
If that’s the case, shouldn’t be something scheduled to check if the backup was completed?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backups deadlockthe unclear thing currently is why there appear to be multiple backups starting shortly after eachother
Days ago, I sent you the log files. You can check the times for each log there.