Forum Replies Created

Viewing 40 posts - 1,681 through 1,720 (of 2,655 total)
  • Author
  • in reply to: Stripe – Payment gateway #2855
     SQadmin
    Keymaster

    Hi,
    I see there is now way of doing this without altering a plugin file. You should edit wp-content/plugins/paid-memberships-pro/includes/lib/currencies.php
    Add the AUD currency at the $pmpro_stripe_currencies array

    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: How to display testimonials with a shortcode #2854
     SQadmin
    Keymaster

    Those are testimonials added from WP Admin -> Testimonials. They don’t have to do with the members

    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: [HELP ]Registration Form Question #2853
     SQadmin
    Keymaster

    Hi,
    The template for that is in registration/register.php 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: Quotation Marks #2852
     SQadmin
    Keymaster

    Hi,
    You can remove it with some css. Add this to Sweetdate -> Styling options -> Quick css

    COPY CODE
    
    .callout .bp-profile-details:before {content:"";}
    

    To move it a bit to the left:

    COPY CODE
    
    .callout .bp-profile-details, .callout .cite {margin-left:0;}
    
    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: Add fields to Member Directory #2851
     SQadmin
    Keymaster

    Profile fields are normally added trom WP admin -> Users -> Profile fields. If you added from database and they appear there then it should be fine.
    In order for a field to appear a members has to complete the info for it.
    Put a sample of the code added if it still doesn’t 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: Social links not working #2850
     SQadmin
    Keymaster

    We tested multiple installs and all work. It seems a problem form your side.. can;t tell what exactly.
    What operating system do you use?

    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: Title Padding #2849
     SQadmin
    Keymaster

    To hide a page/post title, when editing it under Display settings -> Hide the title

    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 alignments in sample pages cannot be reproduced #2848
     SQadmin
    Keymaster

    Hi,
    To show the button, you have a checkbox for that in Sweetdate -> Buddypress in the horizontal form options.
    To put a border, change the bg and colors you need to add css in the Sweetdate -> Styling options -> Quick css

    COPY CODE
    
    #search-bar {border: 1px solid #ccc; background: #0296C0}
    

    Field color:

    COPY CODE
    
    #search-bar form.custom div.custom.dropdown a.current {
    background-color: #FFFFFF; color: #141414;
    }
    #search-bar form.custom div.custom.dropdown ul li.selected {
        background: #CDEBF5;
        color: #000000;
    }
    

    Play with the colors as you like

    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 alignments in sample pages cannot be reproduced #2847
     SQadmin
    Keymaster

    Hi,
    The left column is not lower. Check all the other pages. You probably added a break or paragraph in you content at the beginning.

    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 #2845
     SQadmin
    Keymaster

    Hi,
    You can create a Blog page and set it to show the latest articles from Settings -> Reading.
    Or in any page you can show posts using the shortcode: [kleo_articles]

    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: Newsletter Sidebar #2844
     SQadmin
    Keymaster

    Try installing a plugin that lets you add widgets using a shortcode.

    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: WordPress admin is running extremely slow #2843
     SQadmin
    Keymaster

    Hi,
    I removed those lines from framework/theme_options.php and also added those 2 lines of code into sweetdate-child/functions.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: SweetDate alignments in sample pages cannot be reproduced #2810
     SQadmin
    Keymaster

    Add this to WP admin -> Sweetdate -> Styling options -> Quick css box:

    COPY CODE
    
    #main {padding-top:20px}
    
    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: Add fields to Member Directory #2809
     SQadmin
    Keymaster

    Yes, Just rename those to match your names.
    Also you can add more by adding a coma after the last one and writing them just like the existing ones

    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 #2808
     SQadmin
    Keymaster

    Hi,
    1. Probably some plugin you are using
    2. You should re-check because selecting checkbox, renders as checkbox. Multiselect, indeed because of the form styling doesn’t allow to select multiple options. You can fix this by editing registration/register.php and remove the custom class from the form but the form isn’t going to be styled so nice.
    3. It should state that it applies to buddypress registration. Maybe it doesn’t support that.

    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: [HELP] Avatar on Sign Up #2802
     SQadmin
    Keymaster

    Yes indeed.Thanks. I have changed it

    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: Newsletter Sidebar #2801
     SQadmin
    Keymaster

    Indeed @adam that is the solution
    Thanks

    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 #2800
     SQadmin
    Keymaster

    Arrow chat looks promising. The other I can’t says since there is no demo but should be good since is developed for WP 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: Login redirects to admin area #2799
     SQadmin
    Keymaster

    I have just tested and no error for us. Sharing the error always 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: [HELP] rtMedia LightBox? #2798
     SQadmin
    Keymaster

    It should work wih the hack. This will be added in the next update release. Make sure to clear browser cache and wp cache if you use a caching 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: Social links not working #2797
     SQadmin
    Keymaster

    Hi,
    We tested too and the links work. Are you talking about mobile devices? If so we already have a fix and it will be included in next 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: SweetDate alignments in sample pages cannot be reproduced #2796
     SQadmin
    Keymaster

    I edited the above post. WordPress added some extra spaces to the code. Try again please.

    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 #2793
     SQadmin
    Keymaster

    Following the cometchat instructions for install it should be added after < header > line

    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 #2792
     SQadmin
    Keymaster

    Yes, install sweetdate-child.zip and after the install the theme is located in wp-content/themese/sweetdate-child folder. Copy the header.php file there

    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: How to display testimonials with a shortcode #2791
     SQadmin
    Keymaster

    Hi, you have two options:
    1. display as a carousel just like the Stories from the Home page in our demo. Use this shortcode:
    [kleo_posts_carousel post_types="kleo-testimonials" post_formats="all"]
    2. regular display just like the posts page:
    [kleo_articles post_types=”kleo-testimonials” post_formats=”all”]

    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: WordPress admin is running extremely slow #2789
     SQadmin
    Keymaster

    Hi,
    I don’t understand what you mean by reloading functions.php. You can send ftp details and wp access to take a look: themesupport@seventhqueen.com

    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: How to change the text of search form? #2788
     SQadmin
    Keymaster

    Hi, Go to Settings -> Buddypress -> Settings and only admin can create groups from WP Admin -> Groups

    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 alignments in sample pages cannot be reproduced #2787
     SQadmin
    Keymaster

    I saw your email now. So I removed the horizontal search form shortcode from the home page and you need to add it to show before the main and sidebar content to look nicely.
    So please copy your header.php file from sweetdate theme to sweetdate-child theme and add this line at the very end of the file:
    http://d.pr/n/UG8x

    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 alignments in sample pages cannot be reproduced #2786
     SQadmin
    Keymaster

    Let me know what you want to achieve so I can guide you trough

    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 alignments in sample pages cannot be reproduced #2785
     SQadmin
    Keymaster

    Hi, In our demo the horizontal form appers on the members page and in your members page it looks exactly the same: http://whateverlife.com/members
    You don’t want to use the regular search form in your home and you want to use the horizontal one?

    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: Add fields to Member Directory #2784
     SQadmin
    Keymaster

    Hi,
    Please try again with the code. I changed it since in your initial functions.php file there was a function prepared for you to make customizations and it was interfering with this code. Now it should be fine

    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: Title Padding #2783
     SQadmin
    Keymaster

    Thanks @wattsjmw, css is the solution.
    Intead of
    .search-result {margin-top: -20px;}
    you can add
    #main.search-result{padding-top:0}

    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: Match code as a % #2782
     SQadmin
    Keymaster

    Hi, This topic describes how to change fields percentage impact on the score: https://archived.seventhqueen.com/forums/topic/match-numbers

    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: events plugin #2763
     SQadmin
    Keymaster

    We tested and worked. What isn’t working?

    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 #2761
     SQadmin
    Keymaster

    This is the code that goes in header.php.
    Use the child theme for any template changes so copy header.php to sweetdate-child folder and make the changes there:
    http://d.pr/n/TVWo

    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 #2760
     SQadmin
    Keymaster

    Hi,
    Cometchat adds a javascript and css fie to render the chat, so a condition can be added to add or not those files so if an user isn’t a member then the chat won’t appear

    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 alignments in sample pages cannot be reproduced #2752
     SQadmin
    Keymaster

    Hi,
    Those should look exactly the same way in your install. I can’t see the link from your site since I am not logged in. You can send credentials at themesupport@seventhqueen.com

    You can import the included demo content if you want the same pages as in our demo
    The search bar is configurable from Sweetdate -> Buddypress
    No coding required until now

    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: Group search doesn't work #2751
     SQadmin
    Keymaster

    Hi, I don’t think that could cause it… maybe some coincidences
    We’ll try to release the update next week

    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: [HELP] Login Issue #2750
     SQadmin
    Keymaster

    Try removing some added code or plugin for login redirects.

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

    Thanks for pointing this out. we will check.

    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,681 through 1,720 (of 2,655 total)

Log in with your credentials

Forgot your details?