Forum Replies Created

Viewing 40 posts - 1,601 through 1,640 (of 11,328 total)
  • Author
  • in reply to: Archive Link #97291
     sharmstr
    Moderator

    To 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: Logo image taller than menu bar #97290
     sharmstr
    Moderator

    Cant tell what’s going on without access to the site. But based on your description, my guess is that you have ‘transparent main menu’ set in Theme Options. You should disable that and only set it at the page level on pages that require it.

    The logo can be set to be bigger, but since its part of the same container as the menu, it will overlap the breadcrumb section so I dont suggest that you go that route.

    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: K-elements and Visual composer not uppating #97282
     sharmstr
    Moderator

    You dont need to upload all the files. Just the zip files in /lib/inc.

    The blank page was solved by going to Appearance > Themes and selecting Kleo instead of Kleo 9

    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: Membership level bullet point lists #97279
     sharmstr
    Moderator

    😉

    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: K-elements and Visual composer not uppating #97275
     sharmstr
    Moderator

    Log into envato and download them from your account > downloads link.

    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: Membership level bullet point lists #97272
     sharmstr
    Moderator

    We are out of sync with replies. Or at least I am. LOL 🙂

    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: Membership level bullet point lists #97269
     sharmstr
    Moderator

    Oh, ok. Use the table name in the go pricing shortcode. Put that shortcode on your levels 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Membership level bullet point lists #97267
     sharmstr
    Moderator

    The GoPricing plugin is pretty easy to use and they have samples you can import: http://go-pricing.com/all-samples

    If you find that too difficult, you try the Pricing Table shortcode in VC.

    In both cases, the only thing you really need to understand is the link you need to add to the button that the user will choose for the level. If you go to the standard levels page and choose a level, you can see the link you’ll need to add. By default its membership-account/membership-checkout/?level=1. Change the level to match the level ID in PMPro.

    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: Archive Link #97261
     sharmstr
    Moderator

    A few things to check.

    1 – By default, CPTs will not show up in standard WP archives. You need to tell WP to show them.

    COPY CODE
    
    function custom_post_author_archive( $query ) {
        if ( $query->is_author() ) {
            $query->set( 'post_type', array('your-cpt', 'post') );
        }
    }
    add_action( 'pre_get_posts', 'custom_post_author_archive' );
    

    2 – Is your CPT set up on the same on both servers? Specifically the publicly_queryable parameter?

    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 and Templatera #97247
     sharmstr
    Moderator

    No problem. Let me know what they say.

    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: Problem setting Get Connected Page as Front Page #97239
     sharmstr
    Moderator

    Okay. Let me know. Like I mentioned, I’ve never tried using BP reserved slugs as my WP root directory so it would be good to know for sure.

    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 and Templatera #97238
     sharmstr
    Moderator

    Do you know if Templatera works on CPTS or not?

    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: K-elements and Visual composer not uppating #97236
     sharmstr
    Moderator

    The ftp server is wrong.

    Did you look for those files as I asked? Did you try renaming kleo-9 to kleo?

    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: Problem setting Get Connected Page as Front Page #97234
     sharmstr
    Moderator

    Ahhh, ok. I was confused because ‘members’ is a BP slug. I believe that’s the problem. It conflicts with buddypress. Buddypress uses “members” for the member directory. I’ve never set up a site that way, but I’m 90% positive that’s what’s going on. If you look at the source code for you home page, it thinks its the members directory.

    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: Category based profile fields #97230
     sharmstr
    Moderator

    Buddypress doesnt have related selects and they wont be adding it: https://buddypress.trac.wordpress.org/ticket/3962

    I dont know of any plugin that will do this. Here are some topics I found on their forum

    https://buddypress.org/support/topic/list-of-countrystatecity/
    https://buddypress.org/support/topic/profile-fields-for-locations-within-a-country/
    https://buddypress.org/support/topic/country-city-conditional-fields-2/

    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: K-elements and Visual composer not uppating #97219
     sharmstr
    Moderator

    Looks like your install is missing the following files

    wp-content/themes/kleo-9/lib/inc/k-elements.zip
    wp-content/themes/kleo-9/lib/inc/js_composer.zip

    It could be that you changed the directory to kleo-9. Go to kleo-9/lib/inc and see if those files are there. If so, then try changing the directory name to /kleo. If they are not there, copy them there.

    Regarding creating a forum or group from the profile. That’s correct. You cant. Buddypress has never allowed 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

    in reply to: Problem setting Get Connected Page as Front Page #97217
     sharmstr
    Moderator

    Also, you static homepage location is the your site base url. Not http://www.nrfaustralia.com.au/members

    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: Problem setting Get Connected Page as Front Page #97216
     sharmstr
    Moderator

    You cant set it as the Buddypress members directory page. Furthermore, you should not set up child pages under any buddypress pages.

    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: Membership level bullet point lists #97214
     sharmstr
    Moderator

    Those are automatically created by what you have set in Theme Options > Membership. If you want to customize the levels, use Go Pricing to build your table, then use the shortcode that it creates on your levels 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: Visual Composer and Templatera #97213
     sharmstr
    Moderator

    VC 4.9.1 will be included in the next update. I dont have an ETA from the developers yet.

    Did you add your CPT to the VC settings? VC > Role Manager > Post 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: K-elements and Visual composer not uppating #97212
     sharmstr
    Moderator

    Need a link and admin credentials 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: Where do I have a member sign-in #97209
     sharmstr
    Moderator

    In appearance > menus, add the login link in the Kleo section. If you dont see the Kleo section, enable it by clicking on screen options in the upper right.

    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: Slider Image Not appearing #97208
     sharmstr
    Moderator

    You need to import the slider. Refer to the Kleo documentation here: https://archived.seventhqueen.com/documentation/kleo#revslider

    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: bottom contact form #97205
     sharmstr
    Moderator

    Are any emails being sent from your site? New password, bp notifications? Try installing an SMTP plugin https://wordpress.org/plugins/wp-smtp/ Perhaps your server isnt set up correctly.

    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: Background image row_bg.jpg #97204
     sharmstr
    Moderator

    Go into row settings (pencil icon / top right on row) and set a new image.

    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: Logo disappears #97201
     sharmstr
    Moderator

    Edit your home page and scroll down to Theme General Settings and see if you set a custom logo there.

    Facebook seems to be working 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.
    in reply to: Users vs. Members #97198
     sharmstr
    Moderator

    Your site is still showing the buddypress registration form, so it looks like you didnt un-assign it in Settings > Buddypress > Pages. Once you do that, you can change your levels page to the Register 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: Logo disappears #97147
     sharmstr
    Moderator

    Is this the correct location of the logo? http://blog.deafniche.com/wp-content/uploads/2016/01/email_header2.png If so, you’re server is throwing a 404 on 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: uploaded logo does not show #97146
     sharmstr
    Moderator

    Havent heard of this issue before. A link and admin credentials will be necessary. Respond privately.

    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: Comments box disappeared #97145
     sharmstr
    Moderator

    Great!

    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: Customer Survey #97140
     sharmstr
    Moderator

    Kleo itself doesnt have this functionality. There are plenty of form plugins out there, but tying them into BP profiles would be the catch. Perhaps you should speak with Geo Directory. They have the directory (obviously), but have add ons for buddypress integration and have a review plugin. It doesnt look like their review plugin has many field choices, but perhaps someone in their forums has come up with a similar solution. There’s also a buddypress member review plugin, but again, it doesnt look like it has form fields https://spoonjab.com/bp-wp-profile-reviews/

    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 can hide the activity with this css

    COPY CODE
    
    #item-header #latest-update {
        display: none;
    }
    

    And you can add profile fields data with this. Put it in your child theme’s functions.php file.

    COPY CODE
    
    add_action( 'bp_profile_header_meta', 'display_user_info' );
    function display_user_info() {
    	echo "Field Name Here: " . bp_profile_field_data('field=Field Name Here');
    	echo "</br>";
    	echo "Another Field Name Here: ". bp_profile_field_data('field=Another Field Name Here');
    }
    
    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: LOGIN NOT REFRESHING #97107
     sharmstr
    Moderator

    Disable object caching.

    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: Menu Item, location 3 #97105
     sharmstr
    Moderator

    Here is the fix for that: https://archived.seventhqueen.com/forums/topic/right-side-menu-not-working#post-92523

    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 Likes plugin deletes activity stream entries #97089
     sharmstr
    Moderator

    The reason I asked about what activity filter you had it set to is because if you had it set to ‘liked updates’, once you unlike one, it will be removed from the screen since its no longer liked.

    moving this since its not 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

     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

     sharmstr
    Moderator

    Please refer to this discussion https://archived.seventhqueen.com/forums/topic/using-display-name-instead-of-username#post-50074

    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

    No. The approved way is to use a plugin.

    I dont understand your question. All users are wordpress users. Plugins like Woocommerce, Buddypress, bbpress and Paid Membership Pro all use the built in wordpress user accounts.

    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: WP Calendar #96969
     sharmstr
    Moderator

    Before you do, make sure the event plugin you’re using now doesnt have a shortcode for a calendar. If it does, you can use it in a Visual Composer text block.

    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

    Bring the up the English version of that page in the page editor. Scroll down to Theme General Settings > Title and hide the title, breadcrumb and information.

    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,601 through 1,640 (of 11,328 total)

Log in with your credentials

Forgot your details?