Forum Replies Created

Viewing 40 posts - 10,161 through 10,200 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    Depending 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Dashboard not working anymore after updating theme #33979
     sharmstr
    Moderator

    Make 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Theme default pages not installed #33978
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Warning Error #33954
     sharmstr
    Moderator

    rtMedia 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Warning #33953
     sharmstr
    Moderator

    rtMedia 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: buddypress picture viewer black #33940
     sharmstr
    Moderator

    Norman… 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Warning #33939
     sharmstr
    Moderator

    Been 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: set related articles to autoplay ? #33938
     sharmstr
    Moderator

    Anytime. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: set related articles to autoplay ? #33935
     sharmstr
    Moderator

    See 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: set related articles to autoplay ? #33932
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Featured content display above regular articles #33931
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Warning Error #33923
     sharmstr
    Moderator

    fyi – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Testimonials #33922
     sharmstr
    Moderator

    My 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: set related articles to autoplay ? #33921
     sharmstr
    Moderator

    Change 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Remove this area from page… #33918
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Warning Error #33916
     sharmstr
    Moderator

    Sorry. 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/3463

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: set related articles to autoplay ? #33909
     sharmstr
    Moderator

    Also, I only tested autoplay, but there are other settings that you might be able to add as well

    data-speed
    data-scroll-fx

    Doc 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: set related articles to autoplay ? #33908
     sharmstr
    Moderator

    copy /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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Warning Error #33900
     sharmstr
    Moderator

    First 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Somehow 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    https://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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: buddypress picture viewer black #33896
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: buddypress picture viewer black #33893
     sharmstr
    Moderator

    Right 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    wp 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Login and Menu items #33889
     sharmstr
    Moderator

    OOOO 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Login and Menu items #33888
     sharmstr
    Moderator

    LOL. 🙂 Please mark resolved.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: buddypress picture viewer black #33885
     sharmstr
    Moderator

    Kleo 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Addthis side bar is not visible .CSS Problem #33881
     sharmstr
    Moderator

    Becareful 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Facebook Login and Menu items #33878
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Addthis side bar is not visible .CSS Problem #33874
     sharmstr
    Moderator

    Wouldn’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity wall shortcode instead of picture #33857
     sharmstr
    Moderator

    Right. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: member grid/carousel only showing in alpha mode? #33853
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity wall shortcode instead of picture #33852
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity wall shortcode instead of picture #33844
     sharmstr
    Moderator

    can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: member grid/carousel only showing in alpha mode? #33843
     sharmstr
    Moderator

    edit *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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: member grid/carousel only showing in alpha mode? #33842
     sharmstr
    Moderator

    By 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to style topbar with background color & font color? #33824
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to style topbar with background color & font color? #33822
     sharmstr
    Moderator

    Add 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to style topbar with background color & font color? #33819
     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Make custom fontello upgrade safe #33818
     sharmstr
    Moderator

    Any ETA on this?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 10,161 through 10,200 (of 11,328 total)

Log in with your credentials

Forgot your details?