Forum Replies Created
-
Author
-
RaduModerator
Hi,
You can add the CSS in WP-ADmin -> Theme Options -> General Settings -> Quick CSS area or in kelo-child/style.css as you wish.
Regarding to avatar sizes, add this snippet to kleo-child/functions.php
COPY CODEdefine ( 'BP_AVATAR_THUMB_WIDTH', 50 ); define ( 'BP_AVATAR_THUMB_HEIGHT', 50 ); define ( 'BP_AVATAR_FULL_WIDTH', 122 ); define ( 'BP_AVATAR_FULL_HEIGHT', 122 ); define ( 'BP_AVATAR_ORIGINAL_MAX_WIDTH', 640 );
replace values with yours.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can do that like this :
1. Add new button and on the URL(Link) field put from example #sectiondivname and at Extra class name add kleo-scroll-to
2. Add new section with used ID (example : sectiondivname)at button URL(Link) field, or edit an existing class.
That’s all.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Geekyyair,
I found the problem, the problem was caused by you, by adding in kleo-child/style.css these statements
COPY CODEh1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Hebrew Condensed', sans-serif; } a, p, .lead p, p.lead, #menu-globus, .btn, abbr, .wpb_revslider_element, .panel-heading, .nav-pills > li > a { font-family: 'Open Sans Hebrew', sans-serif; }
Now the statements are like this : ( without hebrew specified in font family and it works ok. )
COPY CODEh1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Condensed', sans-serif; } a, p, .lead p, p.lead, #menu-globus, .btn, abbr, .wpb_revslider_element, .panel-heading, .nav-pills > li > a { font-family: 'Open Sans ', sans-serif; }
Please test it it should work.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYes wanguard can stop wp spam ( https://www.wangguard.com/faq )
The gray background was disappeared by using this :
COPY CODE.bpfb_form_container {background:none;}
Regarding to image cropping, just upload a larger image and it should to be ok.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Go to revolution slider -> Look for your slider -> Edit slides -> Edit Slide -> scroll down to -> Layer Links & Advanced Params -> Then see attached screenshot, that’s all
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHi,
Strange behaviour, also you can try to see kleo live demo you will see that is displayed correctly.
I suggest you to try change language to english and see after, if problem is not caused by the language code, please provide admin login details.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide also wp login details ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I identified the problem, i think this plugin cause the issue WP-SpamShield which I deactivated them
I see that you use WanGuard on my opinion it’s enough to use only WanGuard not both plugins.
Please test it should be ok.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I have answered here : https://archived.seventhqueen.com/forums/topic/member-customization/page/2
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThat think is caused by the form template, i changed the template and the fields ok now.
You can change the form template from here : http://antalintranet.antal.com/wp-admin/post.php?post=5417&action=editHave a nice day
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorUnfortunately, buddypress not sync data to geodirectory.
Regarding to “Let me know. I am using the Sabai directory at the moment. You think you could do something? if yes how much you charge?”
No, unfortunately no.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIt’s ok now take a look : http://antalintranet.antal.com/members/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
For the moment there are no out of the box options to achieve this right now but we will take it into consideration.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease give me login details.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to disable plugins that not comes with the kleo theme, check if is ok, if not tell me.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please provide URL, FTP and admin credentials, i need to look closer.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide a screenshot including the browser address bar to see exactly where you encounter the problem because, if i access this page http://kangtao.com.my/register/ i can see the sign-up form without any problems.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI looked at your page source and i see that the snippet that i have gave you is not present in page.
Try to put same CSS in kleo-child/style.css
It should work
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThe theme gives you possibility to embed audio in page/post by going to certain post/page -> scrolling down until you see Theme General Settings -> Audio tab -> Upload your file there then you need to select page format Audio.
Also you can use default wordpress audio shortcode
COPY CODE[audio src="audio-source.mp3"]
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
First you need to load that font you theme, by going to Wp-Admin -> Theme Options -> Fonts
Go to H6 from example or any other heading and select your desired font, in this case your font “Playfair Display” then apply that CSS that you provided in your previews post.
It should work, i tested
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please update KLEO theme and all that plugins that comes with the theme.
It should solve your issue
cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try this plugin should meet your conditions.
https://wordpress.org/plugins/restrict-widgets/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Go to backend, select edit of that kleo news -> build query, select posts then -> Save Changes -> PublishLet me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Can you provide the URL ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Provide a dummy account to can see the forums please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorProvide link, or a screenshot, preferable link.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 26, 2015 at 17:41 in reply to: Just Upgraded to 3.03 – New Problems – This is Getting OLD! #65057RaduModeratorHi,
I think the problem is caused by this plugin simple-picture-menu ,try to disable it and check it after.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI moved this to feature request to see community feedback about this functionality.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this CSS to Theme Options -> General Settings -> Quick CSS
COPY CODE#buddypress #message-threads .thread-avatar img.avatar { margin: 0 0 0 10px !important; }
It should work
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I tested your url in google structured data testing tool https://developers.google.com/structured-data/testing-tool?url=http%253A%252F%252Fwww.tourismtribe.com%252F and google says that is ok.
Regarding to webmaster tools errors, try to recheck after 2 weeks, it should disappear that notifications.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.June 24, 2015 at 18:05 in reply to: How can I have "Feature Items Grid" with 4 items in 1 row? #64716RaduModeratorHi,
Sorry but that page is no longer available.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Provide site url please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide the site url ? and a dummy user account ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorFor the cover issue add this CSS to Theme Options -> General Settings -> Quick CSS
COPY CODEbody.bbp-user-page.buddypress div#item-header div.generic-button, .buddypress div#item-header a.button { color: transparent; } body.bbp-user-page.buddypress .profile-cover-action a.button:hover { width: 140px; color: #efefef !important; }
For the message issue, plese send 3-4 message to user demo to simulate the issue
Thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
For the moment you cannot disable the parallax on mobile/tablet, but in future we will add this option.
Meanwhile you can use the fix that i provided above.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
This is a known issue, you can install them, by pressing CTRL + CLICK install to each plugin, it take 1 minute to activate all plugins.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts