Md Jahidul Islam
Forum Replies Created
-
I found the cause of the issue.
Though I am an ‘administrator‘ user, I did not have the PublishPress Capabilities. All ‘PublishPress Capabilities‘ were unchecked for the ‘administrator‘ user roll. Luckily I had ‘manage capabilities’ capabilities. I checked all ‘PublishPress Capabilities‘.
The problem had been solved.I am facing the same problem on our website. There is no sub-menu item on the ‘Capabilities’ menu.
I deactivated all plugins and activated Twenty-Three theme. Same problem.
Server info
WordPress Version: 6.6.2
PublishPress Capabilities Version: 2.14.0
Server architecture: Linux 3.10.0-962.3.2.lve1.5.66.el7.x86_64 x86_64
Web server: LiteSpeed
PHP version: 7.4.33 (Supports 64bit values)I installed this plugin on my localhost. It works perfectly.
Local server info
WordPress Version: 6.6.2
PublishPress Capabilities Version: 2.14.0
Server architecture: Linux 6.8.0-47-generic x86_64
Web server: Apache/2.4.43 (Unix)
PHP version: 7.4.30 (Supports 64bit values)Forum: Reviews
In reply to: [Filter Page by Template] Useful pluginHi @asjl , thanks for your review and suggestion. I updated plugin status to tested up to 6.1.1.
I marked this ticket as resolved.
Right now, it is not possible to make diffrent popup for mobile and desktop. You can create responsive popup instead.
Forum: Plugins
In reply to: [Filter Page by Template] Notice: Undefined index: pagenowI fixed this bug and released a new version 3.1. Thank you @crs1138 for notifying me about this issue. I appreciate you like to submit PR to the Github repo https://www.ads-software.com/plugins/filter-page-by-template/ .
Forum: Plugins
In reply to: [Simple Membership] Sudden Error in Simple Membership – Cannot create accountHi,
We also faced this issue with the latest version 4.1.3. We downgraded this plugin to version 4.1.0 and the issue was resolved.I found the cause of the issue.
This issue happens when ‘Simple Membership – Form Builder Addon‘ is enabled. This add-on is not compatible with the latest version of the main plugin.In version 4.1.3 : there is a big change in function get_free_level() in file /simple-membership/classes/class.swpm-utils.php. This function expects a POST value named ‘membership_level‘. But the form builder plugin renders a dynamic field name like ‘swpm-106’ for the membership level hidden field. And this is the collision of two plugins.
I deactivated and installed Version 4.9.9 of the form builder plugin. Again updated the main plugin to the latest version 4.1.3 . Finally, it is working now.
- This reply was modified 2 years, 5 months ago by Md Jahidul Islam.
- This reply was modified 2 years, 5 months ago by Md Jahidul Islam.
- This reply was modified 2 years, 5 months ago by Md Jahidul Islam.
Forum: Reviews
In reply to: [Filter Page by Template] Works perfectly for taskIt works with WP 5.9.2
I released a new version today.
Thanks for reminding me to update information about the latest WP version.Forum: Localhost Installs
In reply to: Very Slow Localhost config (Too slow too work)I am using local by flywheel server for my localhost. My site was extremely slow. I tried many ways. Finally, I found a solution here https://justlearnwp.com/wordpress-running-too-slow-on-localhost-solution/ . I disabled XDebug. I deleted all lines related to XDebug from php ini file ( for local it is /site/conf/php/php.ini.hbs ).
Now the speed of wp is normal as expected.Hi,
Can you tell us how to reproduce this issue in another website ?Thanks
Jahidul IslamI hope your problem has been solved.
Hi,
You are doing the setup in wrong place. You set min width to a zone. There is no relation between a zone and a modal popup. A zone is used to show banner ad.Right now there is no option to show/hide modal popup for certain type of screen size. But you can do some tricks below.
1. Make the modal popup responsive from sizing option. Now popup will be shown perfectly in mobile screen.
2. Put the close (X) button at left-top corner of the popup. If it fails to show popup perfectly for any screen, user will see the close button to close the popup.
3. If you really don’t want to show popup for mobile user then try adding following CSS code in your page.@media screen and (max-width: 480px) { body .adguru-modal-popup { display: none !important; } }
I just tested this feature. It is working perfectly with min width 481px. If screen width is less than 481px then user can not see that zone. If user hold his mobile in landscape mode then screen width will be bigger than 480px, in that case he will see the ad. Can you share your website link where you are showing that particular zone.
Thanks
Jahidul IslamThank you for your good review. We really appreciate it. We will try to fix all defects as soon as possible.