funkydan2
Forum Replies Created
-
Forum: Plugins
In reply to: [Sermon Manager] Published sermon does not appearHi @nikolam,
Yes – you did email me (fantastic support – thanks!). You sent the development version (which is probably not all that different from 2.11.3) which fixed the bug.
(And please make this thread as resolved. I don’t think I can as I’m not the OP. @geckobrainz?)
- This reply was modified 8 years, 3 months ago by funkydan2.
Forum: Plugins
In reply to: [Sermon Manager] Sermon DisplayAre you wanting to display every sermon in a grid? I’m not sure if that’s what the [sermon_images] shortcode does. If you look at the knowledgebase it seems that shortcode displays series of sermons, not individual sermons.
Forum: Plugins
In reply to: [Sermon Manager] Published sermon does not appearEmail sent – thanks Nikola.
Forum: Plugins
In reply to: [Sermon Manager] Published sermon does not appearHmm, not resolved for me.
Latest sermon won’t save ‘date preached’ and doesn’t appear in sermon archive or podcast.
Forum: Plugins
In reply to: [Sermon Manager] Published sermon does not appearMe too. Also, the podcast feed doesn’t have the latest sermon.
The sermon is displayed via direct link to the post, but not in the archive or podcast.
- This reply was modified 8 years, 4 months ago by funkydan2.
Forum: Plugins
In reply to: [Sermon Manager] Customise subtitle on sermons pageFantastic, thanks Nikola.
Forum: Themes and Templates
In reply to: [Responsive Brix] Blog post displayed on static pageOk, now I feel a bit silly.
Just found the setting under Customise->Widgetised Template – Modules right down the bottom there’s a setting to de/activate the blog on the front page. Turned that off and everything is back to normal.
Forum: Themes and Templates
In reply to: [Responsive Brix] Blog post displayed on static pageUpdated to 4.3.0 today, no change on having blog posts displayed along with the static front page.
Forum: Themes and Templates
In reply to: [Responsive Brix] 4.2.3 breaks alignment on widget front pageFantastic! 4.2.4 was released today and has fixed the alignment issue. However, I’ve still got blog posts showing below the static homepage.
- This reply was modified 8 years, 10 months ago by funkydan2.
Forum: Themes and Templates
In reply to: [Responsive Brix] 4.2.3 breaks alignment on widget front pageAnd I’ve just noticed that blog posts are now displayed beneath the static page.
Forum: Plugins
In reply to: [Sermon Manager] 2.0 Has Breaking Changes@antgiant – thanks for this.
The podcast feed on my site broke after the upgrade to 2.0 (castfeedvalidator.com said the problem was the feed was about 7MB rather than <512kb). Your patch seems to have fixed that.
Wow – thanks Cristophor – that is great service!
Is there a way to donate to you guys?
hi Cristophor – email sent.
I’ve just done a fresh install of the plugin, but no change.
I think I’ve found the problem.
It’s in line 208 of login.php
$login_form .= '<a href="'. esc_url($lostpassword_url) .'">'. apply_filters('wppb_login_lostpass_text', __('Lost your password?','profilebuilder')) .'</a>';If I change the bit where it translates the string, i.e. change
__('Lost your password?','profilebuilder')
to
'Lost your password?'The string is displayed in the login widget.
However, I don’t know enough about php or the wordpress api to know why this string is being returned empty by the __ function. The site is in English.
In profilebuilder.pot, there are two similar strings defined – both “Lost your password” and “Lost your password?” (with a question mark) – could that be the source of the bug?
Thanks adispiac, but I’ve already done this.
This is the code that the links below the widget’s form should be using
<p class="login-register-lost-password"> <a href="http://bmwn.qcca.org.au/register/">Register</a> | <a href="http://bmwn.qcca.org.au/password-recovery/"></a> </p>So the issue isn’t the URL, but the label for the URL isn’t there.