Forum Replies Created
-
Author
-
Radu
ModeratorI was referring to http://www.justplatonic.com/wp-admin this wp-admin not ftp folder , but from what i see it looks as it should now. if not there it’s the spot, where should i look for the seal ?

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,
Unable to login with those details

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHere it’s our function for the schema.org, paste it to child theme and change it as you need.
COPY CODE/* Schema org for body */ if ( ! function_exists( 'kleo_get_schema_org_markup' ) ) { function kleo_get_schema_org_markup() { $schema = 'http://schema.org/'; if ( is_singular( 'post' ) ) { $type = "Article"; } elseif ( is_singular( 'portfolio' ) ) { $type = "VisualArtwork"; } else { if ( is_author() ) { $type = 'ProfilePage'; } // Is search results page elseif ( is_search() ) { $type = 'SearchResultsPage'; } else { $type = 'WebPage'; } } $type = apply_filters( 'kleo_schema_org_type', $type ); return 'itemscope itemtype="' . $schema . $type . '"'; } } function kleo_schema_org_markup() { echo kleo_get_schema_org_markup(); }The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this css to wp-admin-> theme options -> quick css
COPY CODE.header-icons > li > a span { opacity: 1; }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 those i need to take a closer look at the website, i need the credentials to can look at it, add them in a reply marked as private
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,
Cannot login to your dashboard wrong credentials,
Can you please provide it ? also i can import the homepage for you if you want like in the demo, yo u have sweetdate 3.0 right ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this fix for the triple border on base field. We will fix on our demo soon.
COPY CODE.profile ul.accordion li.bp-widget {border:0!important;}The cover photo wasn’t removed.

Cannot see any issue with the style.css file my changes are loaded and reflected into site, but make sure to use correct selectors and if maybe it’s needed to use !important
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Let me know if you encounter the the issue even if you are using default WP theme, and if yes you can try to ask the PMPRO support team, anyway did you have tried to paste the code from wp-admin -> memberships -> payment settings ? and to check ‘Extra HTTPS URL Filter:’ option ? see screenshot

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2017 at 19:02 in reply to: add new field which display for member only and edit by admin only #176354Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I see that but, the heading font not changing from h2 to h1, it’s the same i’ve looked at the source code on my end.
The heading font remains H2 on my end, check in your source code if it’s h2 or not.
I was able to reproduce the issue with the thumbs for 1,2,3 posts, i will look at that right now, i will let you know.
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,
Make sure to not be cache, try from incognito mode.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFixed check, was needed to update theme and k-lements plugin
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,
You’re welcome
Leave us a review on themeforest if you have time
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,
Nope, now i’ve installed the ultimate member on my end and it’s happens the same, there the plugin loads a newer version for redux framework and also we are using that in our theme options panel.

I will speak with the core developer about this and will get back to you those days.
WE are using for forums BBpress plugin : https://wordpress.org/plugins/bbpress/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just use this css
COPY CODE.kleo-main-header .navbar-header .logo a { color: #000 !important; } .kleo-main-header.header-centered.header-scrolled .logo a { color: #fff !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSeems my last change related to this wasn’t included in the update…and will be included in the next one.
Sure, can you provide also the ftp to take a closer look ? if no just go to wp-content/themes/kleo-child/page-parts/ where you will create a file named general-popups.php in that you will paste the next content : code: https://pastebin.com/raw/2StkSGkp
If the page parts folder missing from child crate it
NOTE : Child theme needs to be installed and activated.
NOTE2 : Purge all caches to reflect the change.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,
Tried again CSS solution but it’s hard to make that to be align if the images has different ratios
Wide image : https://i2.wp.com/everychildinc.org/wp-content/uploads/2016/08/every-child-inc-sticky-logo.png?zoom=2&w=1200&ssl=1
Portrait image : https://i2.wp.com/www.newsunrising.org/wp-content/uploads/2015/04/NSR-Logo-web.png?zoom=2&w=1200
So my suggestion it’s to choose all images to have same ratio, and for images wide add them in photoshop in a size like this : https://i2.wp.com/www.newsunrising.org/wp-content/uploads/2015/04/NSR-Logo-web.png?zoom=2&w=1200
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI saw the resources minified, there shouldn’t be like that.
So just de-activate ALL plguins and check
I cannot reproduce the issue that you report, most sure it’s caused by plugins/caching.
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,
Can you paste here the snippet provided by us ?
Also just de-activate the child theme, maybe there it’s a bad snippet that causes that.
Trusted the PMPRO behaviour and i cannot see loading problems.
Make sure to have all updated plugins and theme.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
In the first instance try to de-activate all plugins and child theme then check if the issue persists, if had disappears, it means one of those causes that, just enable back one by one and check until you find the cause.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this css
COPY CODE.top-bar ul > li.toggle-topbar a { width: 60px; height: 35px; display: block !important; text-align: center; }Wp-admin -> theme options -> Styling Options -> Quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFixed,
Will be included in next theme update, today or tomorrow will be released.
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,
You haven’t added the default form, if the folder missing, create them. it’s very clear how you can copy from a location to another.
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.phpMaking this, you will use the default PMPRO checkout template where the addongs can work like in default pmpro templates.
Child theme needs to be installed and activated.
That’s all, doing this you will have default pmpro checkout flow and use the default pmpro checkout template
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWE will take this into consideration in future updates.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe search it’s performed on automatically on all registered CPT’s excluding topic and reply,
So the location should be a CPT to can search in it.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,
Seems to be a bug, i will add this to buglist and we will fix this soon
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,
Right now we release a new update that will give you option to turn on/off the autofocus for the input, preventing scrolling to the bottom of the page you will have to set No for autofocus option in visual composer on Kleo Login element.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you have any plugins that moves the JS to footer or some minify plugin or compressing one, that can be a cause.
If the jQuery isn’t added first is file on the head can cause this.
So if you have a plugin for speed optimization de-activate and test it.
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,
How did you have restricted the members profile ?
TRy this snippet
COPY CODEfunction sq7r_no_members_redirect_home() { if( !is_user_logged_in() && bp_is_user() ) { wp_redirect(site_url('/'), 301); exit; } } add_action('template_redirect', 'sq7r_no_members_redirect_home');The snipept works but depend how you have restricted the members profile and to redirect to this link https://www.vicinity.no/hjem__trashed/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 10, 2017 at 15:24 in reply to: Group’s avatar instead of member’s avatar in activity stream #176221Radu
ModeratorNot marked as solutionOctober 10, 2017 at 14:34 in reply to: Group’s avatar instead of member’s avatar in activity stream #176220Radu
ModeratorNot marked as solution -
AuthorPosts

