Forum Replies Created
-
Author
-
sharmstr
ModeratorI miss read your other response. Sorry.
So how would you identify that the user already has an account? It needs to be specific to them and the only thing I know of is an email address. You cant do it by name. You cant do it by IP address.
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
Moderatoranswered in your other topic.
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
ModeratorI asked what version in the other ticket. If you have less than Kleo 3.04 (if I remember correctly) you need to upload via FTP. I’ve already given you the link with instructions on 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
ModeratorYou need some sort of ecommerce plugin….
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 are some other possible solutions
unpack and rezip: http://forum.muffingroup.com/betheme/discussion/7924/revolution-slider-demo-import-error-slider-export-txt-does-not-exist
Permissions issue on the server: http://support.progressionstudios.com/discussion/9316/slider-export-txt-does-not-exist
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
ModeratorWhich one? The latest VC is 4.8.0.1 which is available in Kleo 3.1
https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log (typo on VC version. should read 4.8)
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat version are you currently on? Did you create an API using your themeforest account?
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
ModeratorWhat version of Kleo? Have you looked for plugin conflicts?
The odd thing is that buddypress wont let you sign up using a duplicated email address using their registration form.
Kleo’s facebook code checks for it as well. Here’s the important part of the code
COPY CODEif( !$user_ID ){ //we didnt have a user id that matched a previously facebook registration, so lets compare the fb email to any email found in wordpress $user_email = $FB_userdata['email']; $user_ID = $wpdb->get_var( "SELECT ID FROM $wpdb->users WHERE user_email = '".$wpdb->escape($user_email)."'" ); //Register user if( !$user_ID ) // we didnt find a matching email, so now we are going to register the user.
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
ModeratorCOPY CODE@media (max-width: 768px) { #buddypress #members-list .item-title { padding-top: 10px; clear: both; } }
Play with the padding top and max-width numbers
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
ModeratorWhoop. *high five*
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
Moderatormaybe this http://wpvkp.com/wordpress-remove-query-string-css-javascript-js/
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 sections are defined by the profile groups you create in Users > Profile Fields. https://codex.buddypress.org/administrator-guide/extended-profiles/
There might be a way to do multiple columns via css. You’d have to look into that. But you can edit the template file which is /kleo/buddypress/members/single/profile/profile-loop.php.
There’s also a plugin that breaks the sections into tabs. Cant remember the name right now, but other users have used it with 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
Moderatorwp admin > appearance > install plugins
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
ModeratorI see it just fine. See screenshots.
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
ModeratorI just tested on two of my sites and it works fine. If you are on VC 4.8.0.1 and its not working, look for plugin conflicts. Purge sever cache/cdn.
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
ModeratorWhat about VC? Is k-elements 3.1 as well?
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
ModeratorThis was fixed recently. What version of Kleo, K-elements and VC do you have running?
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
ModeratorThat’s all I got.
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 can submit a feature request with the buddypress team.
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
ModeratorWere you able to get this working?
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 doesnt control that. Buddypress does. They will probably tell you that its not a bug since you can select any forum to associate to the group. They aren’t married. The group creation process gives you a simple way to create a forum and auto associated. But after that step they are separate entities in the sense, as mentioned before, you can go back and assign a different forum to the group.
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
ModeratorSo, it works perfect on my site. I think the issue is that you’re also using Nav Menu Roles. It’s even popping up a warning about it in WP Admin
“Nav Menu Roles has detected a possible conflict with the following functions or classes: Menu_Items_Visibility_Control”
The other idea I had was to use widgets. Create a new sidebar, add a text field for each series, put links to each page in each series, use a plugin like conditional widgets to control display then add the sidebar in theme options > side menu.
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 can use go pricing for whatever you want. Just add the woocommerce shortcode for add to cart
https://docs.woothemes.com/document/woocommerce-shortcodes/
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
Moderatorrespond privately with a link and credentials.
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
November 6, 2015 at 17:33 in reply to: Filter Kleo activity stream module to show friends only #85968sharmstr
ModeratorYou’ll have it edit the shortcode /plugins/k-elements/shortcodes/templates/buddypress/kleo_bp_activity_stream.php and add your parameters to 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
ModeratorI vaguely remember seeing that asked before. Do a search.
Also, let me know if that doesnt work. I have another idea, but I like this menu items approach better.
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
ModeratorYep. That’s why its called Menu ITEMS Visibility (LOL). See if this makes sense. Notice the difference between Series A and Series B as far as the page IDs go. I havent tested this but I think it should work ok.
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
ModeratorYou only use 1 menu.
in menu items 1 – 10 (assumes page ids are 1-10, obviously not so change to suit)
COPY CODEis_page(array('1', '2', '3', '4', '5', '6', '7','8','9','10'));
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
ModeratorI think you are thinking about that backwards. The page id is for the page to show the link on. Its not the id of the video 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
ModeratorI should mention that you can use Peters Login Redirect to specify a post-registration redirect to the users profile edit screen, but that still wont make them fill out the fields.
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 a built in way of doing this, unless you add those fields to the default tab. Either google or ask on the buddypress forums for a solution. I know its been asked before so you should find some info that will help.
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
November 6, 2015 at 14:56 in reply to: Using buddyapp theme without making it mandatory for users to login? #85943sharmstr
ModeratorTurn off Private Site in Theme Options
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
ModeratorWP Admin > Appearance > Menu: Remove the menu items.
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
Moderatormoving to feature requests forum
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
ModeratorTry this plugin https://wordpress.org/support/plugin/menu-items-visibility-control
You can use this code: 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease search before asking. There’s a sticky topic for it: https://archived.seventhqueen.com/forums/topic/what-plugin-are-you-using-to-show-ticket-status
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 to your slider settings and set Desktop Large height to 600px. Let me know if that fixes 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
ModeratorUse peters login redirect plugin. You can redirect based on role
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
ModeratorIt was your bad code in your functions.php file. I commented out this
COPY CODEwp_enqueue_script( 'smooth-scroll', get_template_directory_uri().'/js/smooth_scroll.js', array( 'jquery' ), '', true );
In the future, please check your custom code.
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
ModeratorCheck your quick css settings.
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