Title: jaydjohno's Replies | WordPress.org

---

# jaydjohno

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce Popup Plugin ignoring custom CSS](https://wordpress.org/support/topic/woocommerce-popup-plugin-ignoring-custom-css/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-popup-plugin-ignoring-custom-css/#post-12994415)
 * Your very welcome 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce Popup Plugin ignoring custom CSS](https://wordpress.org/support/topic/woocommerce-popup-plugin-ignoring-custom-css/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-popup-plugin-ignoring-custom-css/#post-12994384)
 * Thats because the plugin will always use the plugins css first and then your 
   custom css.
 * The Div css looks comoletely fine and looks like it matches the other css tags.
 * On your custom css replace yours with this.
 *     ```
       div.pp_woocommerce .pp_content_container {
           background: black !important;
       }
       ```
   
 * The !important increases the css and overrides any other css.
 * Hope this helps
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Losing my mind with Ajax](https://wordpress.org/support/topic/losing-my-mind-with-ajax/)
 *  Thread Starter [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/losing-my-mind-with-ajax/#post-12350023)
 * Joy this is all great stuff, thank you, i have created stuff in Ajax before but
   never in WordPress.
 * Will i need a hidden field to put the nonce into?
 * I am new to wordpress development and learning as i go.
 * Thanks
 * Shane
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Losing my mind with Ajax](https://wordpress.org/support/topic/losing-my-mind-with-ajax/)
 *  Thread Starter [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/losing-my-mind-with-ajax/#post-12349730)
 * I now changed it to jquery.post, and i get a 403 error, least its sending the
   POST request though, i think i have found the issue now, thank you 🙂
 * Shane
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Losing my mind with Ajax](https://wordpress.org/support/topic/losing-my-mind-with-ajax/)
 *  Thread Starter [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/losing-my-mind-with-ajax/#post-12349706)
 * Sorry i forgot to add the javascript variables which is where i check the URL,
   the Nonce is also generated there as well.
 * This is just a test to get the ajax working, is not live yet, i will do all the
   checks etc after, i am just trying to get Ajax working with no luck yet.
 * Here is the JS Variables
 *     ```
       function javascript_variables(){ ?>
           <script type="text/javascript">
               var ajax_url = '<?php echo admin_url( "admin-ajax.php" ); ?>';
               var ajax_nonce = '<?php echo wp_create_nonce( "secure_nonce_name" ); ?>';
           </script><?php
       }
       add_action ( 'wp_head', 'javascript_variables' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts Reloaded - Login Security, Brute Force Protection, Firewall] Error messages on custom login pages](https://wordpress.org/support/topic/error-messages-on-custom-login-pages/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/error-messages-on-custom-login-pages/#post-11566512)
 * This is better
 * `<?php echo $limit_login_attempts_obj->get_message(); ?>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Limit Login Attempts Reloaded - Login Security, Brute Force Protection, Firewall] Using custom login pages with Limit Loging Attempts Reloaded](https://wordpress.org/support/topic/using-custom-login-pages-with-limit-loging-attempts-reloaded/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/using-custom-login-pages-with-limit-loging-attempts-reloaded/#post-11566510)
 * Yes there is.
 * This code will do it
 * <?php echo $limit_login_attempts_obj->get_message(); ?>
 * You can then append to a string and make a cool error message.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10WebSocial] Feed No longer appearing](https://wordpress.org/support/topic/feed-no-longer-appearing/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/feed-no-longer-appearing/#post-10153413)
 * i went on to have a look at it seems to be showing the correct username now and
   this has fixed it, i was calling an incorrect instagram feed.
 * thanks
    -  This reply was modified 8 years, 1 month ago by [jaydjohno](https://wordpress.org/support/users/jaydjohno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10WebSocial] Feed No longer appearing](https://wordpress.org/support/topic/feed-no-longer-appearing/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/feed-no-longer-appearing/#post-10153367)
 * I am using the free version, i hwve signed in with that user account and thats
   the feed i am trying to view.
     Thats an error in free version not me as i cant
   view anything
    -  This reply was modified 8 years, 1 month ago by [jaydjohno](https://wordpress.org/support/users/jaydjohno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10WebSocial] Feed No longer appearing](https://wordpress.org/support/topic/feed-no-longer-appearing/)
 *  [jaydjohno](https://wordpress.org/support/users/jaydjohno/)
 * (@jaydjohno)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/feed-no-longer-appearing/#post-10152894)
 * Hi Tigran, i noticed you saying that you fixed the issue, but i have updated 
   to the latest version and it still isn’t working, i am on the free version and
   it tells me the endpoint is retired.
 * All my feeds have stopped working, I have installed another Instagram Plugin 
   and the feeds show on there but i prefer your plugin.
 * Please can you help
 * my url is critter.smudgehost.co.uk
    -  This reply was modified 8 years, 1 month ago by [jaydjohno](https://wordpress.org/support/users/jaydjohno/).

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