Forum Replies Created
-
AuthorPosts
-
December 6, 2014 at 7:05 pm #5306Iurie MalaiParticipant
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.
November 22, 2014 at 2:59 am #5284Iurie MalaiParticipantSome time ago I also encountered this problem. Try this CSS code (put in style.css of your child theme):
#whats-new-options { height: initial; }
November 9, 2014 at 3:32 pm #5256Iurie MalaiParticipantHi, 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 current CBOX options (and with a not complicated function), so my problem is solved, at least for now.
Thanks a lot for the intention to help me! I apologize for the inconvenience!
Best regards,
Iurie
November 7, 2014 at 4:47 am #5254Iurie MalaiParticipantThe best solution that I can imagine is to implement this only for non-administrators. The question is how!?
October 29, 2014 at 2:03 pm #5248Iurie MalaiParticipant@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 activities they want to be informed. I think that this could be done with a special plugin, but I am not a coder, @haystack or others can say if this is possible.October 27, 2014 at 4:04 pm #5244Iurie MalaiParticipantThis 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.
October 27, 2014 at 3:37 pm #5243Iurie MalaiParticipantI 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 groups.
The question is how to show all site activities in one group?
October 27, 2014 at 2:44 pm #5242Iurie MalaiParticipantOK, 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?
October 27, 2014 at 2:13 pm #5240Iurie MalaiParticipant@haystack –
Christian, thank you! I will experiment with this.Regards,
IurieOctober 27, 2014 at 2:01 pm #5239Iurie MalaiParticipant@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,
IurieOctober 27, 2014 at 12:44 pm #5237Iurie MalaiParticipant@haystack –
Thanks, I will try now.October 27, 2014 at 12:33 pm #5231Iurie MalaiParticipant@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 px.
UPDATE
About adjustments – they are necessary in your code or I can do this by some CSS?
- This reply was modified 10 years, 1 month ago by Iurie Malai.
- This reply was modified 10 years, 1 month ago by Iurie Malai.
- This reply was modified 10 years, 1 month ago by Iurie Malai.
- This reply was modified 10 years, 1 month ago by Iurie Malai.
October 25, 2014 at 2:44 pm #5222Iurie MalaiParticipant@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 { display: initial !important; }
. The function and the shortcode works, but somehow strange, all slides are displayed as one (all together). Is there a way to improve this behavior? I hope @haystack or @r-a-y can help.function display_flex_slider_shortcode_handler( $attr ){
ob_start();
get_template_part( ‘templates/featured’, ‘slider’ );
return ob_get_clean();
}add_shortcode(‘display_flex_slider’, ‘display_flex_slider_shortcode_handler’);
October 24, 2014 at 9:03 am #5216Iurie MalaiParticipant@scottvoth – Thank you, Scott!
October 24, 2014 at 1:59 am #5208Iurie MalaiParticipant@scottvoth – Thank you, Scott! They are not working only on my Android mobile devices – a Chinese Vowney V5 smartphone and also a Chinese Pipo M8Pro tablet with Android 4.2. The screenshot is from my smartphone.
My profile menu with Iconsweets fonts on my in development site.
- This reply was modified 10 years, 1 month ago by Iurie Malai.
- This reply was modified 10 years, 1 month ago by Iurie Malai.
Attachments:
You must be logged in to view attached files. -
AuthorPosts