Forum Replies Created
-
Author
-
sharmstr
ModeratorHmmm. I believe this is an old issue. Cna you send me a link please. Respond privately if you’d like.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo problem. Sorry I didnt understand your initial question. Glad you got it sorted out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIsidore: You’ll see in that article that they too break out from the member profile to edit the address and redirect the user back to the profile after clicking save. Same as Kleo does 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’s a buddypress question:
https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/
http://blog.maximusbusiness.com/2013/04/bp-profile-nav-positions-names/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgreed, but in the same breath you need to point out that neither is putting css in Theme Options > Quick CSS. That’s all I’m saying.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo into page editor and choose the sidebar you want from the dropdown (probably at the bottom of the window). If you cant see it, click on screen options in the upper right and enable it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI understand now. Thank you for the example.
Try this http://premium.wpmudev.org/forums/topic/disabling-lightbox-in-activity
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour “simply put” doesnt make sense. Putting css in Theme Options > General Settings > Quick CSS will still have the same override/break risk that putting it in child theme/styles.css does. Both override default functionality/styling.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTrue. But if someone is asking me what the heck child themes are, odds are they aren’t proficient enough with coding to deal with cloning. So, my answer stands. Use the child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe only difference between .container and .container-full is the max-width and the padding. So, setting .container to 100% width with 0 padding is the same.
COPY CODE.article-content .container { max-width: 100%; padding: 0 !important; }
I added .article-content to isolate just the top section.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m confused. You should only be able to upload a image if you are logged in, so when you say only one window opens when you’re NOT logged in doesnt make sense.
I just uploaded an image and it didnt bring up two windows. Only one. Only had to click once to close it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgain, its hard to tell you exactly what to do without seeing the page (CPT) in question. You can probably use css.
.container { max-width: 100% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 29, 2015 at 21:55 in reply to: I have problems with the photo album on the profile page #52089sharmstr
ModeratorI enabled kleo and k-elements and your media tab is working.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorHmmm. Never noticed that. I’ll talk to the developers about it and see if there was a reason. In the meantime, I’ve added the code. Just replace /kleo/lib/widgets/recent_posts.php with the attached file. Make sure you change the extension from .txt to .php. Normally I wouldnt have you replace core files, but in this case, I’m hoping a permanent change will be added to kleo and I dont want you to worry about fixing anything and the update.
I decided to change the excerpt to character length instead of the default word length. Since the sidebars are so small it makes controlling the size of the excerpt easier. Not sure if this will how the devs will do it or not.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorYou’re welcome 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMilton, Just want to make you aware that this plugin doesnt solve your original question.
But to answer your question, here’s the their installation instructions: https://wordpress.org/plugins/wp-postviews/installation/
So, based on their instructions, copy those files (index.php, single.php and whatever else you want) from /themes/kleo/ to /themes/kleo-child/ and make the necessary edit. You must have the kleo child theme enabled. If you dont, you’re going to have to install it and enable it. I wrote this up to show you whats involved in that: http://sharmstr.com/saving-importing-and-exporting-kleo-settings/
Otherwise, put the shortcode they give you into every post.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’s correct. You’ll need a plugin or custom code for that. This one claims that it supports buddypress groups, but I dont know how granular it is. Check it out: https://wordpress.org/plugins/dynamic-widgets/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts not a footer issue. Its the testimonial carousel. The 4th testimonial is larger (taller) then the other ones so the page expands to show it, then shrinks when it moves to the new testimonial.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOh an also make sure you have enough memory allocated to WP. It should be at least 128mb.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre you talking about in WP Admin or on the front end? If on the backend, do a google search. Kleo doesnt touch that. If you’re talking on the frontend, please give us a link.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 28, 2015 at 16:35 in reply to: Extra Product Options Plugin – conditional logic breaks in KLEO #51950sharmstr
ModeratorOkay. I’ve assigned this to abe so he’ll see this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 28, 2015 at 16:21 in reply to: Extra Product Options Plugin – conditional logic breaks in KLEO #51947sharmstr
ModeratorHey matty! Can you test with 2014 or 2015?
Also, that div has display:none set at the element level (not in css) so its not kleo that’s overriding the display. It has to be EPO since its their jquery that hides or unhides it at the div level. It seems to me that the logic is broken somehow, but I dont know enough about it.
See attached.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorNo problem. Since you’re at the early stages, NOW would be a good time to enable the child theme if you havent already. Take a look at this if you havent enabled the child theme yet. http://sharmstr.com/saving-importing-and-exporting-kleo-settings/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can copy the function into your childs functions.php file and edit the button url
COPY CODEfunction kleo_woo_get_mini_cart( $just_inner = false ) { global $woocommerce; $cart_output = ""; $cart_total = $woocommerce->cart->get_cart_total(); $cart_count = $woocommerce->cart->cart_contents_count; $cart_count_text = kleo_product_items_text($cart_count); $cart_has_items = ''; if ($cart_count != "0") { $cart_has_items = ' has-products'; } if ( ! $just_inner ) { $cart_output .= '<li class="menu-item kleo-toggle-menu shop-drop">' . '<a>cart->get_cart_url().'" title="'.__("View Cart", "woocommerce").'" style="line-height: normal;">' . '<span class="cart-items' . $cart_has_items . '"><i class="icon icon-basket-full-alt"></i> '; if ( $cart_count != "0" ) { $cart_output .= "<span class='kleo-notifications new-alert'>" . $cart_count . "</span>"; } $cart_output .= '</span> <span class="caret"></span>' . '</a>' . '<ul class="kleo-toggle-submenu">'; } $cart_output .= '<li>' . '<div class="kleo-minicart">'; if ( $cart_count != "0" ) { $cart_output .= '<div class="minicart-header">'.$cart_count_text.' '.__('in the shopping cart', 'kleo_framework').'</div>'; $cart_output .= '<div class="minicart-contents">'; foreach ($woocommerce->cart->cart_contents as $cart_item_key => $cart_item) { $cart_product = $cart_item['data']; $product_title = $cart_product->get_title(); $product_short_title = (strlen($product_title) > 25) ? substr($product_title, 0, 22) . '...' : $product_title; if ($cart_product->exists() && $cart_item['quantity']>0) { $cart_output .= '<div class="cart-product clearfix">'; $cart_output .= '<figure><a href="'.get_permalink($cart_item['product_id']).'">'.$cart_product->get_image().'</a></figure>'; $cart_output .= '<div class="cart-product-details">'; $cart_output .= '<div class="cart-product-title"><a href="'.get_permalink($cart_item['product_id']).'">' . apply_filters('woocommerce_cart_widget_product_title', $product_short_title, $cart_product) . '</a></div>'; $cart_output .= '<div class="cart-product-price">' . __("Price", "woocommerce") . ' ' . woocommerce_price($cart_product->get_price()) . '</div>'; $cart_output .= '<div class="cart-product-quantity">' . __('Quantity', 'woocommerce') . ' ' . $cart_item['quantity'] . '</div>'; $cart_output .= '</div>'; $cart_output .= kleo_woo_get_quickview_button( $cart_item['product_id'], false ); $cart_output .= apply_filters( 'woocommerce_cart_item_remove_link', sprintf('<a href="%s" title="%s">×</a>', esc_url( $woocommerce->cart->get_remove_url( $cart_item_key ) ), __('Remove this item', 'woocommerce') ), $cart_item_key ); $cart_output .= '</div>'; } } $cart_output .= '</div>'; $cart_output .= '<div class="minicart-total-checkout">' . __( 'Cart Subtotal', 'woocommerce' ) . ' ' . $cart_total . '</div>'; $cart_output .= '<div class="minicart-buttons">'; if ( version_compare( WOOCOMMERCE_VERSION, "2.1.0" ) >= 0 ) { $cart_url = apply_filters( 'woocommerce_get_checkout_url', WC()->cart->get_cart_url() ); $checkout_url = apply_filters( 'woocommerce_get_checkout_url', WC()->cart->get_checkout_url() ); $cart_output .= '<a href="'.esc_url( $cart_url ).'"><span class="text">'. __('View Cart', 'woocommerce').'</span></a>'; $cart_output .= '<a href="'.esc_url( $checkout_url ).'"><span class="text">'.__('Proceed to Checkout', 'woocommerce').'</span></a>'; } else { $cart_output .= '<a>cart->get_cart_url() ).'"><span class="text">'. __('View Cart', 'woocommerce').'</span></a>'; $cart_output .= '<a>cart->get_checkout_url() ).'"><span class="text">'.__( 'Proceed to Checkout', 'woocommerce' ).'</span></a>'; } $cart_output .= '</div>'; } else { $cart_output .= '<div class="minicart-header">' . __('Your shopping bag is empty.','kleo_framework') . '</div>'; $shop_page_url = ""; if ( version_compare( WOOCOMMERCE_VERSION, "2.1.0" ) >= 0 ) { $shop_page_url = get_permalink( wc_get_page_id( 'shop' ) ); } else { $shop_page_url = get_permalink( woocommerce_get_page_id( 'shop' ) ); } $cart_output .= '<div class="minicart-buttons">'; $cart_output .= '<a href="'.esc_url( $shop_page_url ).'"><span class="text">'.__('Go to the shop', 'kleo_framework').'</span></a>'; $cart_output .= '</div>'; } $cart_output .= '</div>' . '</li>'; if ( ! $just_inner ) { $cart_output .= '</ul>' . '</li>'; } return $cart_output;
But, if it were me, I’d copy the stylish woo page code into the shop page so that my shops home page was the stylish woo page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorbtw – that’s what the featured image is for.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease put request in this post: https://archived.seventhqueen.com/forums/topic/kleo-features-requests That’s where we look for feature requests.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgain, you DONT need to do that. Just put it in quick css so you dont have to worry about updates.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – No
2 – No. Never change core files. Css overrides go in either your child theme style.css file or you can put them in Theme Options > Quick CssIf you want to format your subforum list, see this: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo uses the Redux Framework to set theme options. Its not as simple as just adding a font to the list. As Radu has said, you’ll be able to do it in the future.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts in the plugins folder in the Kleo download: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou can use css. Put this in quick css and adjust as needed
COPY CODE.groups #item-header-content p { font-size: 20px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 28, 2015 at 13:45 in reply to: I have problems with the photo album on the profile page #51931sharmstr
ModeratorMember Login is gone because as I said, I removed that shortcode you put in there.
As a test, I enabled the WP 2014 theme and the media page still didnt work so its not Kleo related. You need to contact rtMedia now: http://community.rtcamp.com/c/rtmedia
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re running an old version of VC. Update it: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo doesnt do any activity processing or filtering. It only stylizes the output of whatever Buddypress produces. With that said “Allow activity stream commenting on blog and forum posts” does mean that comments made on the actual post will register an activity. Its the opposite. It means that when someone creates a post, you are allowing people to comment on that activity within the stream. Check the two images I’ve attached. One has a comment button, the other doesnt.
There is some topics over on the buddypress forum about this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorSo it is a single issue. LOL 🙂 Okay here we go. If I’m understanding you, you ONLY want to hide the title and breadcrumb on member profiles.
Make sure breadcrumbs and titles are turn on at the site level. Basically making sure they are displayed by default.
Then in theme options > buddypress, set the following
show breadcrumb: on
custom main menu : on or off
hide breadcrumb for profile: on
enable full width: on or offHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 21:40 in reply to: how to add a picture on the top of the register.php page ? #51890sharmstr
ModeratorYou can put whatever you want. You can add dimensions or not. Up to you. I was just giving you an example.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLOL. You’ve confused me. I really cant tell if you’re trying to fix one issue or 3. 🙂 Its Friday, explain it to me again please. 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 21:34 in reply to: Hide "Create a Group" link for certain membership levels #51886sharmstr
ModeratorHere’s some pseudo code that’s off the top of my head, so not guaranteed to work but should give you an idea on how to do it.
COPY CODEadd_filter( 'bp_get_group_create_nav_item ', 'can_create_group' ); function can_create_group() { if !pmpro_hasMembershipLevel() { return; } $create_group_button = bp_get_group_create_button(); // Make sure the button is available if ( empty( $create_group_button ) ) { return; } $output = '<li id="group-create-nav">' . $create_group_button . '</li>'; return $output; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 21:23 in reply to: Hide "Create a Group" link for certain membership levels #51885sharmstr
ModeratorThe best place for answers about PMPro is PMPro not here. With that said, google pmpro_hasMembershipLevel(). That’s the function you’ll need to use to check the membership level of the current user. There’s the bp_get_group_create_nav_item filter you can tap into. If you have questions about that, you should ask over on the buddypress forums.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 21:14 in reply to: how to add a picture on the top of the register.php page ? #51884sharmstr
ModeratorDepends on where you want to add it. You can use the code I gave you yesterday(?) and just add in a echo statement above the do_shortcode line
COPY CODEecho "<img src='pathtoyourimage' />";
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts