Forum Replies Created

Viewing 40 posts - 8,361 through 8,400 (of 11,328 total)
  • Author
  • in reply to: Forum breadcrumbs not visible #49134
     sharmstr
    Moderator

    I’m not positive, but none of the bbp_breadcrumbs return anything, so perhaps kleo is overriding it.

    The breadcrumb in the title uses kleo_breadcrumb();

    COPY CODE
    
    
    function kleo_breadcrumb($args = array())
        {
            if ( function_exists('bp_is_active') && !bp_is_blog_page() ) {
                $breadcrumb = new buddypress_Breadcrumb_Trail($args);
            }
            elseif (function_exists('is_bbpress') && is_bbpress()) {
                $breadcrumb = new bbPress_Breadcrumb_Trail($args);
            }
            else {
                $breadcrumb = new Breadcrumb_Trail($args);
            }
    
            return $breadcrumb->trail();
        }
    
    
    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: few issues #49126
     sharmstr
    Moderator

    Sorry for the late response, I’ve had to deal with some family issues.

    Lets us know if @hyest solution works.

    As far as the animations go, you say that there are no customization but when I looked at your site there were. Furthermore, its not happening on anyone elses site, its specific to your site. Did you reset your cache after disabling plugin?

    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 breadcrumbs not visible #49124
     sharmstr
    Moderator

    link please

    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: Website JS broken / Mobile #49123
     sharmstr
    Moderator

    That doesnt make much sense from a theme/code perspective. I’m not saying that you are crazy, I’m saying that the code doesnt load different js files for mobile. Have you tried on different mobile devices? Have you tried clearing the cache on your phone? What host are you on? Have you talked to them? What js files aren’t loading?

    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: Child theme update #49121
     sharmstr
    Moderator

    kleo never updates a child theme. No parent theme ever updates a child theme for that matter. The child theme is there to override parent theme files.

    Did you install the cover photo plugin? Appearance > Install Plugins > BP Cover Photo

    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: Mega Menu is not showing correctly #49119
     sharmstr
    Moderator

    looks like whatever you are using to minify css files isn’t doing it in the correct order. You can try putting this in your child css

    COPY CODE
    
    .kleo-main-header .nav li.kleo-megamenu.mega-3-cols>.dropdown-menu {
    margin-left: 0px !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: How to redirect all urls ending in ?loggedout=true #49118
     sharmstr
    Moderator

    Lots of plugins out there for 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: Kleo Activity Element Shortcode #49115
     sharmstr
    Moderator

    I almost posted that solution first, but then thought you might want users to be able to see that their update actually posted. If you hide that area and only show the form, there is not visual indication that their update was successful and they may do it multiple times. Maybe set it to only show 1 activity so they can at least see something. If you really want to hide it, try this.

    COPY CODE
    
    ul#activity-stream {
    display: none;
    }
    

    But make sure you put it in the css section for the page using VC (the gear icon, upper right of VC section). Dont put it in your child css or it will hide it for the entire 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: How do I set an og:image in Kleo? #49113
     sharmstr
    Moderator

    Kleo doesnt add that. Install SEO by Yoast. That’s what a lot of us use.

    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: Missing style sheet in theme package #48888
     sharmstr
    Moderator

    You need to unzip the file you downloaded from Envato. Inside there will be the theme zip files along with a slew of other files you can install. https://archived.seventhqueen.com/video-tutorials or read the documentation 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: Your nice forum ;-) #48617
     sharmstr
    Moderator

    There is a sticky topic for that https://archived.seventhqueen.com/forums/topic/what-plugin-are-you-using-to-show-ticket-status

    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: Issue displaying image #48592
     sharmstr
    Moderator

    Hey Benji – I’m sorry man, but I’ve already spent a few hours getting this to work for you. I really dont have any more time to spend on it. Read up on filters.

    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: few issues #48579
     sharmstr
    Moderator

    try this

    COPY CODE
    
    ul#menu-top-menu {
    background-color: rgba(256,256,256,0.7);
    }
    

    Get rid of that empty space and see if it fixes the issue. Put a gap below each column instead.

    Turn off title and info section at the page level. Go into page editor and scroll down to the Theme General Settings > Title Section

    I dont know what’s going on with your site and the animations. Could be any one of the customizations you’ve done. It doesnt happen by default: http://seventhqueen.com/themes/kleo/groups/

    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: Issue displaying image #48575
     sharmstr
    Moderator

    @hma – That’s not the admin bar. That’s kleos top bar menu. Theme options > Header Options. Create the menu in Appearance > Menus

    Benji – I’m not overwriting the config. As I explained a few times now, I modified the kleo_menu_user_avatar because ….

    The problem with this is that Kleo wants all the html stripped out so that it only receives the path to the file, not the img src tags. Since kleo doesnt get a path and gets the actual image html, it cant find the avatar and shows a default one instead.

    The path is dependent upon how they logged in. If they log in via WP then it looks in the avatar folder. If they log in via linked in, then the path is on the linkedin servers.

    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: Issue displaying image #48560
     sharmstr
    Moderator

    look at the top of your functions.php 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

    in reply to: fatal error #48558
     sharmstr
    Moderator

    http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    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 change color of caret #48552
     sharmstr
    Moderator

    regular menu

    COPY CODE
    
    
    .nav .caret:after {
    color: red !important;
    }
    
    .top-menu .caret:after {
    color: red !important;
    }
    
    

    transparent

    COPY CODE
    
    .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after {
    color: red;
    }
    
    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: few issues #48546
     sharmstr
    Moderator

    1 – That other thread was about icon colors. I dont see any icons in your menu. Tell me exactly what you need.

    2 – Videos are not working because you have and empty container over the activity feed container and the video container.

    3 – Do a search here. Its been discussed before but not sure of the result.

    4 – Transparent: You also need to turn off info and title.

    5 – Animation seems fine to me.

    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 to redirect all urls ending in ?loggedout=true #48545
     sharmstr
    Moderator

    Lots of results on google. Here’s one http://wordpress.stackexchange.com/questions/109694/how-to-redirect-logged-out-users-to-specific-page

    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: easy way to unistall demo content? #48544
     sharmstr
    Moderator

    @jiant – Talk to your hosting company. They will assist you in creating a test site. That is beyond the scope of help here.

    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: Issue displaying image #48543
     sharmstr
    Moderator

    Its showing up now but they put their own css on it when they filter it. I’m not fixing that. Good luck.

    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: Issue displaying image #48472
     sharmstr
    Moderator

    never mind. i got 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: Issue displaying image #48470
     sharmstr
    Moderator

    what’s the ftp server name?

    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: Issue displaying image #48468
     sharmstr
    Moderator

    Is this site live or still in beta?

    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: Issue displaying image #48465
     sharmstr
    Moderator

    I also need a linkedin account to use to login with.

    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: Issue displaying image #48462
     sharmstr
    Moderator

    Did you try the code I gave 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: Issue displaying image #48458
     sharmstr
    Moderator

    You cant attach php files.

    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: Issue displaying image #48453
     sharmstr
    Moderator

    Put this in your childs functions.php file and see what happens. This is just a guess since I dont have their code.

    edit: attached code instead

    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: Display User Avatar in Post #48450
     sharmstr
    Moderator

    Look at my second image. That’s IS my blog page.

    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: Issue displaying image #48449
     sharmstr
    Moderator

    Oh look, they are filtering the avatar. *sigh*

    I need to see login_radius_bp_avatar

    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 visibility iof admin #48441
     sharmstr
    Moderator

    Did you try disabling plugins? Maybe something you have installed is filtering the bp_ajax_querystring after you are.

    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: Display User Avatar in Post #48438
     sharmstr
    Moderator

    The above was the actual post. Here’s the archive page

    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: Display User Avatar in Post #48436
     sharmstr
    Moderator

    No

    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: new forum topic #48429
     sharmstr
    Moderator

    The profile tab only shows the topics, you cant start one from there.

    The main forum page shows a listing of all the forums: http://seventhqueen.com/themes/kleo/forums/

    You have to be within one of the forums to start a new topic. The forum is at the bottom of the page: http://seventhqueen.com/themes/kleo/forums/forum/design-with-pleasure/

    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: Several things #48416
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Several things #48415
     sharmstr
    Moderator

    Again, shouldn’t cause issues. Maybe you have 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

    in reply to: Several things #48411
     sharmstr
    Moderator

    Are you saying that you’re changing the title of the demo pages using the page editor? If so, that wont cause issues.

    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: Several things #48403
     sharmstr
    Moderator

    I dont understand.

    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: Metadata in single without an image #48395
     sharmstr
    Moderator

    @adasin, this only happens when the content doesnt have enough information to make the container large enough to show all of the meta data. It really has nothing to do with having an image or not, except for the fact that and image, in most cases, will make the container larger and therefore all of the meta will be shown.

    Your example only has one line, so the container is short and hides the author meta. If you had several lines of text, it wouldnt be an issue. I’ll pass this along to abe to see if we can come up with 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: Photo Cover custom standard cover #48394
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/buddypress-cover-photo-default-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

Viewing 40 posts - 8,361 through 8,400 (of 11,328 total)

Log in with your credentials

Forgot your details?