Forum Replies Created

Viewing 40 posts - 1,761 through 1,800 (of 11,328 total)
  • Author
  • in reply to: Translation term missing “Search” in translate #96376
     sharmstr
    Moderator

    For ‘search’, I’ll have the dev’s add the text domain. In the meantime, go to /buddyapp/lib/theme-functions.php and change the input_placeholder text (around line 361).

    “All Members” is in the buddypress translation files.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Issue with WP Mentainance Pluging #96366
     sharmstr
    Moderator

    Your link doesnt work.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Change logo on login page #96364
     sharmstr
    Moderator

    Bring up your login page in the page editor and edit the Single Image shortcode.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Reset password issue #96363
     sharmstr
    Moderator

    Solution provided: https://archived.seventhqueen.com/forums/topic/forgot-password#post-96362

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forgot Password #96362
     sharmstr
    Moderator

    The issue is that they recently added a check for the nonce field, but failed to add it to the ajax call. I’ll add a fix for this in the next update. In the meantime, go to /buddyapp/functions.php and comment out the nonce check. Around line 905 look for

    COPY CODE
    
    check_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
    

    and change it to

    COPY CODE
    
    //check_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress login #96361
     sharmstr
    Moderator

    I’m not seeing any errors. Where are you seeing the error? Where are you logging in from? The sidebar or wp-login.php?

    Provide a test account so we can see the issue.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtmedia install #96360
     sharmstr
    Moderator

    I dont see any errors.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Installation of theme #96359
     sharmstr
    Moderator

    Send an email to dev@seventhqueen.com to ask this. Your request will reach the people who provide the service.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Visual editor problem #96357
     sharmstr
    Moderator

    you’re on a very old version of Kleo. So old in fact that you no longer receive auto update notifications. You’ll need to upgrade via FTP to get current, then auto upgrade notifications will work again if you have it set up in theme options. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    After you upgrade Kleo, make sure you also upgrade the required plugins by going to Appearance > Install Plugins.

    To fix the Theme Options saving issue, put this in your child theme’s functions.php file

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Kleo Forums styles error #96356
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    body.single-forum .bbp-topic-form code {
        white-space: normal !important;
        width: 100% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedia showing duplicate attach media button #96355
     sharmstr
    Moderator

    And, according to your images, your site is throwing 300 errors. Why?

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedia showing duplicate attach media button #96354
     sharmstr
    Moderator

    It doesnt do that by default. Look for plugin conflicts or custom code that you’ve added.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Icons with popover not displaying #96352
     sharmstr
    Moderator

    There isnt any issues with the current version of Kleo and VC so perhaps you have a plugin conflict. Have you checked?

    http://seventhqueen.com/themes/kleo/tooltips-popovers/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: social icons #96349
     sharmstr
    Moderator

    If you dont want to use a plugin, you can follow this: http://sharmstr.com/displaying-social-links-in-members-profile/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Adding the format box to a custom post type #96346
     sharmstr
    Moderator

    You would put your cpt name, not ‘page’. Yes, it goes in your child theme’s functions.php file.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: permalinks in forum #96345
     sharmstr
    Moderator

    moving because this isnt a bug

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: permalinks in forum #96344
     sharmstr
    Moderator

    The Users Ultra Lite plugin was causing the issue. It was changing your forums permalinks. Next time you run into an issue, its common practice to disable all plugins to see if it fixes the issue. If it does, enable them one-by-one until you find the plugin causing it.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add topics started and favorites to the menu #96342
     sharmstr
    Moderator

    In the Kleo documentation and in the Kleo section of Appearance > Menus, it explains that you can add user specific links by using the ##profile_link## variable. i.e. ##profile_link##/forums or ##profile_link##/forums/replies or ##profile_link##/forums/favorites

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Change specific links to blue #96341
     sharmstr
    Moderator

    I dont see that you’ve added the css I gave you to either quick css or styles.css.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Using demo data + finding elements #96307
     sharmstr
    Moderator

    You can change the excerpt length: https://archived.seventhqueen.com/forums/topic/how-to-increase-the-amount-of-excerpt-showing

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Using demo data + finding elements #96305
     sharmstr
    Moderator

    You wont lose anything. You will be adding pages, posts, etc….

    You can use the kleo post carousel to add something similar to related posts by filtering it by page and categories/tags.

    Turn off the post footer in the kleo posts settings.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Visual Composer – Post Grid Hidden #96303
     sharmstr
    Moderator

    No problem.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity shows 2 images of all posts #96298
     sharmstr
    Moderator

    moving because this isnt a bug

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity shows 2 images of all posts #96297
     sharmstr
    Moderator

    You’re welcome 🙂

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: recent replies #96296
     sharmstr
    Moderator

    Ahhh, I see. The Recent Posts widget. Unfortunately the answer is no. It will show the latest replies regardless of weather or not it was in the same topic and other recent replies.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Change background color in each menu item #96293
     sharmstr
    Moderator

    You’re welcome

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Visual Composer – Post Grid Hidden #96290
     sharmstr
    Moderator

    What page are you having problems with? I created a test page called kelo-test, added a post grid, published it, left the page and went back into the editor. I was not able to recreate your issue.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity shows 2 images of all posts #96288
     sharmstr
    Moderator

    I just looked at your plugin settings. Another thing you can try is disabling the “show featured image in activity” setting. Buddypress already shows the featured image for posts, so maybe that’s why you’re getting 2 of them.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity shows 2 images of all posts #96287
     sharmstr
    Moderator

    Thank you.

    Since its a paid geo directory add on that I dont have access to, can you tell me 2 things

    1 – Switch to the WP 2015 Theme and tell me if the existing activity shows 2 images.

    If yes…

    2 – With the WP 2015 Theme enabled, add a new test geo listing and tell me if that activity shows 2 images.

    Trying to determine if its Kleo or the plugin.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Change specific links to blue #96283
     sharmstr
    Moderator

    Works on my sites. Need access to yours to see what’s wrong.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Visual Composer – Post Grid Hidden #96279
     sharmstr
    Moderator

    Most likely a plugin css conflict that has nothing to do with Kleo. You can test this two ways.

    1 – Enable the WP 2015 Theme. Does it still happen?

    2 – Disable all plugins except VC. Does it still happen?

    If so, if you give me access I might be able to work out some custom css for you.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity shows 2 images of all posts #96278
     sharmstr
    Moderator

    Cant see the activity without credentials 🙂

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: WooCommerce theme options are missing! #96277
     sharmstr
    Moderator

    Can you fix my access so I can see what’s going on?

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BP-WP Reviews plugin not working correctly #96276
     sharmstr
    Moderator

    @abe – assigning this to you to merely give you a heads up. I’ve had a few cases so far where the Buddyapp page load transition doesnt complete if there is an error on the page, or if the page takes a long time to load. This results in what appears to be a blank page. Its not until you manually set the page opacity to 100 using the page inspector that you can actually see what’s going on. I’m not sure if there is anything you can do about this, but thought you should know and perhaps tell the rest of the support staff about it so they dont waste time debugging a blank page 🙂

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BP-WP Reviews plugin not working correctly #96274
     sharmstr
    Moderator

    You’re welcome.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtmedia attachments #96265
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    li.rtm-bbp-thumb-view {
        max-width: 150px;
        border: 1px solid #e5e5e5;
        margin: 5px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: members filter #96257
     sharmstr
    Moderator

    Not by default, except for “pending” (Users > Manage Signups). There might be a plugin or custom code on the buddypress forum for that.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to redirect the member profile ? #96256
     sharmstr
    Moderator

    Understand, but Peter’s login redirect is the Kleo suggested plugin for doing that.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to redirect the member profile ? #96245
     sharmstr
    Moderator

    Install Peters Login Redirect plugin. Set your custom redirect to WP default, then in Peters plugin settings, set the login redirect to

    http://www.yoursite.com/members/[variable]username[/variable]

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: WooCommerce theme options are missing! #96239
     sharmstr
    Moderator

    Your site keeps taking me to another site so I cant access wp-admin. In any case, you’re on a very old version of Kleo. So old in fact that you no longer receive auto update notifications. You’ll need to upgrade via FTP to get current, then auto upgrade notifications will work again if you have it set up in theme options. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    If that doesnt solve your issue, look for a plugin conflict that might be hiding that menu item.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 1,761 through 1,800 (of 11,328 total)

Log in with your credentials

Forgot your details?