Forum Replies Created

Viewing 40 posts - 18,281 through 18,320 (of 20,101 total)
  • Author
  • in reply to: Help on Embed Video & portfolio situation #78975
     Radu
    Moderator

    Hi again,

    It’s possible that the icons to not appear sometimes because they don’t load.

    You have latest version of Kleo (3.0.9) and plugins ?

    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: Do you know a good plug in for the security ? #78974
     Radu
    Moderator

    Hi,

    I cannot provide you more information regarding the ithemes security and other plugins, i suggest you to write on the plugin developer forum support.

    Can i close this topic ?

    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: Remove cover photo block in member/group area #78970
     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: Share this buttons #78969
     Radu
    Moderator

    Hi,

    It’s done you can use this shortcode [custom_kleo_social_activity_share]

    I used this function

    COPY CODE
    
    add_shortcode('custom_kleo_social_activity_share', 'add_kleo_social_share');
    function add_kleo_social_share() {
    ?>
    
    <span class="kleo-facebook">
                    <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>" class="post_share_facebook"
                       onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=220,width=600');return false;">
                        <i class="icon-facebook"></i>
                    </a>
                </span>
                <span class="kleo-twitter">
                    <a href="https://twitter.com/share?url=<?php the_permalink(); ?>" class="post_share_twitter"
                       onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;">
                        <i class="icon-twitter"></i>
                    </a>
                </span>
                <span class="kleo-googleplus">
                    <a href="https://plus.google.com/share?url=<?php the_permalink(); ?>"
                       onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;">
                        <i class="icon-gplus"></i>
                    </a>
                </span>
                <span class="kleo-mail">
                    <a href="mailto:?subject=<?php echo strip_tags(get_the_title()); ?>&body=<?php the_permalink(); ?>" class="post_share_email">
                        <i class="icon-mail"></i>
                    </a>
                </span>
    <?php
    }
    

    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: Locked Out! #78962
     Radu
    Moderator

    Hi,

    Strange behaviour,

    You have installed any other plugin for maintenance ?

    Try to login to ftp, go to wp-content/themes/ and here rename kleo to kleo123 form example, then go to wp admin, disable any other plugins that not comes with the kleo especially maintenance plugins (if you have installed) then rename back the kleo123 to kleo and activate the theme.

    Let me know if this is solving 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: Can't create topics on forum #78956
     Radu
    Moderator

    Hi,

    Sorry but i don’t understand french, can you please give me the error message in english please ?

    Regards

    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

    This can happen because of true value of wp_debug function.

    Try to set wp_debug false by adding the line below in wp-config.php from your root installation directory or if in the wp-config is set ‘define( ‘WP_DEBUG’, true );’ change true to false

    COPY CODE
    
    define( 'WP_DEBUG', false );
    

    https://codex.wordpress.org/WP_DEBUG#Usage

    Let me know if it works.

    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: Contact Pg #78945
     Radu
    Moderator

    Hi,

    I answered you here : https://archived.seventhqueen.com/forums/topic/padding-within-section

    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: Padding within section #78944
     Radu
    Moderator

    Hi,

    Look at this video :

    https://drive.google.com/file/d/0Bxo5b6iHWRMwcnNpT0N6S0NpV2c/view?usp=drivesdk

    Let me know if it’s ok

    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: Top-bar not coloured completely #78940
     Radu
    Moderator

    Hi,

    Try this CSS snippet

    COPY CODE
    
    .header-color.social-header {
        background-color: red;
    }
    

    Add this css to wp-admin -> Theme Options -> General Options -> Quick CSS.

    Regards

    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,

    You have latest version installed ? 3.0.9, if you receive that warning while you using automatic update and the theme not updating, try to update theme via FTP by uploading the new theme version over existing kleo theme install

    the theme path is wp-content/themes/kleo/

    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 when changing demo version #78920
     Radu
    Moderator

    Hi,

    Before you importing make sure you have all required and recommended plugins installed and active.

    Let me know if this causes the problem.

    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: Change the default buddypress profile photo #78919
     Radu
    Moderator

    Hi,

    Just use this function in kleo-child/functions.php

    COPY CODE
    
    //Custom avatar for no avatar user
    function myavatar_add_default_avatar( $url ){
    return 'http://www.socialagent.me/wp-content/uploads/2014/07/avatarDefault.png';
    }
    add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' );
    

    Replace http://www.socialagent.me/wp-content/uploads/2014/07/avatarDefault.png with your default avatar img url.

    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: Help on Embed Video & portfolio situation #78917
     Radu
    Moderator

    Hi,

    With what icons do you encounter problems ?provide a screenshot

    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: Products not showing in category #78914
     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 issue persists.

    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 members recent activity from profile cover. #78912
     Radu
    Moderator

    Hi,

    Can you provide a screenshot with the compact view please ?

    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: Products not showing in category #78792
     Radu
    Moderator

    Hi

    Make sure that is not a cache issue, try to view the category pages from another browser of from incognito mode from chrome.

    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: Add Kleo Like/Love-item to BP Activity #78788
     Radu
    Moderator

    Hi,

    Unfortunately this is not possible but i recommend you to test this plugin : https://wordpress.org/plugins/buddypress-like/

    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 cover photo block in member/group area #78783
     Radu
    Moderator

    Hi,

    Try to use this css to hide that area

    COPY CODE
    
    div#item-header {
        display: none !important;
    }
    

    If this is not sufficient please provide a screenshot pointing out the elements to which you are referring to.

    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: Endless Loop in kleo-posts in visual composer #78781
     Radu
    Moderator

    Hi,

    We investigate this and i will get back tomorrow.

    Best regards

    Redu

    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: Products not showing in category #78771
     Radu
    Moderator

    Hi,

    Try to re-save permalinks by going to Wp-ADmin -> Settings -> Permalinks -> Save Changes

    Let me know if it works.

    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: live notification as facebbok #78768
     Radu
    Moderator

    Hi,

    Can you ask on the plugin support forum about this 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: Share this buttons #78767
     Radu
    Moderator

    Same message “ERRORE: La password inserita per il nome utente elia non è corretta. Hai perso la password?”

    Can you create another account with admin permission ?

    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: Do you know a good plug in for the security ? #78766
     Radu
    Moderator

    Hi,

    The plugin it should be configured to block certain users, try to use wangguard see if fit your requirements.

    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 #78765
     Radu
    Moderator

    Hi again,

    I suggest you to update the theme and plugins to latest version and check after.

    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: error in theme-functions.php on line 366 #78764
     Radu
    Moderator

    Hi,

    Kleo uses the default wordpress database class for mysql queries.

    Ok, reply here when you solve with the hosting configuration.

    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 #78761
     Radu
    Moderator

    Hi,

    elia
    123???!!!*&CIAO…

    I receive this when i try to login to wp-admin

    COPY CODE
    
    ERRORE: La password inserita per il nome utente elia non è corretta. Hai perso la password?
    
    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 #78757
     Radu
    Moderator

    This credentials are not working

    elia
    pasw 123???!!!*&CIAO…

    Can you check please ?

    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 #78755
     Radu
    Moderator

    Please provide the website url.

    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: Lost eveything #78750
     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: rtMedia Error in Activity #78747
     Radu
    Moderator

    Hi,

    Please report this issue to their forum support : https://rtcamp.com/support/

    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: CRITICAL!! Entire Site andAll WP Admin Access Down #78746
     Radu
    Moderator

    Hi,

    IF you have more RAM memory available for your hosting it’s better for processing.

    Yes, in wp-config.php this “define(‘WP_MEMORY_LIMIT’, ‘512M’);” is not present here you need to add to end of the file before ?>

    define(‘WP_MEMORY_LIMIT’, ‘512M’);

    You can improve page speed by adding a cache plugin like W3 Total Cache and activate page cache.

    https://wordpress.org/plugins/w3-total-cache/

    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: Custom development #78738
     Radu
    Moderator

    Hi,

    My colleague is answering you right now.

    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 #78734
     Radu
    Moderator

    Hi,

    Now it’s h1 instead h2

    The file from where i edited is /wp-content/plugins/5starweddingdirectory-1.9.10/templates/frontend/category.tpl.php

    Can i close this topic ?

    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 3.07 incompatible #78728
     Radu
    Moderator

    Hi,

    With the code that i provided you top ( it’s attached also on this reply ) put the file in kleo-child.

    regarding to this :
    ” 2/ Before the user could only see the display of a video (for example: http://cb8bf3ad6e.url-de-test.ws/tom-rosenthal-its-ok-official-music-video-2/) ”

    Make sure you have selected post template as video.

    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 members recent activity from profile cover. #78717
     Radu
    Moderator

    Hi,

    Hide profile status update under avatar

    COPY CODE
    
    #item-header-content #latest-update {
        display: none;
    }
    

    Increase font size on groups

    COPY CODE
    
    .buddypress div#item-header div#item-header-content #latest-update, .buddypress div#item-header div#item-header-content p:first-child {
        font-size:1.2em;
    }
    

    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: Broken theme #78423
     Radu
    Moderator

    Hi Jokerette,

    I suggest you to upload the kleo 3.0.9 via FTP over the existing kleo theme.

    Can you post exactly what error it shows ?

    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: Custom development #78422
     Radu
    Moderator

    Hi,

    Please send details about what plugin do you need at this address : dev@seventhqueen.com

    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: Fatal error #78420
     Radu
    Moderator

    Hi,

    I visited your homepage but i can’t see this error there, you receive this error in backend ?

    Provide exact url where the error appears.

    Regads

    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: Registration/Login form on the front page #78418
     Radu
    Moderator

    Hi,

    You can do that with kleo but you will need a php developer to achieve this.

    Cheers

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

Log in with your credentials

Forgot your details?