Forum Replies Created

Viewing 40 posts - 8,961 through 9,000 (of 20,101 total)
  • Author
  • in reply to: Kleo Button #145674
     Radu
    Moderator

    I’ve noticed that and I determined there missing the link, please provide admin credentials in a private reply to can take a closer look.

    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 Media link is broken #145673
     Radu
    Moderator
    Not marked as solution
    in reply to: Help needed for changing the appearance of my menu #145672
     Radu
    Moderator

    So are you referring to the html code ?

    Those classes and elements should be integrated thru our theme, you will have strong knowledge about php+html+css to do this in our theme and also we don’t have any quick solution to this.

    The responsible file for the header it’s located here : wp-content/themes/kleo/page-parts/general-header-section.php

    1. Create a folder in your child theme called page-parts

    2. Copy general-header-section.php located in the main theme (this can be found at /wp-content/themes/kleo/page-parts/general-header-section.php) to your newly created folder

    In this way you can add your desired content in the header of the theme.

    Remember to always backup the original file locally before making any changes.

    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 an account on the checkout page #145671
     Radu
    Moderator
    Not marked as solution
    in reply to: New social sharing #145670
     Radu
    Moderator

    Hi,

    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: Header Content (Optional) – new post #145592
     Radu
    Moderator
    Not marked as solution
    in reply to: How to add a third button? #145583
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    .kleo-additiona-floating-button {
        position: fixed;
        -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #e5e5e5;
        border-radius: 4px;
        padding: 20px;
        bottom: 50px !important;
        display: block !important;
        right:160px;
        bottom:50px;
        padding:14px 15px;
    }
    

    Add this code to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function kleo_go_up_additional_button()
    {
        ?>
        <a class="kleo-additiona-floating-button" href="#"><i class="icon-up-open-big"></i></a>
        <?php
    }
    
    add_action('kleo_after_footer', 'kleo_go_up_additional_button');
    
    
    

    Adapt it for your needs

    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: Member Directory… Search Form #145578
     Radu
    Moderator

    Hi,

    You have already the newest members there right ? and practically you should to change the order of the tabs ?

    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: Help needed for changing the appearance of my menu #145577
     Radu
    Moderator

    Take a look

    You should be able to paste that in quick css area

    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: BP Profile Search Dropdown #145575
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo Button #145572
     Radu
    Moderator

    Hi,

    That button doesn’t have a link in it add on the href field complete url example : http://google.com

    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: New social sharing #145568
     Radu
    Moderator

    Hi,

    Yes we will, i will add this to improvement list and in future, this will be implemented and also we will notice you when it’s done

    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 an account on the checkout page #145567
     Radu
    Moderator
    Hi, Just copy this file : /wp-content/plugins/paid-memberships-pro/pages/checkout.php To this location : /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.php Child theme needs to be installed and activated That's all, doing this you will have default pmpro checkout flow Cheers R.
    in reply to: Demo import not complete #145566
     Radu
    Moderator
    Not marked as solution
    in reply to: BP Profile Search Dropdown #145564
     Radu
    Moderator
    Not marked as solution
    in reply to: How to center faq on page #145563
     Radu
    Moderator
    Not marked as solution
    in reply to: Double primary field in signup #145562
     Radu
    Moderator
    Not marked as solution
    in reply to: Can we get the free emplate of revolution slider ? #145560
     Radu
    Moderator

    Hi,

    If you will be able to download and the slider it’s free for download you should import in revslider and that’s all.
    If that slider it’s present on free exchange category : https://revolution.themepunch.com/free-slider-exchange/ you should be able to donwload it

    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: Help needed for changing the appearance of my menu #145559
     Radu
    Moderator

    Hi,

    You will have to add that CSS in quick CSS area from wp-admin -> theme options -> general settings -> quick CSS

    The css it’s between < style> < / style > tags of your provided snippet

    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 Media link is broken #145558
     Radu
    Moderator
    Not marked as solution
    in reply to: Geodirectory layout issue #145557
     Radu
    Moderator

    Hi,

    For this : http://www.visitagnes1770.com.au/places/1770-getaway/

    How do you have added the post grid there ?

    You will have to run those shortcodes into container div class to can wrap them.

    For the problem from the map, do you have some css added in quick css are or in child theme style.css ?

    If you de-activate all plugins except geodirectory it looks ok ?

    Let me know

    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 add a third button? #145555
     Radu
    Moderator

    Hi,

    Where you need that button, inline with those buttons ? or above the go up button ?

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

    Hi,

    Do you have the latest version of WordPress ? If not update those

    Do you have the latest version of Kleo theme ? If not update those

    Do you have the latest version of plugins installed ? If not update those

    If you de-activate all plugins excepting BuddyPress/bbPress it works? if yes enable back plugins one by one to identify what causes this.

    If you de-activate the child theme it works ?

    Let me know

    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 add a third button? #145553
     Radu
    Moderator

    Hi,

    Where you need that button, inline with those buttons ? or above the go up button ?

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

    Hi,

    Do you have the latest version of WordPress ? If not update those

    Do you have the latest version of Kleo theme ? If not update those

    Do you have the latest version of plugins installed ? If not update those

    If you de-activate all plugins excepting BuddyPress/bbPress it works? if yes enable back plugins one by one to identify what causes this.

    If you de-activate the child theme it works ?

    Let me know

    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: CSS to modify search bar formatting #145551
     Radu
    Moderator

    Hi,

    Use this CSS selector and change colors and values for your needs

    COPY CODE
    
    .main-color #search-members-form, .main-color #search-groups-form, .main-color #bbpress-forums form#bbp-search-form {
        box-shadow: 0 0 0 4px #75d69c;
        border: 1px solid red;
        border-radius: 3px;
    }
    

    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,

    From what I know this it’s not possible without custom development, using default theme and the plugins isn’t sufficient

    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: Member’s age showing 46 #145542
     Radu
    Moderator

    You’re welcome
    Have a nice day 🙂
    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: Double primary field in signup #145541
     Radu
    Moderator
    Not marked as solution
    in reply to: kleo_ajax_results #145540
     Radu
    Moderator
    Not marked as solution
    in reply to: BuddyPress Activity Plus and other issues #145539
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Ok then

    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: Change header color. #145537
     Radu
    Moderator

    Hi,

    htaccess file should be located on your root WordPress installation , it’s a DOT file .htaccess and maybe your client it hides dot files, make sure to check show hidden files or something 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: Shop not displaying products #145536
     Radu
    Moderator

    Hi,

    I can see the products : https://drive.google.com/file/d/0Bxo5b6iHWRMwT08tdDA3RUpIQjA/view

    Empty your browser cache / try from another computer/browser

    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

    The thing is : on my kleo install it works normally and if you know exactly the steps to can reproduce on our environment i can investigate further if there it’s a real problem.

    From my point of view I’m sure that it’ss related to some plugins or some modifications in child theme.

    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: Header Content (Optional) – new post #145534
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog > Full Text: Restrict image size #145532
     Radu
    Moderator

    Great

    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: Member’s age showing 46 #145531
     Radu
    Moderator

    Hi,

    Fixed, this will be included also in next theme update

    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_ajax_results #145445
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog > Full Text: Restrict image size #145444
     Radu
    Moderator

    Replace the CSS wit this

    COPY CODE
    
    .article-media img {
        width: auto !important;
        margin: 0 auto !important;
        display: block;
    }
    

    Cheers
    R

    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 - 8,961 through 9,000 (of 20,101 total)

Log in with your credentials

Forgot your details?