Forum Replies Created

Viewing 40 posts - 1,241 through 1,280 (of 11,328 total)
  • Author
  • in reply to: modal popup text and link #100737
     sharmstr
    Moderator

    The message is generated by Buddypress, not Kleo. If you go to wp-login.php on your site you’ll see the same message there as well (see attached). If you switch to any other theme, you’ll have the same issue.

    You should ask the gravity forms developers about this. I’m sure you’re not the first one to encounter this 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: Website is showing all members on google search #100732
     sharmstr
    Moderator

    Here’s some info for you

    https://buddypress.org/support/topic/hiding-member-activity-from-google-search-listings/ (https://bphelpblog.wordpress.com/2014/09/27/private-bp-pages/)

    https://whatswp.com/how-to-prevent-search-engine-index-page/

    For SPAM users, a lot of us are happy with https://wordpress.org/plugins/wangguard/

    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: Unique articles on magazine template? #100731
     sharmstr
    Moderator

    This has been discussed a few times around here. The new ‘offset’ parameter (Kleo 4.0 coming soon) along with the category and tag filters in the news and posts shortcodes will allow you to display unique articles.

    Here are specific replies that discuss this
    https://archived.seventhqueen.com/forums/topic/post-offset-and-includedexcluded-solutions-or-suggestions#post-96879
    https://archived.seventhqueen.com/forums/topic/featured-page-revolution-slider-static-page#post-96665

    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: geodirectory #100730
     sharmstr
    Moderator

    @robert198222@hotmail.com – Those are fixed in Kleo 4.0 which will be available soon.


    @egabillat
    – I dont have buddypress or event addons so I cant test it. Will need access to your site to do some testing.

    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: A few major issues with activity feed #100729
     sharmstr
    Moderator

    Great!

    Here’s the css to hide the filter

    COPY CODE
    
    #activity-filter-select {
        display: none !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: Notification and message icons in top menu baricon #100728
     sharmstr
    Moderator

    1 – Do you have live notifications turned on in theme options?

    2 – Did you use the Live Notification menu item from the Kleo section?

    If both of those are yes, then please respond privately with admin credentials 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: buddyapp developers? #100700
     sharmstr
    Moderator

    Please send an email to dev@seventhqueen.com.

    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: page not found #100699
     sharmstr
    Moderator

    Resave your permalinks.

    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: geodirectory #100698
     sharmstr
    Moderator

    Can you explain exactly what you mean by

    – Options in GeoDirectory Nagivation Locations isn’t working with KLEO
    – Options in GeoDirection Navigations Settting isnt working with KLEO.
    – Options in GeoDirectory Post Type Navigations Settings isn’t working with KLEO.

    I was able to change the options.

    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: geodirectory #100649
     sharmstr
    Moderator

    Kleo live notification merely reads the notifications in the buddypress notification table. It doesnt actually create notifications. The “live” part merely means that it will read the notification table and look for newly added notifications without having to refresh the page. So, if geo directory adds notifications to the notification table for the things you’ve listed, then Kleo will show them.

    Does a notification show up in /members/membername/notifications for reviews? If not, then there is no way Kleo live notification will ever report it.

    Again, I need access to your wp admin to see what’s going on with the geo 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: geodirectory #100637
     sharmstr
    Moderator

    Kleo doesnt do anything special with live notifications except on the display side. Which means that if geo doesnt register a notification, then Kleo has no way of showing it.

    Need access to 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: Pay per post #100621
     sharmstr
    Moderator

    PMPro > Advanced: Change the link in the messages

    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: Some saved options does not shows up right in frontend #100616
     sharmstr
    Moderator

    One of two issues.

    1 – You have caching enabled on your sever or a have a cdn in place. You need to purge them.

    2 – Your site is having issues saving the options. Add this to 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: CIVICRM Contact fields #100602
     sharmstr
    Moderator

    Great.

    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: Pay per post #100594
     sharmstr
    Moderator

    No problem. I should have told you to change that from the beginning. Sorry.

    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: CIVICRM Contact fields #100592
     sharmstr
    Moderator

    That’s the buddypress profile. Since you have little experience and you’ve stated that you’re not a developer then you will need to hire someone to do it for you because you’ll have to write php code to do what you want to do.

    https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
    https://codex.buddypress.org/plugindev/how-to-enjoy-bp-theme-compat-in-plugins/

    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: Pay per post #100587
     sharmstr
    Moderator

    LOL. Yes. Change ‘product’ to ‘portfolio’

    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: Pay per post #100577
     sharmstr
    Moderator

    Did you mistakenly copy the php tags? You should only copy the code within the tags since you have an opening php tag at the beginning of functions.php

    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: Pay per post #100566
     sharmstr
    Moderator

    Why not just add the PMPro meta box to the portfolio editor? http://www.paidmembershipspro.com/add-pmpro-membership-level-meta-box-to-a-custom-post-type/

    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: CIVICRM Contact fields #100564
     sharmstr
    Moderator

    There are many “my account” possibilities depending on what plugin you are using so I’m not sure what you mean exactly by “My Account” page. Regardless, Kleo doesnt add any of the account pages, plugins do. In other words, if you were to switch to a different theme, you’d still have to figure out how to add the shortcodes to whatever account screen you are referring to.

    If you can tell me what account page you’re referring to, I can possibly point you to the plugins documentation for customizing their account 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: WordPress #100559
     sharmstr
    Moderator

    Appearance > Customizer > Header > General Settings: Bottom Text

    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: 2 photos in a row on iPhone #100555
     sharmstr
    Moderator

    Change the column settings https://vc.wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/

    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

     sharmstr
    Moderator

    ** note: I’ve never used that plugin so make sure its exactly what you want before purchasing.

    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

     sharmstr
    Moderator

    You cant have different layouts. You can choose what profile fields to show or hide based on member “type” (not to be confused with membership level) using a plugin: http://www.buddyboss.com/product/buddypress-member-types/

    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: Pay per post #100547
     sharmstr
    Moderator

    Check out paid membership pro. http://www.paidmembershipspro.com/pricing/

    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: geodirectory #100545
     sharmstr
    Moderator

    If you switch the the 2015 Theme, do they 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: Update Buddypress Links to Custom Registration Page #100544
     sharmstr
    Moderator

    For your other question about their own listings, again, you should ask the geo team. Kleo only stylizes the output of Geodirectory. You should be asking them for support on customizing 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: Update Buddypress Links to Custom Registration Page #100543
     sharmstr
    Moderator

    You might want to ask the geo developers. They have this which will change the signup link (I tried it and it works), but it also redirects the login which you probably dont want: https://docs.wpgeodirectory.com/redirecting-the-login-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

     sharmstr
    Moderator

    They put “new” so you can see the new layouts. They aren’t pages that you import. All you need to do is enable those layouts in Theme Options > Blog: Enable Layout Switcher and Enabled Layouts.

    You can also choose those layouts when using the Kleo Post Grid 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: CIVICRM Contact fields #100534
     sharmstr
    Moderator

    You’ll have to ask the plugin developer.

    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: Update Buddypress Links to Custom Registration Page #100533
     sharmstr
    Moderator

    The GD Login widget doesnt link to the Buddypress registration page. It links to whatever page you have set in Geodirectory > Permalinks > Login 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: Sidebar link color inherit main text color #100532
     sharmstr
    Moderator

    You can use sidebar specific css

    COPY CODE
    
    
    
    .main-color .sidebar ul li a {
        color: red !important;
    }
    
    .main-color .sidebar {
        color: green !important;
    }
    
    
    #main .main-color .sidebar h4, .main-color .sidebar h4.widget-title a {
        color: pink !important;
    }
    

    I purposely made them different colors so you can see which css controls which part of the sidebar.

    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: Update Buddypress Links to Custom Registration Page #100528
     sharmstr
    Moderator

    Looks like you’ve sorted it out.

    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: A few major issues with activity feed #100526
     sharmstr
    Moderator

    You probably included the php tags

    COPY CODE
    
    //Block certain activity types from being added
    function bp_activity_dont_save( $activity_object ) {
        $exclude = array(
            'updated_profile',
            'new_member',
            'new_avatar',
            'friendship_created',
            'joined_group'
        );
    
        // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function
        if( in_array( $activity_object->type, $exclude ) ) {
            $activity_object->type = false;    
        }
    }
    
    add_action('bp_activity_before_save', 'bp_activity_dont_save', 10, 1 );
    
    
    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: Facebook integration not working #100525
     sharmstr
    Moderator

    That’s not the error message you’re getting. You’re getting this one

    “Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.”

    Go to facebook and correct the app domain 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: change menu color for homepage only #100524
     sharmstr
    Moderator

    Okay, try this. Click on the gear icon in VC and add this css

    COPY CODE
    
    .navbar-transparent.on-dark-bg #header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav>li>a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after {
        color: #000;
    }
    
    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

     sharmstr
    Moderator

    I just added a simple console.log and it worked fine.

    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.
     sharmstr
    Moderator

    Hmmm. Did you try putting the code in either the header or bottom content boxes? Make sure you wrap it in <script> tags.

    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

     sharmstr
    Moderator

    That’s correct. There’s nothing in Kleo that will allow you to do 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

     sharmstr
    Moderator

    Check out WP’s is_page function: https://codex.wordpress.org/Function_Reference/is_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

Viewing 40 posts - 1,241 through 1,280 (of 11,328 total)

Log in with your credentials

Forgot your details?