Forum Replies Created
-
Author
-
Radu
ModeratorI’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 solutionRadu
ModeratorSo 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-parts2. Copy
general-header-section.phplocated in the main theme (this can be found at/wp-content/themes/kleo/page-parts/general-header-section.php) to your newly created folderIn 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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 CODEfunction 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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorTake 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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi, 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.Radu
ModeratorHi,
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 itCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionNovember 29, 2016 at 18:37 in reply to: Can we make different buddypress group with a paying subscription #145548Radu
ModeratorHi,
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 solutionRadu
ModeratorYou’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 solutionNovember 29, 2016 at 17:39 in reply to: Facebook registration and login not working on iOS devices. #145538Radu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorHi,
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 solutionNovember 29, 2016 at 17:34 in reply to: Sidebar suddenly showing on page that shouldn’t be there #145535Radu
ModeratorThe 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 solutionRadu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
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 solutionRadu
ModeratorReplace the CSS wit this
COPY CODE.article-media img { width: auto !important; margin: 0 auto !important; display: block; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts