Forum Replies Created

Viewing 40 posts - 8,041 through 8,080 (of 8,607 total)
  • Author
  • in reply to: Moving registration on homepage #9621
     Abe
    Keymaster

    hi, add to that button another class named “tiny” The file template for registration form is in sweetdate/page-parts/home-register-form.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Set custom sidebar #9617
     Abe
    Keymaster

    Hello, Try

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Some issues #9615
     Abe
    Keymaster

    Hi, The best thing to do is to install directly wordpress in your language that has the wordpress translations in place and the setting in wp_config

    http://fr.wordpress.org/

    Then to translate the theme use Codestyling localization since it is an easy plugin to use

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Plugins used by other members #9614
     Abe
    Keymaster

    Good to know. Thanks for sharing @frien337

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Sweetdate WP Showcase #9613
     Abe
    Keymaster

    Wow @frien337 nice detailing 😉

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Sweetdate WP Showcase #9612
     Abe
    Keymaster

    Hi, With PMPRO you can restrict access to Buddypress pages from Sweetdate – Memberships
    All other pages have a individual setting to set which members can access it. By default users will be redirected to the Memberships levels page to subscribe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Total Men and Women Numbers #9611
     Abe
    Keymaster

    You can use the statistics shortcode: [kleo_member_stats field=”” value=””]
    field – Your profile field name
    value – the value you want to count users for

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: File Upload size #9610
     Abe
    Keymaster

    Hi,
    That is related to your hosting. Please contact them to change the value

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: sidebar issues #9609
     Abe
    Keymaster

    Oh I see, add this code to sweetdate-child/functions.php

    COPY CODE
    
    add_action('wp_head', 'custom_profile_sidebar');
    
    function custom_profile_sidebar() {
    
    	if (bp_is_member()) {
    		add_filter('kleo_buddypress_content_class', create_function('', 'return "eight";'));
    		add_action('kleo_buddypress_after_content', 'kleo_buddypress_sidebar');
    	}
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Style – Multi Select Box #9607
     Abe
    Keymaster

    You just change the field type to normal dropdown. There is no such option

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Align Profile/LogOut with Menu #9606
     Abe
    Keymaster

    Hi, In the forum was the solution to have the buttons just like the menu items, same styling
    https://archived.seventhqueen.com/forums/topic/push-log-in-sign-up-down

    What you need is to move the ul with classes button-group radius right and move it inside the div class=”eight columns” where the menu is

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: BP ALBUM translation problems #9605
     Abe
    Keymaster

    Please use this files for translations:
    https://archived.seventhqueen.com/files/bp-album-fr_FR.mo
    https://archived.seventhqueen.com/files/bp-album-fr_FR.po

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: BP ALBUM translation problems #9604
     Abe
    Keymaster

    Hello,
    Please do a test and remove any added language files from sweetdate/languages or sweetdate-child/languages and work with the files that alreay exist for French in wp-content\themes\sweetdate\lib\bp-album\includes\languages\bp-album-fr_FR.po Use Poedit to generate the .mo file and replace the .mo file in wp-content\themes\sweetdate\lib\bp-album\includes\languages\

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: How to remove header from front page #9602
     Abe
    Keymaster

    Update:
    We modified the code and if you want to have the image on the whole section you just add a bg_size=cover attribute to the shortcode like this
    [kleo_section bg_size=cover]

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: How to remove header from front page #9599
     Abe
    Keymaster

    Hello,

    1. Add this css to hide the header from home:

    COPY CODE
    
    .home .header-bg {display:none;}
    

    2. Please replace the content from wp-content\themes\sweetdate\framework\shortcodes\shortcodes.php with https://archived.seventhqueen.com/files/shortcodes.txt
    After that your image should fit nicely.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: change map pic with other much bigger #9598
     Abe
    Keymaster

    Hi, In your Home page edit you will see this shortcode something like this with the path to your image: [kleo_call_to_action bg=”http://localhost/sw/wp-content/uploads/2013/06/map-bg.png”%5D

    Replace it with the new one

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Name Field on Register Form #9595
     Abe
    Keymaster

    Hi, Should have used my initial code because now the javascript is probably not applying and not copying your username to your full name field

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Customizing #9594
     Abe
    Keymaster

    Hello,
    Please contact us at themesupport@seventhqueen.com. Tell us what you need and will let you know if we can help since we are involved in the next project on Themeforest

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi there,
    Radio button by definition is only one option from multiple options. Use checkbox field type to have many options from many

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: PMPro levels page bug? #9590
     Abe
    Keymaster

    Well I don’t know what to say.. Give me FTP access to look the PMPRO files from the theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add menu to the black top bar #9589
     Abe
    Keymaster

    Hi, I already gave you the CSS for that but also you should have basic HTML/CSS/PHP knowledge if you want to go and change default functionality.
    I modified the code above because I haven’t added the top-menu class to the menu to take the styling

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: 2.3.1 Issues #9585
     Abe
    Keymaster

    Hi troy14
    Thanks for your suggestions
    We will see how we can integrate the redirection into the theme but it is more related to wordpress itself and user preference to do the redirection.That can be achieved with lots of plugins or with our code.

    You can change that image from Sweetdate – Homepage

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, We just saw this issue and next update will include the fix. Until then you can add this css to fix it:
    div.friendship-button-ext {display: inline-block; margin-right: 5px;}

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Extended Friendship Request Plugin #9583
     Abe
    Keymaster

    Hi. We installed it and it behaves the same way. Unfortunately can’t be related to the theme and the plugin Javascript code must be modified for that.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add menu item to the Profile drop down menu #9582
     Abe
    Keymaster

    Nope. You need to add your own entry. The text displayed is right in the code

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi,
    1. Add this CSS to Sweetdate – Styling options – Quick css:

    COPY CODE
    
    .post.fixed {
        position: static;
    }
    

    2. I don’t think that is your problem. If you disable it I am sure it will look the same. You edited the homepage and added too many line breaks between elements. Try editing the homepage in the Text tab, not visual since WordPress interprets every new line you put in the editor and will generate it in the frontend also

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: MIssmatch in total registred members #9580
     Abe
    Keymaster

    Hi,
    PMPRO members doesn’t include all your Worpdress members, it will show only members with membership.
    To view pending members install Buddypress Pending Activations

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Bp Chat #9579
     Abe
    Keymaster

    Hi, We made a fix for that and will be released in next update. Until then please replace the contents of this file wp-content\themes\sweetdate\custom_buddypress\kleo-bp-search.php with https://archived.seventhqueen.com/files/kleo-bp-search.txt

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Making the site less social #9564
     Abe
    Keymaster

    Thank you very much. We are glad we can help.

    Please rate the theme if you haven’t already. Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: sidebar issues #9540
     Abe
    Keymaster

    Hello, Buddypress page format takes the setting from Sweetdate – Buddypress. To change Buddypress members page to have a sidebar see this topic:
    https://archived.seventhqueen.com/forums/topic/members-directory-page-with-sidebar

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: PMPro levels page bug? #9525
     Abe
    Keymaster

    We tested it and we want you to replace your old file from the theme with the one from the latest update: paid-memberships-pro/pages/levels.php

    See if it helps

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Sweetdate WP Feature Requests #9522
     Abe
    Keymaster

    Hi @adam
    Right now we are focused on resolving any bugs people report and for the features added in the near future we haven’t made a plan yet. As soon as we decide we’ll let you know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: bp chat and user level restriction #9521
     Abe
    Keymaster

    Hi, This way you detect a mobile in PHP: http://mobiforge.com/design-development/lightweight-device-detection-php
    instead of
    // do something
    add
    add add_filter(‘bpchat_is_disabled’, create_function(”, ‘return true;’));

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Making the site less social #9520
     Abe
    Keymaster

    File is wp-content\themes\sweetdate\activity\activity-loop.php line 16 for the change

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Making the site less social #9519
     Abe
    Keymaster

    Hi, Unfortunately we haven’t found a comments only plugin for Buddypress so you can disable the activity component.
    You could show only status updates in the stream though. See this page in the Filtering examples: codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/#filtering-examples

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Moving registration on homepage #9518
     Abe
    Keymaster

    with the sweetdate-child theme activated you need to respect the same structure and file name: page-parts/home-register-form.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Rev. Slider settings used in demo #9515
     Abe
    Keymaster

    Hi, You have some details in the documentation about importing the slider from our demo page. After you import it, go to Sweetdate – Homepage, enable the slider and set the transparent header on

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Innactive members #9514
     Abe
    Keymaster

    You should try plugins like User Control and see which is right for you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: BP ALBUM translation problems #9507
     Abe
    Keymaster

    Hi, So your translated language is French right? since you added bp-album-fr_FR.mo

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Make groups and profiles only visible for logged-on users #9501
     Abe
    Keymaster

    Great 🙂
    Don’t forget to rate the theme if you like our work. thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 8,041 through 8,080 (of 8,607 total)

Log in with your credentials

Forgot your details?