Forum Replies Created
-
Author
-
March 4, 2014 at 22:22 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #11898oscar34Participant
Hi 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?
Thanxoscar34ParticipantHi Abe other day I deactivated this plugin: “BP XProfile WordPress User Sync” and tabs work ok since then. But that age problem still occurs.
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?
ThanxMarch 1, 2014 at 12:52 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #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?
ThanxFebruary 28, 2014 at 17:31 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #11628oscar34ParticipantThis reply has been set as private.February 27, 2014 at 13:53 in reply to: Profile page tabs data, First Name Last Name, Age issues #11540oscar34ParticipantThis reply has been set as private.February 26, 2014 at 23:27 in reply to: Profile page tabs data, First Name Last Name, Age issues #11502oscar34ParticipantThis reply has been set as private.February 26, 2014 at 21:00 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #11487oscar34ParticipantThanx
For the #1 which css file do I need to edit to make those changes? Is that file app.css ?oscar34ParticipantThanx Abe I ve done that too, first I thought it was select box, then I made it text box but still was working because I was typing 1 letter only, now I relaised after your reply that I had to type 2-3 letters of a city. Now works. I guess there is no way of making it with select box?
Thanx Abe you re very helpful.February 25, 2014 at 01:56 in reply to: I want to change these text's color.On the profile page just under the member's #11401oscar34ParticipantIs that the way?
<?php
if ( bp_get_profile_field_data( ‘field=Gender&user_id=’ . $bp->loggedin_user->id ) == ‘Man’); {
echo ‘<i class=”icon-male”></i>’;
}
else {
echo ‘<i class=”icon-female”></i>’;
}
?>February 25, 2014 at 01:51 in reply to: I want to change these text's color.On the profile page just under the member's #11400oscar34ParticipantThats about age, not the gender. But my question was about gender of user.
thnxFebruary 25, 2014 at 00:44 in reply to: I want to change these text's color.On the profile page just under the member's #11374oscar34ParticipantHi
No you didnt answer me about this, but I seen you answered some else’s similar question but that question is different: It says change the color of the background if female user logged in or male user logged in. But my question for all users member to site. Whether site user logged in or not can be able to see the member’s gender in color above avatar thats all.
Thanx:https://archived.seventhqueen.com/forums/topic/profile-theme
Different styling based on member typeFebruary 25, 2014 at 00:28 in reply to: I want to change these text's color.On the profile page just under the member's #11367oscar34ParticipantThank you Abe
Also regarding to #1 above:
I want to put next to user-nicename above avatar, the gender information
I will put an icon for the gender of that user. So how do I do that? What code brings the gender info according to that user?
Thnxoscar34ParticipantHi
I turned City autocomplete= ON
Geonames username= MyGeonamesUsername
City field= City
Country Field= Country
Country Code=GB ( ISO-3166 alpha2 code for Great Britain)But on registration form when I select Great Britain, still city form box appears empty ! It doesnt work.
oscar34ParticipantHi Abe thnx you were helpful, while u re answering me could you answer these 3 topics as well please?
https://archived.seventhqueen.com/search?q=oscar34
Also I created API in Facebook and on theme I enabled Facebook Login and on Api I entered my url but facebook login doesnt work when I click on the button on login popoup window, I get this message from facebook (I know this has nothing to do with your theme but you might know maybe thats why I m asking thanx):
“Given URL is not permitted by the application configuration.: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.”oscar34ParticipantI have the same problem, but I cant find the answer on this site. Please help. Anyone?
February 19, 2014 at 18:51 in reply to: I have SweetDate WP theme, which plugins should you recommend to achieve these: #11173oscar34ParticipantHi Abe
I should make some changes on the search form box. So which are the files for it?
(the search box that appears on home page below the site logo).
Also for the php coding: This gets the date from DB for user name=> bp_displayed_user_name
But how about the age, what is it for the user’s age? ( bp_displayed_user_..?.thnx
February 19, 2014 at 18:50 in reply to: I have SweetDate WP theme, which plugins should you recommend to achieve these: #11172oscar34ParticipantThis reply has been set as private.oscar34ParticipantHi there
I m using SweetDate WP theme (the latest version) and rTmedia.
All working good, but instead of uploading videos on video tab, I want my users just embed their own YouTube video LINKS into a text box, so only the link’s text is saved in my Database. So I save my server space without the actual videos. How can I achieve that? What to edit? Please help thanx.oscar34ParticipantHi RonP
I have installed S2Member on my SweetDate WP theme too. All working ok but I have one annoying problem.
On top right corner as you know we have Login button, when a user clicks on it to login to site as an existing member, the popup window appears as usual, so fill the user name and pass and click ok, but then its just stuck there as it is, the popup doesnt disappear and doesnt redirect to any page, so user thinks that couldnt login. But when close that popup and refresh the site sees that he is actually logged in.
I created another test site with PMpro, that login part works perfectly, but on S2Member site doesnt work properly. I guess on the theme there is a little coding need to be modified for that popup window do its job,but I dont know what to modify. If you know or anyone know, please help, thanks.February 19, 2014 at 00:41 in reply to: Non-members can only view the user's name and one avatar photo only, but #11143oscar34ParticipantThis reply has been set as private.February 19, 2014 at 00:06 in reply to: Non-members can only view the user's name and one avatar photo only, but #11139oscar34ParticipantThanx Abe I will do that now right away. You re very helpful thanx.
oscar34ParticipantThanx Abe,
I tried S2 Member, but when I tried to login using your theme’s ajax popup login window, it stucks stays as its like its not logging in, but when I close the popup window I see that I actually logged in. Basically login window doesnt direct to any page, even though on S2Memeber settings I made the login redirect page as homepage.
Abe btw can you have a quick look at these messages please, maybe it ll take your econds to solve it, but it takes my days to solve, thnx mate:
https://archived.seventhqueen.com/forums/topic/profile-photososcar34ParticipantThanx Anchora for your reply
Could you also have a look at some topics I created about my theme customization, could you please help on some of them if you can?
https://archived.seventhqueen.com/search?q=oscar34
Thanx very much.February 18, 2014 at 14:57 in reply to: Does WPML Multi Language Plugin work with your WP theme? #11103oscar34ParticipantThanx Abe for your reply
Could you also have a look at some topics I created about my theme customisation, could you please help on some of them if you can?
https://archived.seventhqueen.com/search?q=oscar34
Thanx very much.oscar34ParticipantHi RonP
Have you developed your WP site using Sweetdate theme and S2Member plugin, instead of PMpro?
Is it working now and are you happy with S2Member plugin?
The reason I am asking I m in between PmPro and S2Member membership plugins. SweetDate already adapted itself for PMPro so all will be easy to use PMPro on SweetDate theme. But if its easy to use S2Member plugin on SweetDate theme, I will use S2Member too just like you. Because I also need “photo upload restriction for non-member” on my site too. And as far as I know PMPro free version and paid version both dont have such function, but S2Member has.
I look forward to hearing from you or any other people used S2Member plugin on SweetDate theme please, thanx. -
AuthorPosts