George
Forum Replies Created
-
I can confirm that it works now, thanks once again!
Ok thanks for the very fast response time Jack!
The notification is for a custom post type’s New Comment(WP Job Manager). Other shortcodes also do not seem to work like [user_nicename], [user_lastname], [nickname], etc
Author has first and last name for sure, the original post author [post_author] shortcode works fine(it displays first and last name though).
Forum: Reviews
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Gets the job doneI had to use this code in functions.php
function add_top_login() {
$ajaxArgs = array(
‘profile_link’ => false,
‘template’ => ‘modal’,
‘registration’ => false,
‘remember’ => true
);
login_with_ajax($ajaxArgs);
}and then call that in my template
<?php add_top_login(); ?>otherwise it wouldn’t work. It took me a while to figure out.
Then, I still don’t know how I can call the modal link from any link in my post as the [lwa] shortcode just gives me a user name and password field. I want to be able to create a link that loads the login modal.
Thanks again for your plugin Marcus!
I agree with that too!
Forum: Plugins
In reply to: [Preloader] It doesn't workHi, sorry, it’s working fine, I was modifying the wrong template!
Cheers
Forum: Plugins
In reply to: Duplicator Error – "Scan Error Please try again!" Server Status: 400 -OKI get the same issue on Dreamhost too and I didn’t used to get it. It was maybe failing once but always worked the second time.
Same problem here, any chance of fixing it?
Forum: Plugins
In reply to: [Kebo Twitter Feed] Widget height and scrollbarPerfect, that will do for now! I would like to add on that. Depended on your template you might want to add a padding-right value to the class to shift it away from the scroll bar a bit. I also noticed that for the overflow-y and padding-right value, I had to add !important at the end.
Thank you!
Forum: Plugins
In reply to: [Kebo Twitter Feed] Widget height and scrollbarYeah, sometimes you want to be able to show a lot of feeds but you don’t want the widget to extend all the way down the page for aesthetic and layout pursposes.
The wysija doesn’t allow you to send a newsletter as a post, it seems to have a nasty bug(at least foe me) when you try to import a post into the newsletter editor
Great, it works now, thanks!
Yes, you are right about that, just checked it out. It definitely needs to be adressed…
same problem here in IE8… firefox & safari works fine
Your site works fine in IE9…
Hi. I have the same problem even though I am using the new shortcode. Can you help me? Also using latest version of plugin and WordPress. Thank you!