Title: wpkava's Replies | WordPress.org

---

# wpkava

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Accessiblity European Accessibility Act (EAA),](https://wordpress.org/support/topic/accessiblity-european-accessibility-act-eaa/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [10 months ago](https://wordpress.org/support/topic/accessiblity-european-accessibility-act-eaa/#post-18555434)
 * perfect. Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More] HTML inside Checkbox Choices after Update not working anymore](https://wordpress.org/support/topic/html-inside-checkbox-choices-after-update-not-working-anymore/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/html-inside-checkbox-choices-after-update-not-working-anymore/#post-16835922)
 * This is a bug in 1.8.2.1. See [https://wordpress.org/support/topic/linking-to-a-pdf-file-2/](https://wordpress.org/support/topic/linking-to-a-pdf-file-2/)
 * To temporarily fix it add this to your functions.php of your theme:
 *     ```wp-block-code
       add_filter( 'wpforms_field_label_allowed_html_tags', static function( $allowed_tags ) {
   
       	$allowed_tags[] = 'a';
   
       	return $allowed_tags;
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Remove Start Location](https://wordpress.org/support/topic/remove-start-location/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-start-location/#post-14827382)
 * Hi, just wondering if you have any tips on how to fix this?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Stores are not translated on frontend with WPML](https://wordpress.org/support/topic/stores-are-not-translated-on-frontend-with-wpml-2/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/stores-are-not-translated-on-frontend-with-wpml-2/#post-14700338)
 * it was a problem with wpml. I contacted the support. This was his response:
 * > i have activated the AJAX cookie under WPML -> Languages > “Language filtering
   > for AJAX operations” and the problem was solved with that logged out in incognito
   > mode.
   > You can find more info here: [https://wpml.org/documentation/getting-started-guide/language-setup/enabling-language-cookie-to-support-ajax-filtering/](https://wpml.org/documentation/getting-started-guide/language-setup/enabling-language-cookie-to-support-ajax-filtering/)
 * This fixed my problem. Thank you for your time.
 * kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Stores are not translated on frontend with WPML](https://wordpress.org/support/topic/stores-are-not-translated-on-frontend-with-wpml-2/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/stores-are-not-translated-on-frontend-with-wpml-2/#post-14692938)
 * we disabled the site cache and flushed the transient cache multiple times. We
   tried it in private mode and in different browsers but the problem is still there.
   When I log into wordpress it works, but when I log out the stores it doesn’t 
   work.
 * Do you have any other ideas?
 * kind regards
    -  This reply was modified 4 years, 9 months ago by [wpkava](https://wordpress.org/support/users/wpkava/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flow-Flow Social Feed Stream] Instagram Posts Plugin received next error](https://wordpress.org/support/topic/instagram-posts-plugin-received-next-error/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/instagram-posts-plugin-received-next-error/#post-12121322)
 * Hi,
 * thank you for your answer. Sadly now i get another error Message:
 *     ```
       Plugin received next error message from network API for this feed:
       Error while processing content unencoding: Unknown failure within decompression software.
       ```
   
 * kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enable Media Replace] Media replaced but no link update](https://wordpress.org/support/topic/media-replaced-but-no-link-update/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/media-replaced-but-no-link-update/#post-10883029)
 * The Problem is not the shortcode. In my case it was the Advanced Layout Editor
   of the Enfold Theme. Very strange behaviour.
 * For everybody who has the same problem with a Enfold Theme. When you change from
   the Advanced Layout Editor to the Default Editor and save the page you can replace
   the PDF in the Media Library and the Link and the file will be replaced.
 * After the replace when you change back to the Advanced Layout Editor the old 
   link is visible.
    I hope the newest enfold theme fixes the problem.
 * Thank you [@shortpixel](https://wordpress.org/support/users/shortpixel/) for 
   your time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enable Media Replace] Media replaced but no link update](https://wordpress.org/support/topic/media-replaced-but-no-link-update/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/media-replaced-but-no-link-update/#post-10852983)
 * It is a normal page. The link is inside a shortcode. but that won’t be a problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enable Media Replace] Links not updating](https://wordpress.org/support/topic/links-not-updating-2/)
 *  [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/links-not-updating-2/#post-10829559)
 * Hi,
 * we have the same problem.
    Has the problem been solved? And if so, how?
 * Kind regards
    -  This reply was modified 7 years, 6 months ago by [wpkava](https://wordpress.org/support/users/wpkava/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enable Media Replace] PDF Replacement not Working](https://wordpress.org/support/topic/pdf-replacement-not-working/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/pdf-replacement-not-working/#post-10771326)
 * we still have the same Problem. Downgrading and upgrading did not work.
    Do you
   have a hint where the problem could lie?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Internal Linking Count](https://wordpress.org/support/topic/internal-linking-count/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/internal-linking-count/#post-10018590)
 * I’m sorry but i have to ask again. I’m using a shortcode in the content editor
   NOT in a sidebar. These shortcode renders hyperlinks. So on the frontend I see
   links. In the content editor I see only a shortcode. Will the plugin count the
   links in the frontend?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Internal Linking Count](https://wordpress.org/support/topic/internal-linking-count/)
 *  Thread Starter [wpkava](https://wordpress.org/support/users/wpkava/)
 * (@wpkava)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/internal-linking-count/#post-10014406)
 * Thank you for your reply.
    So shortcodes which renders hyperlinks won’t be count?

Viewing 12 replies - 1 through 12 (of 12 total)