Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Please update your WP to latest version, and the theme to 4.0.8 and then the bundled plugins from wp-admin -> appearance -> install plugins -> update for plugins that haves update button under names.
Also if you have an update for buddypress update i but after theme and wp update.
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,
People says that the private buddypress plugin can do that : https://wordpress.org/support/topic/plugin-private-buddypress-feeds-are-not-being-protected
Also you can try one of these solutions : http://wordpress.stackexchange.com/questions/33072/how-to-remove-feeds-from-wordpress-totally
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 buddypress register page should be a empty page that need to be assigned to registration process from wp-admin -> settings -> buddypress -> pages -> registration -> HERE REGISTER PAGE.
After all these you can use the home register style, and this shortcode will pass the dates to the original register buddypress page (here : yourdomain.com/register)
So you cannot choose the page home register as buddypress register page these should be separately.
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,
Go to wp-admin -> theme options -> buddypress -> register page layout -> choose full width

Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Child theme don’t need to be updated, only parent should be !
If you add some css to child theme/style.css after the file is updated the next visitor when accessing the page will be loaded with your latest css declarations.
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 are hosted on wp engine make sure you purge the wpengine cache
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 have made the customizations on parent theme and then you have installed and activated the child theme the customizations has been saved into parent or vice versa try to change to parent/child to see if your customizations are in one of them.
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,
Use this css
COPY CODE.register div#basic-details-section { width: 49%; float: left; } .register div#profile-details-section { width: 49%; float: right; }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 solutionJuly 5, 2016 at 18:22 in reply to: How to make Sign in Pop page always visible no matter from which menu page coming #128101Radu
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,
Look at the menu click -> hover Get Support -> choose your theme -> and scroll down you will at the page bottom -> open a new ticket
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo 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
ModeratorI see the registration page works now : http://matchcute.com/register/
Can i mark the topic as resolved?
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.home article.post-item { background: #f7f7f7 !important;} .home .main-color blockquote, .main-color .masonry-listing .post-content { background:#fff;}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 need to have multiple lines use Multi-line Text Area instead your current field type.

It will render 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,
We don’t have any quick solution for that…. also this it will require dedicated time of implementing
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
add this script to wp-admin -> theme options -> general settings -> JavaScript Code
COPY CODE<script> jQuery( document ).ready(function() { /* remove embed video titles */ if (jQuery(".porto-video").length) { jQuery('iframe').each(function() { var video = jQuery(this); var vidSrc = ""; vidSrc = video.attr('src'); if(vidSrc.indexOf("//www.youtube.com/embed/") > -1){ video.attr('src', vidSrc + '&autohide=1&rel=0'); } if(vidSrc.indexOf("//player.vimeo.com/") > -1) { if(vidSrc.indexOf("?") > -1) { video.attr('src', vidSrc + '&title=0&byline=0&portrait=0'); } else { video.attr('src', vidSrc + '?title=0&byline=0&portrait=0'); } } }); } }); </script>Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi, Just i've checked and the logo it's changes the width and height on scroll in chrome so, i cannot see where is the problem. Cheers RJuly 5, 2016 at 15:24 in reply to: How to make Sign in Pop page always visible no matter from which menu page coming #128081Radu
ModeratorHi,
If you have added menu item from the Kleo pannel in Menus area you don’t need to add that class, the pop-up will open anyway

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
That plugin has been updated 4 weeks ago, why you said 2 years ?
Just give a try to that plugin, such as your recommendation we have a lot and we cannot implement the desired functionality for each user, because of that’s are the plugins for !
Anyway we will take in consideration your advice.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 5, 2016 at 15:16 in reply to: Categories not being pulled for portfolio items in ‘build’ within the ‘news focus’ settings #128079Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Please make sure that you have registered page assigned as registered page form wp-admin -> settings -> buddypress -> pages -> register ,
If you don’t have a register page created, create an empty one and assign it from wp-admin -> settings -> buddypress -> pages
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
ModeratorI’ve understand and i noticed that you have a very old theme version 3.x our current version is 4.0.8 and that’s the reason for your problems.
You will have to update theme to 4.0.8 your current version is 3.x and after most important is to update Visual Composer, K-elements and Revolution Slider from wp-admin -> appearance -> install plugins, press update for these plugins.
We have two methods for update
1. Automatic theme updates:
– Go to WP admin – Theme options – Theme Update
– Enter Themeforest username and API KEY
– Save the options
– Go to WP admin – Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
– Click the checkbox next to it and click to Update themes2. Manually update theme by FTP.
– Connect to your server.
– Go to wp-content/themes/ and copy “kleo” folder to your computer so you have a backup of your old files.
– Extract kleo.zip that you have downloaded from Themeforest. Make sure the resulting “kleo” folder has a style.css in it. Delete on your server all files inside wp-content/themes/kleo and then copy all files inside “kleo” folder to your server in wp-content/themes/kleoImportant note : After you update the theme to latest version 4.0.8 please update the bundled plugins especially Visual Composer, K-element, Revolutions slider, Woocommerce and buddypress.
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 week
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 updated also the visual composer and k-elements plugins from wp-admin -> appearance -> install plugins ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAlso the css will color the margins of the items from the list, so all will be red
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,
Theme doesn’t have this possibility, you will have to search for a third party plugin that can do that if exists.
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 you have animations activated from wp-admin -> theme options -> miscellaneous -> Site-Wide Animations* -> should be ON

If yes use this css
COPY CODE.home .posts-listing.kleo-masonry, .home .kleo-masonry article { background: red !important; }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. Ticket solutionRadu
ModeratorHi, to be sure, you want to run in reverse ?
You talking about this right ?

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, to be sure,
You are referring to the youtube embed played element from visual composer right ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 4, 2016 at 21:58 in reply to: How to make Sign in Pop page always visible no matter from which menu page coming #128015Radu
ModeratorHi,
Easyly just add this class : kleo-show-login to that menu item here is how to activate css classes for the menu items : https://drive.google.com/file/d/0Bxo5b6iHWRMwQnBXWHVFWE1HNHc/view?usp=drive_web
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 theme has no option to have a separate sidebar for groups.
Try this plugin https://wordpress.org/plugins/bbpress-wp-tweaks/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorOk
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts