Forum Replies Created
-
Author
-
February 20, 2017 at 17:22 in reply to: Add the ajax search in Top Menu or make Top Menu secondary? #153532
Radu
ModeratorHi,
You can do that using this function
COPY CODEif ( ! function_exists( 'kleo_search_menu_item' ) ) { /** * Add search to menu * * @param string $items * @param object $args * * @return string */ function kleo_search_menu_item( $items, $args ) { if ( sq_option( 'ajax_search', 1 ) == 'logged_in' && ! is_user_logged_in() ) { return $items; } $location = sq_option( 'menu_search_location', 'primary' ); if ( $args->theme_location == 'top' ) { $form = kleo_get_search_menu_item(); $items .= '<li id="nav-menu-item-search" class="menu-item kleo-search-nav">' . $form . '</li>'; } return $items; } }And this CSS
COPY CODE@media(max-width:991px){ .top-menu #ajax_search_container {padding:0 10px;} }The function needs to be pasted in wp-content/themes/kleo-child/functions.php
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
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 still encounter the problem even with the default theme it means this has nothing to do with our theme and your problem it’s not caused by sweetdate 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
ModeratorHi,
By default this it’s not possible and we don’t have a quick solution for that
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,
KLEO doesn’t handle the user permissions for that
Try to use the repair tool for bbpress from wp-admin -> tools -> forums -> repair forums
Also, you can install this plugin: https://wordpress.org/plugins/user-role-editor/ and for the participant, role check only the desired option for that role.
Before any operation from those make a database backup for any case.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve replied there a few time ago
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 18, 2017 at 19:07 in reply to: Categories of other plugins does not show up at front-end #153386Radu
ModeratorHi,
Sorry for the late reply,
Try to write your cat names in the marked fields

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
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 solutionFebruary 18, 2017 at 19:01 in reply to: Add Extra Profile Fields – Profile Fields – Member Directory Video Tutorial – AGE QUESTION #153384Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
What are actually the theme problems here ? please be short
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,
In theme options -> blog you will find a setting for that

I don’t know what contains your content file..
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,
sorry for the late reply,
You should add http:// before www so the Instagram link should be : https://www.instagram.com/yourusername
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 the directory page use this CSS
COPY CODE.page-id-7504 .kleo-search-form #searchform .input-lg {background-color:#07da00;color:#003300;}Using this code will stops to search to changes the opacity when it;s out of focus
COPY CODE.kleo-search-form #searchform .input-lg { opacity: 1 !important; }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,
Sorry for the late reply,
Yes, some things have been fixed why you don’t check? Using single image and masonry gallery will not open two PrettyPhoto pop-ups also the caption it’s displayed in pop-up

Give a try
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,
If you really need to modify that you should have some PHP knowledges
here is the responsible file: wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php , you will need to rewrite that file by copy the file to wp-content/themes/kleo-child/k_elements to can have the functionality that you need over the 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
ModeratorHi,
I see that,
Add this CSS
COPY CODE@media(min-width:992px;){ .responsive-cols.per-row-5 > * {width:19.9%;} }If this will behave the same use this instead
COPY CODE@media(min-width:992px;){ .responsive-cols.per-row-5 > * {width:19.8%;} }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
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
ModeratorHi,
Maybe yes, it’s possible to provide FTP login details to can test some solutions ?
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,
This does not seem to be a theme problem and this can be caused by a plugin that you are using or by the child theme de-activate all plugins and child theme and test
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 18, 2017 at 17:04 in reply to: Kleo Menu Options Missing & And display members page by Alphabetical by default #153374Radu
ModeratorHi,
Please follow this ticket you should be able to figure out https://archived.seventhqueen.com/forums/topic/buddypress-sort-member-directory-alphabetical
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 18, 2017 at 17:00 in reply to: Nav menu – Icon and counter exclusive for message notifications #153373Radu
ModeratorHi,
We don’t have a quick solution related to 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,
the only cause for rendering shortcodes instead of to run those it’s the K-elements or the Visual composer plugin make sure to have those updated and activated, but if you already have done this, try to delete both plugins then go to wp-admin -> appearance -> install plugins -> and install again that plugins.
Also you can try to de-activate the child theme and to purge all caches
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 solutionFebruary 18, 2017 at 16:55 in reply to: Theme updated; Logo now disappears when sidemenu is expanded. #153371Radu
ModeratorNot marked as solutionFebruary 18, 2017 at 16:50 in reply to: The title of Posts Carousel does not show up after custom Gallery format & Carousel – Image size #153370Radu
ModeratorHi the title it’s visible

Maybe you have solved meanwhile !?
If not try to de-activate all plugins excepting visual composer and k-elements and also the child theme and chive a try but from what i see the title it’s there
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,
1.The single option for title position it’s under wp-admin -> theme options -> Layout Options -> page title location.

2. You will have to paste the code from pastebin to wp-content/themes/kleo-child/functions.php
http://pastebin.com/raw/c1q23JkE
This will generate default wp author archive instead of buddypress profile.
3. You will have to use a css like this
COPY CODE.post-template-default.single .kleo-page .template-page { max-width: 800px !important; margin: 0 auto; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 18, 2017 at 16:26 in reply to: Change amount to scroll before transparent menu transition #153368Radu
ModeratorHi,
For me it works, it’s a huge difference using those settings comparative with the default behaviour the header bg it’s applied after few pixels

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 16, 2017 at 12:19 in reply to: Mobile theme parsing too slow. Showing white screen when scrolling down fast. #153216Radu
ModeratorHi,
You can try this : 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 solutionFebruary 16, 2017 at 12:15 in reply to: How to remove CDNJS.CLOUDFLARE.COM after import demo data #153214Radu
ModeratorI don’t know exactly the reason, maybe it was a problem with the email server
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 will add this suggestion to improvement list and maybe in future PM’s will have pagination, if it’s a pain to scroll every time just delete the conversation …. and start a new one
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, but there is no problem the search doesn’t search for members, you should search for a plugin capable for that.
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,
Sorry for the delayed response
The login that you have provided cannot access the wp-admin dashboard, the account has admin role ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see
ok thenCheers
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
ModeratorHi,
I don’t have any quick solution for coloring icon the same as active color using CSS.
For the font size use this .main-color .kleo-tabs .tabs-style-line > li.active > a {font-size:20px}
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,
Sorry for the delayed response, having some health issues…
I recommend you to use our default menu + the CSS that I have provided to you and to ask for a refund from Ubermenu support service.
If my solution works for your needs.Let me know
Sorry for the situation
Best Regards
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts