easilyamused
Forum Replies Created
-
Forum: Plugins
In reply to: [PowerPack for LearnDash] Fatal Error On Latest Update@studentwellbeingcourse correct. You should be good to go.
Forum: Plugins
In reply to: [PowerPack for LearnDash] Conflict when translatingThanks for the update. We will be debugging this week.
Forum: Plugins
In reply to: [PowerPack for LearnDash] This plugin causes a security alert on SitegroundHi @luisdesousa,
Thank you for reporting in. We acquired this plugin today and will make this a top priority for our team. However, this is the only reported case of these issues.
Forum: Plugins
In reply to: [PowerPack for LearnDash] Conflict when translatingHi @wmacmill,
Thanks for reporting in. How were you translating your content?
With the function, you posted above? How about the rest of your site?This might be a limitation of LearnDash itself. I know they are going to be improving translation support in LD 4.0.
@rholic we have no other reports of this but are happy to take a look. It sounds like you are having a conflict somewhere either with custom code in your theme or other plugins you have installed.
Can you give us an update?
Also, can you give us a list of plugins you have active and what theme you are using?
Forum: Plugins
In reply to: [PowerPack for LearnDash] logging off on a page with course@artem7 This sounds more like a caching issue to us.
Can you report back on your outcome?
Forum: Plugins
In reply to: [PowerPack for LearnDash] question on group unenroll@lorilself did your secondary issue get resolved regarding the details link?
Forum: Plugins
In reply to: [PowerPack for LearnDash] One more problem@jjones37 are you still having issues?
Forum: Plugins
In reply to: [WP Extra File Types] Can’t get .EPS to workWe can close this, sorry. It was a conflict between your plugin and ACF settings. User error.
Forum: Reviews
In reply to: [WP eCommerce] UPDATE: I bought the Gold Cart and FedEx PluginCan you shed more light on this topic?
How did you fix it?
Forum: Plugins
In reply to: [BP Profile as Homepage] Not redirectingIf you change lines 75 – 80 with what i have below, it will always show you what you have selected when you go back to the settings page. Granted this is a small patch for what was already there. We should really query the database and pull the list of user types from there.
<option value="" <?php if($opt_val == ''):?>selected="selected" <?php endif; ?>>No One</option> <option value="administrator" <?php if($opt_val == 'administrator'):?>selected="selected" <?php endif; ?>>Administrators</option> <option value="editor" <?php if($opt_val == 'editor'):?>selected="selected" <?php endif; ?>>Editors</option> <option value="author" <?php if($opt_val == 'author'):?>selected="selected" <?php endif; ?>>Authors</option> <option value="contributor" <?php if($opt_val == 'contributor'):?>selected="selected" <?php endif; ?>>Contributors</option> <option value="subscriber" <?php if($opt_val == 'subscriber'):?>selected="selected" <?php endif; ?>>Subscribers</option>
Forum: Plugins
In reply to: [BP Profile as Homepage] Not redirectingSame problem,
I’m trying to fix this right now.
I already fixed two small bugs on line 16 and 23.
bp_is_front_page should just be is_front_page nowbp_is_front_page is deprecated.
hmmmm…
Im having the same problem, but the site has been live for 2 weeks. So not DNS related. When i check the xmlrpc link in the browser, it returns “XML-RPC server accepts POST requests only.”
and the curl seems to be working fine too. My clients host(register.com) has no idea whats going on and it worked in production just fine.
My problem was
echo get_avatar( get_the_author_meta('ID'), 182 );
worked fine if the Author wrote a post, but would show the defoult if there was no published post by that Author.@doodlebee trick worked for me.
Thanks a Ton ;c )
I had the same problem and @beesolution.it code fixed the bug.
Thanks for the simple plugin ;c )