Forum Replies Created
-
Author
-
Kieran_SQModerator
Hi,
You can use the below CSS snippet in your KLEO Child theme’s style.css to remove the @username from the members profile.
COPY CODEh4.user-nicename { display: none !important; }
Makes sure to purge your WordPress, server, and browser cache(s) once you have saved this in WP Admin > Appearance > Editor > KLEO Child > Style.css
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
I don’t really have any recommendations for you. You’ll find issues and limitations with all off the shelf ‘website to app’ plugins and services as they’re not individual or tailored to your site or content. It’s something that really should be built by a developer and bespoke.
With that said I have heard of KLEO users using AppPresser to build Android and iOS apps. You can check them out here https://apppresser.com/.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
Can you post the URL to the ticket in question please?
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
You’ll have to reach out to the WordApp team for support with their product. You can reach them here https://wordpress.org/support/plugin/wordapp-mobile-app.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi Leonido,
If you’re making changes to the SweetDate files then they should be made in the SweetDate Child theme, this way they will not be overwritten when updating the theme.
We do not have any support going forward for WP Bakery so if you wished to integrate the latest release of SweetDate and WP Bakery this is something you would have to do and maintain yourself. We would not be able to provide support for your custom development.
When you have SweetDate installed with BuddyPress, Elementor and Paid Memberships Pro what are you missing? Everything should work as expected and we’d be happy to help resolve any actual issues with the theme so you can use it as intended.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
You can use the below snippet to render your content before all other content (menu and page content). We cannot assist via the forums with integrating your third party plugin content but this will definitely get you started.
COPY CODE// Add an extra menu via shortcode before all content function add_extra_menu_sqk() { echo do_shortcode('[MYSHORTCODEHERE]'); } add_action('kleo_after_body','add_extra_menu_sqk');
Replace [MYSHORTCODEHERE] with your shortcode and/or HTML. This snippet should be added to your KLEO Child themes functions.php file.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
This is a manual feature of BuddyPress and I know of no way to automate it. You may be better off asking this question on the dedicated BuddyPress support forums here https://buddypress.org/support/ as it doesn’t specifically relate to SweetDate or an issue with SweetDate.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
You can override the inherited colours by using and customising the below CSS in your SweetDate Child theme’s style.css via WP Admin > Appearance > Editor > SweetDate Child > Style.css (or alternative via Theme Options).
COPY CODE.form-header { color: #ff0000; } .form-header h4.white-text { color: red; } .form-search label { color: red; } .form-search .button{ color: red; background-color: #ffffff; border: 1px solid red; }
Change the value of red to suit your colour needs. If you do not wish to change the colour of the signup button in anyway then simply remove the CSS for .form-search .button
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
The below plugin will allow you to edit your activity updates and activity replies.
https://wordpress.org/plugins/buddypress-edit-activity/
Please check WordPress.org for other plugins that may be of use to you https://wordpress.org/plugins/
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi Doug,
I’ve looked at your site and when I click on the comment the background colour of the text area changes but nothing else. Is that what you’re referring to? If so you can use the below CSS in your KLEO Child theme’s style.css to change this.
Set to a specific colour
COPY CODE.main-color .form-control:focus { background-color: #FFFFFF; }
Unset the colour used
COPY CODE.main-color .form-control:focus { background-color: unset; }
You can add this via WP Admin > Appearance > Editor > KLEO Child > Style.css or via WP Admin > Theme Options > General Settings > Scroll to: Quick CSS. Make sure to purge your WordPress, server and browsers caches to see changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
I’ll refer this to one of our developers for insight. Please remove both CSS snippets and await a response. Thank you for your patience.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
Please try the below CSS instead of the prior CSS.
COPY CODE/* set width for specific pages */ @media only screen and (min-width: 768px) { .page-id-0 #main.row:nth-child(1) { width: 1080px; } }
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
Thank you for that. I am unable to stop the individual parts of the grid setting an automatic height which is why the colour is showing from behind. I’m going to refer this ticket to a higher level of support for review, they’ll be in touch with you as soon as they can, Monday to Friday, East European Time.
Thank you for your patience,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
The account you have provided is not an admin so I cannot see beyond your maintenance page. The colours generally come from either a WP Bakery element preset or a KLEO element preset. I don’t recognise the colours presented from either side. If you haven’t set these colours yourself then the likely source is from WP Bakery, the element you’re using should have a colour scheme option.
If you grant me full access and let me know the page where you see this I will be happy to send you the CSS to override the colours.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
I will refer this ticket to a higher level of support for review. They’ll be in touch with you as soon as they can, Monday to Friday, East European Time.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
If you strip everything from the item-likes.php file except for the opening PHP tag what happens? Making sure to to purge browser cache when testing again (Ctrl+F5).
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
Can you share screenshots then of your /kleo-child/ file structure please?
Also, to confirm, you have purged all of your caches to ensure you’re receiving the latest versions of the content in your browser?
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
Can you share access to your site, in a private reply, so I can take a look at the files in the child theme.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
You should copy the exact structure from the KLEO theme to the KLEO Child theme. For example the file you referenced is
/kleo/lib/item-likes.php
And so the file you changed in KLEO Child should have the structure of
/kleo-child/lib/item-likes.php
As the /lib/ directory does not exist by default in the KLEO Child theme you will need to create this yourself.
I do not have a solution to hand that meets your logged in / logged out requirement for post likes and would take some time to implement for you. This work would be classed as custom development as it falls outside the scope of support we offer via the forum. You can email dev@seventhqueen.com if you wish to discuss your custom needs further and one of our developers will be happy to help.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
Glad to hear this is now resolved. Feel free to open a new topic any time if you experience any other issues or have any questions and we’ll be happy to help.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQModeratorHi,
You can enable or disable the page title, breadcrumbs and information when on a BuddyPress page by going to WP Admin > Theme Options > BuddyPress > Option: Page Title location. You’ll find the options from breadcrumbs and info directly below. I have attached a screenshot for your reference.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files. -
AuthorPosts