johnpaul_86
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Facebook, twitter buttons missingYes I am able to place them correctly. It is displaying once you click on the hands symbol but initially hidden.
Url : https://stage.pepelwerk.com/what-inspired-the-pepelwerk-vision/
Scroll to the bottom after contents. But now I am able to see it. Seems the problem is fixed.
Hello, i am facing another issue now.. This plugin conflict with NextCellent Gallery. the post with gallery which are coming from this plugin , i mean auto loading posts with gallery; gallery is not working..
i found out the issue
the function name is wrongly defined “updategoogle_analytics”,
it should be update_google_analytics .. thats is all done , let me know if anyone need help..
what will be the reason Next Post URL: undefined .. will that creating this issue : Uncaught ReferenceError: update_google_analytics is not defined
i have the same issue. when i inpsect element and saw :
Post Title: Politici in erba si sfidano sulla sabbia – fotogallery
auto-load-next-post.min.js?ver=1.4.2:1 Next Post URL: https://www.example.com/il-fantasma-di-clint-eastwood-ventanni-dopo/
auto-load-next-post.min.js?ver=1.4.2:1 Post Navigation Removed!
auto-load-next-post.min.js?ver=1.4.2:1 Next Post URL: undefined
auto-load-next-post.min.js?ver=1.4.2:1 Post Title: Il fantasma di Clint Eastwood, vent’anni dopo
auto-load-next-post.min.js?ver=1.4.2:1 Next Post URL: https://www.example.com/amaro-debutto-per-il-lugano-di-zeman/
auto-load-next-post.min.js?ver=1.4.2:1 Post Navigation Removed!
auto-load-next-post.min.js?ver=1.4.2:1 Next Post URL: undefined
auto-load-next-post.min.js?ver=1.4.2:1 Post Title: Amaro debutto per il Lugano di Zeman
auto-load-next-post.min.js?ver=1.4.2:1 Google Analytics Tracked
auto-load-next-post.min.js?ver=1.4.2:1 Uncaught ReferenceError: update_google_analytics is not definedForum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Undefined indexin this admin page your_domainname/wp-admin/admin.php?page=newsletter_subscription_profile here just add a profile name and save. error goes.. Any further doubts or projects regarding wordpress . email me : [email protected]
this will work man.. send ur mail.. i will send fully zipped workng folder
<script src=”https://code.jquery.com/jquery-1.8.3.js”></script>
<script>$(function() {
$( “#todatepicker” ).datepicker();
});
</script><input type=”text” id=”todatepicker” style=”width:175px;” />
</label></td>add this hook in your functions.php
/*-------------------------------------------------------------------------------------*/ /* Login Hooks and Filters /*-------------------------------------------------------------------------------------*/ if( ! function_exists( 'custom_login_fail' ) ) { function custom_login_fail( $username ) { $referrer = $_SERVER['HTTP_REFERER']; // where did the post submission come from? // if there's a valid referrer, and it's not the default log-in screen if ( !empty($referrer) && !strstr($referrer,'wp-login') && !strstr($referrer,'wp-admin') ) { if ( !strstr($referrer,'?login=failed') ) { // make sure we don’t append twice wp_redirect( $referrer . '?login=failed' ); // append some information (login=failed) to the URL for the theme to use } else { wp_redirect( $referrer ); } exit; } } } add_action( 'wp_login_failed', 'custom_login_fail' ); // hook failed login if( ! function_exists( 'custom_login_empty' ) ) { function custom_login_empty(){ $referrer = $_SERVER['HTTP_REFERER']; if ( strstr($referrer,get_home_url()) && $user==null ) { // mylogin is the name of the loginpage. if ( !strstr($referrer,'?login=empty') ) { // prevent appending twice wp_redirect( $referrer . '?login=empty' ); } else { wp_redirect( $referrer ); } } } } add_action( 'authenticate', 'custom_login_empty');
i guess this will help you..it solved my problem.
Forum: Plugins
In reply to: get_term_link not working with permalinks set to post namesame problem i faced. and i got solution that you should have a file taxonomy-{taxonomy-name}-{taxonomy-term}.php…
its a plugin not a theme
this is also not working.. i tried it