mctenold
Forum Replies Created
-
I actually figured out the issue, this seems like a bug in the plugin, see my thread here: https://github.com/ultimatemember/ultimatemember/issues/665
Also this is related to my question and never was answered: https://www.ads-software.com/support/topic/registration-conflict-with-redirect_to-url/
Here is a screenshot of my selection: https://imgur.com/eJG51ve
Here’s basically what I’m trying to get to happen:
Say I have limited content on a page, at the bottom I have a link that says “Login to see the full article”.
When the user clicks that, I have it working so that if they login, it takes them back to that page. However if they get to that login page, and then they don’t have an account and click “Create Account” it takes them to the register page. Now when they register it’s not taking them back to that original page.
Forum: Plugins
In reply to: [WP-SCSS] Slow Loading since last updateSee here for updates: https://github.com/ConnectThink/WP-SCSS/issues/100
Forum: Plugins
In reply to: [WP-SCSS] Slow Loading since last updateBump.
Forum: Plugins
In reply to: [WP-SCSS] Slow Loading since last updateHaving the same problem here. This is making development a lot slower. What is the fix?
Forum: Plugins
In reply to: [InstaTeam Instagram Importer] Plugin Will Be Updated This WeekHow is this going?
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Console error with .jsThis is happening to me as well.
Forum: Plugins
In reply to: [Blogger Importer Extended] Latest blog posts not pulling throughThis is a crucial function. Anyone know how to do this?
I’m also having this issue.
Forum: Plugins
In reply to: [WordPress Popular Posts] Format date in post_htmlOh, the screenshot link wasn’t showing a screenshot before, I see it now.
Weird. Not sure why it wasn’t working on my end. I was trying all kinds of date formats in stats_date_format and nothing was changing the date format outputted. The only thing that worked was changing it in the source.
Forum: Plugins
In reply to: [WordPress Popular Posts] Format date in post_htmlI’m not seeing anything at that screenshot link.
Forum: Plugins
In reply to: [WordPress Popular Posts] Format date in post_htmlOut of curiosity, why is your H2 tag empty?
It gets filled by the jQuery timeago function.
Forum: Plugins
In reply to: [WordPress Popular Posts] Format date in post_htmlIn order to get it working quickly, I had to edit the source. :/ I changed line 2211 in
_get_date()
to:$date = date_i18n('c', strtotime($p->date));
I’m using the jQuery timeago plugin, and it needs it in an ISO 8601 timestamp.
Even changing the format to something like “Y-m-d” wasn’t working for me, the format was stuck at something like “August 26, 2015”.
Forum: Plugins
In reply to: [WordPress Popular Posts] Format date in post_htmlBy the way, it’s wpp_get_mostpopular() and not wpp_get_most_popular().
Then the text is wrong here: https://i.imgur.com/2Uq3A3V.png
Please, post your code here (or upload it to pastebin.com if it’s too large) so I can chdck it out.
<?php wpp_get_mostpopular('freshness=1&range=monthly&limit=3&stats_date_format="c"&stats_views=0&stats_date=1&thumbnail_width=300&thumbnail_height=440&wpp_start="<div class=\'pop-posts\'>"&wpp_end="</div>"&post_html="<a><div class=\'darken\'>{thumb_img}</div><h2 class=\'timeago\' title=\'{date}\'></h2><h1>{text_title}</h1></a>"'); ?>