webbu
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Still can not add JS contentHello,
@dano55 you should use our support forum and contact with us before contact the Redux Team.
Please send us a ticket and tell all details of your problem.
Support Forum: https://support.webbudesign.com
Hello kojimi,
Sorry for the delay. I didn’t see your first email on my outlook.
I need to check the issue to see it. If possible, please send me your WordPress admin information by using my email address info[at]webbudesign.comForum: Reviews
In reply to: [WMF Mobile Redirector] Forces all url requests to homepageHello, yes, this is the plugin’s default action. Mobile pages and desktop pages can be different.
I sent a new update. Can you update the plugin and deactivate then reactivate again. I hope this fixes the problem.
- This reply was modified 5 years, 10 months ago by webbu.
Hello, please check your folder permissions. It should be 755 and file permission should be 644
Forum: Plugins
In reply to: [WMF Mobile Redirector] problem mit WordPress 5.4Not at all.
Forum: Plugins
In reply to: [WMF Mobile Redirector] problem mit WordPress 5.4Thanks for the report. I released a new update and problem solved. Please update the plugin to v1.1
Forum: Plugins
In reply to: [WMF Mobile Redirector] problem mit WordPress 5.4Hello, can you test the latest version, please?
Forum: Plugins
In reply to: [WMF Mobile Redirector] WMF Mobile Redirector Last Update In-OpHello, can you test the latest version, please?
Hi,
If you are using Php 7 or php 5.6.x you can add below code to line 398 -> http://jmp.sh/vW9JgCJ
$mail->smtpConnect([ 'ssl' => [ 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ] ]);This will disable certificate check.
Forum: Plugins
In reply to: [WMF Mobile Redirector] Not working on TabletMobile detection library updated. Hope it works now.
Forum: Plugins
In reply to: [Import Listings into the PointFinder Theme] Importing AgentsPlugin built for only import listings. Your request noted. I will try to add agents feature.
Forum: Plugins
In reply to: [WMF Mobile Redirector] Not working on TabletI will check and update. Thanks for report.
Forum: Plugins
In reply to: [Debug Bar] Debug Bar & Quick Edit ProblemProblem Solved:
https://github.com/YahnisElsts/plugin-update-checker/commits/master/debug-bar-plugin.phpFix a conflict with WordPress’ “quick edit” feature. …
Explanation:
WordPress includes a “quick edit” function that lets users edit certain post properties (title, categories, etc) from the “All Posts” list. WP calculates the width (colspan attribute) of the inline editor based on the number of <th>’s in the header of the first .widefat table on the page. When PUC and Debug Bar are both active, that first table happens to be the debug info table in our Debug Bar panel. This table does not have a <thead>. As a result, WordPress sets the colspan to zero, making the inline editor unusable.Fixed by removing the “widefat” class from our debug info tables and adding a bunch of new CSS to emulate WordPress table style.
2edd17e0a5 Browse code
YahnisElsts authored a month ago