Forum Replies Created
-
Author
-
Radu
ModeratorAnd don’t forgot to purge/empty all caches.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have added something in wp-admin -> appearance -> widgets -> shop sidebar ?
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,
Before running the function with the next details please perform a database backup.
I’ve placed the new values directly in function
COPY CODEadd_action( 'init', 'wpv_dummy_framework_api' ); function wpv_dummy_framework_api() { $framework_id = 'kleo_framework'; //This is actually unique value and can be anything. $framework_data = array( 'name' => __( 'kleo_framework' ), //This is actually optional value and can be anything. 'api_mode' => 'option', //Your framework provider states: "We use the options table" 'api_handler' => 'sq_option', //Your Framework provider states "We use of_get_option" ); if ( function_exists( 'wpv_api_register_framework' ) ) { wpv_api_register_framework( $framework_id, $framework_data ); } }According to the documentation that you have provided instead of kleo_framework you can write anything you need but that’s is our framework domain name.
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 file cannot be overwritten… only the functions that haves before start this if (!function_exists(‘kleo_switch_layout’)) {

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCheck this option “Set this as private reply” when you provide credentials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The php.ini file it’s server related not Kleo related, but please show me a screenshot of the error that you encounter.
Actually provide admin and password of wp-admin to can see exactly what’s going on
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’m able to view that button in all activities, groups, profile and sitewide… empty your caches
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2016 at 17:02 in reply to: Blog Page Doesn’t have Wide Template and has lost Theme Styling #137182Radu
ModeratorHi,
There is no possible the onliest options that we have for blog layout can be found at wp-admin -> theme options -> blog -> Display type*
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThank you for the nice words
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 solutionSeptember 26, 2016 at 16:56 in reply to: wide image in top image on one page but not working in another #137180Radu
ModeratorNot marked as 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
ModeratorYes the pages should be empty
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This question it seems to be more buddypress related than theme and you can ask this question on the buddypress forums most sure the community will know exactly the steps
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 theme settings are different in child theme and also in parent theme , make sure to not use child instead of parent or vice versa… the theme update only replaces the files not the things like theme settings that are stored in the database.
After you have update the theme make sure you have wp to latest version and also the theme plugins updated, you can check this in wp-admin -> appearance -> install plugins.
Update plugins that haves update text under their names
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 topions -> general settings -> quick css
COPY CODE@media screen and (max-width: 480px) { img#logo_img { max-width: 290px; } }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
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,
Most probably the register and activate page missing, you should create those pages them from wp-admin -> settings- > BuddyPress -> pages assign the register and activate page and save changes.

For the notifications, you should check the notification option from wp-admin -> settings- > 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
ModeratorHi,
Please tell me what browser are you using and see this and what OS are you using
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, Follow my steps and reproduce, please 1. Create new page 2. Add new row 3. Add a background to that row 4. Edit row options and look for inner container and set no, see below screenshot
If this doesn't work make sure you have latest kleo version 4.1.4 and all plugins updated
Cheers
R.
Radu
ModeratorThis is a custom job what you want to do and there is no quick solution for this, you can build the pricing tables as you need but on the buy membership button you will paste the pmpro membership link

http://seventhqueen.com/themes/kleo/membership-account/membership-levels/
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,
Works on my locall installation with all things to latest version Kleo+WP+plugins make sure to not have any js error in chrome console.
Try to de-activate all plugins except visual composer and k-elements
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@media(max-width:991px){ .kleo-main-header.header-normal { background: #fff !important; } .header-color .navbar-toggle .icon-bar { background-color: #333 !important; } }Add this css 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 i don’t think will work because it cannot be initialized thru revolution slider, but you can use a section with an image bg and add the shortcode over 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,
For the news focus use this css
COPY CODE.news-focus .tab-content .posts-listing h3.post-title.entry-title {font-weight:bold;font-size:16px;}For news highlite
COPY CODE.news-highlight h3.post-title.entry-title {font-weight:bold;font-size:16px;}This css can 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,
By default there is no quick solution to do that.
I think you need such as plugin : https://buddydev.com/plugins/bp-force-profile-photo/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2016 at 17:48 in reply to: border-left color of posts listed according to category in masonry grid of blog and archive page #137003Radu
ModeratorHi,
That color it’s generated by the post format template :

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
this is not related to our theme it’s related to your environment, try to extract your archive in C form example or D drive it should work…
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