Forum Replies Created

Viewing 40 posts - 7,001 through 7,040 (of 11,328 total)
  • Author
  • in reply to: Replies to comments in groups don't show to guests #58220
     sharmstr
    Moderator

    Great. Its in the next 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: rt media audio not playing in activity #58219
     sharmstr
    Moderator

    I’m able to scroll to a certain point, no problem.

    I’m not able to even see the audio player in lightbox on mobile. @abe, I’m on android.

    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 popup after AJAX call #58216
     sharmstr
    Moderator

    Can I see 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: What files to make coding changes to? #58215
     sharmstr
    Moderator

    In your childs function.php file. Perhaps you need to clear your server cache after you add 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

     sharmstr
    Moderator

    Known paralax issue. Here’s the fix: https://archived.seventhqueen.com/forums/topic/parallax-issue-with-kleo-2-4-3-update#post-55878

    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: Group Subnav #58213
     sharmstr
    Moderator

    It should do it by default. Looks like you have a plugin that’s causing a conflict.

    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: Custom CSS not working! #58212
     sharmstr
    Moderator

    Attach your style.css file. If there is an error in your code it wont 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: Replies to comments in groups don't show to guests #58210
     sharmstr
    Moderator

    I found the issue. Try this out.

    Open up /kleo/buddpypress/activity/entry.php. Scroll down to the following line (should be line 89)

    COPY CODE
    
    <?php if ( ( is_user_logged_in() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?>
    

    and change it to this

    COPY CODE
    
    <?php if ( ( bp_activity_get_comment_count() && bp_activity_can_comment() ) || bp_is_single_activity() ) : ?>
    

    Let me know if that fixes it 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: Replies to comments in groups don't show to guests #58208
     sharmstr
    Moderator

    I’ve confirmed this. I’m looking into it 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: Visual Composer Elements Not Showing on Android #58205
     sharmstr
    Moderator

    Looks like its fixed 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: Remove text in portfolio cover #58204
     sharmstr
    Moderator

    I need ftp access and admin access 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: Visual Composer Elements Not Showing on Android #58147
     sharmstr
    Moderator

    I did some testing and a clean install of Kleo with the correct version of the plugins doesnt have the masonry post grid and the text field under it issue you described in the other thread. Compare our sites

    Yours: http://mobiletest.me/htc_one_emulator/#u=http://eyroniq.com

    Mine: http://mobiletest.me/htc_one_emulator/#u=http://dev.sharmstr.com/3-colums-template/ (note: I only have one post with and image, but you can see the other are working when you hover over 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

     sharmstr
    Moderator

    Working through this in this thread: https://archived.seventhqueen.com/forums/topic/visual-composer-elements-not-showing-on-android

    Closing this one.

    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: Visual Composer Elements Not Showing on Android #58145
     sharmstr
    Moderator

    Couple of things

    1 – You’re running an old version of VC. Upgrade it. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    2 – Disable on plugins that didnt come with Kleo and see if you still have the issue.

    3 – Purge the cache on your phone and on the server if you have that 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: Threaded Replies Bug #58144
     sharmstr
    Moderator

    Also, I’d be very careful using threaded replies. Lots of issues with it. Check the bbpress forum to see what I mean.

    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: Using [kleo_restrict type=user] as php tag #58143
     sharmstr
    Moderator

    It uses the standard WP function to check to see if a user is logged in or not: https://codex.wordpress.org/Function_Reference/is_user_logged_in

    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: Threaded Replies Bug #58138
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    #bbpress-forums div.reply {
      height: auto;
      position: relative !important;
      overflow: hidden !important;
      width: 100%;
    }
    
    
    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: Stripe Not Working #58134
     sharmstr
    Moderator

    Version 2.4.3 – 22.04.2014
    – Fix for blog grid displaying featured media
    – Carousel Swipe fix on mobile
    – Updated Woocommerce cart.php template for the 2.3.8 plugin update
    – Small Woocommerce Filter by widget styling fix after plugin 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: Stripe Not Working #58133
     sharmstr
    Moderator

    You need to be running Kleo 2.4.3. While you’re at it, upgrade VC too: 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: Search page template #58130
     sharmstr
    Moderator

    What search page? There are several. Can I see a link?

    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: Members Search "Order by" a profile field #58129
     sharmstr
    Moderator

    Since Kleo only stylizes the Buddypress output, you should post this question on the Buddypress forum. There’s a bigger audience there. Perhaps someone has already figured this out.

    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: HELP!! #58127
     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: HELP!! #58125
     sharmstr
    Moderator

    Edit that row and remove the top padding. Looks like its set to 40px

    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: visual composer does not allow "moving" parts #58120
     sharmstr
    Moderator

    Contact themeforest.

    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: Lost password function not working #58115
     sharmstr
    Moderator

    Because you have a captcha plugin installed but you havent added the captcha to the form. Why do you even need a captcha for a password reset?

    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: NEED HELP: BUTTON DOESN'T WORKS #58114
     sharmstr
    Moderator

    That’s usually a jquery issue. Disable plugins to find the conflict. Or use the browsers dev tools to look for jquery errors.

    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: Does Kleo suppot this pulgin #58113
     sharmstr
    Moderator

    I have no idea. Why dont you try it and tell us 🙂

    Do a search here, there are discussions about other chat programs that people are using with Kleo.

    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: Selecting a Category with Shop Shortcode #58112
     sharmstr
    Moderator

    No, its not possible without custom coding. Maybe there is a plugin 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: Revolution slider- Issue with the slides #58110
     sharmstr
    Moderator

    Again, need a link.

    The slider will be updated in the next Kleo release. I dont have an ETA but I’ve heard that it will be somewhere around the 15th. That’s not an official date.

    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: Problem in logo resizing #58109
     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: Remove text in portfolio cover #58106
     sharmstr
    Moderator

    1 –

    COPY CODE
    
    .bp-user #latest-update {
      display: none !important;
    }
    

    2 – https://archived.seventhqueen.com/forums/topic/kleo-bp_the_profile_field_value

    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 put forums on the front page #58105
     sharmstr
    Moderator

    The link I gave you had your answer. Its the very first shortcode [bbp-forum-index]. Just add a text block and put that shortcode in 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: visual composer does not allow "moving" parts #58078
     sharmstr
    Moderator

    No, WPBakery Visual Composer: 4.3.4 is NOT the correct version. You should be running 4.4.3.

    Download the full install from theme forest (not just the theme files). Then follow the directions I gave you initially.

    Re-download the theme from Themeforest. You will find the .zip archive under the main package downloaded from Themeforest under Plugins folder. You can delete the old plugin from WP Admin – Plugins and upload the new .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

    in reply to: visual composer does not allow "moving" parts #58074
     sharmstr
    Moderator

    The first link I sent you explains how to update the plugins. I also asked you to update it from beginning. That version of VC had that problem. In the future, please please do as we ask. It will save us a ton of time. Thanks.

    I have no suggestions as to which code to use. Its easy to steal pictures even if right click is disabled so I dont see the point.

    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: Kleo bp_the_profile_field_value() #58071
     sharmstr
    Moderator

    Kleo isnt doing that. Buddypress does that by default. They are links to search for other members with the same info.

    Profile using other themes
    http://demo.rtcamp.com/inspirebook/members/ankit-gupta/profile/
    http://demo.rtcamp.com/rtmedia/members/yoann/profile/

    Search the BP forum. I’m sure its been asked before.

    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: visual composer does not allow "moving" parts #58070
     sharmstr
    Moderator

    Please do as I asked and disable all plugins that come with Kleo. We are trying to determine if there is a conflict. We already know that this is issue doenst happen on a clean install of Kleo. You have custom javascript that disables right clicking on the page along with some other things. Its throwing errors on the page. Now that I think of it, its probably why VC isnt working correctly. Remove 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: rt media audio not playing in activity #58067
     sharmstr
    Moderator

    @abe. 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

    in reply to: rt media audio not playing in activity #58066
     sharmstr
    Moderator

    FTP theme to your server. Put them in /themes/kleo/assets/js

    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: Style selector #58051
     sharmstr
    Moderator

    That’s in the demo only. Its there because you dont have access to Theme Options to change those things.

    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: visual composer does not allow "moving" parts #58050
     sharmstr
    Moderator

    Your site is throwing errors. Please disable all plugins except for the ones that come with Kleo, remove the custom javascript that’s throwing errors and see if you have the same issue.

    It also looks like you havent updated k-elements. It should be 2.4 but it looks like youre running 2.2.

    Respond privately with the info in Theme Options > Sys info after you’ve done the above and verified that its still not 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

Viewing 40 posts - 7,001 through 7,040 (of 11,328 total)

Log in with your credentials

Forgot your details?