Title: paulovsky's Replies | WordPress.org

---

# paulovsky

  [  ](https://wordpress.org/support/users/paulovsky/)

 *   [Profile](https://wordpress.org/support/users/paulovsky/)
 *   [Topics Started](https://wordpress.org/support/users/paulovsky/topics/)
 *   [Replies Created](https://wordpress.org/support/users/paulovsky/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/paulovsky/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/paulovsky/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/paulovsky/engagements/)
 *   [Favorites](https://wordpress.org/support/users/paulovsky/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/paulovsky/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/paulovsky/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/paulovsky/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/paulovsky/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Forms blocked by Content Blockers in Safari](https://wordpress.org/support/topic/forms-blocked-by-content-blockers-in-safari/)
 *  Thread Starter [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-blocked-by-content-blockers-in-safari/#post-16389098)
 * 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 3 years, 6 months ago by [paulovsky](https://wordpress.org/support/users/paulovsky/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Menu - The Mobile-Friendly Responsive Menu] Google Page Speed](https://wordpress.org/support/topic/google-page-speed-9/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/google-page-speed-9/#post-15082532)
 * It doesn’t seem to work since the `<img>` tag is lacking the `width` and `height`
   attributes.
    [https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=devtools#images-without-dimensions](https://web.dev/optimize-cls/?utm_source=lighthouse&utm_medium=devtools#images-without-dimensions)
 * It would be great if you could refactor `class-wp-mobile-menu-core.php:769` so
   that the logo can be rendered using `wp_get_attachment_image()`.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Job Board] Redirect errors](https://wordpress.org/support/topic/redirect-errors-5/)
 *  Thread Starter [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/redirect-errors-5/#post-10947803)
 * Thanks! please review this in your next update
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[International Telephone Input for Contact Form 7] No longer working](https://wordpress.org/support/topic/no-longer-working-97/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/no-longer-working-97/#post-10809745)
 * This made it work! Thank you [@gstar](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[International Telephone Input for Contact Form 7] Change API endpoint](https://wordpress.org/support/topic/change-api-endpoint/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/change-api-endpoint/#post-10809743)
 * [@oc2ps](https://wordpress.org/support/users/oc2ps/)
 * replace 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Job Board] Application Form Fields Dissapeared](https://wordpress.org/support/topic/application-form-fields-dissapeared/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/application-form-fields-dissapeared/#post-10657514)
 * I’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](https://www.dropbox.com/s/y908gn4bv9tr4bv/fields%20errors.mov?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Job Board] Application Form Fields Dissapeared](https://wordpress.org/support/topic/application-form-fields-dissapeared/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/application-form-fields-dissapeared/#post-10655408)
 * Here are two screenshots
 * [https://prnt.sc/kqh8j6](https://prnt.sc/kqh8j6)
    [https://prnt.sc/kqh87r](https://prnt.sc/kqh87r)
 * This 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Job Board] Application Form Fields Dissapeared](https://wordpress.org/support/topic/application-form-fields-dissapeared/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/application-form-fields-dissapeared/#post-10654246)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Quiz fails to start](https://wordpress.org/support/topic/quiz-fails-to-start-2/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/quiz-fails-to-start-2/#post-10616111)
 * same problem here. fixed it by deleting everything and reinstalling.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Quiz fails to start](https://wordpress.org/support/topic/quiz-fails-to-start/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/quiz-fails-to-start/#post-10612726)
 * I 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 7 years, 11 months ago by [paulovsky](https://wordpress.org/support/users/paulovsky/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] view course by user role](https://wordpress.org/support/topic/view-course-by-user-role/)
 *  Thread Starter [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/view-course-by-user-role/#post-10605135)
 * Update: I contacted the plugin’s author and he updated it with a fix. It’s working
   as expected now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LH User Taxonomies] disable edits by own user](https://wordpress.org/support/topic/disable-edits-by-own-user/)
 *  Thread Starter [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/disable-edits-by-own-user/#post-10359018)
 * I 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 8 years, 2 months ago by [paulovsky](https://wordpress.org/support/users/paulovsky/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] sitemap update](https://wordpress.org/support/topic/sitemap-update-2/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sitemap-update-2/#post-10335060)
 * [@cybr](https://wordpress.org/support/users/cybr/) here is the website
 * [https://www.medl10n.com](https://www.medl10n.com) and [https://www.medl10n.com/cn/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] sitemap update](https://wordpress.org/support/topic/sitemap-update-2/)
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sitemap-update-2/#post-10334105)
 * it 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Relevassi + Divi theme can’t index content](https://wordpress.org/support/topic/relevassi-divi-theme-cant-index-content/)
 *  Thread Starter [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/relevassi-divi-theme-cant-index-content/#post-10311078)
 * Thank 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 8 years, 2 months ago by [paulovsky](https://wordpress.org/support/users/paulovsky/).

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/paulovsky/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/paulovsky/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/paulovsky/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/paulovsky/replies/page/2/?output_format=md)