Title: AKdigital's Replies | WordPress.org

---

# AKdigital

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Country & Phone Field Contact Form 7] Country code drop down list doesn’t appear in Elementor popup](https://wordpress.org/support/topic/country-code-drop-down-list-doesnt-appear-in-elementor-popup/)
 *  [AKdigital](https://wordpress.org/support/users/akdigital/)
 * (@akdigital)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/country-code-drop-down-list-doesnt-appear-in-elementor-popup/#post-13693480)
 * The problem is that the inline js never get executed on the popup since its out
   of the dom before it opens, here is a temp fix
 * in include-js-css.php line 103 add this,
    ` $custom_inline_js .= ‘ (function(
   $) { $(function() { jQuery( document ).on( “elementor/popup/show”, () => { jQuery.
   ajax( { url: “//freegeoip.live/json/”, type: “POST”, dataType: “jsonp”, success:
   function(location) { //console.log(location.country_code); $(“.wpcf7-countrytext”).
   countrySelect({‘; $custom_inline_js .= isset( $nb_cpf_settings_options[‘country_auto_select’])&&
   $nb_cpf_settings_options[‘country_auto_select’] == 1 ? ‘defaultCountry: location.
   country_code.toLowerCase(),’ : ”;
 *  $custom_inline_js .= $onlyCountries.”.$preferredCountries.”.$excludeCountries.’
   });
   $(“.wpcf7-phonetext”).intlTelInput({ autoHideDialCode: false, autoPlaceholder:“
   off”, nationalMode: ‘.$phone_nationalMode.’, separateDialCode: false, hiddenInput:“
   full_number”,’; $custom_inline_js .= isset( $nb_cpf_settings_options[‘phone_auto_select’])&&
   $nb_cpf_settings_options[‘phone_auto_select’] == 1 ? ‘initialCountry: location.
   country_code.toLowerCase(),’ : ”; $custom_inline_js .= $phone_onlyCountries.”.
   $phone_preferredCountries.”.$phone_excludeCountries.’ }); } }) }); }); })(jQuery);’;`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] caption to images](https://wordpress.org/support/topic/caption-to-images/)
 *  Thread Starter [AKdigital](https://wordpress.org/support/users/akdigital/)
 * (@akdigital)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/caption-to-images/#post-10555620)
 * Amazing Support and works like a charm.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Using meta_compare="](https://wordpress.org/support/topic/using-meta_compare/)
 *  [AKdigital](https://wordpress.org/support/users/akdigital/)
 * (@akdigital)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/using-meta_compare/#post-6751386)
 * Yes,
 * Do you want me to send you a link for the site ?
 * It seems someone had this problem and solved it, but cant understand his answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Using meta_compare="](https://wordpress.org/support/topic/using-meta_compare/)
 *  [AKdigital](https://wordpress.org/support/users/akdigital/)
 * (@akdigital)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/using-meta_compare/#post-6751384)
 * Is there any way to solve this problem,
 * I cant get this to work, any idea ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Responsive Slider] 2 issues: Text box isn't resizing nicely and text box not showing on mobile](https://wordpress.org/support/topic/2-issues-text-box-isnt-resizing-nicely-and-text-box-not-showing-on-mobile/)
 *  [AKdigital](https://wordpress.org/support/users/akdigital/)
 * (@akdigital)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/2-issues-text-box-isnt-resizing-nicely-and-text-box-not-showing-on-mobile/#post-4669739)
 * Having the same issue with my site,
 * The content is jumping outside of the slider borders when you change the width
   of the screen.
 * Can I send you my site url in a private message ?
 * Thanks

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