Forum Replies Created
-
Author
-
studiblogParticipant
Thank you this works great and is much more user friendly- You should use this as a standard function
studiblogParticipantOk thank, I imported the hole folder “bbpress” in sweetdate. This works, now I have the 3 basic profile groups again.
https://www.dropbox.com/s/m4goxxw2vwgkkcd/Bildschirmfoto%202014-03-05%20um%2010.35.44.pngThen I used the code you gave me in #11550, but the Lifestyle Tab does not appear.
The code to change the order of the tabs (I want the About me tab first) in this thread does not work for me too: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
I used the code like in #1311.
This is very weird.studiblogParticipanthmpf… I did not know that I can not change Profile groups. I added a “looking for” group again, but nothing happened. I guess I delated some basic code with delating the “Looking for” group, so can you tell me which file i have to replace to restore the original “Looking for” group. I have backups…
with the functions.php, that was a copy&paste mistake, now I have only one functions.php in my child theme. (the one you can see above)
Thanks a lotstudiblogParticipantYes you are right, it shows the users only if they have logged in one time. So this is ok for me.
studiblogParticipantThanks for your help, but the lifestyle tab does not appear.
There are no spaces in the Field name in User-Profile fields.
The “looking for” tab was shown but i delated this tab a week ago in User-Profile fields, because I don’t need it. I have no idea whats wrong.
Do you want ftp access or backend access?
By the way: I added the folder page-parts to my childtheme. Is there also regulary a functions.php in the page-parts folder? Because there is one in my folder with elements from the “normal” functions.php
I am a bit confused how this could happen.studiblogParticipantThis should be a standard if you register with facebook, because then no register fields are filled out. The plugin above does it well, but does also not look so nice….
studiblogParticipanti have this too. it was also with the old 2.3 version. but i have no solution for you…
studiblogParticipantThanks. I copied the hole registration folder with register.php and activate.php to the child theme
studiblogParticipantThanks a lot. Works fine. Is it possible to add the register.php also to the child theme, so that i don’t have to change it with theme updates? I don’t think so isn’t it?
studiblogParticipantstudiblogParticipantAs you know, you can register directly at yourdomain/register
How to place a checkbox there to accept the terms and conditions? (but then you have the problem that users have to accept it twice if they are redirected from the register form at the homepage) maybe it would be more intelligent to place a text there that links to the terms and conditions. I know i have to modify the register.php, but where to place this textlink exactly? I would say directly above/under the registration button.studiblogParticipantI think for the price of that theme the support is very good. They do not only give you help for their build in options, but also help you to get the right code if you want to customize your theme. (if your request is not too complicated) i answered 50% of my questions with the search function. ok, and sometimes you have to waaaait patiently until you get your answer π
studiblogParticipantThere is a problem with Object cache. the site doesn’t work properly if you join/leave groups for example. If you leave a group it looks like you had not leave it. so i turned object cache off. just want let you know…
studiblogParticipantI had the same problem. I think this is a problem with hotmail if you use your own mailserver. now the confirmation mail is in JUNK, not better, but if you write your users they also have to check their junk…
studiblogParticipantok i figured sth. out:
i changed the .htaccess so that the site is redirected to https://
now i changed the htaccess to default and tried with http:// unfortunately the membership restriction works only with http://
how can i change this?
i changed the .htaccess like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect auf https://…, falls Port != 443
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]
# Redirect auf index.php, falls Path = /
RewriteBase /
RewriteRule ^index\.php$ – [L]
# Redirect auf index.php, wenn Datei oder Verzeichnis nicht existiert
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressstudiblogParticipantYes there is:
@All, use this plugin: http://wordpress.org/plugins/pagerestrict/
Choose the page you want to hide for not logged in users. in my case this was ActivitystudiblogParticipantThanks @csme, but…
this plugin makes the site more unclear. i just want to hide the main activity stream “www.yourdomain.com/activity/ for not logged in users.studiblogParticipantDid you try to go to sweetdate admin Panel, miscellaneous? For my Site it works Perfect, a Not logged in User is redirected to Registration page or membership Level…
studiblogParticipantI forgot to change it in home-search-Form.php too. Now it works also for logged in users who see the search form.
Code: <div class=”five columns pull-right”>studiblogParticipantThere are still the problems with the menu on tablets described above.
“the drop down doesnβt work properly if you touch on a menu point in a drop down menu. If you scroll to the top of the page and use the normal Menu (Not sticky) the touch problem is only when you hold the tablet witescreen. Also at your demo site.”
It would be very important to fix that, because up to 10% of users use tablets.
Thank you very much in advance πstudiblogParticipantit works, but only if i’m not logged in. if i am logged in, it’s again on the left side.
How can i change that too?studiblogParticipantthere is one Bug with that top social bar: it shows a small horizontal line in that blue color under the black bar. Can you fix this with your next update?
Would be also great if you could include this social bar to the style options in sweet date admin panel πstudiblogParticipantHey, it works, but is it possible to put the menu items horizontal instead vertical, because then the top bar would be smaller… (look: http://www.spottedfriends.de )
And, maybe you can add this feature also to your next update, so that nobody has to customize the Quick CSS, header and so on… π
Thanks for your supportstudiblogParticipantupdate: bug 2) the menu is sticky, reacts a bit slow, but is sticky. sorry for that
but same problem in the sticky menu, horizontal AND vertical: the drop down doesn’t work properly if you touch on a menu point in a drop down. If you scroll to the top of the page and use the normal Menu (Not sticky) the Touch Problem is only when you hold it witescreen.studiblogParticipantthanks, much better, (btw..i think it was line 362…)
but there are still 2 bugs: also in your demo!
1) the drop down ( for example: features–>membership levels) opens correct, but does only work if you hold the tablet vertical, if you hold it widescreen you can tap on it and nothing happens. sounds very strange, but no joke.
2) i want to have it as a sticky menu like using the theme with a pc, that is important for mehope with your help i can do that.
studiblogParticipant@Robert, can you help me with that changes?
to change this behavior to lower than 767px would be great, because this is less than the ipad. So it will be look fine on devices more than 767px πanother thing: If i switch responsive design βoffβ, there is some big bug on the ipad view:
have a look: https://www.dropbox.com/s/8j6n553aou0eq5h/Foto.PNGJanuary 7, 2014 at 02:44 in reply to: Make groups and profiles only visible for logged-on users #9290studiblogParticipantgreat everything is working! thx a lot
studiblogParticipantYes thank you, it works, but now the bar has still a blue background and it is not STICKY and looks not like on real computers. mh look: http://www.spottedfriends.de
studiblogParticipantthx a lot for the code, but i can nothing find in line around line 372, i got it at line 63 and 205.
now i have a separated top bar^^ the one that i want to have AND the mobile bar. -
AuthorPosts