rohitmanglik
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Compatibility with AIO Support CenterI discussed it with AIO Support Center (their support is awesome) in which they said:
“LearnPress plugin is not compatible with AIO Support Center because error is shown on AIO Support Center page where LearnPress should not be initialized in the first place.”
I copied this code in wp-content/themes/{theme-name}/functions.php but in Monitoring I cannot see their names. Do I have to make any additional settings?
Bingo!!!
I shifted from Zopim to Tawk.to today and I faced same issue in their portal. For me, that’s a very important feature they are missing out. With this feature, we can popup a personalized chat to those users.
@mrbrian does this solution usernames in Visitor Monitoring as well?
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] RegisterMe too. ??
I can see Forget Password option over there but not Register.
I was using Frontend Publishing Pro and I am trying to migrate to USP.
I already have many posts from different authors in my website. Is there any way to manage all those posts through this shortcode?
This shortcode is not listing posts submitted outside USP, so I believe I am missing something in settings.
I tried it in a live site.
I already published posts from backend ( https://edudrona.com/user/admin/?profiletab=posts )
or does this shortcode show posts that are published only from USP?
I am having same issue. Did you find workaround?
Forum: Plugins
In reply to: [W3 Total Cache] Right configurationThanks @destac. I updated the settings of Object and Database to APC.
What shall be the cache method for Minify and Page Cache in EC2 macro instance? Shall I make everything APC?
Forum: Plugins
In reply to: [BadgeOS] Compatibility with BJ Lazy LoadThanks for debugging issue Michael, I created a pull request in Github for BJ Lazy Load for the change you suggested.
Cheers ??
Forum: Plugins
In reply to: [BadgeOS] Compatibility with BJ Lazy LoadMichael, just now I installed a new copy of WordPress and installed only these two plugins. The issue is reproducable.
Forum: Plugins
In reply to: [BadgeOS] Compatibility with BJ Lazy LoadHI Michael,
Thanks for reply.
No, I did not upload the plugin. I searched the plugin in my WordPress Installation and installed from there. I deleted both the plugins and installed again – same error.
If it’s not such to ask, can you please try to install BJ Lazy Load in local installation and test.
After your reply, I posted query regarding this at https://www.ads-software.com/support/topic/compatibility-with-badge-os?replies=1#post-8308276. Let’s see if they have anything to say on this.
Forum: Everything else WordPress
In reply to: Multiple issues in Dreamhost :(1) But why?
2) Cool. Hope you will soon hire more humans who can provide better service ??
3) I paid through CC. Why it deducted $1.98 then?
4) Yes, but it is not working. If it’s working and getting reflected, it’s a positive test case but reflecting and not working is a negative test case.
5) Agreed. Does the general account ($60 per year one) is wordpress optimized?
Forum: Everything else WordPress
In reply to: Multiple issues in Dreamhost :(Yes, for issue 3 they said they will revert back the payment but why did this mistake happen at all? Isn’t it’s supposed to be automated and thus error free?
Forum: Fixing WordPress
In reply to: "WWW" in domain name is not working workingI figured out it is because of Page Cache module of W3TC Cache.
Here is the .htaccess file content
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .* - [E=W3TC_ENC:_gzip] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{REQUEST_URI} \/$ RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index.html%{ENV:W3TC_ENC}" -f RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index.html%{ENV:W3TC_ENC}" [L] </IfModule> # END W3TC Page Cache core # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Networking WordPress
In reply to: Recommend a social connect/login plugins that support multisite.Viruthagiri did you get any solution for this?
What was your choice finally?