Forum Replies Created
-
Author
-
sharmstrModerator
You can put as many as you want within the function.
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
sharmstrModeratorIf you look at the errors, it looks like the video and bg image came from another theme. Jolly theme and Goodweb. I dont know of any Kleo demo slider that has video.
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
sharmstrModeratorHere are the video errors.
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.sharmstrModeratorThe error says it cant find the video
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.sharmstrModerator1 – Make sure you have registration turned on in Settings > General
2 – Make sure you have the correct page set up in BP. Settings > BP > Pages.
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
sharmstrModeratorGreat!
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
sharmstrModeratorThat’s due to caching on your server.
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
sharmstrModeratorYou should ask the author of the plugin: https://wordpress.org/support/plugin/social-articles
With that said, I believe that Buddyblog does that ( I think ) http://buddydev.com/plugins/buddyblog/
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
sharmstrModeratorThere’s no need to override core code to remove the comment count from the meta section. You just need to remove it from Theme Options > Blog > Meta.
post-content-small.php is for the blog listing. Single blog pages use single.php.
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
sharmstrModeratorThere’s a 404.php file in the kleo root.
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
sharmstrModeratorTheme options > Social Share.
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 10, 2016 at 14:59 in reply to: How to change buddypress activity text color inside form to white #109745sharmstrModeratorFor comments
COPY CODE.ac-textarea .bp-suggestions { color: #fff !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
sharmstrModeratorYou can add the kleo-quick-contact-link class to anything you want to trigger it. But it will still open in the default position. No easy way around that.
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
sharmstrModeratorRead this: http://sharmstr.com/woocommerce-tricks/
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
sharmstrModeratorI dont see why not. JS code can be put into Theme Options > General > javascript
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
sharmstrModeratorThere’s no options in Kleo for this. Moving to 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
sharmstrModeratorYou need to purchase 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
March 10, 2016 at 14:40 in reply to: How to change buddypress activity text color inside form to white #109734sharmstrModeratorUse this
COPY CODE#whats-new-textarea .bp-suggestions { color: #fff !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
sharmstrModeratorDo you have “display excerpt” enabled in Theme Options > Woo?
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
sharmstrModeratorLooks fine to me…
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.sharmstrModeratorSome things to check
1 – clear your server cache
2 – disable any plugins that didnt come bundled with Kleo
3 – upgrade kleo to the current version (4.0.3) and bundled plugins
4 – rule out any custom css or code you’ve added to your child theme by testing with the kleo parent theme enabled.
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
sharmstrModeratorIf you’re going to leave your header layout like the image you attached, then you can create a slider the size you need and put it above or below the breadcrumb section with this code in your child theme’s functions.php file.
above
COPY CODEadd_action('kleo_before_main', 'inject_slider', 10); function inject_slider() { putRevSlider('banner', '8412,9511'); }
below
COPY CODEadd_action('kleo_before_content', 'inject_slider', 10); function inject_slider() { putRevSlider('banner', '8412,9511'); }
Change ‘banner’ to the name of your slider and change ‘8412,9511’ to the page ids that you want it displayed on.
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.March 10, 2016 at 13:46 in reply to: Is it possible to have the same image background for multiple rows? #109710sharmstrModeratorNo worries. 🙂
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
sharmstrModeratorSide note: Make sure you check for changes in that function after Kleo 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
sharmstrModeratorAh right. Sorry about that.
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 9, 2016 at 21:26 in reply to: Is it possible to have the same image background for multiple rows? #109609sharmstrModeratorHave you tried adding rows within your main row?
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
sharmstrModeratorThis isnt a Kleo bug. If you inspect your site, you’ll see that its throwing 500 server errors on your minify files. Disable whatever plugin you’re using to minify the css files.
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.sharmstrModeratorYou’re not saying it wrong, you just weren’t clear. Categories/Taxonomies IS meta 🙂
Anyhow, the code is there, you just need to adapt it to suit you. If you look at the second code example, it has
COPY CODEif (get_post_type() == 'projects') {
You can use the ! with that to conditionally show a meta field or not. Example with the date:
COPY CODEif (in_array( 'date', $meta_elements ) && ( !get_post_type() == 'books' ) ) {
That codes says “If the date field exists AND this isnt a books post type, then show the date.
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
sharmstrModeratorAlso, I’ve seen many issues with the force SSL plugin and the new way that WP is doing responsive images. I suggest you dont use that plugin.
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
sharmstrModeratorYes, they are gone.
I’ve checked a few styling options that you’ve set in theme options and they are appearing correctly on your site. Which ones were you having issues with?
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
sharmstrModerator@andrei – Can you find a solution for the validation errors being redirected to the bp register page?
@parkproductions – The Kleo register form isnt intended to replace any other registrations on your site. Its merely a way to place a registration form somewhere on your site other than the default WP, BP, Woo, PMPro (etc) places.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
sharmstrModeratorThe license tab will be available once you install one of their addon plugins that you purchased. You need to go to your rtMedia account and download the install files.
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
sharmstrModeratorI found a small issue with the css, so try this css instead.
COPY CODE@media (min-width: 992px) { .navbar-header .logo { display: none; } #undefined-sticky-wrapper { height: 88px !important; } .navbar-header { height: 0px !important; } #header { margin-bottom: 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
sharmstrModeratorTry this in your quick css
COPY CODE.navbar-full-width .page-boxed #footer, .navbar-full-width .page-boxed #socket { max-width: 100%; }
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
sharmstrModeratorI’ve discussed that here: https://archived.seventhqueen.com/forums/topic/custom-post-type-meta-not-showing-on-single-posts-and-post-archieves#post-59185
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 9, 2016 at 19:12 in reply to: I’m stumped on these – KLEO register and background image #109551sharmstrModeratorPerfect. Please upgrade to Kleo 4.0.3 and k-elements 4.0.2. It has a few VC fixes. If you set up an api key on themeforest and put it in theme options > theme update, you’ll receive the important update notifications.
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 9, 2016 at 18:32 in reply to: I’m stumped on these – KLEO register and background image #109534sharmstrModeratorThis reply has been set as private.March 9, 2016 at 18:28 in reply to: I’m stumped on these – KLEO register and background image #109533sharmstrModeratorYes, that’s what I need 🙂 But in order to get there, I need a link that works.
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 9, 2016 at 18:22 in reply to: I’m stumped on these – KLEO register and background image #109527sharmstrModeratorI still wont be able to see it via FTP.
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
sharmstrModeratorIn Kleos version of vc, you can use Inner Container: No within the row settings general tab. That is used on most of the kleo demos. Examples
Row and content stretched: http://seventhqueen.com/themes/kleo/pinterest/
Row without content stretched (New courses section): http://seventhqueen.com/themes/kleo/sensei-e-learning/
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