Forum Replies Created

Viewing 40 posts - 7,041 through 7,080 (of 8,607 total)
  • Author
  • in reply to: Hide some Kleo metabox #12788
     Abe
    Keymaster

    Hi, This should do the trick:

    COPY CODE
    
    function foyervietnam_remove_post_meta_boxes() {
    	if( !current_user_can('manage_options') ) {
    		remove_meta_box( 'general_settings','post','normal' ); // Kleo Theme General Settings
    		remove_meta_box( 'post_meta','post','normal' ); // Kleo Theme Post Settings
    		remove_meta_box( 'mymetabox_revslider_0','post','normal' ); // Kleo Revolution Slider Options
    		remove_meta_box( 'post_layout','post','side' ); // Kleo Post Layout
    
    		// sidebar
    		remove_action('edit_form_advanced', array('sidebar_generator', 'edit_form'));
    		remove_action('edit_page_form', array('sidebar_generator', 'edit_form'));
    	}
    }
    
    add_action( 'add_meta_boxes', 'foyervietnam_remove_post_meta_boxes' );
    
    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

    Great, Have a nice day.

    Topic closed.

    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: Manual for search form configuration #12785
     Abe
    Keymaster

    Hi, Change profile fields from Users – Profile fields

    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 "-" by "everything" in the search form #12784
     Abe
    Keymaster

    Disable from Sweetdate – Layout settings – Ajax Search in 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: Paid Membership Pro not working #12783
     Abe
    Keymaster

    I haven’t said to install woocommerce. Please see the documentation for details on configuration. What exactly isn’t working after you have done all the steps from the documentation??

    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: Button color #12782
     Abe
    Keymaster

    Hi, You can change it by adding a custom CSS code in Theme options – Quick css

    COPY CODE
    
    #buddypress .standard-form div.submit input {background:blue; color: white;}
    
    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: Hide Members Without Avatars #12780
     Abe
    Keymaster

    We haven’t tested 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.

     Abe
    Keymaster

    Hi, That browses trough all site members by default and it is not applied any filter. If you need it in any other way please customize the current function or hire a developer to help 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: How to hide some information in profile #12776
     Abe
    Keymaster

    But again I say to you that users can set the privacy of any field from their profile edit page so any confidential info can be hidden if they don’t want 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: Law in the European Union vs SweetDate #12775
     Abe
    Keymaster

    Hi, and having them accept the terms and conditions isn’t enough?

    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: I think this is a easy question about search form #12774
     Abe
    Keymaster

    If you have just the “speak” field then you add that in the search form and make sure users saved the new field in their profile.

    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 Message Restrictions Broken #12772
     Abe
    Keymaster

    Default restrictions should definitely work. Make sure you are not admin and checked which levels to restrict

    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: Layout issue after update #12771
     Abe
    Keymaster

    Hi again, we will take another look. You can try to install a fresh site as test to see how it goes

    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: Shortcode to Display Particular Members #12770
     Abe
    Keymaster

    Hi, sorry that is not available, you need to develop your own shortcode or hire someone

    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 Create Menu button under My Account ? #12762
     Abe
    Keymaster

    If the Buddypress links aren’t visible in Appearance – Menus then activate them from Screen options

    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: Top level menu #12761
     Abe
    Keymaster

    Hi, for custom links you need a plugin or something to generate the base to logged in user profile. Buddypress links can be added from Appearance – Menus – Screen options

    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: keeping scroll bar on the last position when refresh #12759
     Abe
    Keymaster

    This is that link https://archived.seventhqueen.com/forums/topic/keeping-scroll-bar-on-the-last-position-when-refresh/#post-8056

    you add the code by connecting to your server by ftp in wp-content/themes/sweetdate

    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: Altering Footer Level 2 background colour #12757
     Abe
    Keymaster

    Hi, in footer.php you can add an inline style to the section element from line 18

    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: Geo city not functioning #12756
     Abe
    Keymaster

    Hi, make sure you did the required settings in Sweetdate – Buddypress to select the country and city fields and added your geonames username. Also check js errors

    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 Conflict With Directory Plugin #12754
     Abe
    Keymaster

    Hi, I don’t think so. Give us some access credentials and some links where the problems are

    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 word wrap to last update on members list #12749
     Abe
    Keymaster

    Hi, we just fixed it. Update will be released Monday. 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: Sign Up poup #12747
     Abe
    Keymaster

    Well, browser needs to support “required” attribute. There is also the option for users to accept terms, just set your page for terms in Sweetdate – Miscellaneous and the checkbox will appear in the registration popup

    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: Google ad words #12746
     Abe
    Keymaster

    Hi, add the code directly to the page template located in members/members-loop.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: How to change matching system #12743
     Abe
    Keymaster

    Ps: glad you are back. Good luck with 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: How to change matching system #12741
     Abe
    Keymaster

    Hi, You should update. See the changelog: https://archived.seventhqueen.com/forums/topic/sweetdate-updates-change-log

    Edit profile fields from Users – Profile fields

    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: Search Form doesn't work #12740
     Abe
    Keymaster

    I don’t know what you are doing but I just saved my profile and it appears in search results. Please read instructions carefully.

    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: supress certain members in search #12739
     Abe
    Keymaster

    Hi, Try searching the web or buddypress site. We found: https://gist.github.com/dzmounir/6043674

    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: Bug in User "newest, active, popular" section #12738
     Abe
    Keymaster

    Hi, This is already fixed and we will release an update Monday.

    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: error in translation #12733
     Abe
    Keymaster

    Hi, You need to translate Paid Memberships Pro plugin for those strings. You can use Codestyling Localization plugin for translations

    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: Members Masonry Element #12732
     Abe
    Keymaster

    Hi,
    1. Members masonry shortcode is handled by K-elements plugin, in fact every theme shortcode is handled by the plugin.
    In wp-content/plugins/k-elements/shortcodes/templates/ you will see all shortcode templates. To override any template you should copy it to wp-content/themes/kleo/k_elements/

    Members listing template is found in kleo/buddypress/members/members-loop.php

    2. Same applies here about overriding shortcodes. Activity page template is under kleo/buddypress/activity/activity-loop.php. You can take elements from that page and add them in the shortcode override

    Thank you very much

    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: Remove Homepage image From Other Pages? #12730
     Abe
    Keymaster

    Homepage image should only apply to Homepage if you set it under 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.

    in reply to: Fresh Export of the Blue Theme #12729
     Abe
    Keymaster

    Hi, You just hit the reset button in Sweetdate options and it will revert to all initial settings.

    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: Locations #12678
     Abe
    Keymaster

    We planned it for March but we expect to reach April

    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

    This post is obsolete since in newest versions we already added a template for Buddypress online users and you should see it in the page templates select.

    I will close this topic.
    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: Adding support for Spotify in audo posts #12662
     Abe
    Keymaster

    Pfiu, we just finished the fix for Spotify to be responsive and take the container width. It gave us some headaches 🙂

    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: Locations #12640
     Abe
    Keymaster

    We are working on a integration with a Geo location plugin what will allow searching near your or near a location. Will keep you posted 😉

    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: Edit Membership Benefits #12639
     Abe
    Keymaster

    Please see this topic added to FAQ sections and also made Sticky 😉 https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to

    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 hide some information in profile #12638
     Abe
    Keymaster

    Hi rudik2, What you need are custom requests and are out of the scope of this support forum. Please hire a developer to help you with custom changes since that requires a dedicated amount of time. I am sure you understand

    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 modify CSS Style of register box on header ? #12637
     Abe
    Keymaster

    Hi, That template if found here: wp-content\themes\sweetdate\page-parts\general-register-modal.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: Breadcrumb area #12635
     Abe
    Keymaster

    Hi, It should not display if you set it to off. Make sure you also set it under Theme options – 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.

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

Log in with your credentials

Forgot your details?