Forum Replies Created
-
Author
-
sharmstr
ModeratorDisabling breadcrumbs disables them on woocommerce pages for me. So, try checking your shop page. Bring it up in editor and scroll down to Theme General Settings -> Title Section. Make sure breadcrumbs is set to default.
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 just looked and here is what I think you should do.
– enable kleo parent
– go to theme options -> import / export
– click on copy under export and copy the contents
– enable kleo child
– go to theme options -> import / export
– click on import from file and paste
– click on import
I tested going from kleo child to kleo parent and it worked.
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
ModeratorHey Maggie,
Let me know if that works. I just had the thought that it might not work due to some hard-coding of the theme name. Meaning that it would work for backup and recovery or for moving sites, but not copying from Kleo to Kleo Child. If it doesnt work, again, let me know and I’ll do some testing.
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
ModeratorHey Maggie. Its good that you figured out that you should use the child theme early on.
1 – Page have little to nothing to do with ‘structural’. Those pages will still exists no matter what theme you use. What may change is theme specific options within the page settings, but flipping from Kleo main to Kleo child shouldnt effect that.
2 – Theme options are set at the theme level. So changes to theme options made on Kleo main will NOT be reflected to Kleo child. What I would do is enable Kleo main, then export. Then enable Kleo child and import. That should move all your changes to the child them. wp admin -> theme options -> import / export.
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
Moderatorhttps://buddypress.org/support/topic/remove-profile-links-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
ModeratorOkay. I see what’s going on. I’m not support and they will need to help you. Sorry.
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 tried using any of the plugins that are available?
https://wordpress.org/plugins/wordpress-mu-secure-invites/
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 custom buddypress css doesnt include any of the styling for those elements. Compare
buddypress.css (over 3,000 lines): view-source:http://seventhqueen.com/themes/kleo/wp-content/themes/kleo/buddypress/css/buddypress.css?ver=2.1
to your buddypress-rtl.css (around 1,500 lines): http://www.bourseiness.com/wp-content/themes/kleo-child/buddypress/css/buddypress-rtl.css
As you can see there is a ton of styling missing.
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 just remembered that twice it was WooCommerce. But that was several updates ago.
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@catalin: more info here https://archived.seventhqueen.com/forums/topic/menu-dropdown-not-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
ModeratorThe activity page on the demo site is using the following
WP Admin -> Theme Options -> Layout Settings
– Site Layout = Wide
WP Admin -> Theme Options -> Buddypress
– Default layout or Activity Layout = Right Sidebar
WP Admin -> Theme Options -> Header Options
– Display top bar = On
I think those are the only differences. Let me know if that gets you what you want.
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
ModeratorSorry. Click on that link then navigate to Plugins -> WooCommerce
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
Moderatorhttps://archived.seventhqueen.com/documentation/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
Moderator+1
@abe: The admin-ajax.php request is timing out on replies to a reply. The post variables look okay except maybe that the form_id is duplicated. Meaning within a specific activity the same form_id is used for each reply. I’m not sure if that’s an issue or not. Maybe it uses that id so it knows what activity the reply is attached to.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
ModeratorLike most Buddypress pages, they are not editable using the page editor in WP Admin. They are all controlled by template files. You should search this forum. Your questions have been asked and answered in other topics.
Sidebar: Make sure you have a sidebar layout selected in Theme Options -> BuddyPress -> Member Profile Layout. It will use the main sidebar.
Remove active message: https://archived.seventhqueen.com/forums/topic/user-profile-look
Remove show less/more: add the following css to your child theme
COPY CODE#buddypress div#item-header { background: none; } .toggle-header { display: none; }
Change BuddyPress profile nav icons: There’s a stick for that https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons
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’ve had that happen 3 times. Every time it had to do with a plugin conflict. Disable all plugins except BP and BBP. If the Forums menu shows up, then start enabling plugins one by one until you find the culprit.
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 adding btn-default to the css for the menu item in appearance -> menus
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
ModeratorLOL. I dont have an account on the new site π And there is no link to sign up.
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
September 30, 2014 at 21:23 in reply to: image and description of a wordpress category at the top of the page #30274sharmstr
Moderator*feature request topic, not theme. doh
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
September 30, 2014 at 21:23 in reply to: image and description of a wordpress category at the top of the page #30273sharmstr
ModeratorAdd it to the Feature Request theme. π If you want something now, then follow my links. Its how I’m doing something similar with the titles.
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. Sorry about not seeing your screenshot with the error earlier. :/
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
ModeratorMy site is running 5.3.29 without any issues so I dont think you need to change anything.
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
ModeratorSorry, just saw your screenshot. Oooops.
I’ve had that happen twice before. Click on yes and resaving worked for me. It seems to happen when my WordPress session times out and I have to log back in. Are you seeing a similar situation?
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@evankap. Okay. You still havent answered the questions. What happens? Do you get an error? Do the changes just not appear on the front end?
We need more information in order to help. Can you explain, in detail, what the problem is? Are the settings actually saving but the changes are not appearing on the frontend? Are they not saving because youβre getting an error message? Are you running current versions of kleo and the related plugins? Have you tried disabling other 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
ModeratorNo problem. I was just thinking that is awesome to have so many options to customize Kleo, but its also confusing sometimes π
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!
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 didnt log in to check for sure, but my first guess is that the menu items have a max-height set on them so they dont auto grow when your icon moves to the next line. Again, just a guess.
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 you have the page to set to use full-width, so the sidebar will never show up. Check two things.
1 – Theme Options -> Buddypress -> Activity layout. Set it to “Right Sidebar”
if that doenst fix it, then
2 – Edit your activity page and make sure either “default” (if right sidebar is set above) or right sidbar is set in “Template”in the Page Attributes section.
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
Moderatorhere’s the css to fix it.
COPY CODEinput[type="text"] { display: inline; }
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
Moderatorstill getting a 404. why cant you just supply a link? why make is so difficult to help you?
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 members page is giving me a 404 /members. Provide me a link to your directory and I’ll try to help. i can’t read your site. sorry.
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@evankap See my message above. What exactly happens? Is your site running PHP 5.4?
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?
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 working as designed. The issue is that you didnt have anything for sale since everything was free. Check your shop page now π
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’s the url of your activity page? When I try to access /activity I’m redirected to /activity-support
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 would have been helpful for you to say that you had a problem with a plugin and NOT the theme.
COPY CODE.label { text-align: left;}
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
September 30, 2014 at 17:53 in reply to: Bug report: breadcrumbs will dissapear after submitting a topic #30226sharmstr
ModeratorNot happening on my site. I tested replies and new topics. What did you do now? π
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
Moderatorsend them to shawn@seventhqueen.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
ModeratorI cant read private messages.
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 actually happens? Do you get a blank sidebar? I just tested it and its working fine on my site. Do you have any plugins that control/customize the sidebar?
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. -
AuthorPosts