Forum Replies Created

Viewing 40 posts - 7,561 through 7,600 (of 8,607 total)
  • Author
  • in reply to: Woocommerce #11177
     Abe
    Keymaster

    Hello,
    Woocommerce has updated their structure in the latest update.
    In sweetdate theme please delete woocommerce folder and replace it with this one until next theme update https://archived.seventhqueen.com/files/woocommerce.zip

    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: Redirect guests to register page for restricted areas #11176
     Abe
    Keymaster

    There are links generated by different plugins, theme, wordpress so I don’t think you can easily achieve this. The best option is to make the redirect server side

    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: Sign up requiring full name #11175
     Abe
    Keymaster

    Hi,
    I can’t really understand your problem. If you have updated the theme and the change has been done in the parent theme, take the old file and put it in the child 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: PROBLEMS WITH MEMBERS.. #11174
     Abe
    Keymaster

    Hi, 70 appear right now. Users must login to appear as active member. This is the way Buddypress works

    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: Codestyling – contact author message #11171
     Abe
    Keymaster

    Hi, That is a notice you can ignore since it is normal because theme uses different plugins templates.

    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,
    Your requests are very detailed and I am not sure if you will find plugins to do exactly what you need.
    I think you can use Gravity forms to make different register forms so you can use for different member types.
    Any other requests I guess you need to develop since as I said they are very domain specific.

    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: Problem with translate some words #11169
     Abe
    Keymaster

    Hi,
    For anything related to bpAlbum update to the latest theme version since we updated some bpalbum .po files with missing strings.
    2,3 We will ask the developer why they don’t appear.
    6. That is for sure in Buddypress. Search the exact string in Codestyling localization inside Buddypress plugin, not Sweetdate 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: Make Top Menu Full Width and Translucent #11168
     Abe
    Keymaster

    Hi, Sorry for the late reply. We tried to make something quick using CSS but it requires more than just a small code snippet.
    Here is a starting point:

    COPY CODE
    
    .contain-to-grid .top-bar {
        max-width: 100%;
    }
    .sticky.fixed {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
        height: auto;
        padding: 20px;
    }
    .top-bar ul.left {
        float: right;
    }
    
    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: Members statistics at Homepage #11162
     Abe
    Keymaster

    Hi, If your field name is Patients the the shortcode is:
    [kleo_status_icon type=”Patients ” subtitle=”Patients Online” image=”http://link_to_image.png”%5D

    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: Turn off Profile Group links in textboxes.. #11161
     Abe
    Keymaster

    Hi, Please see already created topic: https://archived.seventhqueen.com/forums/topic/turning-off-linking-words-in-users-profile-text#reply-6504

    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: User List and Group List not view #11147
     Abe
    Keymaster

    Hi, We saw that bug and we fixed it. Until next theme update please replace this file wp-content\themes\kleo\buddypress\js\buddypress.js with https://archived.seventhqueen.com/files/kleo/buddypress.js

    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: KLEO Missing Style.css #11146
     Abe
    Keymaster

    Hi, for theme options there is a menu under WP admin named “Theme options”

    For drag & drop builder install Visual composer plugin from the admin notice and when adding a new page you will see a Visual composer button

    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 the background on register page #11145
     Abe
    Keymaster

    You can put it in Sweetdate – Styling options – Quick css or if you are using child theme in style.css

    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, I tried in this topic to give some instructions to get closer to that design:
    https://archived.seventhqueen.com/forums/topic/how-to-get-the-wordpress-profile-page-to-look-like-the-html-one-you-offer

    Whichever plugin you are using you will have to change file templates and add conditions based on user lever. Depending on the plugin the function to check for a user level will be different. For PMPRO the function to check for a specific level is:

    COPY CODE
    
    /* If members are levels 1 or 2 */
    <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?>
    /*put here code for those levels*/
    <?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: Post update doesn't show new posts. #11136
     Abe
    Keymaster

    Hi, We saw that bug and we fixed it. Until next theme update please replace this file wp-content\themes\kleo\buddypress\js\buddypress.js with https://archived.seventhqueen.com/files/kleo/buddypress.js

    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: rtMedia foundation update to 5 #11135
     Abe
    Keymaster

    Hi, please ignore that informational notice since all templates are updated.
    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: s2Member Membership plugin #11131
     Abe
    Keymaster

    Hi oscar34, as I wrote in the comments section you can use S2member as well without problem. You just need to set up your restrictions

    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: Register at Checkout No Longer Available #11129
     Abe
    Keymaster

    Hi,
    We did some changes to that page. To have the registration in the checkout page please replace this file contents wp-content\themes\sweetdate\paid-memberships-pro\pages\checkout.php with this one: https://archived.seventhqueen.com/files/checkout-with-register.txt

    If you are using a child theme put the new file in sweetdate-child theme in the same folder structure

    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: Results Page only showing 1 #11128
     Abe
    Keymaster

    Hi, We checked our members page and the pagination works: http://seventhqueen.com/themes/kleo/members/
    For Buddypress you can set how many members to show per page in Theme options – Buddypress

    Can you give a link to that page with the RSS?

    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: User List and Group List not view #11127
     Abe
    Keymaster

    Hi, Where exactly are these lists? Please be more specific if you can of give a link to the exact page

    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: Replace icon categories #11126
     Abe
    Keymaster

    Hi, in sweetdate/functions.php you will find a function named sweetdate_entry_meta()
    There you will find the icon: icon-heart. Change it with fontawesome icons: http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/

    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: Theme Configuration #11125
     Abe
    Keymaster

    Hi, When users activate they are takes to /activate page. Make sure you have mapped all your Buddypress pages in Settings – Buddypress – Pages

    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: Private Messages #11124
     Abe
    Keymaster

    From Sweetdate – Memberships – Restrict users from sending private messages. You need to adjust it for your levels. We did some tests and you can’t reply(only if you are admin you can)

    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

    Yes, enable it from Sweetdate – Buddypress

    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

    Also make sure you have the Sweetdate child theme active in Appearance – Themes

    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

    In WP Admin it should appear as a menu

    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: Password Reset #11110
     Abe
    Keymaster

    Hi, It is included in 2.4

    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, Add this in your sweetdate-child/functions.php and you will have access to bp-Album settings page that allows that but you cannot limit based on membership level

    COPY CODE
    
    add_action( 'admin_menu', 'bp_album_add_admin_menu' );
    
    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: horizonal search form styling #11107
     Abe
    Keymaster

    Hi, I am looking at your site and all fields are left aligned. What do you mean?
    To center align the whole form you can do something like this in CSS:

    COPY CODE
    
    #horizontal_search .two.columns:first-child {
        margin-left: 120px;
    }
    
    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 the background on register page #11105
     Abe
    Keymaster

    Hi, You can add it by css:

    COPY CODE
    
    .register.buddypress #main {
        background: #f4f4f4;
    }
    

    To add data to register page you have to edit sweetdate/registration.register.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: Online Status not working? #11101
     Abe
    Keymaster

    That should work if you haven’t modified members directory template or added some custom code to interfere.

    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: KLEO Missing Style.css #11100
     Abe
    Keymaster

    Hi, You are not uploading the right theme. Theme archive is located under the WordPress folder from the main package downloaded

    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, You should restrict in Sweetdate – Memberships “Not members” and will apply to those users that are registered but haven’t chosen a level

    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 do I do This #11097
     Abe
    Keymaster

    Hi, You should user microlancer.com service for customizations.
    To enable user signup go to WP admin – Settings – General and check Anyone can register

    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: Issue with avatar logo #11096
     Abe
    Keymaster

    Great. Thanks for sharing

    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: Homepage Header Height (hidden form) #11095
     Abe
    Keymaster

    Hi, You can set another height when user is logged in. Body tag will have this class when an user is logged in: logged-in
    eq:
    .home-page #header {min-height:400px}
    .logged-in.home-page #header {min-height:600px}

    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: Register Form – Facebook Button Alignment #11092
     Abe
    Keymaster

    Hi, Buttons should look like this: http://seventhqueen.com/demo/sweetdatewp-modern/
    You can do it with some CSS rules. Template file for registration is located in wp-content\themes\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: Align Profile/LogOut with Menu #11091
     Abe
    Keymaster

    Hi @laurieheer, Please make the changes as in the above topic so we can see the problem in your site.

    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: Online Status not working? #11088
     Abe
    Keymaster

    Have you enabled it from Sweetdate – Buddypress?

    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: Woocommerce theme files outdated #11073
     Abe
    Keymaster

    We will update those templates so it won’t show. Will come back soon with an asnwer

    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 - 7,561 through 7,600 (of 8,607 total)

Log in with your credentials

Forgot your details?