mmozart
Forum Replies Created
-
Have you found the solution? I would be very grateful if you can share it with me.
Regards! ??
Forum: Plugins
In reply to: [BuddyPress Album] Latest uploaded photos widgetI have found solution. Since there is no response from the support team ?? here it is :
<?php $args = array( 'action' => bp_album_picture, 'max' => 5 ); ?> <?php if ( bp_has_activities( $args) ) : ?> <ul id="image-strip"> <?php while (bp_activities()) : bp_the_activity(); ?> <li><?php echo implode(explode("</a>", bp_get_activity_content_body(), -1)); ?></li> <?php endwhile; ?> </ul> <?php endif; ?>
Forum: Fixing WordPress
In reply to: Dashboard Widget area problemWhen I performed plugin reset,after the renaming plugin folder using FTP my widget admin page worked just fine. When I log in and rename folder from plugin.hold to plugin I experienced same issue. It looks like some plugin is making problems.
However, once again I’ve tried to deactivate all plugins and investigate problem by turning on one by one and I found that plugin SimpleReach Slide make this issue at my WP. I hope this will help the others with the same issue.
Cheers!
Forum: Fixing WordPress
In reply to: The Dashboard Widget area not working correctly.Anyway, I’m unable to access available or inactive widgets area: https://pokit.org/get/?efdae9f88b0481b7d279311948639783.jpg ?? esmi had a right, it looks like it is different kind of problem with the similar symptoms ??
Forum: Fixing WordPress
In reply to: The Dashboard Widget area not working correctly.@heymrleej Which widgets you have deleted? Maybe one specific widget made this issue?
@esmi Since the problem is not solved ( officially ) I think that might be good to continue with discussion here, isn’t it?
Forum: Fixing WordPress
In reply to: The Dashboard Widget area not working correctly.3 months left since last post. I’m experiencing same problem ?? Did anybody find the solution for the issue?
Or translate “Price” and “Details” to another language ??
Some more details what to edit in template file, please? Thank you in advance.
I did one simple test: disabled Shareaholic plugin and SFC then works just fine. Its problem in interference those two plugins.
OK. You can try by yourself at https://www.eakademik.com. It looks like when I click on Login button for comments it invokes login via Shareaholic app which is another app at facebook and it do not use my application.
Btw, I must admit, great work with this plugin!
I have used correct url. I click on Login button in the comments area but it notify me about Shareaholic. I have installed Shareaholic plugin.