Broobe
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Articles] Page shifts to the leftHi,
The problem is that your theme is responsive. Social Articles is not responsive… You will have to play with the image and content size (articles list)
To fix the problem with the menu, you have to make this change:
<div id="content" class="social-articles-content">for
<div id="content" class="social-articles-content columns eight layout_four">Line 15, file: includes\templates\members\single\articles.php
When you make this changes, you will have to adjust the image and content size. These are the classes that you have to modify:
.article-image
.article-dataForum: Plugins
In reply to: [Social Articles] Page shifts to the leftHi,
Please, write to our support email and I will try to help you.
Thanks!
Forum: Plugins
In reply to: [Social Articles] Page shifts to the leftHi @jenkisan,
The fix which was mentioned by @TPdaking#7782 is specific for Social Buddy theme. What theme are you using?
Thanks!
Forum: Plugins
In reply to: [Social Articles] uploading images is not working. but great plugin!!Hi! I will fix this error in future version! Sorry for the delay and thanks for using our plugin!
Forum: Plugins
In reply to: [Social Articles] NOT Showing images and Not uploading imagesHi! I will fix this error in future version! Sorry for the delay and thanks for using our plugin!
Forum: Plugins
In reply to: [Social Articles] Not compatible with child themesHi! Sorry for the delay. Did you make it work? Thanks for using our plugin!
Forum: Plugins
In reply to: [Social Articles] Limit the number of posts a member can makeHi! I’ve just added this suggestion in my backlog for future versions!
Forum: Plugins
In reply to: [Social Articles] Not responsiveHi!
Some people ask us about that…We are trying to find a way to make Social Articles responsive. It’s not easy, because we are dependent on the theme… :S
Thanks for your suggestion and keep in touch!
Forum: Plugins
In reply to: [Social Articles] Direct link to new article.I’m glad that it’s working! Don’t forget to rate the plugin 😉 Keep in touch for future updates! thanks!
Forum: Plugins
In reply to: [Social Articles] Direct link to new article.Hi!
Maybe something like that:
<?php $user_domain = bp_is_user() ? bp_displayed_user_domain() : bp_loggedin_user_domain(); ?> <a href="<?php echo trailingslashit( $user_domain.'articles/new' )?>">New Article</a>Let me know if it works for you!
Forum: Plugins
In reply to: [Social Articles] How to add My Articles in BuddyPress TOP toolbar MenuAdded in version 1.4. Enjoy!
Forum: Plugins
In reply to: [Social Articles] Direct link to new article.Hi! In version 1.4, I added the direct link in the top admin bar. I hope this works for you!
Thanks for using our plugin!
Forum: Plugins
In reply to: [Social Articles] Page shifts to the leftThat’s something related with each theme. If you fixed it, please send me the CSS lines to update the plugin.
Thanks!
Forum: Plugins
In reply to: [Social Articles] Edit templateHi!
You can’t use a custom template, but you can change the default one in social-articles\includes\templates\members\single\articles
Thanks for using our plugin!
Forum: Plugins
In reply to: [Social Articles] Please advise how to customize the layout templateGreat!