Forum Replies Created

Viewing 40 posts - 12,281 through 12,320 (of 20,101 total)
  • Author
  • in reply to: Issue while uploading images to image carousel #128117
     Radu
    Moderator
    Not marked as solution
    in reply to: i.Jcrop is not a function #128114
     Radu
    Moderator

    Hi,

    Please update your WP to latest version, and the theme to 4.0.8 and then the bundled plugins from wp-admin -> appearance -> install plugins -> update for plugins that haves update button under names.

    Also if you have an update for buddypress update i but after theme and wp update.

    Let me know

    Cheers
    R.

    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: Full width problem #128113
     Radu
    Moderator
    Not marked as solution
    in reply to: disable all rss #128111
     Radu
    Moderator

    Hi,

    People says that the private buddypress plugin can do that : https://wordpress.org/support/topic/plugin-private-buddypress-feeds-are-not-being-protected

    Also you can try one of these solutions : http://wordpress.stackexchange.com/questions/33072/how-to-remove-feeds-from-wordpress-totally

    Cheers
    R.

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

    Hi,

    The buddypress register page should be a empty page that need to be assigned to registration process from wp-admin -> settings -> buddypress -> pages -> registration -> HERE REGISTER PAGE.

    After all these you can use the home register style, and this shortcode will pass the dates to the original register buddypress page (here : yourdomain.com/register)

    So you cannot choose the page home register as buddypress register page these should be separately.

    Cheers
    R.

    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 remove sidebar from Register page #128107
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> buddypress -> register page layout -> choose full width

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Updating version of style.css #128106
     Radu
    Moderator

    Hi,

    Child theme don’t need to be updated, only parent should be !

    If you add some css to child theme/style.css after the file is updated the next visitor when accessing the page will be loaded with your latest css declarations.

    Cheers
    R.

    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 Theme Changes Have Been Erased #128105
     Radu
    Moderator

    If you are hosted on wp engine make sure you purge the wpengine cache

    Cheers
    R.

    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 Theme Changes Have Been Erased #128104
     Radu
    Moderator

    Hi,

    If you have made the customizations on parent theme and then you have installed and activated the child theme the customizations has been saved into parent or vice versa try to change to parent/child to see if your customizations are in one of them.

    Let me know

    Cheers
    R.

    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 box layout & columns break #128103
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    .register div#basic-details-section {
        width: 49%;
        float: left;
    }
    
    .register div#profile-details-section {
        width: 49%;
        float: right;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

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

    You’re welcome

    Cheers
    R.

    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: Tabs, Changing the whole look, size and color #128100
     Radu
    Moderator

    Hi,

    Look at the menu click -> hover Get Support -> choose your theme -> and scroll down you will at the page bottom -> open a new ticket

    Cheers
    R.

    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: Specific Sidebar / Forums and BBPress #128099
     Radu
    Moderator

    No problem

    Cheers
    R.

    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: Register #128098
     Radu
    Moderator

    I see the registration page works now : http://matchcute.com/register/

    Can i mark the topic as resolved?

    Cheers
    R.

    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 Update #128097
     Radu
    Moderator
    Not marked as solution
    in reply to: Copy the home pinterest home #128096
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .home article.post-item { background: #f7f7f7 !important;}
    .home .main-color blockquote, .main-color .masonry-listing .post-content { background:#fff;}
    

    Cheers
    R.

    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: line breaks on profile page #128095
     Radu
    Moderator

    Hi,

    If you need to have multiple lines use Multi-line Text Area instead your current field type.

    It will render like this

    Cheers
    R.

    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: News Ticker scroll #128094
     Radu
    Moderator

    Hi,

    We don’t have any quick solution for that…. also this it will require dedicated time of implementing

    Cheers
    R

    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 customize the youtube output #128091
     Radu
    Moderator

    Hi,

    add this script to wp-admin -> theme options -> general settings -> JavaScript Code

    COPY CODE
    
    
    
    <script>
    jQuery( document ).ready(function() {
        /* remove embed video titles */
        if (jQuery(".porto-video").length) {
            jQuery('iframe').each(function() {
                var video = jQuery(this);
                var vidSrc = "";
                vidSrc = video.attr('src');
                if(vidSrc.indexOf("//www.youtube.com/embed/") > -1){
                    video.attr('src', vidSrc + '&autohide=1&rel=0');
                }
                if(vidSrc.indexOf("//player.vimeo.com/") > -1) {
                    if(vidSrc.indexOf("?") > -1) {
                        video.attr('src', vidSrc + '&title=0&byline=0&portrait=0');
                    } else {
                        video.attr('src', vidSrc + '?title=0&byline=0&portrait=0');
                    }
    
                }
    
            });
        }
    
    });
    </script>
    
    
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Firefox top menu bad visualisation #128087
     Radu
    Moderator
    Hi, Just i've checked and the logo it's changes the width and height on scroll in chrome so, i cannot see where is the problem. Cheers R
    in reply to: A few issues on our homepage #128083
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    If you have added menu item from the Kleo pannel in Menus area you don’t need to add that class, the pop-up will open anyway

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Specific Sidebar / Forums and BBPress #128080
     Radu
    Moderator

    Hi,

    That plugin has been updated 4 weeks ago, why you said 2 years ?

    Just give a try to that plugin, such as your recommendation we have a lot and we cannot implement the desired functionality for each user, because of that’s are the plugins for !

    Anyway we will take in consideration your advice.

    Cheers
    R.

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

    Hi,

    Please make sure that you have registered page assigned as registered page form wp-admin -> settings -> buddypress -> pages -> register ,

    If you don’t have a register page created, create an empty one and assign it from wp-admin -> settings -> buddypress -> pages

    Let me know

    Cheers
    R.

    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’s loading forever #128074
     Radu
    Moderator

    I’ve understand and i noticed that you have a very old theme version 3.x our current version is 4.0.8 and that’s the reason for your problems.

    You will have to update theme to 4.0.8 your current version is 3.x and after most important is to update Visual Composer, K-elements and Revolution Slider from wp-admin -> appearance -> install plugins, press update for these plugins.

    We have two methods for update

    1. Automatic theme updates:

    – Go to WP admin – Theme options – Theme Update
    – Enter Themeforest username and API KEY
    – Save the options
    – Go to WP admin – Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
    – Click the checkbox next to it and click to Update themes

    2. Manually update theme by FTP.

    – Connect to your server.
    – Go to wp-content/themes/ and copy “kleo” folder to your computer so you have a backup of your old files.
    – Extract kleo.zip that you have downloaded from Themeforest. Make sure the resulting “kleo” folder has a style.css in it. Delete on your server all files inside wp-content/themes/kleo and then copy all files inside “kleo” folder to your server in wp-content/themes/kleo

    Important note : After you update the theme to latest version 4.0.8 please update the bundled plugins especially Visual Composer, K-element, Revolutions slider, Woocommerce and buddypress.

    Cheers
    R.

    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 Posts Element gone? #128072
     Radu
    Moderator

    You’re welcome

    Have a nice week

    Cheers
    R.

    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 can’t see home page #128071
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo theme Media Grid problem #128070
     Radu
    Moderator

    Hi,

    Do you have updated also the visual composer and k-elements plugins from wp-admin -> appearance -> install plugins ?

    Cheers
    R.

    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 can’t see home page #128031
     Radu
    Moderator
    Not marked as solution
    in reply to: I can’t see home page #128030
     Radu
    Moderator
    Not marked as solution
    in reply to: Copy the home pinterest home #128020
     Radu
    Moderator

    Also the css will color the margins of the items from the list, so all will be red

    Cheers
    R.

    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: Create new form #128019
     Radu
    Moderator

    Hi,

    Theme doesn’t have this possibility, you will have to search for a third party plugin that can do that if exists.

    Cheers
    R.

    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: Copy the home pinterest home #128018
     Radu
    Moderator

    Hi,

    Make sure you have animations activated from wp-admin -> theme options -> miscellaneous -> Site-Wide Animations* -> should be ON

    If yes use this css

    COPY CODE
    
    .home .posts-listing.kleo-masonry,
    .home .kleo-masonry article {
        background: red !important;
    }
    

    Css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: News Ticker scroll #128017
     Radu
    Moderator

    Hi, to be sure, you want to run in reverse ?

    You talking about this right ?

    Cheers

    R.

    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 customize the youtube output #128016
     Radu
    Moderator

    Hi, to be sure,

    You are referring to the youtube embed played element from visual composer right ?

    Cheers
    R.

    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,

    Easyly just add this class : kleo-show-login to that menu item here is how to activate css classes for the menu items : https://drive.google.com/file/d/0Bxo5b6iHWRMwQnBXWHVFWE1HNHc/view?usp=drive_web

    Cheers
    R.

    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: Specific Sidebar / Forums and BBPress #128013
     Radu
    Moderator

    Hi,

    By default theme has no option to have a separate sidebar for groups.

    Try this plugin https://wordpress.org/plugins/bbpress-wp-tweaks/

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Responsive wrongly #128011
     Radu
    Moderator

    Ok
    Cheers
    R.

    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 can’t see home page #128010
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 12,281 through 12,320 (of 20,101 total)

Log in with your credentials

Forgot your details?