This topic has 55 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #85373
     wd7080
    Participant

    Hi

    I have two pages that use visual composer on different themes. I make the same but found that it works on the other theme but not kleo although I do the same.

    Please advice

    Thanks

    #85374
     wd7080
    Participant
    This reply has been set as private.
    #85377
     wd7080
    Participant

    You need to check this on IE 11.

    #85441
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #85462
     wd7080
    Participant

    Yes please laura. Thanks a lot

    #85729
     Radu
    Moderator

    Hi,

    Please use this layout structure for visual composer, it works and look ok on IE 11 just i’ve tested just use the code from below.

    Just add your images as you wish

    COPY CODE
    
    [vc_row][vc_column width="1/3"][vc_single_image][/vc_column][vc_column width="1/3"][vc_single_image][/vc_column][vc_column width="1/3"][vc_single_image][/vc_column][/vc_row][vc_row text_align="center"][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/3"][vc_single_image][/vc_column][vc_column width="1/3"][vc_single_image][/vc_column][vc_column width="1/3"][vc_single_image][/vc_column][/vc_row]
    

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85732
     wd7080
    Participant

    I am not sure how to do this, but I will try to figure it out later today. For now, will you consider this as an update on the next theme release?

    Thanks

    #85743
     Radu
    Moderator

    Just see this little video and then you will figure out how to use that code

    https://drive.google.com/file/d/0Bxo5b6iHWRMwX3Brb2owYnhQcWM/view

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85939
     wd7080
    Participant

    @radu Thanks a lot for such support!

    Keep it up

    #85978
     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
    #86070
     wd7080
    Participant
    This reply has been set as private.
    #86874
     wd7080
    Participant
    This reply has been set as private.
    #86937
     Radu
    Moderator

    Hi,

    I’ve created a test page where i have tested the behaviors, i’ve forgot the that page url to can show you and also i’ve see that you have changed the pass from htpswd.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #87769
     wd7080
    Participant
    This reply has been set as private.
    #87772
     wd7080
    Participant
    This reply has been set as private.
    #87885
     Radu
    Moderator

    Hi wd7080,

    Our theme has prepackaged k-elements,visual composer and revolution slider, the updates of that plugins will be applied once with theme update.

    Regarding the content before registration form you can add it with this function in kleo-child/functions.php

    COPY CODE
    
    function CustomRegisterPage() {
    ?>
    
        <div class="col-md-6">
            
            <h2>Content block 1</h2>
            
            <p>Item 1</p>
            <p>Item 2</p>
            <p>Item 3</p>
            <p>Item 4</p>
        </div>
    
        <div class="col-md-6">
            
            <h2>Content block 2</h2>
    
            <p>Item 1</p>
            <p>Item 2</p>
            <p>Item 3</p>
            <p>Item 4</p>
    
        </div>
    
        <div style="clear: both !important;"> </div>
    
    <?php
    }
    
    add_action(bp_before_register_page, 'CustomRegisterPage');
    

    If you want to edit or to delete this text : "Registering for this site is easy. Just fill in the fields below, and we\'ll get a new account set up for you in no time."

    unzip and upload the attached file to /wp-content/themes/kleo-child/buddypress/members/

    You can edit that text from line 22.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #87932
     wd7080
    Participant

    Hi

    None of the above worked. I added the above to functions.php. I am using php storm, I have gotten a notification of error.

    I created a buddypress folder inside kleo-child named it buddypress and inside it, I added members folder.

    I customized the message and uploaded register.php to the memebers folder. No change

    Please advice

    #87949
     Radu
    Moderator

    Hi,

    Please provide FTP login details and i will get back you later or tomorrow.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88112
     wd7080
    Participant
    This reply has been set as private.
    #88119
     wd7080
    Participant
    This reply has been set as private.
    #88141
     Radu
    Moderator

    Hi,

    Please check now it should be ok.

    Regarding the email notifications panel I’ve added this CSS in your kleo-child/style.css at bottom

    note: this issue will be fixed in the next update and the snipped will be removed when you update the theme.

    COPY CODE
    
    .bp-screen-reader-text {
     position: absolute;
     margin: -1px;
     padding: 0;
     height: 1px;
     width: 1px;
     overflow: hidden;
     clip: rect(0 0 0 0);
     border: 0;
     word-wrap: normal !important;
    }
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88913
     wd7080
    Participant
    This reply has been set as private.
    #89039
     Radu
    Moderator
    This reply has been set as private.
    #89100
     wd7080
    Participant
    This reply has been set as private.
    #89628
     Radu
    Moderator

    I see that you use these styles in child

    COPY CODE
    
    .home div#footer {
    	background: #393939;
    }
    
    .home .body {
    	background: #393939;
    }
    
    

    If you want to style only homepage footer do like this

    COPY CODE
    
    body.home #footer { background-color:red; }
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #90361
     wd7080
    Participant
    This reply has been set as private.
    #90406
     wd7080
    Participant
    This reply has been set as private.
    #90553
     Radu
    Moderator

    Hi,

    Try to use this code to your htacess

    COPY CODE
    
    //301 Redirect Entire Directory
    RedirectMatch 301 http://community.cpachess.com/register/(.*) http://cpachess.com/register//$1
    

    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
    #90560
     wd7080
    Participant

    This gives 500 internal server error.

    #90928
     Radu
    Moderator

    Hi,

    Add this function to kleo-child/functions.php

    COPY CODE
    
    function MyRedirect() {
        if(is_page('register')) {
            wp_redirect( 'http://cpachess.com/register/', 301 );
            exit;
        }
    }
    add_action('template_redirect','MyRedirect');
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #91067
     wd7080
    Participant

    @radu

    Thanks. Unfortunately this did not work as well.

    #91158
     wd7080
    Participant

    @radu

    It works now!!

    I CAN NOT THANK YOU ENOUGH FOR YOUR SUPPORT!!

    EXCELLENT.. Definitely five stars!

    #91189
     Radu
    Moderator

    Hi,

    Thanks for the kind words.

    Have a nice week-end.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #91330
     wd7080
    Participant

    @radu

    Thank you.
    By the way, I am not using kleo log in/ log out and register. I am using default buddypress/wordpress. I want users to be redirected to the same page where they come from. How to do this?

    Currently they are redirected to the homepage

    Many thanks in advance

    #91541
     wd7080
    Participant

    @radu

    Listen, this might be a theme bug or buddypress bug, when you go to profile> Change Profile Photo you must see two options which are:
    1. Upload
    2. Take Photo

    For some reason, take a photo only appears on google chrome while only upload appears on IE11. See the picture attached. Please check your self and let me know.

    Attachments:
    You must be logged in to view attached files.
    #91655
     Radu
    Moderator

    Hi,

    Regarding to redirect you can use this function by adding the code to wp-content/themes/kleo-child/functions.php ( kleo child needs to be activated. )

    http://wordpress.stackexchange.com/a/125956

    Regarding the issue on IE 11 we will take a look at this, thank you for reporting the 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
    #91674
     wd7080
    Participant

    @radu

    This functions’ code redirects to the home page and it doesn’t redirect to the page where users chose to login:

    COPY CODE
    function wpse125952_redirect_to_request( $redirect_to, $request, $user ){
        // instead of using $redirect_to we're redirecting back to $request
        return $request;
    }
    add_filter('login_redirect', 'wpse125952_redirect_to_request', 10, 3);
    #91678
     wd7080
    Participant
    This reply has been set as private.
    #91680
     wd7080
    Participant

    @radu

    The above groups related issue is a theme bug. Cover photo is buddypress bug.

    #91684
     Radu
    Moderator

    Hi,

    The link that you have provided its a website that have avada theme not kleo.

    That issue was fixed latest version, please update the theme.

    Can i close the ticket ?

    Cheers

    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 - 1 through 40 (of 56 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?