This topic has 15 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #128472
     BarbITA
    Participant

    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)

    #128533
     Radu
    Moderator

    Hi,

    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 solution
    #128643
     BarbITA
    Participant

    yes sure!
    Here it is http://www.nintendon.it/home-parte-centrale-prova-1

    Attachments:
    You must be logged in to view attached files.
    #128793
     Radu
    Moderator

    Hi,

    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 solution
    #129165
     BarbITA
    Participant

    nice, work perfectly!

    #129200
     Radu
    Moderator

    Great

    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 solution
    #129738
     BarbITA
    Participant

    hello radu, can I disable the animation only for this element? What is the code css? Thanks!

    #130057
     Radu
    Moderator

    Hi,

    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 solution
    #130248
     BarbITA
    Participant

    mmm nothing radu, doesn’t work this css (you can try visiting the home)

    #130262
     Radu
    Moderator

    What 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 solution
    #130283
     BarbITA
    Participant

    et voilà

    Attachments:
    You must be logged in to view attached files.
    #130290
     Radu
    Moderator

    Hi,

    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 solution
    #130327
     BarbITA
    Participant

    not yet radu \:

    #130394
     Radu
    Moderator

    Hi,

    Replace with these

    COPY CODE
    
    ul.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 solution
    #130492
     BarbITA
    Participant

    yes, now it works!!!
    Thanks radu!

    #130504
     Radu
    Moderator

    Great

    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
Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?