Forum Replies Created
-
Author
-
sharmstr
ModeratorYou need to add custom css to the page that will change the icon to your image. In the example below, I’ve changed the bitcoin icon to an image on my server
COPY CODE.icon-bitcoin:before { content: url('http://localhost:8080/kleo/wp-content/uploads/2015/12/Attractions.png'); }
You can find the name of the icon by right clicking on it and inspecting. Make sure you add the css to the page by clicking on the gear icon. If you add it in quick css or your child theme, it will apply the change site wide instead of on the page itself.
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 I’m saying is I dont see black stripes (borders) on your site. I see the normal light gray ones. Try clearing your browser cache.
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 this topic 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
sharmstr
ModeratorThat’s what I figured since Kleo doesnt override the buddypress notification 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
ModeratorOh right. I forgot about dynamic links. It cant be done without custom code. Sorry about that. There’s a plugin that allows you to put the buddypress menu wherever you want, but it hasnt been updated for a few years so not sure that it will even work: https://wordpress.org/plugins/buddymenu-buddylinks/
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
ModeratorThemeforest updated their auto update code many many months ago. You’ll have to update once via FTP. Once you do that you’ll receive theme update notices again. 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
ModeratorUse a plugin like Paid Membership Pro
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 18, 2016 at 12:35 in reply to: The package could not be installed. The theme is missing the style.css stylesheet. #99069sharmstr
Moderatormoving 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
January 18, 2016 at 12:35 in reply to: The package could not be installed. The theme is missing the style.css stylesheet. #99068sharmstr
ModeratorYou need to unzip that file and install the kleo.zip file as indicated in Step 1 of the install instructions: https://archived.seventhqueen.com/documentation/kleo#install-from-admin
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 18, 2016 at 12:31 in reply to: Enable Full width Profile Header and Enable Full width Group Header #99067sharmstr
ModeratorYes it is. There’s no avatar on the group home or profile 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
ModeratorThe option to upload an avatar didnt show up with the WP 2015 Theme enabled either, so it wasnt Kleo doing it. You should always do this test before blaming Kleo 🙂
The correct way to test for a plugin conflict is to disable all plugins (except buddypress in this case). If the option to upload returns, then enable plugins one by one.
In any case, you had avatars disabled in WP Admin > Settings > Discussion.
Moving this topic because 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
sharmstr
ModeratorVisit the user notification page with the WP 2015 Theme enabled. Does your notification show 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
sharmstr
ModeratorThe link you provided resulted in a 404. I looked at a different page and if the main sections of all of your pages are set to the footer style, then you can try this
#main-container .footer-color {
background-color: #fff !important;
color: #000!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
ModeratorTo launch the modal login, you need to set the class to ‘kleo-show-login’
<a href="http://mysite.com/" class="kleo-show-login">Page link with Login popup</a>
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 17, 2016 at 15:38 in reply to: Enable Full width Profile Header and Enable Full width Group Header #98947sharmstr
ModeratorI dont see that you’ve added it to your site. If put it in your quick css, it should be in your page source. If you put in your child theme style.css then you need to clear your cache, because its not there either. http://www.olasatu.com/ola1-content/themes/olasatu-child/style.css?ver=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
January 17, 2016 at 15:25 in reply to: Enable Full width Profile Header and Enable Full width Group Header #98945sharmstr
ModeratorCOPY CODE.buddypress #item-header-avatar { 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
ModeratorI discussed that here: https://archived.seventhqueen.com/forums/topic/is-there-a-way-to-integrate-login-screen-into-front-page-eliminating-login-page#post-42812
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 does it show as? Just text?
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 quick css
COPY CODE#buddypress #groups-list .item-avatar.rounded img, #buddypress .rounded, .buddypress .rounded, .buddypress #item-header-avatar.rounded img.avatar { border-radius: 0 !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
ModeratorIs your icon a font icon or an 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
ModeratorTry this in your quick css
#buddypress .activity-timeline { 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 copying /page-parts/posts-content-carousel.php to your child theme. Then change the two aq_resize lines from
COPY CODE$image = aq_resize( $slide, $kleo_config['post_gallery_img_width'], $kleo_config['post_gallery_img_height'], true, true, true );
to
COPY CODE$image = aq_resize( $slide, 400px, 400px, true, true, true );
You can translate the ‘related articles’ string.
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’re welcome.
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 set the imported material page to be your home page in Settings > Reading?
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 17, 2016 at 13:36 in reply to: Enable Full width Profile Header and Enable Full width Group Header #98924sharmstr
ModeratorTheme options > Buddypress
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’ve updated Kleo to 3.1.3, but have failed to update the required plugins. Appearance > Install Plugins.
There are other profiles that are fine so I tried to upload an image for the profile you provided a link to. It worked without issue: http://anasygkrotisi-mixanikon.eu/members/anasygkrotisi/
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 credentials dont 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
January 16, 2016 at 19:12 in reply to: manually adding a user does not show up on the front end #98869sharmstr
ModeratorThere is information on the buddypress 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
January 16, 2016 at 18:58 in reply to: manually adding a user does not show up on the front end #98866sharmstr
Moderatormoving this topic since its not a bug and its how buddypress works.
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 16, 2016 at 18:56 in reply to: manually adding a user does not show up on the front end #98864sharmstr
ModeratorThey dont show up in the Last Active list until they are active on the site. In your members directory, change the filter to “alphabetical”.
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 16, 2016 at 18:30 in reply to: manually adding a user does not show up on the front end #98860sharmstr
ModeratorI dont understand what you mean. If you want to register a user for them, its done in WP Admin (backend), not the front end.
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 can see the line height field just fine on your site. Did you scroll down the settings box? If you do, you’ll see that I set it to 68px
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 should have Kleo installed in /themes/kleo.
You should have the Kleo Child Theme install in /themes/kleo-child.
You should have the Kleo Child Theme enabled.
themes/kleo/style.css shouldn’t have any css it in.
themes/kleo-child should have style.css and functions.php in it and nothing else unless absolutely necessary.
themes/kleo-child/style.css should have your Kleo css overrides.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 credentials so I can 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
ModeratorI dont understand what you’ve done to your site. You should have /themes/kleo and /themes/kleo-child.
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 which version of Kleo and VC you are 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorI will help if you answer my previous question
“Your child theme’s style.css file isnt even loading. Why do you have so many files in your child 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
ModeratorBy viewing the page source.
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