Forum Replies Created

Viewing 40 posts - 1,521 through 1,560 (of 2,655 total)
  • Author
  • in reply to: Create 2 different user types #3389
     SQadmin
    Keymaster

    Hi,
    I don’t know any plugin to do that. You will probably need to develop something to match your needs because it implies some custom queries by chosen fields, etc.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Cometchat plugin compatibility #3386
     SQadmin
    Keymaster

    Hi,
    Yes you can limit access to cometchat by wrapping their code in header.php like this:

    COPY CODE
    /* In this example we are allowing only levels 1 and 2 to use the chat. */
    <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?>
    /*put here the css and js from cometchat */
    <?php } ?>
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook & Terms and Conditions at register form #3350
     SQadmin
    Keymaster

    Hi, We added the chekbox in the regiser modal in the 2.1 update.
    To add it also in the homepage register form please add this to sweetdate-child/functions.php
    http://d.pr/n/6MRc

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translate option for visitors #3347
     SQadmin
    Keymaster

    Hi, Those are notices generated by plugins, Nothing to worry about,
    Try disabling any extra plugins you have installed and see if the pages work

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Chat plugin #3344
     SQadmin
    Keymaster

    Hi,
    You have two slashes in the path to cometchat. It should be just one, like /cometchat/cometchatcss.php
    And make sure cometchat is in yourwebsite.com/cometchat/*

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Register Page Issue #3343
     SQadmin
    Keymaster

    Hi,
    I am thinking that you have assigned from Settings -> Buddypres -> Pages the Activate page to Register and vice-versa.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Missing Member Options #3342
     SQadmin
    Keymaster

    Hi,
    “Add Friend” “Public Message” “Private Message” tabs appear when you are viewing other profiles and not your own.
    Let me know if this is not the problem

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Limit Private Messages according to Membership #3341
     SQadmin
    Keymaster

    Right now you can restrict access by default only to the sending message page. Any other preferences requires custom coding,

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translate option for visitors #3339
     SQadmin
    Keymaster

    Hi,
    Plugins should work fine with PHP 5.4
    I think you have an error somewhere. To see errors change in root of wordpress wp-config.php file:
    WP_DEBUG to TRUE

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Revolution Slider #3338
     SQadmin
    Keymaster

    Hi, Give us a link to your site. If you have changed the header.php make sure you update it to follow the new structure.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Revolution Slider #3336
     SQadmin
    Keymaster

    Hi,
    1. Your settings are correct. Do you have a custom header.php in your child theme? If so, we added some lines of code that handles revolution slider. Make sure the header section looks like this:
    http://d.pr/n/S6KP

    Look in the parent theme to see the new structure.

    2. I guess it is about the time revolution slider needs to load all its components. Try adding a caching plugin like w3 total cache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Replicating Title Plates (Twitter, Facebook) Top Of Site #3334
     SQadmin
    Keymaster

    Hi,
    I don’t really understand what you mean. Maybe if you can provide some screenshots

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Group Page Template Issue #3332
     SQadmin
    Keymaster

    Hi,
    see the attached content for groups/index.php
    and groups/home.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Cometchat plugin compatibility #3302
     SQadmin
    Keymaster

    Hi, there were some php warnings generated when using the plugin and also we fixed some display issues on the cometchat bar that was interfering with our styles. Now it is all fine.

    PS: Thanks for your appreciation 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changing the default design #3301
     SQadmin
    Keymaster

    Hi,
    Profile page design is generated from:
    members/single/member-header.php
    members/single/profile.php
    and basically all templates from singe folder since they are for different profile tabs
    Many of the design elements are rendered by Buddypress so you must keep somehow the structure

    Forum templates are located in bbpress folder.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Private Message Text change #3299
     SQadmin
    Keymaster

    Hi,
    You can follow this topic since is covers your request and more: https://archived.seventhqueen.com/forums/topic/add-friend-add-me-as-a-friend

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Using dsp dating plugin and theme #3298
     SQadmin
    Keymaster

    Hi, Yes you can use it without the Buddypress plugin. Just go to Plugins and disable the Buddypress plugin.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: blog post category #3297
     SQadmin
    Keymaster

    Hi, If you refer to the Recent posts widget, then that widget is defined here: sweetdate/framework/widgets/widget_recent_posts.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Bugs in Registration Page #3296
     SQadmin
    Keymaster

    Hi, Update to latest version and see if all good. Anyway it should appear there. Check your settings.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Restrict members to messaging to existing Friends only #3295
     SQadmin
    Keymaster

    Hi, You can try this plugin: http://wordpress.org/plugins/buddypress-private-message-for-friends-only/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: make rtmedia accessed by premium members #3294
     SQadmin
    Keymaster

    Hi,
    Right now you can only restrict entire members page or you can restrict an user from accessing their media page to add files

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Remove Friend in profile #3293
     SQadmin
    Keymaster

    Hi,
    Try reading this topic: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
    change profile with friends

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sweetdate Updates Change log #3292
     SQadmin
    Keymaster

    V.2.1
    + NEW FEATURE: Add friend button on member directory page
    + NEW FEATURE: You can hide the breadcrumb on any specific page/post
    + NEW FEATURE: Facebook avatar is now used when registering with Facebook. Clever logic to show it only when user hasn’t uploaded any photo as avatar
    + NEW FEATURE: Theme options new setting: Show Facebook avatar. Allows you to enable/disable Facebook avatars.
    + When registering using Facebook an email with access credentials will be send to user emaill address
    * Moved membership settings to Theme options > Membership
    * Cometchat plugin compatibility
    * Membership – check if the plugin is activated before checking rules
    * Buddypress Groups page – search fix
    * Buddypress Sites page – search fix
    * Buddydrive integration
    * 404 page template – fixed an error that occured with PHP < 5.3 * Fix top navigation bug on some devices * Fix for phone numbers anchors on mobile so you are able to call by clicking the number * Improved speed in admin by removing some requests. * Improved speed in frontend by loading mediaelement only on required pages * Fixed multiselect problem on registration page and search form. * Added in the download package the styles to import from modern and car-sharing styles

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Remove Public Message #3278
     SQadmin
    Keymaster

    Hi, If you don’t want the activity page, just remove it and also from your menu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: blog posts #3277
     SQadmin
    Keymaster

    Hi, The widget is located in sweetdate/framework/widgets/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Limit Private Messages according to Membership #3275
     SQadmin
    Keymaster

    Hi,
    From Membership > Advanced you can restrict private messaging for specific levels.
    PS: Starting with V2.1 these settings will be available in Sweetdate-> Memberships

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: a Few things i need help with. #3257
     SQadmin
    Keymaster

    Hi,
    Here goes:
    1. Automatic translation could be done using Google Translate integration: https://translate.google.com/manager/website/
    2. Manage profile fields from WP Admin -> Users -> Profile fields
    3. Don’t think is possible. I’ll let you know if I come up with something
    4. When you check a specific level you give that one access and all others are not granted to access that page. So by checking at least one level you don’t give permission to non-members
    5. You can add a trial on the level settings and the user is able to upgrade. The notification needs to be a custom development to match your needs
    6. In Membership -> Advanced there is an option where you can set which levels restricts sending private messages.
    7. That is when you want to restrict a specific post category and give that level access.
    8. That you can include with a plugin like cometchat or anything compatible with wordpress and buddypress

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: login #3253
     SQadmin
    Keymaster

    Hi,
    1. This doesn’t have to do with the modal but with WordPress way to handle incorect login. Maybe try searching more on how to keep username value when incorect login. I tried to find something but no luck
    3. If you want to add more fields to the modal and to pass the values to the registration page, the input name attribute must match the registration page field name attribute. Inspect the element on registration page and put the same name in the modal

    Hope it helps

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: A Couple of Issues #3252
     SQadmin
    Keymaster

    Hi,
    I am glad you figured out some of them.
    3) We already fixed this and today update will include it.
    4) Unfortunately there is no search form for group, it only searches in users profile fields
    5) I need to install this plugin and see what function it has to display fields. Basically you need to edit the groups template located in sweetdate/groups/groups-loop.php

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Editing the text inside the search form #3250
     SQadmin
    Keymaster

    Hi,
    You can use css to style it differently. If you want to change the structure you can copy the function named kleo_bp_seach_form_horizontal from sweetdate/custom_buddypress/kleo-bp-search.php to your sweetdate-child/functions.php and you can modify it the way you like.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Home Search Field – Full Width #3238
     SQadmin
    Keymaster

    Hi, To have the form on the whole page you need to edit a file located in sweetdate/page-parts/home-search-form.php

    Make sure you use the child theme and copy that file to the same folder location in sweetdate-child.
    Replace: “five columns” with “twelve columns”

    For the checkboxes we will give you a solution after tomorrow update.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: removing the top login/sign up buttons #3237
     SQadmin
    Keymaster

    Thanks @Anchora

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation Problems #3236
     SQadmin
    Keymaster

    Ignore those notices because there are also plugins in those are normal notices.

    You first need to translate the Sweetdate child theme following the instructions from my above reply.
    You can translate strings from every plugin you have installed.
    You need to translate also buddypress and bbpress and other plugins you use and have front-end content because on their specific pages, strings belong to the plugins.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translation Problems #3235
     SQadmin
    Keymaster

    Hi, Use the Codestyling plugin and ignore those notices. You shoud see the just one Sweetdate theme even if you have the child theme activated. Add your language, scan files and after you translate some strings click to Generate the .mo file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Group Page Template Issue #3234
     SQadmin
    Keymaster

    Hi, By default it takes the structure you choose for all buddypress pages from Sweetdate – Buddypress.
    You change the template file though, located in sweetdate/groups/index.php to match the full width template locate in page-templates/full-width.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Chat plugin #3232
     SQadmin
    Keymaster

    Hi,
    You should talk with your hosting since all of what you illustrated seems related to them.
    You should try doing the upload via a FTP client like Filezilla.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Homepage modification #3222
     SQadmin
    Keymaster

    Ok. For others interested you can add an “image” attribute to the shortcode that has the image path

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BP-Album #3221
     SQadmin
    Keymaster

    Bp Album is also packed in the theme. Enable/disable from WP Admin – Sweetdate – Buddypress
    No additional plug in install is required.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Error Log #3219
     SQadmin
    Keymaster

    Hi
    That is fixed in upcoming update.
    Fix: https://archived.seventhqueen.com/forums/topic/404-page-error

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Where do I translate this words? #3216
     SQadmin
    Keymaster

    Hi
    For first image please define your tab name like in this topic if using the codestyling localization plugin doesn’t work: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change
    Those words should come up in the translatable fields. Try using codestyling localization plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 1,521 through 1,560 (of 2,655 total)

Log in with your credentials

Forgot your details?