Forum Replies Created

Viewing 40 posts - 18,441 through 18,480 (of 20,101 total)
  • Author
  • in reply to: problem with backend button #77358
     Radu
    Moderator

    Hi,

    Are you talking about this button ?

    see attachment

    Regards

    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: w3 total cache blocking Theme options #77357
     Radu
    Moderator

    Hi,

    I have tested this and i cannot reproduce this issue.

    What version of theme do you have ?

    You have installed and active any other plugins other than kleo comes ?

    Try to activate wp_debug https://codex.wordpress.org/WP_DEBUG#Usage

    REgards

    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: Remove Title Text from Title Image #77355
     Radu
    Moderator

    Hi,

    Please provide link of that page.

    Thank you

    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

    Hi,

    Try to put a name on that page then press preview.

    IF this dosen’t work, try to resave permalinks by going to wp-admin -> settings -> permalinks -> save changes.

    Regards

    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: Fatal Error after update #77351
     Radu
    Moderator

    Hi,

    Thank you for reporting that, we will fix the issue soon.

    Regards

    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: Is a new update out? #77350
     Radu
    Moderator

    Hi,

    Please check now : http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630

    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: buddypress activity plus #77348
     Radu
    Moderator

    Hi,

    When i try to login it shows this :
    ” ERROR: Login failed because your IP address has been blocked. Please contact the administrator.”

    I think the reason was wrong login details.

    Please provide correct details i will check later or monday.

    Best Regards

    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: Kleo menu Items with ubermenu #77347
     Radu
    Moderator

    Hi,

    Please provide the website url to can take a look.

    Regards

    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: Where to paste script in head tag #77346
     Radu
    Moderator

    Hi,

    You can do this by adding the below code to your kleo-child/functions.php

    COPY CODE
    
    
    function kleo_adding_custom_scripts() {
        wp_register_script('my_script_name', get_stylesheet_directory_uri() . '/js/amazing_script.js', array('jquery'),'1.1', true);
        wp_enqueue_script('my_script_name');
    }
    
    add_action( 'wp_enqueue_scripts', 'kleo_adding_custom_scripts' );
    
    

    Then put your script in this location wp-content/themes/kleo-child/js/ with name amazing_script.js

    Regards

    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: Header and logo #77345
     Radu
    Moderator

    Hi,

    I see that you modified the header, i see the ASCOLTA its to big , make the img little and set position absolute instead

    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: Share this buttons #77340
     Radu
    Moderator

    Hi,

    Replace the code from above with this

    COPY CODE
    
    add_shortcode('custom_kleo_social_activity_share', 'custom_kleo_social_activity_share');
    
    function custom_kleo_social_activity_share() {
        ?>
        <span class="kleo-social-activity-share <?php echo bp_get_activity_type(); ?>">
            <a class="kleo-social-activity-share-item facebook" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://www.facebook.com/sharer/sharer.php?t=<?php echo bp_get_activity_feed_item_title(); ?>&u=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-facebook"></i></a>
            <a class="kleo-social-activity-share-item twitter" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="http://twitter.com/share?text=<?php echo bp_get_activity_feed_item_title(); ?>&url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-twitter"></i></a>
            <a class="kleo-social-activity-share-item google" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://plus.google.com/share?url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-gplus"></i></a>
        </span>
    <?php
    }
    
    
    
    

    Then use this code [custom_kleo_social_activity_share] where you want to icons to appear.

    Let me know if it works.

    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: Photos in blogs #77339
     Radu
    Moderator

    Hi,

    Please provide me a sketch where the author image should to appear.

    Regards

    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: Profile Photo Error #77331
     Radu
    Moderator

    Hi,

    Strange behavior, i suggest you to post on buddypress forums about this issue which it’s related to buddypress.

    Regards

    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: buddyforms media gallery issue #77330
     Radu
    Moderator

    Hi,

    I added this to kleo improvements list and this will be fixed in a future update.

    Regards

    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: Background image #77328
     Radu
    Moderator

    Hi,

    You just need to use a large image like this : http://www.hdwallpapersimages.com/wp-content/uploads/2014/12/Gym-Fitness-Women-Images.jpg , i’ve replaced the image with that.

    I will close the topic.

    Regards

    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: SSL Issues: Post Masonry Grid and using http:// #77321
     Radu
    Moderator

    Ok,

    I will close the topic.

    Have a nice day

    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: Fade out kleo-main-header for certain pages #77240
     Radu
    Moderator

    Hi

    Css path to style only single job pages

    COPY CODE
    
    body.single-job_listing  {}
    body.single-job_listing .header-color.social-header {display:none;}
    

    CSs path to style only single events pages

    COPY CODE
    
    body.single-event {}
    body.single-event .header-color.social-header {display:none;}
    

    Best Regards

    Radu

    CSs path to style only single member pages

    COPY CODE
    
    body.members .header-color.social-header {display:none;}
    
    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: Profile Photo Error #77237
     Radu
    Moderator

    Hi,

    You have installed any other plugins other than kleo comes ?

    If yes try to disable them one by one and see if the error persists.

    If not tell me

    Regards

    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: buddyforms media gallery issue #77236
     Radu
    Moderator

    Hi,

    If you disable the buddyforms plugin it shows ok ?

    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: Redirect if the user is already logged in #77230
     Radu
    Moderator

    Hi RafVin,

    Thank you for the suggestion.

    Have a nice day

    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: Is there a way to make the width of tabs responsive? #77229
     Radu
    Moderator

    By using this CSS modifications will be applied only for this page, (page with id )

    COPY CODE
    
    
    body.page-id-19038 li.vc_tta-tab {
        width: 25%;
        padding:0 !important;
        margin: 0 !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: Is there a way to make the width of tabs responsive? #77228
     Radu
    Moderator

    Hi,

    Use this css add it to Wp-Admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    li.vc_tta-tab {
        width: 25%;
        padding:0 !important;
        margin: 0 !important;
    }
    

    Let me know if its ok

    Best Regards

    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: 404 errors inside side bar menu #77202
     Radu
    Moderator

    Hi again,

    Thank you for reporting this, i will add this to bug list for future update.

    Have a nice day.

    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: Revolution slider animation #77201
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    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: Background image #77200
     Radu
    Moderator

    Hi,

    USe this css, i see that the row from vc have background assigned you can set the background from vc backend of your homepage or use this css

    COPY CODE
    
    body.page-id-816 .main-color {background-image:url(http://www.keenthemes.com/preview/metronic/theme/assets/global/plugins/jcrop/demos/demo_files/image1.jpg);}
    

    You can add the search form on member directory by navigating to WP-Admin -> Users -> Profile Search -> Select your form -> From right site -> Add to directory set YES.

    Regards

    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: Styling Error #77199
     Radu
    Moderator

    Hi,

    It seems that another plugin it modifies the css stylizations,if you have installed any other plugins that kleo comes please disable them one by one and check after.

    Best REgards

    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: Redirect if the user is already logged in #77198
     Radu
    Moderator

    Hi,

    When you login and check remember me, even you close the tab or browser and visit site later from same browser you will be logged automatically.

    Best Regards

    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: Share this buttons #77197
     Radu
    Moderator

    Hi,

    Add code to your function.php from kleo-child

    COPY CODE
    
    add_shortcode('custom_kleo_social_activity_share', 'custom_kleo_social_activity_share');
    
    function custom_kleo_social_activity_share() {
        ?>
        <span class="kleo-social-activity-share <?php echo bp_get_activity_type(); ?>">
            <a class="kleo-social-activity-share-item facebook" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://www.facebook.com/sharer/sharer.php?t=<?php echo bp_get_activity_feed_item_title(); ?>&u=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-facebook"></i></a>
            <a class="kleo-social-activity-share-item twitter" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="http://twitter.com/share?text=<?php echo bp_get_activity_feed_item_title(); ?>&url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-twitter"></i></a>
            <a class="kleo-social-activity-share-item google" onclick="window.open(this.href,'Share','width=600,height=400'); return false;" href="https://plus.google.com/share?url=<?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-gplus"></i></a>
            <a class="kleo-social-activity-share-item mail" href="mailto:?body=<?php echo bp_get_activity_feed_item_title(); ?> <?php echo bp_get_activity_thread_permalink(); ?>"><i class="icon-mail"></i></a>
        </span>
    <?php
    }
    

    Then use this code [custom_kleo_social_activity_share] where you want to icons to appear.

    Best Regards

    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 Page Customizing #77194
     Radu
    Moderator

    Hi,

    Can you please provide your website 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: How change breadcrumb title "home" ? #77193
     Radu
    Moderator

    Hi,

    To achieve this you can use loco translate to modify or translate any string from theme or plugin.

    Best Regards

    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: adding the admin/keymaster labels in BuddyPress #77185
     Radu
    Moderator

    Hi,

    The blue labels with ‘keymaster’, ‘moderator’ are part of bbpress and is automatically generated.

    Take a look here how an you get member role in buddypress member loop.

    https://buddypress.org/support/topic/display-users-role-on-the-members-loop-php-file/

    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: Is there a way to make the width of tabs responsive? #77184
     Radu
    Moderator

    Hi,

    I cannot figure out about what tabs are you talking about, can you please provide a URL where that tabs appears ?

    Regards

    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: SSL Issues: Post Masonry Grid and using http:// #77181
     Radu
    Moderator

    Hi,

    Please provide your website url to can see the behaviour.

    Regards

    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: row height problem _ icon. #77179
     Radu
    Moderator

    Hi,

    I’ve looked to your page but the buttons have little space between them, you have solved the issue ?

    Regards

    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: What is the step to import us own font #77178
     Radu
    Moderator

    Hi,

    You can see how here : http://codex.wordpress.org/Playing_With_Fonts or http://premium.wpmudev.org/blog/custom-fonts-css/ or you can test this plugin : https://wordpress.org/plugins/use-any-font/

    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: I want to thank sharmstr and ask the question. #77177
     Radu
    Moderator

    Hi,

    You can look at the demo cover image size | http://seventhqueen.com/themes/kleo/members/kleoadmin/ img url = http://seventhqueen.com/themes/kleo/wp-content/uploads/2015/03/zakynthos.jpg

    You can use this size 1920×768.

    PS : sharmstr it’s on vacation.

    Best Regards

    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: buddyforms media gallery issue #77175
     Radu
    Moderator

    Hi,

    Can you please provide site url and a dummy user account ?

    Regards

    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: H1 for title on my site #77174
     Radu
    Moderator

    Regarding the images, you have centered the images ?

    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: H1 for title on my site #77171
     Radu
    Moderator

    Hi,

    Can you please provide FTP to achieve this ?

    Regards

    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: Photos in blogs #77084
     Radu
    Moderator

    Hi,

    Please provide a link to the social article page and a dummy account if its need.

    Regards

    Radu

    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 - 18,441 through 18,480 (of 20,101 total)

Log in with your credentials

Forgot your details?