Forum Replies Created

Viewing 40 posts - 9,881 through 9,920 (of 11,328 total)
  • Author
  • in reply to: Scrolling on Buddypress Activity at home page #36255
     sharmstr
    Moderator

    You should have kleo child theme enabled. In there there’s a style.css file that you use for all of your customizations to the Kleo parent theme. Or you can use quick css as I’ve indicated. That its in Theme Options – General Settings.

    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: Primary Menù alignment after update Version 2.2 #36249
     sharmstr
    Moderator

    What browser are you using? When I visit the page the menu is on the right as it should be in both Chrome and Firefox. See screenshot

    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: Primary Menù alignment after update Version 2.2 #36246
     sharmstr
    Moderator

    I think I only need to access the site so I can see the css being applied.

    Actually, might as well grant us temp admin access to. Just in case.

    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: Portfolio Issues. #36245
     sharmstr
    Moderator

    Theme options – Portfolio – Show/Hide subtitle: Off

    Theme options – Portfolio – Portfolio Single Item Page – Display media on single portfolio page: Off

    Commenting is turned off by default and no way in the portfolio page editor to turn it off. Sounds like something is screwed up with your installation. Can you reply privately with credentials and a link so we can take a look?

    I’m having no issues changing the sidebar. Again, sounds like something isn’t right with your site.

    Have you updated Kleo and K-elements to 2.2 yet? If not, do that. If there’s still an issue then send us access info and we’ll get you sorted.

    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: Home page menu #36243
     sharmstr
    Moderator

    Check your Theme General Settings section in page editor for your home page. Maybe you set transparent menu and text to white.

    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: Buddpress Menu Option #36242
     sharmstr
    Moderator

    Click on screen options in the upper right and enable it.

    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: css style of blockquote #36241
     sharmstr
    Moderator

    Add your custom css to your child theme or quick css. The css selector you need to use is blockquote

    COPY CODE
    
    blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    border-left-style: solid;
    border-left-width: 5px;
    display: inline-block;
    }
    
    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: Primary Menù alignment after update Version 2.2 #36237
     sharmstr
    Moderator

    Can I get access?

    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: Different Top Menu for logged in and logged out #36236
     sharmstr
    Moderator

    You’ll need a plugin for that.

    https://wordpress.org/plugins/menu-items-visibility-control/screenshots/
    https://wordpress.org/plugins/if-menu/
    http://themify.me/conditional-menus

    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: Main Layout (Sidebars) Problem after Update #36233
     sharmstr
    Moderator

    I can’t reproduce your issue. Can you reply privately with credentials and a link to your site so we 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: Display posts in list #36232
     sharmstr
    Moderator

    @abe: Small issue with featured carosel and small listing enabled. There’s no padding between the carousel items. Here’s the offending csss

    COPY CODE
    
    .small-listing .post-item {
    padding: 20px 0;
    }
    
    

    With masonry enabled, it puts 10px padding on left and right. With small listing, it sets it to 0.

    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: Submit button not showing up for Public Message #36231
     sharmstr
    Moderator

    Usually this is an indication of a jquery error. Can you verify that the ‘post update’ button does show when trying to do a regular activity stream posts (not an @mention)?

    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: Primary Menù alignment after update Version 2.2 #36230
     sharmstr
    Moderator

    Hmmm. That sounds strange. But Kleo 2.2 does have the ability to change the title layout. Go into Theme Options – Header Options. Select the first example in Header Layout.

    I’m not familiar with CodeStyling Localization, but if you had to make any changes to Kleo files, then you need to have Kleo Child theme enabled to make them upgrade safe.

    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: Home page will not show more than 10 blog posts #36228
     sharmstr
    Moderator

    I have no idea either. That’s all I did. The only thing I can think of is that you only had 10 posts at the time. You only have 13 now, 3 of them were created after you started this topic 🙂

    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: Display posts in list #36223
     sharmstr
    Moderator

    Once again you’ve taken one of my half-assed hacks and made it beautiful. Thank you!

    I will say that it doesnt solve the simple listing of just post titles though which is something I wont use, but others will.

    I was working on putting in a new front suspension in the black bike (harley) yesterday. But most of my no-Kleo time is spent restoring a 1968 bsa. I’m starting to put it back together now.

    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: Pinterest Homepage Template Not Working #36220
     sharmstr
    Moderator

    Your whole site is having problems. I switched over to the 2014 and the content displayed. So, here’s my suggestions`

    Update to Kleo 2.2 and K-elements 2.2.
    Install the Kleo Child theme and enable it. (you should be using Kleo Child, not Kleo)

    See if that fixes the issues. If not, let me know and I’ll have another look around. I’m hoping that your kleo install was corrupted and that updating to the latest versions will fix that.

    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: Home page will not show more than 10 blog posts #36217
     sharmstr
    Moderator

    @dudeincolorado: I just logged in and set wp admin – settings -reading – blog pages show at most: 24 posts. Now your main page is showing all 13 posts you have.

    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: Home page will not show more than 10 blog posts #36215
     sharmstr
    Moderator

    dudeincolorado: Next time set the reply as private. I’ve done that for you.

    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: Scrolling on Buddypress Activity at home page #36213
     sharmstr
    Moderator

    I havent tried this, but maybe you can add a Extra class name to the column settings (pencil icon at the top of the column). Then use that name in your child css to set the height and overflow to scroll

    COPY CODE
    
    .scrollthis {
    height: 200px;
    overflow: scroll;
    }
    
    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: Right side bar alignment issues header section #36208
     sharmstr
    Moderator

    I looked at your sites and it appears you only need it transparent for a few pages. If that’s the case, just turn on transparency on those pages in Theme General Settings in page editor.

    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: Display posts in list #36162
     sharmstr
    Moderator

    What? I’ve been out working on my motorcycle all afternoon. Look at everything I’ve missed! Can’t wait to have a look.

    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 some links in footer #36144
     sharmstr
    Moderator

    Did you want something like this? (change your links to point to the correct location)

    COPY CODE
    
    <p style="text-align: center;"><strong>©2014 Bantoozone</strong> – <a><strong>Réseau social</strong></a> | <a><strong>Generales Conditions</strong></a> | <a href="https://bantoozone.com/about/"><strong>About</strong></a> | <a href="https://bantoozone.com/contact/"><strong>Contact</strong></a></p>
    
    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: login missing? #36113
     sharmstr
    Moderator

    Add it to your menu

    appearance – menu – kleo

    If you dont see kleo, click on Screen Options and enable it.

    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: forum on home page #36106
     sharmstr
    Moderator

    #3 here https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#3-%c2%a0creating-a-forum-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: How can I create a Custom Post Type with all kleo features #36104
     sharmstr
    Moderator

    Okay. That’s happening because its a post and not a page. Posts have the meta data section. You can turn that off site-wide in theme options, or if you just want to hide it on your cpt, then you can use this css

    COPY CODE
    
    
    .type-anbieter .article-meta {
    display: none;
    }
    
    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 can I create a Custom Post Type with all kleo features #36096
     sharmstr
    Moderator

    I still need you to explain what is wrong with it? I see your attached screenshot, but I have no idea what you were hoping it would look like. Maybe because I dont speak German 🙂

    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: Rtmedia user media page not showing as masonry? #36095
     sharmstr
    Moderator

    Technically they are loading in a masonry grid. Kleo, however, sets a height on each image which is why there’s a gap under landscape images.

    Try this in your child css

    COPY CODE
    
    #buddypress .rtmedia-container .rtmedia-list .rtmedia-list-item {
    height: auto;
    }
    
    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 can I create a Custom Post Type with all kleo features #36086
     sharmstr
    Moderator

    Can you explain what’s wrong with it? I’m not saying nothings wrong, but I dont know what you’re expecting to see. Also, get out of the posts so I can look at it.

    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: Hiding some of the Meta data #36082
     sharmstr
    Moderator

    remove “:after”

    COPY CODE
    
    article .article-meta .post-meta a.post-time {
       content: none;
       display: none;
     }
    small.meta-category {
      display: none;
     }
    
    
    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: forum on home page #36072
     sharmstr
    Moderator

    WP Admin – Reading – Enable Static Page – Select your forum root.

    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: Right side bar alignment issues header section #36071
     sharmstr
    Moderator

    Turn off transparent menu. Kleo assumes that if you enable transparency on the menu, that you wont be using the title, breadcrumb or main menu info sections (that you’ll be hiding them).

    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 can I create a Custom Post Type with all kleo features #36070
     sharmstr
    Moderator

    Hi Linde, I logged in and your CPT was NOT enabled in Settings – Visual Composer. Only pages were. Should be good to go now. Let me know.

    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: Maps plugin not working inside Tabs #36068
     sharmstr
    Moderator

    That was it. Since I uploaded the beta via FTP, it obviously doesn’t delete vc_maps in Kleo.

    Thank you! 😀

    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

    *high five*

    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 can I create a Custom Post Type with all kleo features #36063
     sharmstr
    Moderator

    reply privately with credentials and a link to your site. I’ll have a look at it.

    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: Pinterest Homepage Template Not Working #36052
     sharmstr
    Moderator

    I’ve only see two reasons for this not to work.

    1 – When you copied the code it converted the single quotes into fancy quotes (left or right).

    2 – When copying the code using Chrome, it will add unnecessary spaces.

    I just copied the code above into a new page and it worked.

    If you want us to look at it for you, reply privately with credentials and a link to your 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: How can I create a Custom Post Type with all kleo features #36051
     sharmstr
    Moderator

    You didnt mention Visual Composer, so I only showed you how to add the Kleo options.

    You can turn of VC for your custom post type by enabling it. WP Admin – Settings – Visual Composer

    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

    Thank you for the update Dave. This is great news.

    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: Posts – Comment page numbers – no styling #35957
     sharmstr
    Moderator

    Congrats my friend!

    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: Back to Portfolio #35956
     sharmstr
    Moderator

    Yeah, I figured that was the issue. Thanks for the update.

    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 - 9,881 through 9,920 (of 11,328 total)

Log in with your credentials

Forgot your details?