Forum Replies Created

Viewing 40 posts - 7,921 through 7,960 (of 11,328 total)
  • Author
  • in reply to: how to edit default portfolio #52752
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: how to edit default portfolio #52751
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: how to edit default portfolio #52747
     sharmstr
    Moderator

    1 – Wp admin > Pages > Add New.

    2 – Click on Backend Editor and add the portfolio shortcode.

    3 – Exclude all the categories except the ones you want. Or if you only want one, then select it from the dropdown

    4 – Click save.

    Repeat for the other categories starting at step 1

    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 not gray-out closed topics #52736
     sharmstr
    Moderator

    Turn off debugging in wp-config.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: how to edit default portfolio #52735
     sharmstr
    Moderator

    Actually, respond privately with a link and credentials so I can look at your setup.

    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 edit default portfolio #52734
     sharmstr
    Moderator

    I’ve never tried sub categories on portfolios. My thought its not going to work, but let me play with 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: how to edit default portfolio #52730
     sharmstr
    Moderator

    Yes. You can use the shortcode on 100 different pages if you want.

    You can have as many Portfolio Listing pages as you want. If you want one for each category, you can do that with the shortcode. If you want one that shows 2 specific categories and one that shows 2 other categories, you can do that with the shortcode as well.

    here are two I created that on my test site.
    http://dev.sharmstr.com/portfolio-dandp/
    http://dev.sharmstr.com/print-and-video-portfolios/

    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 edit default portfolio #52713
     sharmstr
    Moderator

    Just add the portfolio shortcode to any 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: How to not gray-out closed topics #52710
     sharmstr
    Moderator

    Great! It will be in the next update. 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

    in reply to: How to not gray-out closed topics #52709
     sharmstr
    Moderator

    Did you try the new 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: how to edit default portfolio #52706
     sharmstr
    Moderator

    I dont understand your question. A portfolio is a 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: How to not gray-out closed topics #52702
     sharmstr
    Moderator

    Okay. I got a fix to try from @abe. Replace /kleo/kleo-framework/lib/function-facebook-login.php

    ** Remember to change .txt to .php

    Let me know if that works.

    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

    That’s the query for the member navigation (next / previous)

    Put this in your childs function.php file to disable it .

    COPY CODE
    
    
    function bp_next_profile($current_id)
    {
       	return;
    }
    
    function bp_prev_profile($current_id)
    {
       	return;
    }
    

    And this in your child css

    COPY CODE
    
    .pagination-sticky {
      display: none;
    }
    

    And see if it helps. I’m guessing the query is slow/large because of the amount of members you have.

    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 not gray-out closed topics #52699
     sharmstr
    Moderator

    The redirect variable is not being set. Trying to figure out why. Will let you know.

    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: text is light #52640
     sharmstr
    Moderator

    Also, you’re getting a bad request error from whatever this 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: text is light #52638
     sharmstr
    Moderator

    Its still loading old css from cloudflare.

    If you’re going to install caching plugins and use CDNs you need to be responsible for those things.

    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: text is light #52636
     sharmstr
    Moderator

    Because you’re using Total Cache. You need to rebuild your css 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: text is light #52631
     sharmstr
    Moderator

    No you’re not. Its happened to several other people. I’m surprised I didnt know the issue right away.

    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: rtmedia doesn't show image on activity profile #52628
     sharmstr
    Moderator

    Are you on wpengine?

    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: text is light #52625
     sharmstr
    Moderator

    You didn’t close the em class=”muted” tag in your Main Menu Info. Fix 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: Change font for main menu #52622
     sharmstr
    Moderator

    Not all fonts are loaded to save on load times. The easiest thing to do is go into theme options > fonts and set H6 to Rock Salt. By default H6 isn’t used in the theme. That will load the rock salt font for you. Then in Theme Options > General Settings > Quick CSS, add this

    COPY CODE
    
    #menu-main {
      font-family: Rock Salt !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: text is light #52617
     sharmstr
    Moderator

    For come reason, all of your paragraphs have the “muted” class. What did you do? 🙂

    See attached

    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: link problem #52614
     sharmstr
    Moderator

    That’s not an actual page. There is no link to it. Its a filter that buddypress runs via ajax. In other words, when you first go to groups, then click on “my groups” you dont go to a new page. A jquery script fires and it refreshes the groups list and applies a filter to it showing just the groups you belong to.

    If you want to override that, you need to ask on the buddypress forums.

    I’ve attached an image showing the ajax call when its clicked.

    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: skip cropping for bp group avatar #52608
     sharmstr
    Moderator

    Again, that’s not kleo. That’s standard buddypress functions. Ask over there: https://buddypress.org/support/search/disable+crop/

    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: Error Message #52602
     sharmstr
    Moderator

    K-elements relies on Kleo. Disable 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: Register Redirect Issue #52599
     sharmstr
    Moderator

    WP Admin > Memberships > Advanced. Change the links to your levels 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: how to stop other you tube videos at end of yours? #52589
     sharmstr
    Moderator

    LOL. Okay.

    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 Woocommerce to Buddypress Profile Sync #52584
     sharmstr
    Moderator

    They are font icons. So depending on what they named the shop tab, you’d add css to give it an icon. I did it like this

    COPY CODE
    
    #buddypress div#item-nav ul #orders-personal-li a::before {
    	content: "\e87e";
    }
    
    
    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 stop other you tube videos at end of yours? #52572
     sharmstr
    Moderator

    For future reference, when someone gives you VC code, you add it using “Classic Mode”, not Visual Composers Backend or Frontend mode.

    It doesnt work. Period. You’ll have to ask them why.

    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 stop other you tube videos at end of yours? #52553
     sharmstr
    Moderator

    Okay. First, quit trying to use the Video Shortcode. It will never work. btw is not a Kleo shortcode.

    Anyhow, add a text block. When the text block settings come up, click on the text tab and paste the code. See attached. (I hid the url and video)

    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 increase the amount of excerpt showing #52548
     sharmstr
    Moderator

    I think I was smoking something earlier. I just tested this and this seems to be whats works

    COPY CODE
    \[[^\]]*\]
    COPY CODE
    \[[^\]]*\]

    Just change the limit.

    But keep in mind that it initially gets the standard WP excerpt which is limited to 50 words by default.

    If it were me, I’d just do this

    COPY CODE
    
    function kleo_excerpt( $limit = 10, $chars = true ) {
            return strip_tags( get_the_excerpt() );
    }
    
    
    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 Woocommerce to Buddypress Profile Sync #52538
     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: Full Woocommerce to Buddypress Profile Sync #52534
     sharmstr
    Moderator

    If you want to change it, I’ve already given you the code location.

    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 Woocommerce to Buddypress Profile Sync #52533
     sharmstr
    Moderator

    LOL. I anticipated your response.

    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 Woocommerce to Buddypress Profile Sync #52531
     sharmstr
    Moderator

    I put it there since that’s where you change other account information like email and password. I tried to make that clear by using the word “Orders” instead of my-account on the orders tab. Shoppers shouldnt be confused. Its only devs that get confused because they are used to everything being on a single 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: Full Woocommerce to Buddypress Profile Sync #52527
     sharmstr
    Moderator

    Ugh. Sorry. Of course you did.

    The address is under the settings tab. Not the profile tab.

    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 Woocommerce to Buddypress Profile Sync #52524
     sharmstr
    Moderator

    Oh and ignore the shop tab. That’s a different plugin all together (WC Vendors).

    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 Woocommerce to Buddypress Profile Sync #52523
     sharmstr
    Moderator

    Did you turn it on in theme options? Theme Options > Woo > Manage Account in BP

    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 edit default portfolio #52522
     sharmstr
    Moderator

    Wait – Sorry. That’s the default WP archive template that isnt controlled by VC. Currently there is no way to hide categories for that archive.

    Alternatively, you can tell Kleo to use the custom portfolio page that you appear to be working on. Go to Theme Options > Portfolio and turn on Custom page for Portfolio Archive.

    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 edit default portfolio #52520
     sharmstr
    Moderator

    It will only show categories that have content. So if you create a category, but havent assigned a portfolio item to that category yet, the category wont show. Please confirm this is your issue or 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

Viewing 40 posts - 7,921 through 7,960 (of 11,328 total)

Log in with your credentials

Forgot your details?