Forum Replies Created

Viewing 27 posts - 81 through 107 (of 107 total)
  • Author
  • in reply to: Multiple headers ? #13381
     Boblebad
    Participant

    That does not work, gives an error.

    “Parse error: syntax error, unexpected ‘is_front_page’ (T_STRING), expecting”

    in reply to: 2.4 Show age instead birthday bug #13357
     Boblebad
    Participant

    When on the topic of bugs regarding the Birthday/Age settings, there is an CSS glitch when switching to Age instead of Birthday, see pictures.

    http://s30.postimg.org/5ucscnvep/SD_Profile_Birthday.png

    http://s25.postimg.org/d0l5y3cpr/SD_Profile_Age.png

    See how the “Birthday” and “I am a” are squeezed together ?

    in reply to: problem with Icons #13346
     Boblebad
    Participant

    The cheatsheet icons does not match what i get on the screen, when trying to insert icon-heart () into the title of the registration form, i get some kin af paper plaine like or a fly figure that i can’t find in the list of icons.

    And when trying icon-windows (), i get the error like box that tells that the character is not there.

    EDIT: It’s the same in Firefox and Chrome.

    in reply to: Restrict page access #13304
     Boblebad
    Participant

    Hmm, fell over another thread talking about Sweet Date settings / memberships

    What is it with the checkboxes on the pages settings, what are they for, when not working here, is speciffic pages taking “out of order” with the Sweet Date settings ?

    If they are, then it would be great to have the options removed from the individual pages settings, cause that is confusing.

    And can they be redirected to the registration page instead of the membership plans page, is there an easy settings for that ?

    in reply to: Restrict page access #13301
     Boblebad
    Participant

    I can’t get this to work.

    I’ve tried to restrict members and activity to only the paying members, but when logged out, the menu still works and show the pages, how come ?

    in reply to: Image in header after menu before register form ? #13297
     Boblebad
    Participant

    Well, i’ve bin trying that for hours in as many different ways i could Google, i cannot get the theme to fetch the custom header.

    Using get_header, doesn’t do any thin, using include, i can get it to display the custom header, but can’t get the selection working.

    And no matter where i place it, it does not work.

    I can only get it to work through the page templates, but that’s a bad thing, isn’t, or can it be place in the child theme folder ?

    in reply to: Multiple headers ? #13252
     Boblebad
    Participant

    I found out why i got errors with the previous code.

    <?php
    if (is_page('home')){
    include(TEMPLATEPATH.'/header_main.php');
    }
    elseif (is_page('gallery')){
    include(TEMPLATEPATH.'/headergallery.php');
    }
    else {
    include(TEMPLATEPATH.'/header.php');
    }
    ?>

    http://stukinabox.com/use-multiple-custom-headers-on-your-wordpress-theme/

    But i still can’t get the selector working, even if i use the page ID from home: 837, whitout the ‘ ‘, it still won’t give me another header.

    I use the index.php in the main Sweet Date theme.

    in reply to: Multiple headers ? #13250
     Boblebad
    Participant

    I found a way to do this 🙂

    But it’s through the template files, front-page.php, they get overwritten when updating.

    And still get_header does not work, why is that, it works with include ?

    ‘include(TEMPLATEPATH.’/header_main.php’);’

    Is there a way to get this to work, so i don’t loose changes when updating ?

    in reply to: problem with Icons #13247
     Boblebad
    Participant

    Is Sweet Date being updated to use version 4.0 of Font Awesome ?

    in reply to: Status icons PSD's ? #13246
     Boblebad
    Participant

    Yes, there is something about them, it’s the layers, Gimp can’t figure it out – all the icons are there when opened in Photoshop 🙂

    All the best
    Carsten

    in reply to: How does the css work in this theme ? #13114
     Boblebad
    Participant

    Great, thank you 🙂

    in reply to: How does the css work in this theme ? #13090
     Boblebad
    Participant

    Thanks for your answer.

    Does child theme style.css overwrite that too ?

    in reply to: Image in header after menu before register form ? #13087
     Boblebad
    Participant

    Okay, thank you.

    I can see that i need to move it around, cause it should only be displayed on the home-/frontpage, and then on the other pages just the small one up left.

    Is there any way this is best done, removing the small one up left at the front, so the logo isn’t diplayed two times there, but is displayed on all the other pages, do i need to call a different header.php for that ?

    in reply to: Some changes to the homepage/frontpage needed ? #13012
     Boblebad
    Participant

    Thanks abe

    Hadn’t thought of looking between the pages 🙂

    in reply to: How does the css work in this theme ? #12986
     Boblebad
    Participant

    Thanks for your answer.

    Is every style in app.css, cause when looking for coloring the register form, i couldn’t find it in there ?

    in reply to: Button color #12985
     Boblebad
    Participant

    Is there more than one place where registration is possible ?

    The form at the homepage/frontpage, and i can see that you use “.standard-form”, isn’t that form ?

    in reply to: Image in header after menu before register form ? #12849
     Boblebad
    Participant

    Thank you for your answer abe

    Is there any place that is best, i think in regards of mobile units ?

    Is there anywhere it is possible to see where to find what in the files, e.g. where to change what and which files calls which ?

    in reply to: Button color #12821
     Boblebad
    Participant

    I tried doing this, but it didn’t change a thing.

    I have also bin trying changing the colors in the child style on the form, but with no lock either.

    Btw, the provided css didn’t work either when switching to main theme.

    in reply to: Law in the European Union vs SweetDate #12815
     Boblebad
    Participant

    What is this information you want to collect from your members that can not be displayed ?

    From what i know, if you’re on a private site, and also a member site where login is required, you/the members can do whatever you want with yourself and your own data, as long as you don’t spread others data and do anything criminal.

    All the best
    Carsten, Denmark

    in reply to: Image in header after menu before register form ? #12808
     Boblebad
    Participant

    Found out how to do it, couldn’t with sleepy eyes find where images i stored 😉

    COPY CODE
    			<div class="twelve columns">
    			<a href="<?php echo get_home_url(); ?>"><img src="<?php echo sq_option('logo',get_template_directory_uri().'/assets/images/logo_after_header.png'); ?>" width="946" height="398" alt="<?php bloginfo('name'); ?>"></a>
    			</div>

    and is NOT part of the code, don’t know how to get rid of them.

    What is the structure of the files, what calls what, where to change what ?

    All the best
    Carsten

    in reply to: about restriction~ #12585
     Boblebad
    Participant

    I have searched and searched, but seams that the ones that surface is either out of development or soon to be, cause they haven’t bin updated to the new versions the last year or so.

    So it was if some one in here knew of a plugin that wasn’t that known by the “public”.

    All the best
    Carsten

    in reply to: about restriction~ #12451
     Boblebad
    Participant

    Thanks abe.

    Is there some kind of plugin, that’s actually still in development, that could do this ?

    in reply to: How to change matching system #12135
     Boblebad
    Participant

    Just an addition.

    Is the fields on the profile treated as posts ?

    If so, then i might have a solution for the progression of each field 🙂

    All the best
    Carsten

    in reply to: about restriction~ #12088
     Boblebad
    Participant

    Can forums and groups, from the settings, be set to “read only” ?

    All the best
    Carsten

    in reply to: Sweetdate Update #12087
     Boblebad
    Participant

    Allways make a backup before update.

    Use a plugin or direct download via FTP.

    All the best
    Carsten

    in reply to: How to change matching system #12000
     Boblebad
    Participant

    Hi Abe

    Thanks for your reply 🙂

    Just to understand this right, so the matching of a text box, is matching each word in it against the other members, so that each word that is not the same in them, will result in a lower match, and the ones that are the same will result in a higher match ?

    And are you saying, if i make some check boxes, they will automatically be matched as well ?

    Is there in the match some kind of graduation involved, like Very important, Important, Little important and Not important, has someone done that ?

    And last, so i have to fit the code to match on the separate sections ?

    And also the character count in progression, as to how much a member has written about him-/herself, cause the plugin you linked to, is just an overall progressen of the profile ?

    Btw, has anyone tried to set a min input on the text boxes e.g. 200 characters ?

    All the best
    Carsten

    in reply to: How to change matching system #11724
     Boblebad
    Participant

    Hi

    I’m new to this and have read through the whole thread, but can’t figure out how this is working in detail.

    How is age matched, can i have a range like 35-45 ?
    How is text boxes matched, is the system matching the written text or ?
    And what about the sexual preferences (straight, gay, bisexual) ?

    I also need to have match sections like this for more detailed match.

    One for the physical (height, weight a.s.o.)
    One for eating preferences (vegetarian, vegan, organic a.s.o.)
    One for spiritual practice (meditation, working with energy a.s.o.)

    And maybe some more sections.

    The main profile matc meter could be an overall meter calculated upon the sections totals, but i would like a more detailed match page where the sections are shown.

    How is that possible ?

    EDIT: Is it possible to have some kind of match/progress meter of some kind for how much the members have written about them selves, e.g. 200, 400, 600 charcters ?

    All the best
    Carsten

Viewing 27 posts - 81 through 107 (of 107 total)

Log in with your credentials

Forgot your details?