This topic has 55 replies, 3 voices, and was last updated 10 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

    Hi

    I want to make http://community.cpachess.com/ similar to http://cpachess.com because I want to make kleo the main site. I found that Vellum which is on the main site works very well with visual composer. I do the same steps on kleo but I get different results than those on vellum.

    When I update visual composer as per kleo, I get the first site broken. Please advice. Visit both pages and compare. I did exactly the same.

    To access my admin dashboard pleas use:
    .htaccess username and password: kleo
    WordPress credentials:
    username: admin
    password: nexcess

    All are lowercase.

    Thanks

    #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
    #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

    @radu

    Please visit: http://community.cpachess.com/

    You will see that it did not work ๐Ÿ™ The picture real size is enforced. Please be sure I am very happy with the theme.

    Thanks

    #86874
     wd7080
    Participant

    Hi

    Would you please explain to me what you have done to my website when you accessed it last time?

    #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

    @radu

    Please use same credentials I have given you. You will not believe this:
    http://community.cpachess.com/

    This was fixed because vellum team (the main site theme authors) have updated visual composer(VC) version to the latest version (which you’ve updated long time ago). I wonder why it didn’t work when we tried to update visual composer using your theme plugins (because your theme had it updated at that time). I was replicating the same behavior on the main site& KLEO when I was updating VC using your theme plugins update.

    I don’t see any justification other than this. What do you think? It works now but it might be corrupted later.

    Thanks

    #87772
     wd7080
    Participant

    Hi

    Beside the above, how can I add a content in kleo page:
    http://community.cpachess.com/register/

    to be similar to:
    http://cpachess.com/regsiter/

    I want to add instructions like: Before You Register

    Thanks

    #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
    #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

    Here you go:
    FTP Host: kleo.75cpa.com
    FTP Username: kleo@75cpa.com
    FTP Password: KleoTheme@12
    (K&T are uppercase in the password)

    Let me know if you need anything else

    #88119
     wd7080
    Participant

    By the way, please visit this page:

    http://community.cpachess.com/members/admin/settings/notifications/

    Please login using the credentials I have given you. You will see how it looks like. I am not sure if this is a bug.

    Thanks

    #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

    Hi

    @Radu

    This issue has not been fixed. Could you please confirm?

    Check this please:
    http://community.cpachess.com/groups/online-scores/

    Thanks

    #89039
     Radu
    Moderator

    Hi,

    Yes,

    What i should to see here : http://community.cpachess.com/groups/online-scores/ ? what is the problem here ?

    Cheers

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

    The footer is black and it should be white. The footer reads the homepage styles which I customized instead of having independent styles.

    Please refer to this post:
    https://archived.seventhqueen.com/forums/topic/buddypress-groups-styles

    Please delete my URL from the above post because I mark my replies to you with the URL as private and your reply is public. I don’t want to disclose my URL.

    #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

    @radu

    I would be glad if you check: http://community.cpachess.com/register/

    I have deleted the 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.” but I still can see it. Do we have to add anything in functions.php?
    This is what I have done:
    1. I created a folder in my child theme directory under the name buddypress.
    2. Created members’ page inside buddypress directory
    3. Customized/deleted the text in register.php which is located inside memebrs’ directory. I still see the same text. Please advice.

    #90406
     wd7080
    Participant

    Hi

    It works but it takes time to get reflected online.

    By the way, if I want to redirect http://community.cpachess.com/register/ to http://cpachess.com/register/ using .htaccess. What shall I use?

    I researched the whole internet but nothing worked.

    Thanks .. TOO MUCH!

    #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.

    #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

    @radu
    This is important!
    Another issue that I am not sure if it’s coming from kleo theme or not is the groups. When a member joins a group there is no post button!!
    Please login as an admin to my website and try to post a comment here:
    http://community.cpachess.com/groups/online-scores/

    There is no post button. See the attached picture.

    #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?