TheCrazyBastard
Forum Replies Created
-
Forum: Plugins
In reply to: [Sidebar Login] Logged-in account display Cyrilic problemThank you! The Patch is working best and now everything is Ok. Regards
Problem is solved for me with supporting another plugin author. My nginx server is not configurated right to work with wordpress when change to another, not default permalinks. Need to add “try_files $uri $uri/ /index.php?$args;” to configuration file.
Forum: Plugins
In reply to: [Front End PM] Not working on NginxThanks a lot @shamim51
It turned out that the server is not configured properly for WP, and some small configuration is needed. To change WP permalinks to other, your server need: `location / {
try_files $uri $uri/ /index.php?$args;
}`
Thank you solving this issue!
Regards ??Forum: Plugins
In reply to: [Front End PM] Not working on NginxDebugging don’t show errors. Another front end plugin (WP User Frontend) has same problem. Rest API didn’t work when I aks to frond end edit or delete post. I have category ajax in sidebar and it works, no problem.
I use Cloudflare but when I stopped it in Development Mode when “Temporarily bypass our cache allowing you to see changes to your origin server in realtime” or use only for DNS, no effect. Test with No Query String & Ignore Query String Caching Level and Respect existing Headers of Browser Cache Expiration, there is no effect.
Settings of Front End PM Page Dashboard are saved again, no changes.
I don’t know if Nginx static caching is enabled.
I don’t use another cache plugin or mechanism.
Any thing restrict frond end function. I disables all plugins and change to default WP theme. Test with only your plugin – don’t work. On localhost there is no problem.
Nginx have not .htaccess file. If test with some code directly to wp config file, just give me.
No, with clicking the Edit link from front-end dashboard shows Invalid Post. Same error. Delete link button also. I’m logged in with admin. Rest Api not working. While not Override the post edit link setting is set up to YES, WP edit link which goes on to post=number&action=edit works, yours pid=samenumber&_wpnonce=xxxxxxxxxx not working. Invalid post!
- This reply was modified 7 years, 2 months ago by TheCrazyBastard.
Visual editor is broke after last update. I’m looking for alternative plugin. Please, fix it! Just only disable that plugin and I can edit pages and posts with it. Same here.
Yes, Profile Builder doesn’t work correctly with WP Login Redirect plugin about registrations. But without it, Profile Builder doesn’t work correctly with its Password Recovery options which I visualize with [wppb-recover-password] in page.
When I ask recovery with filling the mail or username, mails are receiving immediately. There is no problem with SMTP server. The problem is when I click the link and nothing happens. The link open the same recovery page and ask me again for fill the raw for username or mail. It’s just loop.1. Open /domainname/page-for-recovery-pass/ and fill mail.
2. Message: Check your e-mail for the confirmation link. – OK
3. Open mail and open link in browser. /domainname/page-for-recovery-pass/?submitted=yes&loginName=username&key=thekey is opened but the page is just like first. No message like confirmed or page to set up new password.Standart WP option for recovery with:
/domainname/wp-login.php?action=lostpassword
/domainname/wp-login.php?action=rp&key=thekey&login=username
works fine!About spam, I use akismet and SI CAPTCHA Anti-Spam – now activated for login and works.
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Updated to 4.7… PHP timeoutHi, @nikschavan
This small trick works and no php timeout. But style at front end is bad. I replaces another two wp_head with init at 21 and 35 row, but there is no positive effect about style and css of the form is not loaded in head with another styles. The Console shows that I don’t have missing styles.- This reply was modified 7 years, 11 months ago by TheCrazyBastard.
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Updated to 4.7… PHP timeoutI tasted this beta version but it is not solve the problem with high CPU usage and server is yet falling down after some minutes. Another fix version for test, please.
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Updated to 4.7… PHP timeoutSame! All my sites at the hosting fall down after upgrade, server is 100% uptime and not responding. I disabled and uninstalled the plugin. Please update to the new WP requirements and test it before give us. Thanks. Waiting for a good news..
Forum: Plugins
In reply to: [WP Admin No Show] Blacklisted all usersThank you, @scriptrunner
I deleted plugin via FTP and add it via the WordPress admin. So, the setting was saved, but they’re missing into sql database at that time, which was suprise for me. After deleting plugin using admin panel and upload and install it again, I can change the settings and mark new blacklist roles. Thanks again!
Forum: Plugins
In reply to: [WP Admin No Show] Blacklisted all usersI blacklist also all users and when I’m logged with admin user acount, can’t reach wp-admin menu. It’s OK, the plugin work correctly, but when I delele it by ftp, upload and activate again, it’s setting is saved. Into mysql database is missing setting to delete as:
wp_admin_no_show_redirect_type
wp_admin_no_show_blacklist_roles
wp_admin_no_show_redirect_pageWhat to do for reaching admin menu with administrator acount using your plugin in future? Thanks.
Forum: Plugins
In reply to: [WP App Maker] Fatal error on local installSame.. This plugin is not suporting.. No answers!
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Average rating is not workingOk, I’ll try to get help from the SFC author. ??
Link to related topic: https://www.ads-software.com/support/topic/conflict-with-rich-snippets
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Average rating is not workingHi, I renamed all .js files and their path from the source, but it conflicts yet. The plugin works correctly while SFC is deactivated, but not together.
I could not find jquery.js path nowhere to change it to new jquery.tcb.js. Maybe I am missing something and not delevoper ??
I have to rename all standart names too sure:
wp_enqueue_script( ‘jquery’ ); to wp_enqueue_script( ‘jquery.tcb’ );
and so on.. ?Thank you for help!