Forum Replies Created
-
Author
-
sharmstr
Moderatorwhat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAre 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortake 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot 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 CODEif(!is_admin() && !empty($pmpro_pages) )
to this
COPY CODEif(!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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorjquery 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 23, 2015 at 15:45 in reply to: Errors with ARforms and Kleo's config.php of the pmPro-plugin #64475sharmstr
ModeratorThey 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorClear 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour 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 solutionThis 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.June 23, 2015 at 15:28 in reply to: Errors with ARforms and Kleo's config.php of the pmPro-plugin #64465sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTo 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 CODEa.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 / 2: Go to /kleo/lib/plugin-pmpro/config.php and change the following (around line 297) from this
COPY CODEif(!is_admin() && !empty($pmpro_pages) )
to this
COPY CODEif(!is_admin())
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis 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
ModeratorDoes this solve your issue?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 23, 2015 at 00:36 in reply to: Ajax search results are different then regular search results #64388sharmstr
ModeratorCan 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 23, 2015 at 00:04 in reply to: Kleo's logo keeps appearing even when changed in theme options #64382sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgain, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatoryes. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAfter 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNone 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorActually, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts