Forum Replies Created

Viewing 40 posts - 7,441 through 7,480 (of 11,328 total)
  • Author
  • in reply to: Custom Taxonomy Terms in Meta List #55859
     sharmstr
    Moderator

    Just a heads up. That function has changed in the next update. Make sure you recopy the function to your child theme after you 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

    in reply to: Activity Stream Excerpt Length #55858
     sharmstr
    Moderator

    That’s a bit tricky. BP creates an excerpt and stores it in the db. (unlike WP who creates an excerpt on the fly in some cases). So, you can override the amount of data that is stored when bp creates the excerpt, but this will also effect the excerpt on the main activity page. Google bp_create_excerpt()

    If you dont want to change the excerpt length when bp creates it, you can copy /k-element/shortcodes/templates/buddypress/kleo_bp_activity_stream.php to your child theme and do a substr on the excerpt yourself. The problem is that the buddypress functions being used also return divs and paragraph tags (formatting), not just the excerpt.

    Bottom line is that Kleo doesnt control any of that. It just stylizes the output of whatever buddypress is returning.

    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

    That’s a common issue with iPads. Google 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: Menu not displaying at all #55851
     sharmstr
    Moderator

    Credentials aren’t working.

    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: Active Breadcrumb Color #55849
     sharmstr
    Moderator

    try this

    COPY CODE
    
    
    .alternate-color .breadcrumb span {
      color: red;
    }
    
    

    That will also change the separator color, so you’ll have to add css to set that back or to a different color

    COPY CODE
    
    .breadcrumb span.sep {
      color: green !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: Menu not displaying at all #55847
     sharmstr
    Moderator

    I wont get it there. Just respond privately here. There’s a check box for it below the form.

    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 by email or Username #55845
     sharmstr
    Moderator

    Does it work with the 2015 Theme enabled?

    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 layout for one page #55843
     sharmstr
    Moderator

    link please

    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: Menu not displaying at all #55842
     sharmstr
    Moderator

    Please provide a link and 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

     sharmstr
    Moderator

    I dont see any errors. Site is loading fast.

    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: Missing post info after update #55803
     sharmstr
    Moderator

    For anyone else who doesnt know. Go to theme options > blog > display meta and click in the box.

    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: Log in – Top Mane #55790
     sharmstr
    Moderator

    Go to appearance > menus and click on screen options in the upper right to enable 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Copy to Child Theme #55789
     sharmstr
    Moderator

    You can export/import the kleo settings: http://sharmstr.com/saving-importing-and-exporting-kleo-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

     sharmstr
    Moderator

    db connection errors and memory are different. contact your hosting provider.

    also, you didnt increase php memory, you increased the WP memory allocated to WP. Since php is set to 256m, you can increase your wp memory to 256m too.

    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: Remove text Add Profile Photo #55787
     sharmstr
    Moderator

    put this in your quick css

    COPY CODE
    
    .profile .callout-blockquote {
      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: Different layout for one page #55785
     sharmstr
    Moderator

    Go into your row settings and turn off Inner Container.

    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: Missing post info after update #55783
     sharmstr
    Moderator

    Okay, try adding “Profile Link” to the meta. That worked for me.

    https://archived.seventhqueen.com/forums/topic/missing-post-info-after-update#post-55587

    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: setup membership #55762
     sharmstr
    Moderator

    You’re welcome. You might want to play with the built in stuff to get an idea of what it can do first.

    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: [contact-form-7 404 "Not Found"] #55761
     sharmstr
    Moderator

    No problem 🙂

    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: blog on a static homepage #55760
     sharmstr
    Moderator

    Currently there’s no way of doing that. There might be a plugin out there that will do 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: setup membership #55757
     sharmstr
    Moderator

    You should ask PMPro or look for another plugin that handles memberships. Kleo has some built in profile blocking based on membership, but it works the opposite of what you want.

    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 stream – multiple posts with every post #55756
     sharmstr
    Moderator

    Can you clarify “I am sure it is the theme now “? Did you mean ISN’T?

    Here’s what I can tell you. Last year someone was having an issue with the activity stream in the groups and main activity context. (You’ve seen the topic) I was able to figure out that a number of files were not loading. I wrote the function to add the missing files. Over the next several months more and more people reported the same issue with wpengine sites and my function solved it. About 6? weeks ago one person actually got wpengine support involved. I was helping her as well. When I checked her site in the morning, only one set of those files were being loaded. Those were being loaded with my function. But, the fix wasnt working on her site. I thought it was a CDN issue. Later that afternoon I looked again and 2 sets of those files were being loaded. The result was that posting was working at that point BUT there were duplicate post. So, it made sense to remove my function since it appeared wpengine finally sorted out their issues and were now serving the files without any custom code. WRONG. Removing my function broke the activity posting again.

    Thats what I 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: Parallax issue with Kleo 2.4.3 update #55746
     sharmstr
    Moderator

    Cool. 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: Parallax issue with Kleo 2.4.3 update #55744
     sharmstr
    Moderator

    Did you also update 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

    in reply to: Menu not displaying at all #55742
     sharmstr
    Moderator

    Caching or cdn issue? After creating the new menu did you assign it to the main or top positions?

    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: Buddypress and woocommerce integration #55741
     sharmstr
    Moderator

    Dont know of any incompatibility with that plugin

    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: [contact-form-7 404 "Not Found"] #55720
     sharmstr
    Moderator

    https://archived.seventhqueen.com/documentation/kleo#contact

    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: Buddypress and woocommerce integration #55715
     sharmstr
    Moderator

    Have you tried turning off buddypress integration? Theme Options > Woocommerce. After turning it off, resave your permalinks. You should have to issues using my-account after 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: Audio in Excerpts #55713
     sharmstr
    Moderator

    I cant test the plugin you’re using since its not free. If you want to give me full access including ftp I’ll 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

     sharmstr
    Moderator

    No. I changed it in the featured-content.php file.

    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: Missing post info after update #55710
     sharmstr
    Moderator

    @abe, thanks buddy.

    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: Audio in Excerpts #55699
     sharmstr
    Moderator

    Since Kleo 2.4.2, the included VC has been 4.4.3. Perhaps you pointed it the plugin installer to an older zip file?

    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

    because I didnt understand your request the first time, I told you to change the wrong part of it. It should have been

    COPY CODE
    
    $before_featured = '<div class="row responsive-cols kleo-masonry per-row-4">';
    

    and

    COPY CODE
    
    
    <div class="kleo-carousel-items kleo-carousel-post" data-min-items="4" data-max-items="4">
    

    I thought your issue was that it wasn’t sliding. Sorry.

    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: Missing post info after update #55696
     sharmstr
    Moderator

    Hmmm. I dont know the best way to handle that. I can tell you that even I was confused as to why the avatar wasnt showing up so we need to do something. LOL.

    Currently the avatar and the author name are bundled together. Can’t we separate those? Then it would make more sense I think.

    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

    @kwellafrica – its showing 4 now. I think I initially misunderstood your request.

    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

    @abe. Strange. Mine wasn’t sliding with 5 posts set to featured. I changed the code and it started loading 5 posts. I’ve since changed it back to 3 max and it still sliding. No caching turned on. Weird.


    @kwellafrica
    , I’ll take a look at your site 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

    in reply to: BBPress Issues #55662
     sharmstr
    Moderator

    I still see extra plugin enabled and the files are still being minified.

    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: theme update #55660
     sharmstr
    Moderator

    If you are sure you’ve done it correctly, then contact Themeforest. They handle the api stuff.

    In the meantime, you can always update via FTP: 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: Audio in Excerpts #55659
     sharmstr
    Moderator

    🙂

    I’ll see about it later. Trying to get past all of the update questions.

    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: Audio in Excerpts #55657
     sharmstr
    Moderator

    What? In your picture, “Post edit no audio” you’ve added it to the visual editor. It doesnt go there.

    Also, have you updated VC to 4.4.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

Viewing 40 posts - 7,441 through 7,480 (of 11,328 total)

Log in with your credentials

Forgot your details?