Forum Replies Created

Viewing 40 posts - 6,601 through 6,640 (of 8,607 total)
  • Author
  •  Abe
    Keymaster

    Hi, That should be changed 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: error with hyperlink to breadcrumbs #14323
     Abe
    Keymaster

    Hi, we will look into that link problem.
    Have you disabled also the Theme options – Buddypress – Show breadcrumb ?

    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 Tab To Members profile #14322
     Abe
    Keymaster

    Hey man, I already said which is the right file 🙂 /public_html/wp-content/themes/sweetdate-child/functions.php

    forget the other one. Talk to whoever added it there.
    Please follow this topic https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image and add the correct code to public_html/wp-content/themes/sweetdate-child/functions.php

    I think I gave you pretty straight-forward instructions.
    And those default profile tabs should appear by default if the user has completed its 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: Approve Members? #14319
     Abe
    Keymaster

    Hi, Use a plugin like https://wordpress.org/plugins/bp-registration-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: How to updating Search box on home page? #14318
     Abe
    Keymaster

    Oh and use the Paid Memberships Pro plugin for memberships

    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 updating Search box on home page? #14317
     Abe
    Keymaster

    Hi, First you can define all the fields in Users – Profile fields and assign them to the search from in Sweetdate – Buddypress.

    You can see this topic on assigning a free level at registration for ladies: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration

    You last change requires some code intervention from a programmer with JavaScript/PHP knowledge to make you custom request.

    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: Integration for LearnDash #14316
     Abe
    Keymaster

    Hi, We haven’t got the plugin on our hands to see how it shows. Are the big compatibility problems since it should behave 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: [HELP] Edit Tab Name #14314
     Abe
    Keymaster

    Hi. That comes from Buddypress plugin and you can translate those labels using a plugin like Codestyling Localization. See more here: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/

    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 administration #14313
     Abe
    Keymaster

    From Front-end just like the user is looking at it’s profile. If you enable the admin bar they will see the bar but they can’t see those options you see.

    You can also add this code to sweetdate-child/functions.php so you disable the admin bar for non-admin users:

    COPY CODE
    
    /** Disable admin bar completely for non-admin */
    if (!function_exists('disableAdminBar')) {
    	function disableAdminBar(){
      	remove_action( 'admin_footer', 'wp_admin_bar_render', 1000 ); // for the admin page
        remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 ); // for the front end
        function remove_admin_bar_style_backend() {  // css override for the admin page
          echo '<style>body.admin-bar #wpcontent, body.admin-bar #adminmenu { padding-top: 0px !important; }</style>';
        }
        add_filter('admin_head','remove_admin_bar_style_backend');
        function remove_admin_bar_style_frontend() { // css override for the frontend
          echo '<style type="text/css" media="screen">
          html { margin-top: 0px !important; }
          * html body { margin-top: 0px !important; }
          </style>';
        }
        add_filter('wp_head','remove_admin_bar_style_frontend', 99);
      }
    }
    
    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: When Registering with facebook it gives and odd name #14312
     Abe
    Keymaster

    Hi, The script takes your username from Facebook just as you have it there. The file responsible for that is located in wp-content\themes\sweetdate\framework\functions\facebook_login.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.

     Abe
    Keymaster

    Yes you need to enable the lightbox in RtMedia – Settings – Use lightbox to display media. That will enable your media lightbox here: http://dimelo.nl/members/johnnathan/media/

    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: Is there a manual for shortcodes? #14308
     Abe
    Keymaster

    Hi ThemeVal, we will create a detailed documentation for all shortcodes with all possible attributes. Until then you can follow sharmstr’s advice and create them using Visual Composer and use the Classic editor to view it

    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: login problems #14281
     Abe
    Keymaster

    If you want the login not to happen by AJAX since that is the cause of your problem you can disable that by commenting line 101 -> kleoAjaxLogin(); from wp-content\themes\sweetdate\assets\scripts\app.js

    comment it like:
    //kleoAjaxLogin();

    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: login problems #14280
     Abe
    Keymaster

    Hi guys, that loading can be a JavaScript error in your page that can come from a plugin. Give me a link to your sites and user/password to test it.

    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: Create A Group Still Not Functioning #14279
     Abe
    Keymaster

    You haven’t provided some credentials to login and the groups page is restricted

    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: Retina logo white for the home page #14260
     Abe
    Keymaster

    Hi, We are releasing a fix next week. Thanks for pointing this out.

    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 karo, Please check with your hosting if you have writing permissions on your server files. Normally the path where the images are uploaded is in /wp-content/uploads

    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: WP login #14234
     Abe
    Keymaster

    Hi. I said above: In Appearance – Menus

    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: Registration Oddity #14214
     Abe
    Keymaster

    3. this has been always the default behavior for the register page to have only the Base group.
    As for the profile groups you should check your installed plugins since it could be related to one of them

    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: Different colors front page and profile details ? #14213
     Abe
    Keymaster

    And the shortcodes can be accessed from the page/post edit from that pink square icon where you can generate all shortcodes

    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 Icons #14212
     Abe
    Keymaster

    What exactly are you translating Boblebad? which string and with what translation string. be more specific please

    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: Mentions not showing on Member Profile. #14210
     Abe
    Keymaster

    Hi, please update your K-elements plugin that comes with the theme. See more here on theme update: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-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: Create A Group Still Not Functioning #14209
     Abe
    Keymaster

    Share your site link and some credential. I don’t think you have read my instructions 🙂 you go to mydomain.com/groups it is really easy. and if that page is blank then just set it from Wp admin – 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: Different colors front page and profile details ? #14208
     Abe
    Keymaster

    Hi Boblebad,
    We would love to give everyone help with the customizations but what isn’t always possible. This support forum is to resolve any issues and bugs that you may find and also to guide you on the right track to get you where you wanna.

    The forum is not to provide custom work. We do give snippets of code that we find useful and other styling etc.

    We understand what you are saying and are working on a more detailed documentation that will be available online. If you are not familiarized with WordPress some things might not look so clear to you.

    You paid for the theme which has hundreds of hours of work. Support if optional and not imposed by Themeforest but we chose to help our customers.

    Your request is very vague:
    “I would like to have one background color on the front page, and a different one when on the profile page, the section with the details, Base, Myself summary a.s.o., but in settings this is the same background color.”

    From what I understood you wanted different backgrounds which has nothing to do with theme structure or any other thing, it only has to do with some added CSS code and just inspect your elements in the browser and add the code. This is if you have HTML/CSS knowledge.

    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 want to translate my website completely in Spanish #14206
     Abe
    Keymaster

    Hi johnnathan, Do not change templates files for translation. Use a plugin like Codestyling Localization that works with .mo/.po translation files and automatically adds them to kleo/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.

     Abe
    Keymaster

    Hi Hiro, Buddypress does not allow you to add content from the admin area to any of the BP pages. You will have to edit registration page template file to do that. It is located in: wp-content\themes\kleo\buddypress\members\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: Create A Group Still Not Functioning #14204
     Abe
    Keymaster

    Ok, So you tried my suggestions and it works now?

    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 RSS icon #14203
     Abe
    Keymaster

    Probably the developer hasn’t updated the info.. you might just try it and see .. nothing wrong can happen

    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: Separating Men from men #14200
     Abe
    Keymaster

    hi, Unfortunately that can’t be done with the default functionality and you need to add some conditions and create a customized code to match your need. You need PHP knowledge and some WordPress/Buddypress logic too

    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: Is version 2.6 out? #14199
     Abe
    Keymaster

    Yes it is. Just re-download it from Themeforest.

    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.

     Abe
    Keymaster

    Hi, That is achievable using the Paid memberships Pro plugin and setting your restrictions from Sweetdate – Memberships

    Make sure to use the latest theme version 2.6

    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

    Hello, Do you have the latest theme update installed since we haven’t encountered this in later theme updates

    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: Membership pro cost #14195
     Abe
    Keymaster

    Hi, That comes from Paid memberships Pro plugin and the template responsible for that page is located under wp-content/themese/kleo/paid-memberships-pro/pages/levels.php

    Look somewhere around line 160

    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: a few issues with kleo #14194
     Abe
    Keymaster

    Hi sharmstr, We are working hard to have it finished this week

    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: Requests & Bugs #14193
     Abe
    Keymaster

    Hi guys, thanks Leedman for you valuable feedback. We will do our best to included some of your suggestions in our next updates. We will definitely add this one: Picking up first image of post in next update
    sharmstr covered most of your queries but if you encounter any problems please let us know.

    As for the Multilingual integration we did tests with WPML and made it compatible with it since it is the most used multilingual extension out there. You can use another one if you want since it should use the same principles of WordPress translations

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #14190
     Abe
    Keymaster

    We’ll do some tests and let you know.

    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: Custom Top Menu #14188
     Abe
    Keymaster

    hehe, I was just joking. Great you figured it out

    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 'Forums' #14186
     Abe
    Keymaster

    Great. It was an easy solution

    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: login problems #14185
     Abe
    Keymaster

    Hi, Try to disable some plugins that could apply some backend restrictions besides Paid Memberships Pro that we know can’t cause this. That could come from a JavaScript error in your site since the login in the popup is done by AJAX

    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

    Thank you sharmstr for your help

    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 - 6,601 through 6,640 (of 8,607 total)

Log in with your credentials

Forgot your details?