jaydjohno
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Popup Plugin ignoring custom CSSYour very welcome ??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Popup Plugin ignoring custom CSSThats 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
In reply to: Losing my mind with AjaxJoy 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
In reply to: Losing my mind with AjaxI 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
In reply to: Losing my mind with AjaxSorry 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' );
This is better
<?php echo $limit_login_attempts_obj->get_message(); ?>
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
In reply to: [10WebSocial] Feed No longer appearingi 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 6 years, 11 months ago by jaydjohno.
Forum: Plugins
In reply to: [10WebSocial] Feed No longer appearingI 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 6 years, 11 months ago by jaydjohno.
Forum: Plugins
In reply to: [10WebSocial] Feed No longer appearingHi 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 6 years, 11 months ago by jaydjohno.