Forum Replies Created
-
Author
-
sharmstr
ModeratorDo you have the Kleo menu section enabled? Go to Appearance > Menus then click on screen options and enable 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
ModeratorTo answer your question about making the profile look like it does in the demo, go to Theme Options > Buddypress and set the enable the full width profile header and on hide breadcrumbs
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 http://seventhqueen.com/themes/kleo/members/kleoadmin/media/ is NOT a home page. 7th queen merely linked the demo menu item to that page. When you log in to that demo, it doesnt take you to the profile, unless you’re already looking at the profile because they have the options set to reload the current page at login.
The community demo site has several home page examples (see attached). For instance, this one which is the default: http://seventhqueen.com/themes/kleo/home-default/
Log into the demo site using demo demo and you’ll understand what I mean.
However, you can easily redirect users to their profile after logging in using Peters Login Redirect 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorIts throwing a 500 server error. Check your server error logs to see what’s causing 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
ModeratorYou updated Kleo, but looks like you’ve failed to update the bundled plugins. Go to WP Admin > Appearance > Install Plugins. VC needs to be 4.8.1 and K-elements needs to be 3.1.1
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
ModeratorGotcha. But…. where is the image coming from. From an rtMedia upload with the activity update? From a featured image on a published post activity?
If its from rtMedia upload via an update, you can try
COPY CODE.kleo-activity-streams .rtmedia-activity-text { display: none !important; }
If its from a published post, that would be more difficult since everything is contained within a p tag. There is no separation of text and image. Kleo only stylizes Buddypress output so, you’d have to ask the buddypress guys how to edit their published post activity function so that it doesnt save the text of the post, only the featured image, to the activity table. Or how to change it so it adds a tag around the text and a separate tag around the image so you can control the display of each via css.
Hope that make sense.
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 fixed. Not sure what was going on, but I duplicated the row, saved the page and it worked. I then deleted the original row.
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, you’re using a VC post grid.
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
ModeratorDid you remove the testimonial shortcode from your home page, because its not there 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
ModeratorIf you use those shortcodes, you have to put all of the content within the same text block. Is that what you’re doing?
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 resaving your permalinks. WP Admin > Settings > Permalinks > Save.
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
ModeratorNone of that is up to me. I’m a user like you that’s been made a moderator here. I’ll forward on to the developers.
I’m not getting a 404 on that topic. In any case, here’s the contents
Fist thing, Kleo uses Fontello for Vector icons.
To see the icons that are included follow the next steps:
1. Go to http://fontello.com/
2. Click on the litte tool icon at top and Import
3. Go to the theme main downloaded package from Themeforest in Assets/Fontello and select the font-icons.json
4. Now you’ll see all the icons that are available with a rounded border.All the icons are added by CSS, so you need to add some CSS rules to change the default icons defined by us.
This is the default CSS for the icons:COPY CODE#buddypress div#item-nav ul #activity-personal-li a:before, #buddypress div#item-nav ul #home-groups-li a:before { content: "\e8ed"; } #buddypress div#item-nav ul #xprofile-personal-li a:before { content: "\e98e"; } #buddypress div#item-nav ul #notifications-personal-li a:before { content: "\e863"; } #buddypress div#item-nav ul #messages-personal-li a:before { content: "\e98c"; } #buddypress div#item-nav ul #friends-personal-li a:before { content: "\e98f"; } #buddypress div#item-nav ul #groups-personal-li a:before { content: "\e995"; } #buddypress div#item-nav ul #forums-personal-li a:before, #buddypress div#item-nav ul #nav-forum-groups-li a:before { content: "\e97b"; } #buddypress div#item-nav ul #buddydrive-personal-li a:before, #buddypress div#item-nav ul #nav-buddydrive-groups-li a:before { content: "\e8d7"; } #buddypress div#item-nav ul #media-personal-li a:before, #buddypress div#item-nav ul #rtmedia-media-nav-groups-li a:before { content: "\e8c5"; } #buddypress div#item-nav ul #settings-personal-li a:before, #buddypress div#item-nav ul #admin-groups-li a:before { content: "\e98b"; } #buddypress div#item-nav ul li.dropdown a:before { content: "\e97c"; } #buddypress div#item-nav ul #members-groups-li a:before { content: "\e995"; } #buddypress div#item-nav ul #invite-groups-li a:before { content: "\e991"; } #buddypress div#item-nav ul #achievements-personal-li a:before { content: "\e996"; } #buddypress div#item-nav ul #blogs-personal-li a:before { content: "\e802"; } #buddypress div#item-nav ul #articles-personal-li a:before { content: "\e870"; }
To override an icon, lets say the Activity icon:
– we identify it from list above and copy the code
– go to Fontello and get the code for your new icon by going to the Customize codes tab
– change the copied text with the new value
– add this CSS to your child theme/style.css
Example to replace the Activity icon with a heart icon:COPY CODE#buddypress div#item-nav ul #activity-personal-li a:before { content: "\E80F"; }
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
ModeratorAs I mentioned
“PMPro has code on their website that will show you how to add Buddypress extended profile fields to their registration page if you need 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
ModeratorIs this what you’re after?
COPY CODE.kleo-activity-streams .activity-inner { 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
ModeratorThen you need to turn off buddypress registration and use PMPro to register the user. There was a similar question yesterday. Here is my answer: https://archived.seventhqueen.com/forums/topic/adding-registration-within-membership#post-93140
PMPro has code on their website that will show you how to add Buddypress extended profile fields to their registration page if you need 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
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
ModeratorThat would require custom code which is beyond the scope of support. If you’d like to get a quote for this work, please contact dev@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
ModeratorTo further explain, the process is
1 – Add a custom sidebar (appearance > sidebars)
2 – Add a widget(s) to your sidebar (appearance > widgets)
3 – Add the Widgetised Sidebar shortcode to your page and select your custom 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
sharmstr
ModeratorHave you tried the Widgetized Sidebar shortcode in VC? See attached where I’ve added the GD Best of Widget to a page using VC.
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 cant do it. There are a few ways to set up a buddypress/prmpro site. It will depend if you want everyone to be in a PMPro level or not. Let me know and I can assist.
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 have to modify any code. Your server is still trying to load some content from http:// which is causing jquery errors. The login and the slider require clean jquery. The problem is probably due to caching on your server. If you have a caching plugin or cdn plugin, make sure to purge those. If that doesnt clear it up, contact your hosting provider for assistance. I’ve switched several Kleo sites over to SSL and clearing sever cache was all I had to do. Let me know how it goes.
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 I get access 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
ModeratorTry this in your child theme’s functions.php file
COPY CODEadd_action( 'init', 'remove_activity_animation' ); function remove_activity_animation() { remove_filter('bp_get_activity_css_class', 'kleo_bp_activity_classes'); }
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, the a/b pages aren’t actually pages on your site? If that’s the case, then you might have to create a dummy page in wordpress so it will show up in the dropdown, then set a redirect in .htaccess. Like this: https://www.webhostinghero.com/how-to-use-301-302-redirects-wordpress/
Does that make sense?
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
ModeratorDid you try this one? https://archived.seventhqueen.com/forums/topic/fonts-not-changing#post-92002
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 give us an example of what’s not working? I went to your site and it looks 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
sharmstr
ModeratorThe best approach is to import the Dashboard page by going to Appearance > Theme Demo Data > Specific Page: Dashboard
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
ModeratorTheme Options > Header: Main menu info
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
ModeratorTry resaving your permalink: Settings > Permalinks: Save
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’ve also set buddypress’ members page to home material design. Go to wp admin > Settings > Buddyrpress > pages and set Members to your members 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
ModeratorWP Admin > Pages: Edit Get Connected page. Make sure you’re in “backend editor” and not classic editor. Hover your mouse over the section you want to edit and click on the pencil.
Here’s the link to the Visual Composer documentation: https://wpbakery.atlassian.net/wiki/display/VC/Learning+More
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
ModeratorXprofile fields that you add to the ‘base’ group will automatically show up in the registration form. Here’s the buddypress documentation page that explains it: https://codex.buddypress.org/administrator-guide/extended-profiles/
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
ModeratorThey have info for that on their site: http://www.paidmembershipspro.com/2012/07/add-pmpro-membership-level-meta-box-to-a-custom-post-type/
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 issue was that the opacity was set to 0. The activity feed was there, you just couldnt see it. Not sure why it was set to 0. My css corrected 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
ModeratorCant login because of a social engine expired license error.
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 set this at the bottom of your quick css.
COPY CODE/*------ ACTIVITY FEED ---*/ .kleo-transform .animated.animate-when-almost-visible { opacity:1 !important; }
btw – you upgraded Kleo but failed to update VC. You need to be running VC 4.8.1 with Kleo 3.1.3
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
ModeratorDid that work?
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
ModeratorDid you get this sorted?
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
December 14, 2015 at 20:02 in reply to: Transparent header with visible Logo, Social Icons, Contact and Menu. #93216sharmstr
ModeratorSorry – try this
COPY CODE#top-social li a { border-right: 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
-
AuthorPosts