Forum Replies Created
-
Author
-
November 4, 2014 at 15:34 in reply to: Import individual pages (beyond the home pages listed in the documentation) #33983
sharmstr
ModeratorDepending on how you have your site configured, one of two things applies.
1 – Home page as blog page. There’s no “blog” page to edit in the backend.
2 – Static home page and your blog page set to a page you’ve created.
Even if you create the blog page (#2), its not editable like other pages. Kleo gives you some options in theme settings, like how to display the results and what layout to use. Any changes beyond the basics need to be made in php files (templates).
We cant see your content page without and account. Give me more details and I’ll see if I can help.
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
ModeratorMake sure you have the latest plugins installed.
Visual Composer: 4.3.4 (available in theme download zip)
K-Elements: 2.1.1 (available here: https://archived.seventhqueen.com/forums/topic/fatal-error-message#post-32651 Not sure why they haven’t included it in the download yet.)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 read the documentation. Specifically demo content section. Its in the full download or online here: https://archived.seventhqueen.com/documentation/kleo
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
ModeratorrtMedia has released a fix. Update to 3.7.16
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
ModeratorrtMedia has released a fix. Update to 3.7.16
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
ModeratorNorman… Did you get this sorted?
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
ModeratorBeen asked and resolved. Please search https://archived.seventhqueen.com/forums/topic/warning-error
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
ModeratorAnytime. I’m actually glad you asked this because now I’m going to do the same on my site…. so thank you!
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
ModeratorSee at the top of the code you pasted it say exactly whats being printed on the screen? Delete it out of your code.
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 tested it before I gave it to you so I know it works.
If you inspect the element (view source), is that attribute there?
Which file did you edit? The one in the parent theme or the child? If in the child, do you have the child theme enabled? Do you put it in the correct location within the child?
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
ModeratorWhat I did on my site was put a header above the carousel called “Featured Posts” and then one above the rest of them called “Recent Posts”.
copy kleo/featured-posts.php into your child theme and edit the carousel div code
COPY CODE$before_featured = '<h2>Featured Posts</h2><div class="kleo-carousel-container"> <div class="kleo-carousel-items kleo-carousel-post" data-min-items="3" data-max-items="3"> <ul class="kleo-carousel">'; $after_featured = '</ul></div>'; $after_featured .= '<div class="carousel-arrow"> <a href="#"><i class="icon-angle-left"></i></a> <a href="#"><i class="icon-angle-right"></i></a> </div> '; $after_featured .= '</div>'; $after_featured .= '<h2>Recent Posts</h2>';
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
Moderatorfyi – I’m not seeing this error and I updated yesterday (maybe this morning). Anyhow, you might try reupdating if you haven’t already.
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
ModeratorMy forums link disappeared a few times. It was woo_commerce. I cant remember if I reinstalled or an udpate fixed 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
ModeratorChange the line
COPY CODE<div class="kleo-carousel-items kleo-carousel-post" data-min-items="1" data-max-items="6">
to this
COPY CODE<div class="kleo-carousel-items kleo-carousel-post" data-min-items="1" data-max-items="6" data-autoplay="true">
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 actually on 10px. That 49 is for the whole container. Anyhow, try this
COPY CODE.main-title { padding: 0 0 10px 0; }
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
ModeratorSorry. When I first read it I thought you were saying it was rtMedia, Buddypress and bbPress… as in all three of them.
Seems like several people are reporting this
http://community.rtcamp.com/t/php-warning-cannot-use-a-scalar-value-as-an-array/3460
http://community.rtcamp.com/t/update-3-7-15-problem/3456
http://community.rtcamp.com/t/error-when-installing-wp-plugin/3463Hi 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
ModeratorAlso, I only tested autoplay, but there are other settings that you might be able to add as well
data-speed
data-scroll-fxDoc for the carousel is here: http://docs.dev7studios.com/jquery-plugins/caroufredsel
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
Moderatorcopy /kleo/page-parts/posts-related.php to your child theme. Then add the data-autoplay attribute to the kleo-carousel-post div
COPY CODE<div class="kleo-carousel-items kleo-carousel-post" data-min-items="1" data-max-items="6" data-autoplay="true">
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
ModeratorFirst time I’ve seen this one asked, so I’m guessing not.
Have you tried disabling all plugins and enabling one by one to see which one specifically throws the error? Does it happen when you enable one of the standard wordpress themes (2012, 2014)?
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
November 3, 2014 at 22:08 in reply to: how to display social networks to buddypress member profile #33898sharmstr
ModeratorSomehow the sweetdate topic showed up when I searched kleo. In any case, its going to be similar. The main difference being the the file you need to copy to your child theme is
kleo\members\single\member-header.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
November 3, 2014 at 22:03 in reply to: how to display social networks to buddypress member profile #33897sharmstr
Moderatorhttps://archived.seventhqueen.com/forums/topic/social-media-added-to-profile
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
Moderator.rtmedia-container ul#rtmedia_comment_ul li, .rtmedia-activity-container ul#rtmedia_comment_ul li
.mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta .rtm-media-single-comments
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
ModeratorRight click on them in your browser and inspect. Look for the class names to use.
I tried to set it at the main div that holds everything but it didnt work.
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
November 3, 2014 at 21:25 in reply to: How can I remove authenticated user tool bar as you do on seventhqueen.com #33890sharmstr
Moderatorwp admin -> appearance -> menus. make sure the kleo section is turned on by clicking on screen options in the upper right.
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
ModeratorOOOO I just realized that the href example didnt display correctly. basically just need class=”kleo-show-login”
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. 🙂 Please mark resolved.
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 has styling for it. As far as I can tell, each section of that container has a background-color associated with it. That makes it a bit of a bear to change. You’ll also have to be careful of font colors.
COPY CODE.mfp-content #rtmedia-single-media-container .rtmedia-media { background-color: #333!important; } .mfp-content #buddypress .rtm-lightbox-container .rtmedia-single-meta { background-color: #333!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
sharmstr
ModeratorBecareful with that. Its used in a lot of places. You should look for a way to isolate it to only the sidebar. Like maybe
COPY CODE.sidebar .kleo-transform .animated { opacity: 1; }
or maybe even isolate it to the addthis div/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 dont see a difference in your screenshots, but
1 – You need to turn them on. Click on ‘screen options’ on the menu page. Its in the upper right.
2 – You can add the modal trigger anywhere you want by adding the ‘kleo-show-login’ class to any link or button or shortcode.
COPY CODE<a href="#">Login</a>
COPY CODE[kleo_button title='Login' style='see-through' icon='star-empty' tooltip_position='left' tooltip_action='hover' size='lg' el_class='kleo-show-login']
Both of these have been asked several times btw.
Where’s my mars bar? 😀
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
ModeratorWouldn’t it be
COPY CODE.animated { opacity: 1; }
or perhaps
COPY CODE.kelo-transform .animated { opacity: 1; }
If not, give me a link and I’ll take a look.
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
ModeratorRight. Same thing happened to me a long time ago. I totally forgot 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
sharmstr
ModeratorNo problem. Please mark resolved.
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 shortcode for buddypress activity plus. Do you have that plugin turned 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
sharmstr
Moderatorcan you reattach the images. They aren’t displaying.
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
Moderatoredit *then theres NO activity (not “now”)
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
ModeratorBy default, members are displayed using ‘latest activity’. If they have no activity (havent been activated), then there’s now activity and therefore aren’t returned in the member query. If you created the members then logged in to each one once. If that’s not the issue, make sure they are on ‘pending’ in the user admin.
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
November 3, 2014 at 03:31 in reply to: How to style topbar with background color & font color? #33824sharmstr
ModeratorNo problem. Feel free to ask away. And please mark this resolved.
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
November 3, 2014 at 02:37 in reply to: How to style topbar with background color & font color? #33822sharmstr
ModeratorAdd this css. Dont change the colors until you look at it and see what css you need to change to get the color you want in the place you want.
COPY CODE.header-color { background-color: yellow !important; } .top-bar { background-color: green; } .header-color .top-menu li > a, .header-color #top-social li a { color: red; } .header-color .top-menu li > a:hover, .header-color #top-social li a:hover { color: blue; }
Let me know if that works for you.
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
November 3, 2014 at 02:18 in reply to: How to style topbar with background color & font color? #33819sharmstr
ModeratorCan I get a link to your site?
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
ModeratorAny ETA on 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
-
AuthorPosts