Forum Replies Created

Viewing 40 posts - 2,961 through 3,000 (of 11,328 total)
  • Author
  • in reply to: Change Icons Profiles #85902
     sharmstr
    Moderator

    Merely removing the code wont remove the icon, you need to use the unset command

    COPY CODE
    
    unset($bp->bp_nav['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: How I can change my order tab in Buddypress Profile #85874
     sharmstr
    Moderator

    You’re asking a lot of buddypress questions that have been asked and answered before. Please try searching before posting. Functions go in your child theme’s functions.php file.

    https://archived.seventhqueen.com/forums/topic/member-profile-page-edit#post-70536

    https://archived.seventhqueen.com/forums/topic/re-order-menu-positions-on-members-profile#post-60563

    https://archived.seventhqueen.com/forums/topic/reorder-buddypress-groups-tabs#post-80417

    https://archived.seventhqueen.com/forums/topic/change-icons-profiles#post-84248

    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: Please guide #85857
     sharmstr
    Moderator

    I’m going to mark this as resolved. Please open new topics for each type of request. It makes it easier for others to search for solutions once your question has been answered. 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: Please guide #85856
     sharmstr
    Moderator

    You cant edit buddypress pages via WP Admin. If you search here, you’ll see I’ve answered this. https://archived.seventhqueen.com/forums/topic/how-to-add-revolution-slider-on-the-member-activity-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: Please guide #85854
     sharmstr
    Moderator

    I havent used any. Try asking on the buddypress forum.

    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: Please guide #85851
     sharmstr
    Moderator

    Its all done using php and css. So if you are good at that, then you can do it. If I believe there are plugins that allow you to do 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

     sharmstr
    Moderator

    Cool.

    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: Demo slider dimensions + watermark question #85844
     sharmstr
    Moderator

    What screen resolution are you using? I can see your titles just fine. Anyhow, if you import the news slider, the dimensions will be set to the same as the demo.

    Go into row settings and remove the background.

    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

    There isn’t, but you can limit the upload size using this filter: https://archived.seventhqueen.com/forums/topic/set-buddypress-cover-upload-size-limit-to-1-mb#post-48001

    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: Add template page #85841
     sharmstr
    Moderator

    If you need to create new .php files, then yes. Anything you put in /themes/kleo/ will be overwritten during upgrades.

    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: Videos on member profiles #85840
     sharmstr
    Moderator

    Awesome. Did you use that 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: Please guide #85839
     sharmstr
    Moderator

    You can translate woocommerce

    https://docs.woothemes.com/document/woocommerce-localization/

    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: Please guide #85832
     sharmstr
    Moderator

    Again. I know what ribbon you are talking about. What do you want to change? The color? The text? 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: Please guide #85831
     sharmstr
    Moderator

    You need to do that with buddypress, not Kleo. Here’s the documentation: https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/

    For assistance, you can ask on the buddypress forums: https://buddypress.org/support/

    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: Please guide #85825
     sharmstr
    Moderator

    I understand what ribbons you are talking about. What I’m trying to understand is what you want to change about them. What they say? The color?

    You can use the https://wordpress.org/plugins/bp-profile-search/

    If the country is a product attribute you can add a filter in a sidebar.

    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: Videos on member profiles #85799
     sharmstr
    Moderator

    Kleo doesnt have anything for that and isnt really responsible for that. You’ll have to extend buddypress in order to do it. I can point you in a direction though.

    If it were me, I’d first look for a plugin. I dont know any off the top of my head. Since WP already has embed support, I’d look into a way to create a profile field where a user can supply a link to the video.

    Actually, I just found this: http://www.buddyboss.com/support-forums/topic/embed-youtube-video-on-profile-by-pasting-link/#post-45327

    You can probably it. Otherwise, I’ve seen some other topics about this on the buddypress 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: Best Post Load structure #85792
     sharmstr
    Moderator

    Good chatting with you as always 🙂

    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: Avatar Size #85790
     sharmstr
    Moderator

    They look like they are 150px to me. The end up being 140px because of the padding.

    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: Best Post Load structure #85787
     sharmstr
    Moderator

    I have no idea. I dont have an iPhone. I’m all google/samsung baby. Have you googled (LOL) possible reasons why the speed difference? Have you tested out non-kleo sites between the two browsers to see if its indeed a browser difference issue?

    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: Please guide #85786
     sharmstr
    Moderator

    1 – What do you want to change? The text?

    2 – Please refer to this topic: https://archived.seventhqueen.com/forums/topic/integration-for-wc-product-vendors-and-kleo

    4 – Search what by country? Products? Members?

    5 – No. See this topic for alternative: https://archived.seventhqueen.com/forums/topic/popup-form-to-change-cover-photo#post-85703

    6 – You need a plugin for that. Kleo doesnt have this functionality.

    7 – Please see the documentation that explains this: https://archived.seventhqueen.com/documentation/kleo#updates

    8 – When editing the page, scroll down to Theme General Settings and click on Title Section, then choose Hidden for Breadcrumb

    9 – I dont understand your question.

    10 – Go to WP Admin > Users > Profile Fields and add a field for it. Here’s the buddypress documentation: https://codex.buddypress.org/administrator-guide/extended-profiles/

    11 – Change the post format to Quote

    12 – Looks like its working to me.

    13 – I dont understand your 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: Best Post Load structure #85775
     sharmstr
    Moderator

    No it does not.

    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 icons in Buddypress profile page #85774
     sharmstr
    Moderator

    I’m not at all. Strange

    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: Best Post Load structure #85766
     sharmstr
    Moderator

    ….. and has nothing to do with loading of styles and scripts…..

    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: Best Post Load structure #85765
     sharmstr
    Moderator

    Back up.

    As I said, query_post is only used the in Kleo shortcode.

    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: Load More button activity page not working #85760
     sharmstr
    Moderator

    Those rely on jquery. If your site is throwing any type of jquery errors, those funcitons wont work. Common causes of jquery errors are plugin conflicts.

    It could also be that wpengine isnt loading the require buddypress files: https://archived.seventhqueen.com/documentation/kleo#wp-engine

    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: Best Post Load structure #85757
     sharmstr
    Moderator

    I suppose if you dont want a site to load a lot of scripts and styles, you can use the default WP 2015 Theme 🙂

    If you want style, we need to load styles. If you want functionality, we need to load scripts. There’s no way around that man.

    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 icons in Buddypress profile page #85750
     sharmstr
    Moderator

    I’m not getting a 404 on it

    here’s the info

    COPY CODE
    
    /* Following icon */
    #buddypress div#item-nav ul #members-following-personal-li a:before {
        content: "\E98F";
    }
    /* Followers icon */
    #buddypress div#item-nav ul #members-followers-personal-li a:before {
        content: "\E995";
    }
    

    But I’m guessing what you really want is this sticky topic: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons

    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: Full with map with Geodirectory like your demo #85748
     sharmstr
    Moderator

    Its okay. I never read the documentation. LOL

    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: Best Post Load structure #85746
     sharmstr
    Moderator

    More info on Kleo Posts: The kleo post shortcode doesnt have paging so its only ever going to pull back however many posts you specify.

    Also, the standard WP post query will only pull however many posts you have set up in Settings > Reading. When you go to another page, it specifies an “offset” and again only pulls however many posts you have in 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: Best Post Load structure #85745
     sharmstr
    Moderator

    Yes, it returns it in the same way, but it does it twice

    Additional SQL Queries
    If you use query_posts within a template page, WordPress will have already executed the database query and retrieved the records by the time it gets to your template page (that’s how it knew which template page to serve up!). So when you over-ride the default query with query_posts(), you’re essentially throwing away the default query and its results and re-executing another query against the database.

    This is not necessarily a problem, especially if you’re dealing with a smaller blog-based site. Developers of large sites with big databases and heavy visitor traffic may wish to consider alternatives, such as modifying the default request directly (before it’s called). The request filter can be used to achieve exactly this.

    The ‘parse_query’ and the ‘pre_get_posts’ filters are also available to modify the internal $query object that is used to generate the SQL to query the database.

    Since you already have caching and a cdn, the only other things you can do is make sure the plugins you are using are optimized. Get rid of the ones that arent: https://wpengine.com/blog/plugins-and-fast-wordpress-sites-its-not-the-number-of-plugins-its-the-quality/

    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: popup form to change cover photo #85710
     sharmstr
    Moderator

    works perfectly for 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: Best Post Load structure #85708
     sharmstr
    Moderator

    Only 20 at a time are loading. Read this my friend: https://codex.wordpress.org/Function_Reference/query_posts

    And before you come back after reading it to ask about Kleo using ‘query_posts’ (LOL), Kleo indeed uses query_posts in the Kleo Posts shortcode. But again, its not pulling back all 1000 posts.

    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: Pagination issues #85707
     sharmstr
    Moderator

    1 – There isnt an option to load more post when using the Kleo posts shortcode. Use the Kleo button shortcode to add a button that directs them to your blog.

    2 – Here’s the classes you can use to change the color and the border. Change to whatever colors you want

    COPY CODE
    
    .main-color .pagination > li > span.current, .main-color .pagination > li > a {
        color: #000 !important;
        border-color: #000 !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: Remove Excerpt #85706
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/hiding-post-excerpts-in-kleo-carousel

    and

    COPY CODE
    
    .post-content .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

    in reply to: remove sidebar in homepage – latest posts #85705
     sharmstr
    Moderator

    Theme Options > Blog

    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: popup form to change cover photo #85703
     sharmstr
    Moderator

    Please dont open duplicate topics.

    You can try editing /plugins/buddypress-cover-photo/profile-cover.php to add an anchor

    around line 57 change profile/change-cover/ to profile/change-cover/#item-nav

    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 Kleo from ThemeForest #85700
     sharmstr
    Moderator

    You need to select “all files and documentation”.

    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: Full with map with Geodirectory like your demo #85699
     sharmstr
    Moderator

    Instructions are in the documentation: https://archived.seventhqueen.com/documentation/kleo#geo-directory

    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: Fixed width Kleo Buttons? #85654
     sharmstr
    Moderator

    try this

    COPY CODE
    
    a.btn {
    width: 300px !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: Remove “Related Articles” #85650
     sharmstr
    Moderator

    Theme Options > Blog

    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 - 2,961 through 3,000 (of 11,328 total)

Log in with your credentials

Forgot your details?