Forum Replies Created

Viewing 40 posts - 5,921 through 5,960 (of 11,328 total)
  • Author
  • in reply to: endless php errors for js composer since last update #64500
     sharmstr
    Moderator

    what version of php did they change to? can you link that info?

    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: Auto embedding not working #64496
     sharmstr
    Moderator

    You can already embed videos into a buddypress update just by pasting in the link. You dont need embedly for that. Also, embedly doesnt work with the WP 2015 theme.

    I’m moving this to feature requests to be voted 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: Post image from custom field #64488
     sharmstr
    Moderator

    This will take custom coding which is beyond theme support here. You can either send an email to dev@seventhqueen.com to get a quote, or you can try to do it yourself. For the posts, you can try filtering the_content to inject your info: https://codex.wordpress.org/Plugin_API/Filter_Reference/the_content. For the posts listings you’d have to edit the post-content-xxxx files in /kleo/page-parts/ and print out your custom field info: https://codex.wordpress.org/Custom_Fields

    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: Nav Menu Roles issue #64484
     sharmstr
    Moderator

    Are you actually having an issue? I believe the nav menu dev just hasnt removed the warning.

    https://archived.seventhqueen.com/forums/topic/nav-menu-roles-plugin-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: Kleo 3.0 Member Levels no longer show after upgrade #64480
     sharmstr
    Moderator

    This has been fixed in 3.0.3 and is being submitted to themeforest now.

    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 Form & Group Problem #64479
     sharmstr
    Moderator

    take index.php out of your permalinks.

    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: PMPRO emails not sending post KLEO update #64478
     sharmstr
    Moderator

    Not sure if this is related, but can you try this?

    Go to /kleo/lib/plugin-pmpro/config.php and change the following (around line 297) from this

    COPY CODE
    
    if(!is_admin() && !empty($pmpro_pages) )
    

    to this

    COPY CODE
    
    if(!is_admin())
    

    I know you’re on the other side of the world, so if Kleo 3.0.3 is released by the time you read this, you can upgrade instead of applying the code above.

    Let me know either way.

    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: Show more button cannot sustain #64476
     sharmstr
    Moderator

    jquery errors are usually an indication of a plugin conflict. But, you’re also on wpengine which has lots of issues with buddypress jquery.

    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

    They are. They figured out where I went wrong and will be pushing out a minor update.

    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 Form & Group Problem #64474
     sharmstr
    Moderator

    The problem is that /index.php/ is being injected into the url.

    Compare this http://www.kangtao.com.my/index.php/groups/

    to this: http://www.kangtao.com.my/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: Edit join group button ? #64470
     sharmstr
    Moderator

    Clear your cache then. It does change it for the group page. I tested it before I replied.

    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: Show more button cannot sustain #64468
     sharmstr
    Moderator

    Your site is throwing errors.

    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

    The fix I gave you breaks the pmpro_levels shortcode. I dont have another fix for you yet, but you should undo the change if you are using pmpro without a customs levels page. 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

    in reply to: Registration Form & Group Problem #64464
     sharmstr
    Moderator

    Please respond privately with credentials

    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 join group button ? #64463
     sharmstr
    Moderator

    To edit the text you need to translate it: https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/

    The color is set using theme options > styling > main > highlight background color. That will change for the whole site. If you only want to change the join group button, then you can use this and change the colors as necessary.

    COPY CODE
    
    a.join-group {
      background-color: red !important;
      border-color: black !important;
      color: blue !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: Kleo 3.0 Member Levels no longer show after upgrade #64460
     sharmstr
    Moderator

    1 / 2: Go to /kleo/lib/plugin-pmpro/config.php and change the following (around line 297) from this

    COPY CODE
    
    if(!is_admin() && !empty($pmpro_pages) )
    

    to this

    COPY CODE
    
    if(!is_admin())
    
    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 3.0 Member Levels no longer show after upgrade #64458
     sharmstr
    Moderator

    1 – Looking into it now. Trying to ask the devs.

    2 – I’m still showing this issue on a site without go pricing, so I dont think so.

    3 – I was going to look into this once the Kleo 3 topics died down.

    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 Form & Group Problem #64452
     sharmstr
    Moderator

    Please dont start multiple threads for an issue.

    1 – This is not a kleo problem. Its a buddypress issue, which I see you’ve been told: https://buddypress.org/support/topic/cannot-using-other-registration-form-plugin/

    2 – Did you set the groups page in wp admin > settings > buddypress > pages? Do you have User Groups enabled in wp admin > settings > buddypress > components?

    https://codex.buddypress.org/

    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: Slider Template Error #64450
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/revolution-slider-error-slider-with-id-6-not-found

    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 dont need to edit kleo files. Just use WP standard functions https://codex.wordpress.org/Function_Reference/wp_enqueue_script

    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: Slider Template Error #64442
     sharmstr
    Moderator

    You need to open up the slider and select a category or two.

    In the future, please search before posting. Its been discussed.

    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 on mobile #64440
     sharmstr
    Moderator

    You’re doing it to yourself.

    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: rtMedia and Activity Stream Issue #64438
     sharmstr
    Moderator

    Does this solve your issue?

    https://archived.seventhqueen.com/forums/topic/display-bug-for-attach-media-when-using-rt-media-and-buddypress-activity-privacy

    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: Update Wiped custom CSS? #64413
     sharmstr
    Moderator

    I just updated and my pages with custom css using VC are intact and fine. Custom css is still there.

    Did you update VC too?

    There was another issue recently where there was a conflict with VC and SEO by Yoast. VC wasnt saving some 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: customize shop page #64401
     sharmstr
    Moderator

    Kleo doesn’t override the default woocommerce shop page. So, if you want to change how woo handles that page, you’ll need to copy that template file (/plugins/woocommerce/templates/archive-product.php) to 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: Can not save in backend #64393
     sharmstr
    Moderator

    Try it now. There was a bit of code difference in the new version. You should be all set from now 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: bbPress Mentions #64391
     sharmstr
    Moderator

    I’ve added this as an option in Theme Options > bbpress. Lets see if its accepted by the devs.

    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

    Can you try this? Go to /kleo/lib/theme-functions.php and change the following (around line 632)

    from this

    COPY CODE
    
    'suppress_filters' => false,
    

    to this

    COPY CODE
    
    'suppress_filters' => true,
    

    Let me know what happens

    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 the color of the Search bar on mobile #64383
     sharmstr
    Moderator

    @media (max-width: 991px)
    .navbar-transparent #ajax_searchform {
    background-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

     sharmstr
    Moderator

    Go to that page and see if there is a custom logo set

    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: Notification Bubble #64374
     sharmstr
    Moderator

    Again, its standard bp stuff. So if you can figure out a way for bp_notifications_get_notifications_for_user can return the total count instead of by type, then you can edit the kleo_menu_notifications function in /kleo/lib/plugin-buddypress/menu-notifications.php. I suggest you dont.

    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: Notification Bubble #64372
     sharmstr
    Moderator

    yes. by type. same way buddypress handles 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: "My Profile" next to profile picture in menu #64361
     sharmstr
    Moderator

    You didnt include an image.

    Try putting “My Profile” in the title attribute field.

    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 Border from Right Sidebar #64355
     sharmstr
    Moderator

    Sorry, I looked at the code your provided and saw nothing but left sidebar code, so that’s what I gave you.

    try this instead

    COPY CODE
    
    .template-page {
      border-right-width: 0;
    }
    .sidebar-right, .sidebar-main.sidebar-3rr {
      border-left-width: 0;
    }
    
    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 Border from Right Sidebar #64353
     sharmstr
    Moderator

    try this instead

    COPY CODE
    
    .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr {
      border-right: none;
      border-left-style: none;
      border-left-width: 0;
    }
    
    .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr {
      border-right-style: solid;
      border-right-width: 0;
    }
    
    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: Grid Elements Visual Composer #64349
     sharmstr
    Moderator

    After you import, go to WP Admin > Settings > Reading and choose whatever home page you want.

    It depends on what you’re talking about. You should read the wordpress documentation. But if you are on a post or page, you dont have to use VC. You can use the standard WP editor.

    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: Grid Elements Visual Composer #64346
     sharmstr
    Moderator

    Sorry, forgot to answer your second question. Delete the home page that was created by the agency demo and make sure you delete it from your trash as well. Then reimport 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: Grid Elements Visual Composer #64345
     sharmstr
    Moderator

    None of the Kleo shortcodes will do that. I think you can do that will the vc grid shortcodes: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder

    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: Go Pricing Preview #64340
     sharmstr
    Moderator

    Actually, I’m wrong. I had tested on a site that didnt have any tables. LOL. I just tested on a site that had tables and it did NOT delete 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: Go Pricing Preview #64339
     sharmstr
    Moderator

    I just tested it and it deleted my tables. You should probably export them first.

    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 - 5,921 through 5,960 (of 11,328 total)

Log in with your credentials

Forgot your details?