LogixTree
Forum Replies Created
-
Forum: Plugins
In reply to: [File Manager] HackedSame situation here. This was our favorite plugin and it triggered on most of our client’s sites. Guys, you need to fix the loophole quickly.
Forum: Plugins
In reply to: [File Uploads Addon for WooCommerce] Translate ‘Upload an image’+1 for this. POT file is not good enough. Even the strings are not wrapped under __(), _e() in order to catch in loco translate. I just did manually and came here for a solution.
Okay, so just added the screen id to restrict their admin script to only their plugin and not to spread around.
Locate the following function under miniorange_openid_sso_settings.php and add the screen id part.
function mo_openid_plugin_settings_script() { if(strpos(get_current_screen()->id, 'miniorange-social-login-sharing_page') === false) return; wp_enqueue_script( 'mo_openid_admin_settings_jquery_script', plugins_url('includes/js/config-jquery.js', __FILE__ )); wp_enqueue_script( 'mo_openid_admin_settings_jquery1_script', plugins_url('includes/js/config-jquery-ui.js', __FILE__ )); wp_enqueue_script( 'mo_openid_admin_settings_phone_script', plugins_url('includes/js/phone.js', __FILE__ )); wp_enqueue_script( 'mo_openid_admin_settings_color_script', plugins_url('includes/jscolor/jscolor.js', __FILE__ )); wp_enqueue_script( 'mo_openid_admin_settings_script', plugins_url('includes/js/settings.js?version=4.9.6', __FILE__ ), array('jquery')); wp_enqueue_script( 'mo_openid_admin_settings_phone_script', plugins_url('includes/js/bootstrap.min.js', __FILE__ )); wp_enqueue_script( 'bootstrap_script_tour', plugins_url( 'includes/js/mo_openid_bootstrap-tour-standalone.min.js', __FILE__ )); }
Might be a workaround until update from developers
+1 for this. Facing the same issue on the network site. It’s quite a hassle to find this plugin as it’s not linked with woocommerce. Rest, I am digging plugins code now. I will post my findings.
Forum: Plugins
In reply to: [WP Job Manager] Address Warnings on google schema testing toolis there any update on this ?
Forum: Plugins
In reply to: [WP Job Manager] Address Warnings on google schema testing toolHey richard,
As per your suggestion, I have tried and I am getting results on
https://maps.googleapis.com/maps/api/geocode/json?address=900%20W%20Dolphin%20Street,%20Siler%20City,%20NC%2027344,%20United%20States&key=YOUR_API_KEY
but the problem is on the website
for example, this post https://gomednet.com/jobboard/9899696/
if you check the source of this job, you won’t see the correct schema for the job.<script type="application/ld+json">{"@context":"http:\/\/schema.org\/","@type":"JobPosting","datePosted":"2019-12-23T07:00:11+00:00","validThrough":"2050-01-01T00:00:00+00:00","title":"CNA","description":"<p>Minimum Requirements<br \/>\n1. Current Resume<br \/>\n2. Current License\/Certifications<br \/>\n3. Minimum of 2 years of recent experience in the specialty you are applying for<br \/>\n4. Two current references<br \/>\n5. Must be able to pass background\/urine drug screening<br \/>\n6. Knowledge of state and federal regulations<\/p>\n<p>For further details on this position in this location, please visit our website www.gomednet.com and search for the respective specialty and location.<\/p>\n<p>At MedNet Professionals we continue to look for top healthcare talent to place at a wide range of facility settings across the US. We partner with employers in Acute care, outpatient, LTC\/SNF, home health, and more. No matter what type of employment arrangement you are looking for our recruiting team can assist you in finding direct-hire positions, travel & local contract assignments, Per Diem, and Registry openings. Apply to this position today on our website to speak with a recruiter. If your background and experience qualify for the position a recruiter will reach out to you right away!<\/p>\n","hiringOrganization":{"@type":"Organization","name":"MedNet Professionals","sameAs":"https:\/\/gomednet.com\/","url":"https:\/\/gomednet.com\/","logo":"https:\/\/gomednet.com\/wp-content\/uploads\/2017\/03\/mednet-logo-1.jpg"},"identifier":{"@type":"PropertyValue","name":"MedNet Professionals","value":"https:\/\/gomednet.com\/jobboard\/9899696\/"},"jobLocation":{"@type":"Place","address":"900 W Dolphin Street, Siler City, NC 27344, United States"}}</script>
so we need to sort the warnings here
https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fgomednet.com%2Fjobboard%2F9899696%2F
please tell me if this should default work fine in wp job manageror if there is any other premium addon which does that.Forum: Plugins
In reply to: [WP Job Manager] Address Warnings on google schema testing toolI am not getting a reply on this
I have contacted you earlier on GitHub you were responsive at there.
why you are not replying here?Forum: Plugins
In reply to: [Lead Form Data Collection to CRM] HELP!!! The plugin has crashed my websiteHi Smike9,
I can confirm this issue. Under file /lib/nusoap/nusoap.php
In the ending, there are two extra white spaces and further, the last closing tag could be ignored.Issue: Causing Unknown whitespace. Bad practice PHP coding.
Dear developer, Please fix this smallest bug in your plugin. I tested your recent last month update. It’s still holding the same.
Regards,
Team LogixTree- This reply was modified 5 years, 2 months ago by LogixTree.
Okay, I think this one has been sorted. I tried commenting out the flush_rewrite_rules(); which were mentioned in loomisoft-content-blocks\includes\ls_cb_main.php
Please note we use flush_rewrite_rules(); for updating the .htaccess file. In case, If we are not dealing with URLs and permalinks. there is no point to call it. Let me know if I am wrong here. But after commenting flush_rewrite_rules(); on the line no 162 in register_post function, It sorts out my issue.
Regards,
Team LogixTree- This reply was modified 5 years, 2 months ago by LogixTree.
+1 on this. Rollback to 1.0.2 have sorted this issue. Not Custom Divi Modules. It’s just plain Divi site. Is it the plugin level change or from Divi side ?
Forum: Plugins
In reply to: [Live Chat with Messenger Customer Chat] Security Breach – HackIn the Earlier version, ESET was reporting the link and blocked it further. After updating the plugin, So far no report. But I can still see the eval() code is being used. Are you sure it’s okay to continue the use?
It should be in reversed default disabled. Totally, Wasted my few hours to find out this thread and actually the issue. Things should easier than overriding a complete walker.
+1, Same problem with Mega Main Menu. Completely disabled the menu functionality.
- This reply was modified 7 years, 4 months ago by LogixTree. Reason: typo
Forum: Fixing WordPress
In reply to: Malicious code is running inside theme/functions.phpHello Dembowski,
Well, It was necessary to know what this code was doing, because we keep on encountering this on new clients site. Anyway, We will find it out. Thank you for responding and raising concern regarding it.
Regards,
LogixTreeForum: Plugins
In reply to: [All-in-One WP Migration and Backup] Why it’s so damn slowHello Pim,
Thanks for your reply. Okay, I will try as you have mentioned. I am also in doubt the something is wrong with hosting. Because, backupbuddy and wpclone failed in the process. But, though it took time. I finally migrated wpblog to this hosting. Really great. ?? But still the size is key point.
Thank again for you kind help. I’ll be back after more testing on this plugin.
Regards,
Team LogixTreeForum: Plugins
In reply to: [Clone] Works with PHP 5.6, not 7.0WP clone is using Deprecated MySQL connection in PHP. This extension has been discarded in PHP7.0. Hope the developers step ahead to covert it into the PDO or mysqli.
Till then no solution on this plugins.