Forum Replies Created
-
Author
-
Kieran_SQModerator
Hi,
I have repsonded to your other topic which can be found here https://archived.seventhqueen.com/forums/topic/how-change-de-direction-link-the-button-register#post-212304.
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,
To do this you will need to be using the SweetDate Child theme and copy the below file from the parent theme into the child theme, recreating and folders that are not already present so that the paths match.
/wp-content/sweetdate/page-parts/general-header.php
To
/wp-content/sweetdate-child/page-parts/general-header.php
Around line 210 you will see the below code
COPY CODE<?php if ( get_option( 'users_can_register' ) ) { ?> <li class="header-register-button"> <a href="#" data-reveal-id="register_panel" class="tiny button radius"> <i class="icon-group hide-for-medium-down"></i> <?php _e( "SIGN UP", 'kleo_framework' ); ?> </a> </li> <?php } ?>
Change this to the below
COPY CODE<?php if ( get_option( 'users_can_register' ) ) { ?> <li class="header-register-button"> <a href="/path-to-my-page/" class="tiny button radius"> <i class="icon-group hide-for-medium-down"></i> <?php _e( "SIGN UP", 'kleo_framework' ); ?> </a> </li> <?php } ?>
In the above example you will see href=”/path-to-my-page/”, change the path to the page you wish to link to.
Save the changes to the file in the SweetDate Child theme, clear your WordPress and server cache, any CDN and your bwosers cache (Ctrl+F5) to see the 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,
To confirm, with the functions.php file name in the same format, and without any custom code within it the issue persists?
It’s possible the function.php is still being read when renamed. Please try removing all custom code (after making a backup) from functions.php and test again.
The same is true for any overridden templates, please remove them from the Child theme to check to see if the issue is coming from an override.
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 not a functionality of KLEO or it’s shortcodes. I am not aware of a plugin that will do this for you.
If you wish you can extend the current code with you custom needs by copying the below files into your child theme.
Login Shortcode
/wp-content/plugins/k-elements/shortcodes/templates/kleo-login.php
Overriding shortcodes: https://archived.seventhqueen.com/kleo/article/overriding-shortcodes-in-the-kleo-child-theme
Login Modal
/wp-content/themes/kleo/page-parts/general-popups.php
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’re welcome, feel free to open a new ticket with any other issues or questions.
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 Jenni,
Try this in a ‘Custom HTML’ widget in the desired area.
COPY CODE<div style="padding:20px;color:white;border:solid 2px white;"> <p> Denna sida drivs helt utan vinst. Medlemsavgifterna går oavkortat till marknadsföring samt till avgifter för sidans drift. </p> </div>
Let me know about any changes,
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 go to WP Admin > Appearance > Widgets and add a HTML widget to the desired footer widget area. If you like you can send me the text and general idea of the effect you would like and I would be happy to send you back the appropriate HTML.
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 translate the emails via WP Admin > Emails, find the email you wish to translate and click edit.
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 Gina,
No worries, keep us posted 🙂
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.
October 27, 2018 at 11:50 in reply to: De-activate Buddypress Account Registration E-Mail (Activation Link) #212262Kieran_SQModeratorNot marked as solutionKieran_SQModeratorHi,
I checked out the search form and reversed the logic for you so you can get the results you wish.
I moved ‘Looking for a’ to the top and renamed it ‘I am a’, and likewise moved ‘I am a’ down and renamed it ‘Looking for a’. This reverses the logic and now when you search as a couple for women in Florida the correct results are shown.
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,
When I check the link on the front end you have a # in the link before the page you wish to link to.
Open the WP Bakery page editor, edit the text block containing the link and change it from
#/利用規約/
To
/利用規約/
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 theme will perform well with LiteSpeed but performance overall will still be down to your host servers specifications as well as the amount and quality of plugins used.
I can’t foresee any issues using KLEO on LiteSpeed so long as all caching and performance plugins are cleared and disabled prior to your move.
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 see you only have one other ticket, in reference to WPBakery, which is marked resolved. If you’re experiencing an issue we would be happy to assist you. But we do need to know what the issue is so we can address it for you.
If you wish to continue with a refund you will need to reach out to Envato as we do not handle these requests. Follow this support article for more information https://archived.seventhqueen.com/general/article/refund-envato-products.
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 am very sorry for the delay, I have been away for the week and it looks like this ticket was missed by the weekday team.
On line 82, as per your screenshot, you should add the below
define('WP_DEBUG_DISPLAY', false);
Leave the rest of the statements intact.
Again, sorry for the delay in replying to you,
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,
Sure, they are as below
Profile
COPY CODEul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { -moz-border-radius-topleft: 3px !important; -webkit-border-top-left-radius: 3px !important; border-top-left-radius: 3px !important; -moz-border-radius-bottomleft: 3px !important; -webkit-border-bottom-left-radius: 3px !important; border-bottom-left-radius: 3px !important; }
Or for all corners
COPY CODEul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { border-radius: 3px !important !important; }
Logout
COPY CODEul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { -moz-border-radius-topright: 3px !important; -webkit-border-top-right-radius: 3px !important; border-top-right-radius: 3px !important; -moz-border-radius-bottomright: 3px !important; -webkit-border-bottom-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
Or for all corners
COPY CODEul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { border-radius: 3px !important; }
Change the 3px value to suit your needs.
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 CSS would be as follows.
Login button (as is)
COPY CODEli.header-login-button a { border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important; }
Login button (all corners)
COPY CODEli.header-login-button a { border-radius: 10px !important; }
Sign up button (as is)
COPY CODEli.header-register-button a { border-top-right-radius: 20px !important; border-bottom-right-radius: 20px !important; }
Sign up button (all corners)
COPY CODEli.header-register-button a { border-radius: 20px !important; }
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 need to set a featured image for the page you’re using as the homepage – edit the page and scroll down on the right for the featured image option. I used the Facebook Share Debugger to check how your site is shared and I do not see anything about KLEO, nor can I see any text in the body of your site about KLEO.
https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fwww.darediscover.com%2F
You may wish to install a plugin like Yoast SEO to handle how your site appears to search engines and fetching tools like Messenger. Yoast is free and can be found under WP Admin > Plugins > Add New. It will allow you to set titles and meta globally and individually for pages and posts.
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,
With nesting enabled you can override the styling to suit your needs by targeting the following class
COPY CODE.depth-2 { margin-top: 20px; margin-left: 30px; }
You can extend this to .depth-3, .depth-4, .depth-5 etc
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 enable or disable nested comments in WordPress by going to WP Admin > Settings > Discussion > Heading: ‘Other comment settings’ and checking the option titled ‘Enable threaded (nested) comments’. Select a value from the dropdown based on how deep you want the comments to be nested, save.
Once your options are saved clear your WordPress cache, any host cache, CDN and browser cache (Ctrl+F5) to see the 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.
Attachments:
You must be logged in to view attached files.Kieran_SQModeratorHi,
You’re welcome, feel free to open a new ticket any time with any other questions or issues and we’ll 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,
With the settings still enabled please try adding the below CSS to your KLEO Child theme via WP Admin > Appearance > Editor > KLEO Child > Style.css
img.attachment-kleo-full-width {width: 640px;}
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_SQModeratorOkay, keep me posted.
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’re welcome. Feel free to open a new ticket any time with any other questions or issues and I will 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,
I have logged into your site and found the issue. It looks like you’re using KLEO 4.0.4 which was released on 18th March 2016. The feature that I was referring to was added since then.
Changelog: https://archived.seventhqueen.com/kleo/article/changelog
You will need to update KLEO to the latest version, 4.3.13. The method to update KLEO has recently changed and you will need to update KLEO by following this support article
You’ll need to install the Envato Market plugin, which can be found here https://envato.com/market-plugin/.
Note: It has been a considerable amount of time since you carried out an update for KLEO and therefore I would strongly recommend making a safe backup of your database and WordPress installation folder before updating.
If you have access to a staging or local environment then you should duplicate your site first and test offline.
Once you have completed the update you will find the option, as described above, in WP Admin > Theme Options > Blog
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 think I understand what you mean.
The previews generated on this page come from the singular posts in WP Admin > Portfolio. When you create a new portfolio post you can set a featured image or you can use the ‘Portfolio Settings’ panel, below the post edit area, to add a self hosted / YouTube / Vimeo video.
When you have either of these options set it will pull the media into the shortcode or archive that is requesting it and display it (as per your screenshot).
I’ve attached two screenshots, one shows how to navigate to the portfolio posts in the back end, the second shows the two areas where you can add your featured media for these previews when editing or creating a portfolio post.
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.Kieran_SQModeratorHi,
I have replied to your other ticket which can be found here https://archived.seventhqueen.com/forums/topic/instructions-for-customizing-portfolio
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,
In what way would you like to customize the demo? Please let me know and I would be happy to help you 🙂
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.
-
AuthorPosts