paulovsky
Forum Replies Created
-
Thank you for your reply! I did some more investigation and it appears it’s an issue with the Adguard extension (macOS, iOS). I submitted a report to the extension’s developers.
In the meantime, and because this is a fairly popular extension, I suggest you can look into what kind of code in your forms might be triggering the block.
- This reply was modified 2 years, 2 months ago by paulovsky.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Google Page SpeedIt doesn’t seem to work since the
<img>
tag is lacking thewidth
andheight
attributes.
https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=devtools#images-without-dimensionsIt would be great if you could refactor
class-wp-mobile-menu-core.php:769
so that the logo can be rendered usingwp_get_attachment_image()
.Forum: Plugins
In reply to: [Simple Job Board] Redirect errorsThanks! please review this in your next update
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] No longer workingThis made it work! Thank you @gstar
However when you pasted the code all the quotes were replaced with typographer quotes
var intl_tel_default_setting={initialCountry:"auto",utilsScript:wpcf7_utils_url,geoIpLookup:function(t){jQuery.get("//ipinfo.io",function(){},"jsonp").always(function(e){var n=e&&e.country?e.country:"";t(n)})}};jQuery(".wpcf7-intl-tel").each(function(){var t=jQuery(this),e={};void 0!=t.data("preferredcountries")&&""!=t.data("preferredcountries")&&(e.preferredCountries=t.data("preferredcountries").split("-")),t.intlTelInput(Object.assign({},intl_tel_default_setting,e));var n=t.parents("span")[0];t.parents("form").submit(function(){jQuery(n).children("input.wpcf7-intl-tel-full").val(t.intlTelInput("getNumber")),jQuery(n).children("input.wpcf7-intl-tel-country-name").val(t.intlTelInput("getSelectedCountryData").name),jQuery(n).children("input.wpcf7-intl-tel-country-code").val(t.intlTelInput("getSelectedCountryData").dialCode),jQuery(n).children("input.wpcf7-intl-tel-country-iso2").val(t.intlTelInput("getSelectedCountryData").iso2)})});
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Change API endpointreplace the code in script.min.js with this:
var intl_tel_default_setting={initialCountry:"auto",utilsScript:wpcf7_utils_url,geoIpLookup:function(t){jQuery.get("//ipinfo.io",function(){},"jsonp").always(function(e){var n=e&&e.country?e.country:"";t(n)})}};jQuery(".wpcf7-intl-tel").each(function(){var t=jQuery(this),e={};void 0!=t.data("preferredcountries")&&""!=t.data("preferredcountries")&&(e.preferredCountries=t.data("preferredcountries").split("-")),t.intlTelInput(Object.assign({},intl_tel_default_setting,e));var n=t.parents("span")[0];t.parents("form").submit(function(){jQuery(n).children("input.wpcf7-intl-tel-full").val(t.intlTelInput("getNumber")),jQuery(n).children("input.wpcf7-intl-tel-country-name").val(t.intlTelInput("getSelectedCountryData").name),jQuery(n).children("input.wpcf7-intl-tel-country-code").val(t.intlTelInput("getSelectedCountryData").dialCode),jQuery(n).children("input.wpcf7-intl-tel-country-iso2").val(t.intlTelInput("getSelectedCountryData").iso2)})});
Forum: Plugins
In reply to: [Simple Job Board] Application Form Fields DissapearedI’ve used the troubleshooting mode to deactivate all plugins and themes and unfortunately, the problem is still there.
Next, I created a new install in a separate environment and made a screen recording. Here’s what I did to replicate the issue:
– Changed the “Name” field to “Your Name”
– Saved, refreshed. No problems.
– Changed the “Email” field to “Your Email”.
– Saved, refreshed: all fields disappeared.Here’s my recording: https://www.dropbox.com/s/y908gn4bv9tr4bv/fields%20errors.mov?dl=0
Forum: Plugins
In reply to: [Simple Job Board] Application Form Fields DissapearedHere are two screenshots
https://prnt.sc/kqh8j6
https://prnt.sc/kqh87rThis happened as soon as I changed the default “Name” field name to “Your Name”. There are no errors on the inspector console and the html code seems blank.
Forum: Plugins
In reply to: [Simple Job Board] Application Form Fields DissapearedI have the same issue. This happens in the backend. Changed the global fields names and suddenly they disappeared. The same with Default Feature List.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Quiz fails to startsame problem here. fixed it by deleting everything and reinstalling.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Quiz fails to startI have the same issue.
– I have the latest version of WordPress and Learnpress
– I see no errors on Chrome’s console
– I tried with both admin and non-admin user roles- This reply was modified 6 years, 7 months ago by paulovsky.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] view course by user roleUpdate: I contacted the plugin’s author and he updated it with a fix. It’s working as expected now.
Forum: Plugins
In reply to: [LH User Taxonomies] disable edits by own userI assume the code has to be somewhere here:
/** * Add the taxonomies to the user view/edit screen * * @param Object $user - The user of the view/edit screen */ public function user_profile($user) { // Using output buffering as we need to make sure we have something before outputting the header // But we can't rely on the number of taxonomies, as capabilities may vary ob_start(); foreach(self::$taxonomies as $key=>$taxonomy): // Check the current user can assign terms for this taxonomy //if(!current_user_can($taxonomy->cap->assign_terms)) continue; // Get all the terms in this taxonomy $terms = get_terms($key, array('hide_empty'=>false)); $stack = wp_list_pluck( wp_get_object_terms( $user->ID, $key ), 'slug' ); $input_type = ( isset($taxonomy->single_value) && ($taxonomy->single_value == true) ) ? 'radio' : 'checkbox' ; ?> <table class="form-table"> <tr> <th><label for=""><?php _e("Select {$taxonomy->labels->singular_name}")?></label></th> <td> <?php if(!empty($terms)): ?> <?php $this->renderTree( $this->buildTree( $terms ), $stack, $user, $key, $input_type ); ?> <?php else:?> <?php _e("There are no {$taxonomy->name} available.")?> <?php endif?> </td> </tr> </table> <?php endforeach; // Taxonomies // Output the above if we have anything, with a heading $output = ob_get_clean(); if(!empty($output)) { echo '<h3>', __('Company Details'), '</h3>'; echo $output; } }
- This reply was modified 6 years, 9 months ago by paulovsky.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] sitemap update@cybr here is the website
https://www.medl10n.com and https://www.medl10n.com/cn/
UPDATE: when you mentioned the cache, I went ahead and turned it off, which forced the sitemap to generate again. However, if I turn the cache back on the sitemap goes back to an outdated version.
I am using WP Fastest Cache.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] sitemap updateit seems I have the same problem. I have WPML managing the translations, and on the /cn/ folder the sitemap is not updating.
Anything I can do to troubleshoot and/or fix the issue?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Relevassi + Divi theme can’t index contentThank you so much, it works! I have no idea how the content was set to 0. Is it a default setting?
- This reply was modified 6 years, 10 months ago by paulovsky.