Forum Replies Created
-
Author
-
oscar34
ParticipantHi Abe
Do you do or anyone in your team do paid work? To finish up my site? I need that above function. How much would be roughly?
Or can we discuss on Skype?
thnxMarch 4, 2014 at 22:22 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #11898oscar34
ParticipantHi 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?
Thanxoscar34
ParticipantHi 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?
Thanxoscar34
Participant1st tab and 2nd tab both shows the same rows same in normal regular view:
http://site.com/members/username
but in edit mode they work ok:
http://site.com/members/username/profile/edit/group/1
You said you dont know what codes I added to set up fields. I havent added any codes, I only deleted and added tabs in admin thats all. Please tell me which files you need to see I send you all those files to you in zip. ThanxMarch 1, 2014 at 12:52 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #11707oscar34
ParticipantI 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 #11628oscar34
ParticipantHi Abe
Could you please help out on this. I couldnt work for the last 4 days, since you havent answer my email so I put the same questions on here too:
Please.
Thanx.
https://archived.seventhqueen.com/forums/topic/profile-page-tabs-data-issues#reply-11589February 27, 2014 at 13:53 in reply to: Profile page tabs data, First Name Last Name, Age issues #11540oscar34
ParticipantAbe hi
whats your email
can I send you the screenshots to you please?
thnxoscar34
ParticipantI m sending here links of 6 images with this message showing screenshots of my site showing the problems on the profile page, see the image file names it explains all as well as I put notes on the images too.
I have RTmedia and Paid Membership Pro etc. I made the BP album off. Then First I installed “buddypress-xprofile-custom-fields-type.1.5.8.4” plugin then “bp-xprofile-wp-user-sync” . Some works now, except the profile page tabs and Signup module (works but missing first and last name). Registration form all ok there are first name and last name boxes there.
1-But on profile page there are about me and Looking for tabs. And I see the same data in both tabs. Looking for has the same info as About me. Basically the name, age, height, weight etc all base info appears in looking for tab too except in quotes in Looking for css design.
2-And signup module doesnt show first and last name boxes
As you know on signup box there are these element boxes:
.User name
.Your full name
.Your email
.Desired password
.Confirm password
So I want to get rid off that “Your full name” and put “First name” and “Last name” boxes there. So what file do I need to modify? And how, with what coding?
3-Age shows wrong.
4-My photos tab carousel I want it to be left aligned not centered, and I want those thumbs a bit larger. So which css file to edit?
You can see all in the images.
Could you please help out, thanx, I m really struggling with this and it takes lot of my time, if you can help me out on this with your expert knowledge I m sure I can finish this page in few hours.
https://plus.google.com/u/0/photos?pid=5984858125880392002&oid=105080938405722946196
https://plus.google.com/u/0/photos?pid=5984858074431478418&oid=105080938405722946196
https://plus.google.com/u/0/photos?pid=5984858066673133602&oid=105080938405722946196
https://plus.google.com/u/0/photos?pid=5984858074602630434&oid=105080938405722946196https://plus.google.com/u/0/photos?pid=5984858162571525506&oid=105080938405722946196
https://plus.google.com/u/0/photos?pid=5984858127540861186&oid=105080938405722946196
Thnx mate.February 26, 2014 at 23:27 in reply to: Profile page tabs data, First Name Last Name, Age issues #11502oscar34
ParticipantHi Abe
I only have this problem left.
I asked this in detail and with screenshots on my email I sent to you
ThnxFebruary 26, 2014 at 21:00 in reply to: RTmedia thumb image size, and alignment issue and avatar image enlarge effect #11487oscar34
ParticipantThanx
For the #1 which css file do I need to edit to make those changes? Is that file app.css ?oscar34
ParticipantThanx 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.oscar34
ParticipantAbe could you have a look at email please I sent you yesterday about the profile tabs data. If you havent received pls tell so I send the screenshots on here mate, thanx
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 #11401oscar34
ParticipantIs 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 #11400oscar34
ParticipantThats 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 #11374oscar34
ParticipantHi
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 #11367oscar34
ParticipantThank 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?
Thnxoscar34
ParticipantHi
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.
oscar34
ParticipantHi 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.”oscar34
ParticipantI 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: #11173oscar34
ParticipantHi 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: #11172oscar34
ParticipantHi 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
oscar34
ParticipantHi 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.oscar34
ParticipantHi 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 #11143oscar34
ParticipantHi Abe, Can you also reply to my last posts below too please when you have time, thanx.
– 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 seconds to solve it, but it takes my days to solve, thnx mate:– https://archived.seventhqueen.com/forums/topic/profile-photos
February 19, 2014 at 00:06 in reply to: Non-members can only view the user's name and one avatar photo only, but #11139oscar34
ParticipantThanx Abe I will do that now right away. You re very helpful thanx.
oscar34
ParticipantThanx 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-photososcar34
ParticipantThanx 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? #11103oscar34
ParticipantThanx 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.oscar34
ParticipantHi 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