-
Author
-
July 14, 2017 at 09:30 #167379AdamKParticipant
Hi Guys
our testers have come back with any issues and there is really only a couple of things. Not really showstoppers.
So when I upload a series of animated gifs, they upload okay, and the activity slider displays them okay except a slight formatting issue. The gifs are overlapping somewhat. You can see in the attachment (and on the test site).
Is there a fix to get them spaced out properly?
Please let me know, many thanks 🙂
Attachments:
You must be logged in to view attached files.July 14, 2017 at 10:14 #167381AdamKParticipantps – I tested this in TwentySeventeen and it seems only Kleo has the slider. The other theme just lists the gifs down the page, so I am guessing this is a Kleo thing 🙂
July 14, 2017 at 18:32 #167439LauraModeratorHello 🙂 Can you share access so i can take a look? I am sure with some css it will be fixed 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 17, 2017 at 00:48 #167634LauraModeratorHello, i see a fresh wordpress install, let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 17, 2017 at 05:17 #167654AdamKParticipantHi Laura
sorry about that – I have a couple issues with plugins from Buddyboss and I wanted to show them their plugin does not work in default themes too.
I have reactivated Kleo on the test site now. 🙂
July 17, 2017 at 12:58 #167668LauraModeratorHello, maybe this helps, try adding it to style.css of child theme 🙂
COPY CODE#buddypress .activity-inner .rtmedia-item-thumbnail { position: relative; width: 250px !important; height: 150px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 17, 2017 at 13:02 #167670AdamKParticipantHi Laura
that’s great that seemed to do the trick thanks 🙂
July 17, 2017 at 16:09 #167694AdamKParticipantHi Laura
sorry I spoke too soon 🙂
So – the gifs are now perfect.
Unfortunately the non-gifs image spacing has gone a little bit screwy. Now the normal images are overlapping a bit.
Have you got a bit more css for me?
Many thanks 🙂
July 17, 2017 at 23:56 #167747LauraModeratorHello, maybe this helps a bit
COPY CODEli.rtmedia-list-item.media-type-photo { width: 250px !important; } li.rtmedia-list-item.media-type-photo img { width: 250px !important; }
Let me know 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 18, 2017 at 05:07 #167783AdamKParticipantHi Laura
thanks for the css.
That one seemed to break the autoslide animation though, not sure why.
In the end I went with this, it seems to work.
.rtmedia-item-thumbnail{
padding: 0 10px 0 10px !important;
height: 150px !important;
}.rtmedia-list-item {
width: 275px !important;
}.rtmedia-item-title {
width: 150px !important;
overflow:hidden !important;
}Thanks for your assistance 🙂
July 18, 2017 at 20:22 #167850LauraModeratorGlad you could resolve it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 20, 2017 at 14:08 #168058AdamKParticipantHi Laura
I spoke too soon 🙁
Unfortunately the rtmedia-list-item is used in other places, and the css I did is messing with those other areas (e.g. media tab view).
I am not great at css, would it be possible to help me with a bit of css to better target the rtmedia-list-item on the activity page and not other places?
Hope you can help 🙂
July 20, 2017 at 22:43 #168127LauraModeratorHello, does this help?
COPY CODE.activity .rtmedia-item-thumbnail{ padding: 0 10px 0 10px !important; height: 150px !important; } .activity .rtmedia-list-item { width: 275px !important; } .activity .rtmedia-item-title { width: 150px !important; overflow:hidden !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 21, 2017 at 15:21 #168178LauraModeratorGreat 😀 glad it worked
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.