Forum Replies Created

Viewing 40 posts - 1 through 40 (of 50 total)
  • Author
  • in reply to: Hide RSS icon #13701
     studiblog
    Participant

    I think the plugin works…

    in reply to: Private Message Thread Layout Bug #12687
     studiblog
    Participant

    Thank you this works great and is much more user friendly- You should use this as a standard function

    in reply to: Add Profile tabs #11949
     studiblog
    Participant

    Ok 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.png

    Then 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.

    in reply to: Add Profile tabs #11711
     studiblog
    Participant

    hmpf… 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 lot

    in reply to: Activate Users manually #11584
     studiblog
    Participant

    Yes you are right, it shows the users only if they have logged in one time. So this is ok for me.

    in reply to: Add Profile tabs #11581
     studiblog
    Participant

    Thanks 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.

    in reply to: Improving user experience after registration #11302
     studiblog
    Participant

    This 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….

    in reply to: 2.4 Show age instead birthday bug #11074
     studiblog
    Participant

    thanks a lot

    in reply to: Lost password modal #11072
     studiblog
    Participant

    you are right, it’s fixed

    in reply to: Lost password modal #11024
     studiblog
    Participant

    i have this too. it was also with the old 2.3 version. but i have no solution for you…

    in reply to: Facebook & Terms and Conditions at register form #10882
     studiblog
    Participant

    Thanks. I copied the hole registration folder with register.php and activate.php to the child theme

    in reply to: Facebook & Terms and Conditions at register form #10880
     studiblog
    Participant

    Thanks 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?

    in reply to: Why are my questions not answered #10800
     studiblog
    Participant
    in reply to: Facebook & Terms and Conditions at register form #10799
     studiblog
    Participant

    As 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.

    in reply to: Why are my questions not answered #10787
     studiblog
    Participant

    I 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 πŸ˜‰

    in reply to: Suggested settings for W3 Total Cache? #10786
     studiblog
    Participant

    There 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…

    in reply to: Hotmail users not reciving email to activate account #10785
     studiblog
    Participant

    I 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…

    in reply to: New error, membership problem #10339
     studiblog
    Participant

    thank you so much

    in reply to: Login Issue #10192
     studiblog
    Participant
    This reply has been set as private.
    in reply to: New error, membership problem #10181
     studiblog
    Participant
    This reply has been set as private.
    in reply to: New error, membership problem #9998
     studiblog
    Participant

    ok 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://&#8230;, 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 WordPress

    in reply to: revolution slider/image background problem #9875
     studiblog
    Participant

    Thank you very much!

    in reply to: Hide RSS icon #9835
     studiblog
    Participant

    thanks a lot! works well

    in reply to: Disable Activity #9834
     studiblog
    Participant

    Yes 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 Activity

    in reply to: Restrct access for guests #9805
     studiblog
    Participant

    sorry it was: membership settings

    in reply to: Disable Activity #9804
     studiblog
    Participant

    Thanks @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.

    in reply to: Restrct access for guests #9801
     studiblog
    Participant

    Did 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…

    in reply to: Moving registration on homepage #9711
     studiblog
    Participant

    I 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”>

    in reply to: Reponsive > iPad Portrait – Top Menu #9661
     studiblog
    Participant

    There 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 πŸ™‚

    in reply to: Moving registration on homepage #9632
     studiblog
    Participant

    it 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?

    in reply to: Top Link Colors #9631
     studiblog
    Participant

    there 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 πŸ˜‰

    in reply to: Add menu to the black top bar #9592
     studiblog
    Participant

    Thanks, works fine! Your support is awesome πŸ™‚

    in reply to: Add menu to the black top bar #9528
     studiblog
    Participant

    Hey, 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 support

    in reply to: Add menu to the black top bar #9449
     studiblog
    Participant

    I dont know what i exactly have to add to the Header.php :-/

    in reply to: Reponsive > iPad Portrait – Top Menu #9369
     studiblog
    Participant

    update: 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.

    in reply to: Reponsive > iPad Portrait – Top Menu #9368
     studiblog
    Participant

    thanks, 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 me

    hope with your help i can do that.

    in reply to: Menu on tablets with responsive design #9356
     studiblog
    Participant

    @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.PNG

     studiblog
    Participant

    great everything is working! thx a lot

    in reply to: Reponsive > iPad Portrait – Top Menu #9280
     studiblog
    Participant

    Yes 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

    in reply to: Reponsive > iPad Portrait – Top Menu #9277
     studiblog
    Participant

    thx 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.

Viewing 40 posts - 1 through 40 (of 50 total)

Log in with your credentials

Forgot your details?