Forum Replies Created

Viewing 40 posts - 1,401 through 1,440 (of 11,328 total)
  • Author
  • in reply to: How to use my own icon in featured item setting? #99117
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Strips on site #99111
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How custom buddypress notifications will save in KLEO #99109
     sharmstr
    Moderator

    moving 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How custom buddypress notifications will save in KLEO #99108
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add Kleo buddypress menuheader #99077
     sharmstr
    Moderator

    Oh 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Strips on site #99072
     sharmstr
    Moderator

    Looks fine to me.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Update #99071
     sharmstr
    Moderator

    Themeforest 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Member Content #99070
     sharmstr
    Moderator

    Use 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    moving 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Yes 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: User Avatars missing + no option to upload #99066
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How custom buddypress notifications will save in KLEO #99062
     sharmstr
    Moderator

    Visit 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: activity show no links #98954
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Changing background color #98951
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: # modal-login #98948
     sharmstr
    Moderator

    To 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator
    COPY 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Revolution Slider Login #98937
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: activity show no links #98936
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Square photo in groups #98931
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to use my own icon in featured item setting? #98930
     sharmstr
    Moderator

    Is 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Strange Line crossing activity #98929
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Related article thumbnail dimensions #98928
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: material design installation #98927
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: material design installation #98925
     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Theme options > Buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: background image of a member dissapeared after update #98895
     sharmstr
    Moderator

    You’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: background image of a member dissapeared after update #98893
     sharmstr
    Moderator

    The credentials dont work.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: manually adding a user does not show up on the front end #98869
     sharmstr
    Moderator

    There 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: manually adding a user does not show up on the front end #98866
     sharmstr
    Moderator

    moving 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: manually adding a user does not show up on the front end #98864
     sharmstr
    Moderator

    They 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: manually adding a user does not show up on the front end #98860
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile sub menus #98854
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to remove Search Members of Search_Form #98853
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile sub menus #98850
     sharmstr
    Moderator

    Respond 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to remove Search Members of Search_Form #98848
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile sub menus #98846
     sharmstr
    Moderator

    Cant 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 solution

    This 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.
    in reply to: How to remove Search Members of Search_Form #98841
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to remove Search Members of Search_Form #98836
     sharmstr
    Moderator

    By 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 1,401 through 1,440 (of 11,328 total)

Log in with your credentials

Forgot your details?