-
Author
-
July 8, 2016 at 03:11 #128472BarbITAParticipant
Hello, I would create a frame with a sidebar widget, but I would that this widget remain inside the frame (and be scroollable too)
In specific I would insert the “sitewide activity buddypress” plugin in the homepage.
It is something like this, but I would insert in an iframe scrollable (it’s too long)
Is it possible? How? (I’m using the element Widgetised Sidebar)July 8, 2016 at 17:51 #128533RaduModeratorHi,
In the sidebar i see that you are using an widget that paginate the activity, do you have solved ?
Where i can see a long list… to can take a look at it to make it scrollable ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 10, 2016 at 13:29 #128643BarbITAParticipantyes sure!
Here it is http://www.nintendon.it/home-parte-centrale-prova-1Attachments:
You must be logged in to view attached files.July 11, 2016 at 17:07 #128793RaduModeratorHi,
With this kind of css you can do that
COPY CODE.buddypress.widget ul.site-wide-stream { max-height: 250px; overflow-y: scroll; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 14, 2016 at 16:53 #129200RaduModeratorGreat
Have a nice week
If you are really satisfied by our client support service please leave a positive review about this on the themeforest.net KLEO page : https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thanks you in advance.
Regards.
Radu.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 21, 2016 at 04:58 #129738BarbITAParticipanthello radu, can I disable the animation only for this element? What is the code css? Thanks!
July 25, 2016 at 14:12 #130057RaduModeratorHi,
Try with this css
.buddypress.widget ul.site-wide-stream {
-webkit-animation: none !important;
-o-animation: none !important;
animation: none !important;
opacity: 1 !important;
-moz-transform: none !important;
-webkit-transform: none !important;
-o-transform: none !important;
transform: none !important;
}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 26, 2016 at 17:14 #130248BarbITAParticipantmmm nothing radu, doesn’t work this css (you can try visiting the home)
July 26, 2016 at 17:56 #130262RaduModeratorWhat element are you referring ?
Provide screenshot that pointing element please to can provide to you correct solution
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 26, 2016 at 19:11 #130283BarbITAParticipantet voilà
Attachments:
You must be logged in to view attached files.July 26, 2016 at 19:38 #130290RaduModeratorHi,
Use this css
COPY CODE#main-container .article-content .widget_bp_swa_widget .swa-wrap { -webkit-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -moz-transform: none !important; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; }
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 27, 2016 at 16:40 #130394RaduModeratorHi,
Replace with these
COPY CODEul.site-wide-stream.swa-activity-list.swa-clearfix > li { -webkit-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -moz-transform: none !important; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; } #main-container .article-content .widget_bp_swa_widget .swa-wrap { -webkit-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -moz-transform: none !important; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 28, 2016 at 15:13 #130504RaduModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.