Forum Replies Created

Viewing 40 posts - 4,161 through 4,200 (of 11,328 total)
  • Author
  • in reply to: Featured Thumbnails not appearing with Kleo #73960
     sharmstr
    Moderator

    Personal question. Are you just a hired developer or are you a trainer? You dont have to answer but I have a workout question. 🙂

    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: Featured Thumbnails not appearing with Kleo #73959
     sharmstr
    Moderator

    You’re welcome. Glad it worked. It was a total guess 🙂

    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: Featured Thumbnails not appearing with Kleo #73933
     sharmstr
    Moderator

    Off the top of my head, you could try copying the /kleo/page-parts/post-content-small.php file to your child theme and remove all switch cases except for the default (last one). That *should* show the featured image regardless of the post format.

    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: Featured Thumbnails not appearing with Kleo #73921
     sharmstr
    Moderator

    You’re using a plugin to add that video, right? With Kleo, you dont need a plugin. All you do is add the link to the options and it will automatically add it to the top of the post.

    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: tagline #73911
     sharmstr
    Moderator

    There’s no action to inject it, so you’ll have to copy /kleo/page-parts/general-header-section.php to your child theme and change the following (starting around line 149)

    COPY CODE
    
    <?php
    					// Main menu
    					echo $primary_menu;
    					?>
    
    COPY CODE
    
    <?php
    					// Main menu
    					echo $primary_menu;
    					?>
                        <span style="float:left; clear:both; margin-top:-15px;"><?php echo get_bloginfo ( 'description' ); ?></span>
    

    Adjust the inline css as you need.

    Also, be sure to compare this file to any new Kleo updates of the file.

    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

    This has been fixed in the next Kleo update. They are sorting out another issue before the update. So, should be released soon.

    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 errors after update Kleo to ver. 3.0.6 #73906
     sharmstr
    Moderator

    This has been fixed in the next Kleo update. They are sorting out another issue before the update. So, should be released soon.

    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: Number of activ members in activity #73905
     sharmstr
    Moderator

    This has been fixed in the next Kleo update. They are sorting out another issue before the update. So, should be released soon.

    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: tagline #73904
     sharmstr
    Moderator

    The header has several sections. Where in the header do you want 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: WooCommerce – tabs below gallery #73903
     sharmstr
    Moderator

    Try this instead: 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 solution

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

    in reply to: Edit the Activity feed look and feel #73900
     sharmstr
    Moderator

    That’s a tough one because of the way BP saves the post content to their activity record. Kleo has nothing to do with this, so the settings you’re trying to set will have no effect. You may want to do a quick search/ask on the BP forums.

    As you can see in the attached image, your post image is within a paragraph tag along with other text so there’s no way that I know of to break it out of that and display it nicely on its own line.

    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

    Attachments:
    You must be logged in to view attached files.
    in reply to: How do you delete the text under the pictures? #73899
     sharmstr
    Moderator

    Try this in quick css

    COPY CODE
    
    .activity .rtmedia-item-title {
        display: none !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: Registration Field #73896
     sharmstr
    Moderator

    It’s css. It goes in style.css, not functions.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

    in reply to: Can't add a testimonial carousel #73893
     sharmstr
    Moderator

    The frontend editor is garbage. I never use it. Backend has doesnt have issues and changed it to carousel easily.

    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: Content restriction #73889
     sharmstr
    Moderator

    I’ve never tried that one.

    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: Featured Thumbnails not appearing with Kleo #73863
     sharmstr
    Moderator

    If you’re talking about all of those video posts, you haven’t put the links to videos in Theme General Settings > Media. That will put a small video player next to the excerpt. Otherwise, if you want your featured image, change the post type to standard or image.

    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 display/nice name issues #73825
     sharmstr
    Moderator

    Right. That was the point I was trying to make. But, to be clear, that section doesnt show the nice name and/or display name and/or nickname. It shows the @mention name which is basically the username with a @ infront of 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: Buddypress display/nice name issues #73816
     sharmstr
    Moderator

    I got rid of your forum page because you dont need it if your site is working correctly. I’ve added it back. Sorry 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

     sharmstr
    Moderator

    Another big help would be to set up a vanilla site (testing site) with WP 2015 Theme and BP. Then you can quickly tell if its a kleo issue or a bp issue. I did that for awhile, but now I just switch the theme. This isnt always the best approach if you have a CDN or caching 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

     sharmstr
    Moderator

    I’m not ending customer service? I was offering a suggestion. You should really learn Buddypress so you can save yourself some headaches and a ton of time. It was an honest comment coming from someone who runs 5 sites. Kleo doesnt do anything special with the delete account function of buddypress. Its standard buddypress. 🙂

    As far as starting a new topic, the search here isnt that great. Keeping topics on subject helps.

    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: showing category/post type #73807
     sharmstr
    Moderator

    I’ll give this to someone else. Maybe they can assist 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: Comments not appearing for custom post type #73806
     sharmstr
    Moderator

    I’m also using WP-Types on one of my sites. Its also using single.php for the template. There’s nothing else you need to do for comments to show up as long as they are enabled site wide and on the actual page in page editor.

    If you open up single.php you’ll see that the comments template call is in there.

    If you look at the source code of the page, it even prints out the comment notes for start and end.

    So, sounds like to me you’ve configured something wrong. Does the comment form show up if you enable the 2015 Theme?

    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: Registration Field #73804
     sharmstr
    Moderator

    Works fine on my sites. Try clearing your cache or put it in your child theme.

    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: showing category/post type #73803
     sharmstr
    Moderator

    I’ve discussed that here: https://archived.seventhqueen.com/forums/topic/custom-taxonomy-terms-in-meta-list

    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 display/nice name issues #73802
     sharmstr
    Moderator

    It happens with the 2015 Theme enabled so its not Kleo related. The @member-member is their @mention name which should match their username, not display name. That field can never be changed. Did you by chance change that users username at some point using a plugin?

    At this piont, I dont know what support I can offer you to fix this. You’d get better support for this issue on the BP forums since Kleo doesnt touch usernames or display names. Its all handled by BP.

    As far as the forum index is concerned it still loads posts even the 2015 Theme enabled. So again, Kleo isnt causing this. Its probably a plugin conflict with one of the other plugins you have enabled.

    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

    Do me a favor and start new topics when the question subject has changed. I’m not the only one who works here (and technically I dont) AND it makes searching the site easier for other users who might have the same question.

    To answer your question, you wont see the option because you’re admin.

    I suggest you learn buddypress if you’re going to be managing a buddypress site: https://codex.buddypress.org/member-guide/

    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 display/nice name issues #73789
     sharmstr
    Moderator

    can i get admin access?

    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: Styling Options do not publish to site #73788
     sharmstr
    Moderator

    🙂

    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 display/nice name issues #73781
     sharmstr
    Moderator

    Any chance you’ve turned off Profile Sync in WP Admin > Settings > Buddypress > Settings?

    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

    Your groups pages look fine to me.

    Header and layout sections.

    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: Using Same Navbar Throughout Site? #73777
     sharmstr
    Moderator

    No. Read my info carefully. That’s exact what I’m NOT talking about. Open the page in the wp editor. (wp admin > pages > homepage (whatever you called it). Scroll down to Theme General Settings.

    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: Forum Theme & Header Avatar #73768
     sharmstr
    Moderator

    try this

    COPY CODE
    
    li.bbp-forum-freshness {
        text-align: right !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: Styling Options do not publish to site #73766
     sharmstr
    Moderator

    That doesnt help. Again, talk to them. Although it sounds Kleo related, its not. If your hosting/server caches information so it can load pages faster, then it will load and old copy of the styles file. Please, speak with them.

    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: Styling Options do not publish to site #73763
     sharmstr
    Moderator

    Talk to your hosting company. Its different for each host.

    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: Live Notification in Header #73762
     sharmstr
    Moderator

    What? I think you responded to the wrong topic.

    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

    You can set the top bar, breadcrumb and other things in Theme Options.

    For your last post, that’s not Kleo related. You should ask on the buddypress forums. I’m sure its been discussed there.

    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: Using Same Navbar Throughout Site? #73758
     sharmstr
    Moderator

    Just so we are clear, I’m talking about Theme General Settings on the page when you edit the page. I’m not talking about WP Admin > Theme Options > Header Options.

    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: woocommerce cancel order, refund #73740
     sharmstr
    Moderator

    I dont believe customers can do that. Only you as a merchant can do that. Regardless, that’s not Kleo. Its woocommerce that would control that: http://docs.woothemes.com/document/managing-orders/

    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: download users #73739
     sharmstr
    Moderator

    Probably, but that’s not Kleo related. Google for a solution.

    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: Change Button Color On Revolution Slider? #73738
     sharmstr
    Moderator

    You are better off building the button exactly how you want it using page editor/vc, then copy the button code to your slide.

    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 - 4,161 through 4,200 (of 11,328 total)

Log in with your credentials

Forgot your details?