-
Author
-
November 20, 2016 at 02:37 #144830jwchameleoncorpParticipant
Hello,
Having the following BP Profile styling issues:
1. What is the difference between an Album versus Media, tab? Both tabs seem to do the same thing, exempt Media also adds music and video. I read this ticket and followed what it said, but I still see both tabs: https://archived.seventhqueen.com/forums/topic/album-vs-media
Is there a way to turn OFF Media or Album tabs, separately? Can I choose?
2. I’m trying to style my BP Profiles like your demo example pages:
However, I can not seem to duplicate your look. Here is an example of a profile on my site: http://www.matchingglove.com/members/charity/media/
As you can see I have the follow issues:
A) Media thumbnails do not look anything like your demo (not round, too small, excerpts don’t display right, etc.)
B) I can’t seem to get rid of the “Media” or “Album” tab, even though I turned it OFF in the Sweetdate > BP Profile Tabs
Things I’m trying to duplicate:
A) Round thumbnails in the media/photo display
B) The same menu tabs
How do I do this?
Thanks!
November 22, 2016 at 08:44 #144972LauraModeratorHello 🙂
1- They are the same, you can deactivate albums at rtmedia settings
2- The small media problem can be fixed with this css, add it to style.css of child theme
The tabs depend on what you choose to add at Sweetdate > BP Profile Tabs
The rest seems very like the demoHi 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 🙂
November 22, 2016 at 11:24 #144991jwchameleoncorpParticipantHey @laura
Did you forget to include the CSS in your reply? I don’t see it.
Thanks for the help!
Cheers. 🙂
November 22, 2016 at 20:59 #145049jwchameleoncorpParticipantHey @laura
1. Did you forget to include the CSS in your reply? I don’t see it.
2. I messed around a lot with the profile album, rdmedia, etc., and there are a several bugs.
A)
If I enable media (in rtmedia settings) I can not remove the album link in the user profile (see highlighted in attachment.) It’s very confusing for the user because the “Album” link does not display the same as the “Albums” link under Media. Since “Albums” exists under Media, I want to keep it under Media, and delete the other Album link. How do I do that?
B)
You’ll notice that under the Album link, round thumbnails display, like in the demo (see attached.) However, under Media, they are small squares (see attached). I want them to display like the demo.
But the conflict is that I want to delete the Album link as stated above, in item (A). How can I make the thumbnails look like the demo, under the Media link?
C)
When I click thumbnails under the Album link, they do not popup in light boxes, like the demo. Photos just display under the Albums link (see attached).
Even worse, when I try to click thumbnails under the Media link, as soon as you hover over the thumbnail to open it, you can only Edit or Delete the photo (see attached). Obviously that’s not right.
How do I display round thumbnails (like the demo) under the Media link, which open in light boxes (like the demo)?
I also created a profile for you in Ticket #144988. Feel free to login and try the things I’m talking about to see if you get the same results.
Thanks for the help!
Cheers. ?
Attachments:
You must be logged in to view attached files.November 25, 2016 at 07:34 #145266LauraModeratorHello, please share admin access so i can check it out 🙂 I can hide it with css, A,B and C 🙂
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 🙂
November 28, 2016 at 18:53 #145448LauraModeratorHello, i am trying to access your admin area but the server is always having issues, so i will post here some css that might fix your issue 🙂
Just add it to style.css of child themeCOPY CODEli#album-personal-li { display: none !important; } .rtmedia-container .rtmedia-list.rtmedia-list-media li { width: 100% !important; } a.rtmedia-list-item-a img { border-radius: 60% !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 🙂
November 29, 2016 at 19:31 #145565jwchameleoncorpParticipantHi @laura
Sorry about the server issues. I’m having my host provider check into it. Will get back to you about the code.
Thanks for your help. 🙂
November 30, 2016 at 12:12 #145642jwchameleoncorpParticipantDecember 2, 2016 at 02:39 #145859LauraModeratorHello, is it not working? Did you try cleaning the cache? Did you add it to quick css?
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 🙂
December 2, 2016 at 03:38 #145864jwchameleoncorpParticipantHi @laura
I checked again, and it did work! The server issues I was having must have been interfering with the display.
However, thumbnails of photos are displaying vertically (see attached snapshot). Is there a way to make them display left to right?
Thanks!
Attachments:
You must be logged in to view attached files.December 4, 2016 at 19:43 #146011LauraModeratorHello, try
COPY CODE.rtmedia-container .rtmedia-list.rtmedia-list-media li { float:left !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 🙂
December 4, 2016 at 21:43 #146035jwchameleoncorpParticipantHi @laura
Hope you’re having a good day.
I tried the code but was unsuccessful. I cleared the caches twice.
Do I need to do something different?
Thanks again for everything.
Cheers.
December 5, 2016 at 23:36 #146148LauraModeratorHello, try
COPY CODE.rtmedia-container .rtmedia-list.rtmedia-list-media { width: 600px !important; } .rtmedia-container .rtmedia-list.rtmedia-list-media li { width: 100px !important; float: left !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 🙂
December 6, 2016 at 00:04 #146161jwchameleoncorpParticipantHi @laura
Thanks for doing that. Unfortunately it did not work. Pics still display vertically.
I cleared the caches too.
Should I put it in the Quick CSS instead of the child style.css?
Cheers
December 7, 2016 at 03:37 #146280LauraModeratorHello,try both, but it should work, please try to contact a freelancer for more modifications because we cannot do much custom requests at this moment 🙂
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 🙂
December 7, 2016 at 05:10 #146301jwchameleoncorpParticipantHi @laura
Good news. Placing the code in Quick CSS made it work. Thanks for all your help. I really appreciate it.
Before I close this as resolved, I am trying to make the album thumbnails round, like the rest of the media (see snapshot).
I know you’re busy, so I will try to do it myself. Where I would find the code for this?
Thanks for everything. 🙂
Attachments:
You must be logged in to view attached files.December 9, 2016 at 02:07 #146484LauraModeratorHello, try
COPY CODEli.rtmedia-list-item.masonry-brick img { border-radius: 60px !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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.