Forum Replies Created

Viewing 40 posts - 3,481 through 3,520 (of 11,328 total)
  • Author
  • in reply to: Buddypress Group Catagory/Tag View #80893
     sharmstr
    Moderator

    Buddypress doesnt have a way to classify groups. Looks like there are a few plugins that will allow you to add taxonomies to groups, but I’ve never used them. If they work, you’ll still have an issue with determining “Top 10”. What’s the criteria? The number of members? The number of posts? (hypothetical)

    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: The "Save Changes" issue. #80891
     sharmstr
    Moderator

    I’m glad you figured it out.

    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 show only the posts of the logged user #80855
     sharmstr
    Moderator

    You cant do it with VC. You need to code it. Examples are in the links I gave you. Its all wordpress stuff and not Kleo specific.

    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: Image Carousel does not obey image size #80852
     sharmstr
    Moderator

    Try setting a min and max items to show

    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: Logos for different pages #80851
     sharmstr
    Moderator

    Edit the page and scroll down to Theme General Settings and set a custom logo. Note that I said “edit the page” and not “go to theme 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: How to show only the posts of the logged user #80850
     sharmstr
    Moderator

    Sorry, hit submit too soon. Finally, read this to get the current user id https://codex.wordpress.org/Function_Reference/get_current_user_id

    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 show only the posts of the logged user #80849
     sharmstr
    Moderator

    You should read this: http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/ Especially the Querying Custom Post Types section. Then you can read this for all the arguments you can pass to wp_query https://codex.wordpress.org/Class_Reference/WP_Query

    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: header covering title #80848
     sharmstr
    Moderator

    Turn off transparent main menu in theme options and only turn it on for the page that need it.

    This has been asked and answered several times. In the future, please search before posting. 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: submenu background color #80847
     sharmstr
    Moderator

    Lots of info here for you https://archived.seventhqueen.com/forums/topic/menu-header-caousel-sidebars-can-someone-please-help-me-with-these-issues#post-62952

    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: Main menu problems #80846
     sharmstr
    Moderator

    Did you add the code in the link I provided above? Besides clearing your browser cache, did you clear your server cache/cdn?

    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: User activation questions #80824
     sharmstr
    Moderator

    1: Technically that is “normal”. The footer is at the bottom of the content, not the page. That’s normal behavior.

    COPY CODE
    
    .registration #socket {
        position: fixed !important;
        bottom: 0 !important;
        width: 100% !important;
    }
    

    2: Put this in your quick css

    COPY CODE
    
    .wpb_column > .wpb_wrapper > *:last-child {
        margin-bottom: 2px !important;
    }
    

    3 – Change the bp_core_redirect so that it redirects to your activity page.

    COPY CODE
    
    bp_core_redirect('http://yoursite.com/activity/');
    
    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: CSS Problem on the click #80823
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    .main-color ::selection {
        background-color: #003333 !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: BBpress does not show first post of a topic #80808
     sharmstr
    Moderator

    Again, look for plugin conflicts.

    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: Cannot see the groups anymore #80807
     sharmstr
    Moderator

    Yeah… usually is 🙂

    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: Cannot see the groups anymore #80796
     sharmstr
    Moderator

    Did you do as instructed by the error and check the logs? Does it happen with the WP 2015 Theme 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

    in reply to: Cannot see the groups anymore #80793
     sharmstr
    Moderator

    maybe it has something to do with being logged in. look for a plugin conflict.

    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: Cannot see the groups anymore #80789
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Cannot see the groups anymore #80786
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Cannot see the groups anymore #80785
     sharmstr
    Moderator

    I went through your old posts and found your site. I can see your individual groups, no problem.

    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 large are the cover photo and profile photo? #80781
     sharmstr
    Moderator

    I gave you a link to the answer.

    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

    It should append an anchor to the url which will scroll you back down to the comment you left. Log into the demo site to see how it should work: http://seventhqueen.com/themes/kleo/uncategorized/unrevealed-shortcodes

    If your site is not doing that, look for plugin conflicts that would override this functionality.

    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.
     sharmstr
    Moderator

    @abe – Can you take a look at this. Icons for menu items are not being populated. Running Kleo 3.0.9 with K-elements 3.0.8. Enabled debug and no errors are being generated. No errors in console either. All plugin deactivated as well. Thanks.

    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 have cloud servers in place that allow your site to load faster. It does this by caching copies of your files on multiple servers. If you dont clear/purge those files so the servers get the new files, you’ll run into issues like this.

    The function that builds the icon list is part of k-elements. Can you enable debugging on the test site? Add this to wp-config.php

    If this line exists

    COPY CODE
    
    define('WP_DEBUG', false); 
    

    change it to

    COPY CODE
    
    define('WP_DEBUG', true);
    

    If this line exists

    COPY CODE
    
    define('WP_DEBUG_DISPLAY', false);
    

    change it to

    COPY CODE
    
    define('WP_DEBUG_DISPLAY', true);
    

    If they dont exist, add 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: Home Pinterest broken #80770
     sharmstr
    Moderator

    If you cant fix it by clearing the cookies, you can add the layout switcher long enough to select the masonry layout.

    You dont have to open a new topic for the error, but if you had searched here or googled it, you’d see that the common fix is to make sure you’re running PHP 5.3+. I’m running 5.6.13 on all of my sites.

    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

    Did you purge your cdn after the upgrade? You’re using cloud based hosting so you’ll need to make sure all the cloud severs have the updated 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: Adding Pins with link on different parts of a row #80764
     sharmstr
    Moderator

    You cant add a divider before the main menu.

    You cant add links to pins. I suggest using icons instead.

    You’ll need to place rows within a row. The out row is where you set your background image and your full height.

    You’ll need inner rows for each link. Add an ID to them, then use that ID to setup the icon links.

    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.
     sharmstr
    Moderator

    Actually, you need to upgrade it since you havent added your themeforest api. Let me know when its on 3.0.9

    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 just realized that your test site was on 3.0.6. Let me upgrade it. I’ll get back to you. Sorry :/

    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 can see the icon list fine. I added a smiley icon to your My Account menu item. Check it out.

    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: submenu background color #80756
     sharmstr
    Moderator

    You can use this…

    COPY CODE
    
    /* both top and main */
    .dropdown-menu {
        background-color: red !important;
    }
    
    /* top only */
    .top-menu .dropdown-menu {
        background-color: red !important;
    }
    
    /* main only */
    .navbar-nav .dropdown-menu {
        background-color: red !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: Home Pinterest broken #80753
     sharmstr
    Moderator

    Credentials aren’t working.

    I asked you to clear the cache because in Chrome you were (are) seeing the standard blog layout. Kleo has a layout switcher that if used will write your blog layout selection to a cookie. My assumption was at some point while you were trying to set this up, you enabled it and selected the standard layout. Instead of telling you to add the layout switcher and select masonry, the faster way is to clear your browser cache. I should have been more specific to say that you need to clear your cookies as well.

    Kleo overrides many Visual Composer settings so you can set the styling via the row’s Section Style which allows you choose one of the styles you’ve set up in Theme Options. You can override that with the css I gave you previously. You can add the following to the page via the gear icon in VC

    COPY CODE
    
    /* the post outer container */
    article {
    background-color: red !important;
    }
    /* the post container */
    .post-content {
        background-color: green !important;
        border-color: blue !important;
    }
    

    I purposely make the colors ugly so people can see exactly what part of the css does what.

    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: Home Pinterest broken #80711
     sharmstr
    Moderator

    You need to add the css I gave you to get the color contrast. Change green to whatever you want.

    Try clearing your chrome cache.

    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: Home Pinterest broken #80706
     sharmstr
    Moderator

    1 – I’m using chrome. This is what I see. Same with Firefox. Are you seeing something different?

    2 – I see lots of color changes including borders. What exactly is wrong?

    3 – The background and posts are different colors. Unless you mean the article background

    COPY CODE
    
    article {
    background-color: green !important;
    }
    
    .post-content {
    background-color: white !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

    Attachments:
    You must be logged in to view attached files.
    in reply to: All icons don't work #80705
     sharmstr
    Moderator

    Most issues around here are solved by purging. People just dont realize that they need to do it after any, and I mean ANY change. That includes plugin updates.

    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: All icons don't work #80700
     sharmstr
    Moderator

    Purge your server cache/cdn.

    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: Home Pinterest broken #80674
     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: Font Color in Widgetized Side Bar #80671
     sharmstr
    Moderator

    Try this in quick css

    COPY CODE
    
    .vc_column_container a.bbp-forum-title {
        color: #fff !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: Home Pinterest broken #80670
     sharmstr
    Moderator

    respond privately with a link and admin credentials. I’ll have a look 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: new group and new forum button missing #80668
     sharmstr
    Moderator

    This is not a bug. They have never been in the profile. The create group link only exists in one place on the frontend. That’s on the groups directory page. Users cant create forums either. They can only create topics. The create new topic forms only exists within forums. Not in profiles.

    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: Hiding Post Excerpts in Kleo Carousel #80607
     sharmstr
    Moderator

    Put this in your quick css

    COPY CODE
    
    .kleo-carousel-container .entry-summary {
        display: none;
    }
    
    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 - 3,481 through 3,520 (of 11,328 total)

Log in with your credentials

Forgot your details?