Forum Replies Created

Viewing 40 posts - 19,401 through 19,440 (of 20,101 total)
  • Author
  • in reply to: slider under media displays error #53542
     Radu
    Moderator

    Hello,

    Can you provide link of that post ? i need to take a look closer.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Visual Composer: Row background image not showing #53541
     Radu
    Moderator

    Hello,

    Add this line in your wp-config

    COPY CODE
    
    define( 'WP_DEBUG', true );
    

    Repeat the action and see if you receive a warning,notice,error etc.

    Post here if you receive something.

    Also make sure you have disabled all plugins that not comed with the theme before.

    Some plugins can cause this kind of issues.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: likes button #53538
     Radu
    Moderator

    Hello,

    Try this plugin https://github.com/Darrenmeehan/BuddyPress-Like

    Or search on google and test plugins that you find until you find perfect solution for you.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: App #53537
     Radu
    Moderator

    Hello,

    If you want to make a app with kleo you need to have some java skills, but you can try to make a webview app, just search on youtube : android webview app

    Cheers.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to get epic Kleo portfolio #53535
     Radu
    Moderator

    Hello,

    Just add this code to your page it’s the same like in demo.

    COPY CODE
    
    [vc_row inner_container="no" section_type="main" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="0" padding_bottom="0" min_height="0" border="none" css_animation="right-to-left"][vc_column width="1/1"][rev_slider_vc alias="vertical_fullscreen_2"][/vc_column][/vc_row][vc_row inner_container="no" section_type="footer" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="30px" padding_bottom="0" min_height="0" border="none" css_animation="right-to-left" type="color" bg_color="#000000"][vc_column width="1/1"][kleo_portfolio display_type="overlay" title_style="normal" columns="3" pagination="no" filter="yes" excerpt="yes" category="All" item_count="12"][/vc_column][/vc_row]
    

    Your page need to be in full width template.

    That’s all

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Remove Upgrade Account Option #53533
     Radu
    Moderator

    Hello,

    Try with this CSS snippet

    COPY CODE
    
    #item-header-content span.pmpro_label {display:none;}
    

    Add this code to your Theme Options -> General Settings -> Quick CSS area

    Let me know if it works.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Search Members not working #53530
     Radu
    Moderator

    Hello,

    Make sure you have not modified theme files as you can see in the demo page search in members page works without any problem http://seventhqueen.com/themes/kleo/members/

    If you have added code snippets to you kelo-child theme try to disable child theme and recheck again.

    As you can see in demo it should work.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to deactivate the effects on post pages #53443
     Radu
    Moderator

    Sorry,

    Unfortunately this is not possible,

    If you want to disable this animation for mobile you need disable animations for all devices.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: In need of CSS help #53439
     Radu
    Moderator

    Hello,

    Try with this css

    COPY CODE
    
    .vc_grid-item-mini .vc_gitem-zone-mini a.vc_gitem-link {color:#FFF !important;}
    div.vc_gitem-zone.vc_gitem-zone-b.hoverimage.vc-gitem-zone-height-mode-auto.vc_gitem-is-link img:hover{ display:none !important;}
    

    Cheers

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

    Hello again,

    Go to same place :

    WP-Admin -> Theme Options -> Social Share -> ON ! Enable post likes

    In the same tab you will see Enable Likes by Ajax -> SET OFF

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Partner Logo Fully Visible on Initial Load #53170
     Radu
    Moderator

    Of course,

    COPY CODE
    
    .client img {opacity:1 !important;}
    .client img:hover {opacity:0.6 !important;}
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WPML Header Nav bug #53069
     Radu
    Moderator

    Hello,

    Please provide the URL,

    I need to look closer.

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Big problems at the display BP 'my groups' #53068
     Radu
    Moderator

    Hello,

    Please add this account admin2Prov in all groups, otherwise i cannot reproduce your issue.

    Thank you

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: RTMedia #53065
     Radu
    Moderator

    Hello,

    Thank you posting this,

    Please sent us an email with all details,bugs and compatibility issues about rtMedia and Kleo theme at this address : abe@seventhqueen.com

    About the the foundation framework loaded over bootstrap, it is not a really good idea, but i think in a future they will be resolve this thing.

    Thank you again

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Partner Logo Fully Visible on Initial Load #53063
     Radu
    Moderator

    Hello,

    Just add this CSS snippet to you kleo-child/style.css or in Wp-Admin -> Theme Options -> General Settings -> Quick Css ->

    COPY CODE
    
    .client img {opacity:1 !important;}
    

    Let me know if is ok

    Cheers

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

    Hello,

    Try with css snippet

    COPY CODE
    
    
    #sitewide-notice #message {
      right: 0;
      left: 0;
      top: 30%;
      position: fixed;
      margin: 0px auto;
      width: 60%;
      border: rgba(0,0,0, 0.3) solid 20px;
      z-index: 9999;
     }
    
    #sitewide-notice #message #close-notice {
      display: block;
      float: right;
      margin-top: 0px;
      background-color: #555;
      padding: 2px 10px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      right: 0;
    }
    
    #sitewide-notice #message #close-notice:hover { background-color:#333; }
    
    .buddypress div#message p, #sitewide-notice p { margin: 0; }
    
    

    With this code close button will be in right top.

    Let me know if is ok.

    Cheers

    Radu

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

    Hello,

    Your site is not reachable for me.. google chrome says “This webpage is not available”

    But i can guess whats the issue.

    Try to disable post likes by navigating to WP-Admin -> Theme Options -> Social Share -> scroll down until you see Enable post likes* -> set OFF and recheck.

    Let me know if it works.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Embedding Youtube videos #52875
     Radu
    Moderator

    Ok, Thenk you for posting solution.

    I will mark this topic as resolved.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Embedding Youtube videos #52862
     Radu
    Moderator

    Hello @marceltj ,

    I see the videos are small, not large, what is not ok ? do you want embedded size larger ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BBpress participants cannot edit replys #52860
     Radu
    Moderator

    Make sure you have correct settings for buddypress, go to WP-admin -> Settings -> Buddypress -> Take a look here, make sure the “Activity Streams” is checked ☑

    I hope this will solve your problem.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: login with theme " two login " #52858
     Radu
    Moderator

    Welcome,

    Technically is possible but you need a developer to do this.

    It’s little complicated because the buddypress works in this way.

    Hope you understand

    The easy way to hide username form profile (@yunne) is via CSS and will be hidden for all users (logged+nonlogged)

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How can I have the header with less height? #52857
     Radu
    Moderator

    In this case, set you preferred header height, an then give me URL of your site, an i will give you a CSS fix for sticky menu size.

    Cheers

    Radu

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

    Hello,

    Just replace image_size=”thumb” with image_size=”full”

    It should looks ok

    cheers

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

    Hello,

    This is a feature that is should be implemented by the rtMedia plugin author.

    I suggest you to post on rtMedia support forums about this issue.

    Cheers

    Radu

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

    Hello,

    Try to apply this little site wide notification CSS fix.

    COPY CODE
    
    #sitewide-notice #message {
      right: 0;
      left: 0;
      top: 30%;
      position: fixed;
      margin: 0px auto;
      width: 60%;
      border: rgba(0,0,0, 0.3) solid 20px;
      z-index: 9999;
     }
    #sitewide-notice #message #close-notice {
      display: block;
      float: right;
      margin-top: 0px;
      background-color: #efefef;
      padding: 2px 10px;
      color: #000;
      text-transform: uppercase;
    }
    .buddypress div#message p, #sitewide-notice p { margin: 0; }
    

    Let me know if this solve problem with ipad.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: issues with Google for mobile design #52852
     Radu
    Moderator

    Hello,

    Thank you for posting,

    We will take this in consideration an we fill fix this in a future update.

    Have a nice day.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BBpress participants cannot edit replys #52691
     Radu
    Moderator

    Yes, try

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How can I have the header with less height? #52687
     Radu
    Moderator

    Hello,

    Go to WP-Admin -> Theme Options -> Header Options -> Main Menu Height -> set 60 or 50.

    If this solution not helping you please give url, and i will give you a CSS fix.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BBpress participants cannot edit replys #52684
     Radu
    Moderator

    Just take a look at the screenshot, it should be like this

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Embedding Youtube videos #52682
     Radu
    Moderator

    Try like this

    COPY CODE
    
    #bbpress-forums iframe {max-height: 360px !important; }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: In need of CSS help #52494
     Radu
    Moderator

    Please create a dummy account i cannot view your site.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BBpress participants cannot edit replys #52486
     Radu
    Moderator

    For that border, please provide a link your site, i will give you back a CSS fix for this.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: BBpress participants cannot edit replys #52484
     Radu
    Moderator

    Hello,

    Replies have a limit for editing by default is 5 minutes. You can increase or decrease that limit by navigating to Wp-Admin -> Settings -> Forums -> Disallow editing after …

    If you want unlimited time for editing replies check : https://bbpress.org/forums/topic/unlimited-edit-time/

    See attachment

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: login with theme " two login " #52478
     Radu
    Moderator

    Hello,

    Go to Wp-Admin -> Settings -> Buddypress -> Settings.

    http://yourdomain.com/wp-admin/admin.php?page=bp-settings

    UNCHECK Show the Toolbar for logged out users ( see screenshot )

    Let me know if it works.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: how to stop other you tube videos at end of yours? #52398
     Radu
    Moderator

    Can you provide the embedded code ? I can try if you want

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Icons in menu #52272
     Radu
    Moderator

    Hello,

    Please provide URL.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: can't see details from avatar #52269
     Radu
    Moderator

    Hello

    Add this CSS code to your kelo-child style.css or in Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .buddypress div#item-header div#item-header-content {
      z-index: 55;
      position: relative;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: google font IE 11 latin-ext #52265
     Radu
    Moderator

    Thank you for posting,

    We will take in consideration.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: can't see details from avatar #52259
     Radu
    Moderator

    Please provide a dummy account, i cannot view members profile.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Error 404 – Page not found #52256
     Radu
    Moderator

    Please provide a screenshot with that whitespace

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 19,401 through 19,440 (of 20,101 total)

Log in with your credentials

Forgot your details?