-
Author
-
November 1, 2015 at 23:05 #85373
wd7080
ParticipantHi
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
November 1, 2015 at 23:09 #85374wd7080
ParticipantHi
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: nexcessAll are lowercase.
Thanks
November 2, 2015 at 18:42 #85441Laura
ModeratorHello, 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 solutionNovember 5, 2015 at 16:45 #85729Radu
ModeratorHi,
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 solutionNovember 5, 2015 at 17:24 #85732wd7080
ParticipantI 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
November 5, 2015 at 18:12 #85743Radu
ModeratorJust 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 solutionNovember 6, 2015 at 18:24 #85978Radu
ModeratorYouโ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 solutionNovember 7, 2015 at 00:54 #86070wd7080
ParticipantPlease 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
November 11, 2015 at 23:35 #86874wd7080
ParticipantHi
Would you please explain to me what you have done to my website when you accessed it last time?
November 12, 2015 at 17:13 #86937Radu
ModeratorHi,
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 solutionNovember 17, 2015 at 21:58 #87769wd7080
ParticipantPlease 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
November 17, 2015 at 22:21 #87772wd7080
ParticipantHi
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
November 18, 2015 at 16:59 #87885Radu
ModeratorHi 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 CODEfunction 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 solutionNovember 18, 2015 at 19:07 #87932wd7080
ParticipantHi
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
November 18, 2015 at 19:38 #87949Radu
ModeratorHi,
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 solutionNovember 19, 2015 at 15:33 #88112wd7080
ParticipantHere 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
November 19, 2015 at 16:22 #88119wd7080
ParticipantBy 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
November 19, 2015 at 18:16 #88141Radu
ModeratorHi,
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 solutionNovember 24, 2015 at 23:04 #88913wd7080
ParticipantHi
@Radu
This issue has not been fixed. Could you please confirm?Check this please:
http://community.cpachess.com/groups/online-scores/Thanks
November 25, 2015 at 18:10 #89039Radu
ModeratorHi,
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 solutionNovember 25, 2015 at 21:28 #89100wd7080
ParticipantThe 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-stylesPlease 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.
November 27, 2015 at 19:24 #89628Radu
ModeratorI 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 CODEbody.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 solutionDecember 1, 2015 at 18:35 #90361wd7080
ParticipantI 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.December 1, 2015 at 23:37 #90406wd7080
ParticipantHi
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!
December 2, 2015 at 15:11 #90553Radu
ModeratorHi,
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//$1Let 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 solutionDecember 3, 2015 at 17:57 #90928Radu
ModeratorHi,
Add this function to kleo-child/functions.php
COPY CODEfunction 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 solutionDecember 4, 2015 at 14:28 #91158wd7080
ParticipantIt works now!!
I CAN NOT THANK YOU ENOUGH FOR YOUR SUPPORT!!
EXCELLENT.. Definitely five stars!
December 4, 2015 at 16:18 #91189Radu
ModeratorHi,
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 solutionDecember 5, 2015 at 01:20 #91330wd7080
ParticipantThank 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
December 6, 2015 at 23:10 #91541wd7080
ParticipantListen, 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 PhotoFor 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.
December 7, 2015 at 16:45 #91655Radu
ModeratorHi,
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 solutionDecember 7, 2015 at 17:26 #91674wd7080
ParticipantThis functions’ code redirects to the home page and it doesn’t redirect to the page where users chose to login:
COPY CODEfunction 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);December 7, 2015 at 17:38 #91678wd7080
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.
December 7, 2015 at 17:44 #91680wd7080
ParticipantThe above groups related issue is a theme bug. Cover photo is buddypress bug.
December 7, 2015 at 17:53 #91684Radu
ModeratorHi,
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.