Furkan Ağlar
Forum Replies Created
-
Any progress? I need a solution as soon as possible because this is an important problem.
Forum: Themes and Templates
In reply to: [OceanWP] Dotted Line around mobile menuIf you’re using a caching plugin, clear your site’s cache. You may also need to clear your mobile browser’s cache to see changes.
Forum: Themes and Templates
In reply to: [OceanWP] Dotted Line around mobile menuTry this css;
.oceanwp-mobile-menu-icon a:focus { outline: none !important; } #mobile-dropdown ul li a:focus { outline: none !important; }Thank you, I’m looking forward to the solution.
I checked source codes of the lightbox in my site and saw this line:
<!-- Root element of PhotoSwipe. Must have class pswp. -->
It looks like OceanWP now uses the PhotoSwipe lightbox. How do I disable this?Hello,
I added the PHP snippet you provided to my child theme’s functions.php file, but it doesn’t work. The page with the PHP snippet says it was last updated on January 8th, you probably need to adapt the PHP snippet to the last update.- This reply was modified 4 years, 10 months ago by Furkan Ağlar.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load More Comments button is not functioning properly.Okay, thanks.
Forum: Plugins
In reply to: [CHP Ads Block Detector] Disabling adblock alert for specific user roleMany thanks for your quick response and help!
The code you provided works perfectly when I log in as a subscriber, but when I log in as an admin, it always shows the warning message whether adblocker is on or off. To solve this I changed the if structure to:
if ( current_user_can( 'administrator' ) or current_user_can( 'subscriber' ) )Thanks again, have a nice day.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load More Comments button is not functioning properly.Is there a way to fix this bug? I’m still waiting for your reply.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load More Comments button is not functioning properly.Hello, I already tried deactivating all minify/optimizer/caching plugins but it didn’t work.
I did a few tests and realized that this issue only applies to comments made before I installed the wpDiscuz to my website. I added 11 new comments to a post. When I click the Load More button, my new comments are not repeated, only the old comments are repeated. I think it’s an issue with the plugin.
You can test it too: https://frkn64modding.com/the-next-update-of-realistic-graphics-mod/P.S. I have currently disabled all caching/minify/optimizer plugins.
- This reply was modified 4 years, 11 months ago by Furkan Ağlar.
- This reply was modified 4 years, 11 months ago by Furkan Ağlar.
Of course, I will subscribe it. Many thanks for your help. Awesome plugin and support!
Yes, but not only for admin users, but also for other user roles (especially Subscribers). When they’re logged in to their account, ads should be disabled for them. And all other non-logged in visitors will continue to see ads.
Yes, you’re right! It seems that this issue was caused by the Autoptimize plugin.
I added the “premium-video-box-image-container” class to the Lazy-load exclusions option of the Autoptimize plugin and the problem is solved.
Thanks for your support!
Forum: Plugins
In reply to: [WebP Express] Settings Resetting FrequentlyI have the same problem but apparently the author has abandoned this plugin. Most support topics have been unanswered for weeks.
Forum: Plugins
In reply to: [AnyComment] Previously corrected bug came back with last updateHello @ateshabaev
Yes, I have closed comments but the comment form is still displaying after the last update.