Forum Replies Created
-
Author
-
sharmstr
ModeratorTry this instead
#redux-intro-text {
display: none !important;
}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 instead
#redux-intro-text {
display: none !important;
}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
ModeratorHave you read the woocommerce documentation? https://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
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 theme forest and download 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 see it on your site.
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 need to import the slider. https://archived.seventhqueen.com/documentation/kleo#revslider Its the home-default.zip 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
ModeratorBuddypress doesnt add a notification for comments on new member activity. You can ask on their forum how to enable that.
Or you can hide the comment button by putting this in your quick css
COPY CODE.new_member.activity-item .activity-meta .acomment-reply { display: none !important; }
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 the row settings for each section and set the top and bottom padding to whatever you want. Right now they are set to 40
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’ll have to contact the developer as it wasnt developed by Seventhqueen: http://docs.geomywp.com/
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
ModeratorEnable debugging and reload the page: https://codex.wordpress.org/WP_DEBUG
Make sure you set define( ‘WP_DEBUG_DISPLAY’, true);
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 remove “orders” by going to theme options > woocommerce > Manage Account in BP: Off
The rest of your changes can be done with this function. If you have your child theme enabled, put it in functions.php.
COPY CODEfunction bbg_change_profile_tab_order() { global $bp; $bp->bp_nav['media']['position'] = 30; $bp->bp_nav['messages']['position'] = 40; $bp->bp_nav['friends']['position'] = 50; $bp->bp_nav['notifications']['position'] = 60; $bp->bp_nav['settings']['position'] = 70; $bp->bp_nav['groups']['position'] = 80; unset($bp->bp_nav['forums']); } add_action('bp_init', 'bbg_change_profile_tab_order', 9999 );
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
ModeratorCan you provide a link please?
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 change forum to chat. As suggested before, try using this plugin to add your new chat section: https://wordpress.org/plugins/buddypress-custom-profile-menu/
If you cant do it that way, then you’ll need to custom code the addition using buddypress functions: https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
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 click on the pencil for the row, not the column.
You can follow the plugin directions: https://wordpress.org/plugins/bp-profile-search/installation/
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
ModeratorIts quite simple. Start a new form and add whatever fields you want to it. The field list is determined by the fields you have defined in wp admin > users > profile field.
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 install WP Profile Search, build a form and add change the shortcode on that page to match that of the one you built.
To change the background image, click on the pencil icon for the row its on and choose 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
ModeratorLooks fine to me.
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’ll have to wait for sangreer84 to respond since its not something built into Kleo
quick css is 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
ModeratorBut you only need to turn it on long enough to set the options. But as I’ve said, who know if it will work or not. Your solution is unsupported so I cant say 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
ModeratorAnd you might need this later: https://archived.seventhqueen.com/forums/topic/can-kleo-search-for-woocommerce-products-lead-to-products-result
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
ModeratorBecause you have it turned off. Turn it on. Options will magically appear 🙂
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
ModeratorHeader
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
October 22, 2015 at 19:15 in reply to: Activity is not showing recent comments and forums and groups are not working for guests #83771sharmstr
ModeratorIt is on my sites and it has to be on his since it shows when rtMedia is disabled. And older comments show up. Just not new ones ( I’m guessing since the last rtMedia update).
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
ModeratorWell, since you’ve added that way, not sure if it will work, but you can try setting it 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
ModeratorYour menu looks great. Good job!
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
October 22, 2015 at 16:37 in reply to: Blog overview page does not display any image included in post #83739sharmstr
ModeratorIt doesnt work because you used VC to build the post. Set a featured image for 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
ModeratorThe notification count is by type, not the total notifications. So if you have 3 new messages, it will show 1 for those 3.
I dont see “starrted” in your image. But translations are done through the specific plugin that generates 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 dont see that you’ve added the notification menu item to any of your menus. You need to add it in order for the live notification to be displayed.
Go to your menu and click on Screen Options in the upper right and make sure Kleo is enabled. Then add “live notification” to your 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
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
sharmstr
ModeratorI dont understand your question. Are you asking how to change the order of the icons? https://archived.seventhqueen.com/forums/topic/how-to-left-align-kleo-menu-and-add-logo-to-it#post-51738
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 removing the space in 20 000
Do you have the notification menu item in your 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
ModeratorTake a look at this: https://archived.seventhqueen.com/forums/topic/re-search-bar-in-main-menu
If you have questions regarding the code provided, please ask on that 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
October 22, 2015 at 14:35 in reply to: Blog overview page does not display any image included in post #83719sharmstr
Moderatorrespond privately with a link and admin 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
sharmstr
ModeratorWhat do you mean by “did not show up on time notification”?
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
ModeratorAlternatively, you could possibly use a plugin like this: https://wordpress.org/plugins/buddypress-custom-profile-menu/ and have it load a page with your chat icon if cometchat has a way to create a page with a launch button 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
ModeratorWe cant help with the pop up code. You’ll have to find someone to code that for you.
But its important to understand that the icons in the profile are only used to load different profile screens (the section under the profile icons), not to launch things or direct you somewhere else.
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
October 22, 2015 at 14:22 in reply to: Is there a way for breadcrumb to appear in forums and topic posts? #83714sharmstr
ModeratorYour credentials dont work.
Dont turn them off at the site level. Just turn them off on pages where you dont want them. You can do that by editing the page and scrolling down to the Theme General 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
October 22, 2015 at 13:55 in reply to: Buddypress – custom registration pages for different user roles #83708sharmstr
ModeratorBuddypress doesnt have a way to do this. There might be some new plugins out there that tap into BPs new member type functionality. You should ask on the BP forums since there’s a bigger audience there.
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
ModeratorYes. This has been discussed many times here. You’ll need a plugin. There are a few out there. I use Menu Item Visibility Control https://wordpress.org/plugins/menu-items-visibility-control/
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
ModeratorEnable debugging to if you can catch any errors. https://codex.wordpress.org/WP_DEBUG Be sure to also set define( ‘WP_DEBUG_DISPLAY’, true);
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