Forum Replies Created
-
Author
-
Radu
ModeratorHi,
That it’s a bug from wangguard that overwrites the font family to wangguard for certain I elements which it’s not ok
You should replace this file content: /wp-content/themes/kleo/lib/assets/admin-custom.css
with this one: http://pastebin.com/raw/x5xDNXNL
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
Have a nice dayCheers
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
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,
Maybe the ID’s are not the same

You should specify the ID of the fields that contains the first name and the second name
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see,
You can leave OFF the Combine JS Files and to use the method from this article : https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html
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 have next option turned on
Enable threaded (nested) replies levels deep in wp-admin -> settigns -> forums

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2017 at 16:46 in reply to: Change amount to scroll before transparent menu transition #154098Radu
ModeratorHi,
Please replace this file content: /wp-content/themes/kleo/assets/js/app.min.js
with this one: http://pastebin.com/raw/nAdrMv2M
Also, replace this file content: /wp-content/themes/kleo/assets/js/app.min.js
with this one: http://pastebin.com/raw/a91e5n7R
It should work I’ve tested on multiple installs
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2017 at 14:15 in reply to: How to disable kleo shortcode in wordpress edit at frontend with subscriber role #154091Radu
ModeratorYou’re welcome
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
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 18:33 in reply to: Search / Ajax results / No posts on the ajax list if the word can’t be found #154043Radu
Moderator1. I have also that code in my functions PHP and it’s displayed and on your search form if I search for different thigs results are the same.
Maybe you have other things in child theme that can cause this, also de-activate all plugins except Visual Composer and K-elemets to check how it behaves
2. In this function it;s the loader for the search http://pastebin.com/raw/mJySs4PA you should add that into child theme functions.php
This is the div that generates the loader
COPY CODE<span class="kleo-ajax-search-loading"><i class="icon-spin6 animate-spin"></i></span>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
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,
Did you have tried this plugin ? https://ro.wordpress.org/plugins/wp-ulike/
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 can try one of those plugins :
https://wordpress.org/plugins/if-menu/
OR
https://wordpress.org/plugins/conditional-menus/Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 17:52 in reply to: Reset Password Missing Link in Email ( kleo_lost_password_ajax ) #154030Radu
ModeratorHi,
In wpmandrill settings check the marked option in the screenshot

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 17:50 in reply to: Search / Ajax results / No posts on the ajax list if the word can’t be found #154028Radu
ModeratorHi,
1. IT’s already it behaves like that I’m using ajax search only

2. There is no quick solution to implement this.
For any custom development and implementations you should hire a developer
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,
Use this CSS
COPY CODE.popover > * { font-family: fantasy !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 17:27 in reply to: Search / Ajax results / No posts on the ajax list if the word can’t be found #154023Radu
ModeratorHi,
just add the next code function from pastebin to wp-content/themes/kleo-child/functions.php
http://pastebin.com/raw/sRE3X40N
Cheeers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMaybe the CDN has a cache that need to be purged after every site 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
ModeratorYes simply upload the retina version on the logo 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,
Maybe the logo it’s too wide in this case use this CSS
COPY CODE@media(min-width:991px) { strong.logo.retina-logo { width: 263px; margin: 0; } } @media(min-width:1200px) { strong.logo.retina-logo { width: initial !important; margin: 0; } }The CSS will be added to wp-admin -> theme options -> general settings -> 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
ModeratorHi,
Searching by city it works see here : https://drive.google.com/file/d/0Bxo5b6iHWRMwcTdjMkdkczBETVE/view
If you want to add another search criteria to form like the relationship status you should add the marital status on the form

from wp-admin -> theme options -> buddypress
For searching by radius I know a only way using geo my wp plugin https://ro.wordpress.org/plugins/geo-my-wp/ but anyway if you will implement that users should complete the new field added by the geo my wp, anyways i think even you install the geomywp plugin you need a developer to make thinks work
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 16:15 in reply to: Installed SSL cert, Kleo post blocks only showing when logged in #154006Radu
ModeratorNot marked as solutionFebruary 23, 2017 at 16:00 in reply to: edit details from PMPro levels to show different benefits #154000Radu
ModeratorNot marked as solutionRadu
ModeratorPlease provide URL where you have the unindented view
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt’s mandatory to create an account on geonames.com and to enable the free service from your account.
And under theme options

Those should be ON and completed with the username from the geonames.com where the service was activated

Related topic : https://archived.seventhqueen.com/forums/topic/city-autocomplete-not-working
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
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
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
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,
Please made a screenshot for what element you want to change the font anyway if it’s about the kleo login pop-up use this
COPY CODEdiv#kleo-login-modal > *, div#kleo-login-modal h3 { font-family: fantasy !important; }Replace with your font family
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,
Use this css
COPY CODE.home .feature-items h3.feature-title { text-align: center; padding: 20px 0 0 0!important; }The CSS will be added to wp-admin -> theme options -> general settings -> 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
ModeratorHi,
That users encounter the same issue using parent theme instead of the child?
Did you have tried this plugin? https://wordpress.org/plugins/bp-display-name/
It seems to be capable for what you need

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,
Please enable wp debug to see what’s wrong there
Follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 22, 2017 at 19:14 in reply to: Mobile theme parsing too slow. Showing white screen when scrolling down fast. #153917Radu
ModeratorOk
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
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 22, 2017 at 19:12 in reply to: How to disable kleo shortcode in wordpress edit at frontend with subscriber role #153915Radu
ModeratorHi,
I’ve omitted to specify in article where the function should be paste
The code function needs to be pasted in wp-content/themes/kleo-child/functions.php
COPY CODEif( !current_user_can('editor') || !current_user_can('administrator') ) { add_action( 'admin_init', 'sq_remove_admin_shortcodes_btn', 12 ); } function sq_remove_admin_shortcodes_btn() { global $k_elements_tiny; remove_filter( 'mce_external_plugins', array( $k_elements_tiny, 'add_rich_plugins' ) ); remove_filter( 'mce_buttons', array( $k_elements_tiny, 'register_rich_buttons' ) ); }The above code function needs to be pasted in wp-content/themes/kleo-child/functions.php
As you can see there it’s a check if it’s not administrator or is not editor the button to be removed
For further improvement at this you should do it yourself you should figure out
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFrom example in the widget area as you had said in the initial post
[membership level=”1″]
banner code for level 1
[/membership]the shortcodes works in text area from widgets

And so on..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts