Forum Replies Created
-
Author
-
sharmstr
ModeratorTo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCant 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator😉
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLog 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh, 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 solutionThis 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
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorA 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 CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOkay. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAhhh, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBuddypress 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks 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.zipIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThose 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorVC 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNeed 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIn 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorEdit 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 solutionThis 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
ModeratorYour 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHavent 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGreat!
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 8, 2016 at 02:19 in reply to: Can I Use a Different Title on Buddypress Profile Picture Instead of Activity (See attached picture)? #97138sharmstr
ModeratorYou 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 CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDisable object caching.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 7, 2016 at 20:16 in reply to: BuddyPress Likes plugin deletes activity stream entries #97089sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 7, 2016 at 19:31 in reply to: Create a form, process with php script, find who’s logged in ? #97073sharmstr
ModeratorNo problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 7, 2016 at 19:26 in reply to: How to remove @ and bring full name of the user in Profile #97066sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 7, 2016 at 19:14 in reply to: Create a form, process with php script, find who’s logged in ? #97056sharmstr
ModeratorNo. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBefore 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 7, 2016 at 17:28 in reply to: Bar is added if translate home page from Italian to English #96968sharmstr
ModeratorBring 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts