-
Iurie Malai started the topic A Groups Directory page strange behavior in the forum Help & Support 9 years, 11 months ago
I did not noticed when this happened, but some time ago in the Groups Directory page I observed a strange behavior (see the attached picture). What can this be?
-
Iurie Malai replied to the topic Iconsweets on mobile menus in the forum Help & Support 9 years, 12 months ago
So, this is an Android default browser problem (maybe only for Chinese devices?). In the Android version of Firefox the icons are rendered as expected.
-
Iurie Malai joined the group CBOX Developers 10 years ago
-
Iurie Malai replied to the topic Can't post activities or group announcements due to lack of 'Post Update' button in the forum Help & Support 10 years ago
Some time ago I also encountered this problem. Try this CSS code (put in style.css of your child theme):
#whats-new-options {
height: initial;
} -
Iurie Malai started the topic Alternative Public Group Control in the forum Help & Support 10 years ago
I found and installed the Alternative Public Group Control plugin, but I do not see any changes in groups settings. Somebody uses this plugin with CBOX? And how it works?
-
Iurie Malai replied to the topic About Redirect Group Home to Blog Home in the forum Help & Support 10 years ago
Hi, Scott!
After rethinking a little my own question, I consider that the first three behaviours that you described are too radical, but this was what I wanted. But you got me right! I want a special group just as a way to register members (automatically, at user registration) to the group blog. This can be easily achieved with the…[Read more]
-
Iurie Malai replied to the topic About Redirect Group Home to Blog Home in the forum Help & Support 10 years ago
The best solution that I can imagine is to implement this only for non-administrators. The question is how!?
-
Iurie Malai started the topic About Redirect Group Home to Blog Home in the forum Help & Support 10 years ago
I like this option from the GroupBlog plugin, but not for all groups at once. I would like a similar option for each group, so that I can select which group home will be redirected to blog home and which not. Is this possible?
UPDATE
I think this can be solved with a .htaccess redirect. Am I right?
-
Iurie Malai replied to the topic Site Wide Daily Digest in the forum Help & Support 10 years, 1 month ago
@stevedtj,
I think that makes sense to have a special group where users are added automatically at registration, and users of that group can be subscribed (also automatically) to a kind of digest with some selected general site wide activities (about new resources/blogs, new forum topics, new posts), maybe with an option to select about what…[Read more] -
Iurie Malai replied to the topic Wordpress Login banner in the forum Help & Support 10 years, 1 month ago
This topic is too old, but …
To hide the WordPress login/register top bar for logged out users just disable the “Show the Toolbar for logged out users” option in the Buddypress settings.
-
Iurie Malai replied to the topic Site Wide Daily Digest in the forum Help & Support 10 years, 1 month ago
I like the Christian solution, I tested a similar one some time ago. It is useful if the “General” group is linked to the main blog and this is the only blog. But, the idea to inform group members about all site activities can be not too good without a good activities filter, especially if there are more blogs and more…[Read more]
-
Iurie Malai replied to the topic Where to look for my favorite topics? in the forum Help & Support 10 years, 1 month ago
OK, I found the answer on my first question. This is the “forums/favorites/” from the member page. The message “Sorry, there was no activity found. Please try a different filter“ was for Activity.
How about the second question?
-
Iurie Malai started the topic Where to look for my favorite topics? in the forum Help & Support 10 years, 1 month ago
1) I marked some my own forum topics as favorited. Where can I look for a list of them? I looked for this in Favorites of my member page, but I see here only the message “Sorry, there was no activity found. Please try a different filter“. The selected filter was Everything.
2) Working in this forum I thought that it would be helpful for all of us…[Read more]
-
Iurie Malai replied to the topic Enable regular menu on mobile devices in the forum Help & Support 10 years, 1 month ago
@haystack –
Christian, thank you! I will experiment with this.Regards,
Iurie -
Iurie Malai replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@haystack –
Christian, I want to say a big thank you!The only needed adjustments was the CSS
.flex-container {width: 640px; margin: 0px auto;}
.
For those who will want to implement this solution the rule is simple: all representative images for Featured Slider must have a width not less than that fixed by this CSS.Best regards,
Iurie -
Iurie Malai replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@haystack –
Thanks, I will try now. -
Iurie Malai replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@haystack –
Christian, I am impressed by your work! Thank you! I thought that the task will be a little easier :-)!I re-enabled my site, so you can see how your code works. It seems like it needs some adjustments.
A small explanation: In my slider I have two test slides with two featured images – with sizes 424 × 283 and 960 × 639 p…[Read more]
-
Iurie Malai replied to the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
@scottvoth – Scott, thank you! If I will fail with the shortcode I will try the plugin that you recommend.
I copied the featured slider template to the template folder of my CBOX child theme and renamed it to featured-slider.php. I load it with the below shortcode/function (see the source). Also was needed a little css code:
.flexslider li {…
[Read more] -
Iurie Malai started the topic How to insert the slider by a shortcode? in the forum Help & Support 10 years, 1 month ago
I try to insert the slider by a shortcode, but without success. Here is my function code, but something is wrong (see the result):
add_shortcode(‘display_flex_slider’, ‘display_flex_slider_shortcode_handler’);
function display_flex_slider_shortcode_handler(){
$slider = infinity_option_get( ‘cbox_flex_slider’ ) > 0;
if ( $slider === true )… -
Iurie Malai replied to the topic Iconsweets on mobile menus in the forum Help & Support 10 years, 1 month ago
@scottvoth – Thank you, Scott!
- Load More