-
Author
-
February 23, 2014 at 14:56 #11322oscar34Participant
Hi I turned BP Album= OFF
so I use RTmedia.
Which works, user can upload photos and on profile page under media tab the carousel works fine all good. But I need three small modifications:
1- On that carousel I want the thumb image sizes appear as 160x160px (at the moment as default they appear as 120x120px). Basically on the admin panel on RTmedia settings I changed the thumbnail szies but didnt work so I guess a file needs to be modified manually and I dont know which file please help?
2- I want the same carousel appears as left aligned (at the moment as you know it appears as center aligned. So which file to edit?
3-On the same profile page the avatar photo => At the moment as its not clickable, not photo enlargement no lightbox effect. How can I have the same effect as the carousel thumbs has effect, the same lightbox effect I want on avatar photo too. So how I can have that?
Please help thanx.February 26, 2014 at 20:53 #11486AbeKeymasterHi, Try changing by css
COPY CODE#gallery-carousel .circle img, #gallery-carousel .circle {height: 150px;} #gallery-carousel { left: 0 !important; }
3. you need to edit sweetdate\members\single\member-header.php and make your customizations there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 26, 2014 at 21:00 #11487oscar34ParticipantThanx
For the #1 which css file do I need to edit to make those changes? Is that file app.css ?March 1, 2014 at 01:48 #11666AbeKeymasterAdd the css in Sweetdate – Styling options – Quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 1, 2014 at 12:52 #11707oscar34ParticipantI added this in Sweetdate – Styling options – Quick css:
#gallery-carousel .circle img, #gallery-carousel .circle {height: 150px;}
#gallery-carousel {
left: 0 !important;
}But it adds that in MySQL DB
I want that in a css file, so which css file is controlling that carousel image in profile page under MyPhotos tab next to the avatar image?
Also which php file is controlling the datas displayed in those tabs which are displayed in dt and dd tags?
ThanxMarch 4, 2014 at 22:09 #11893AbeKeymasteradd it in sweetdate-child/style.css
All tabs are generated by this file: wp-content\themes\sweetdate\custom_buddypress\class-bp-tabs.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 4, 2014 at 22:22 #11898oscar34ParticipantHi Abe
Thanx you solved all other problems, you can change status of them all as resolved.
I have only 1 problem left: Could you please help me out on this:
Age is different when user logs out !
I use the latest versions of WP and BP.and SweetDate
When user logs in, on the tabs age shows as correct (born year 1990 it shows as 24) but when user logs out (also non-members) can view the same page same age data differently as 44 (the default age data of buddypress) instead of 24. Why do you think that happens? Any solutions?
Thanx -
AuthorPosts
The topic ‘RTmedia thumb image size, and alignment issue and avatar image enlarge effect’ is closed to new replies.