Forum Replies Created
-
Author
-
Kieran_SQModerator
Hi,
You can create a new admin account by going to WP Admin > Users > Add New
Give the account a username, specific password of your choosing, set the account type to administrator and finally set the account language to English US or UK.
You can then share the username and password for the user here.
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 update this ticket, in a private reply, with admin credentials for your site so I can check this out.
Please ensure that the account you provide has the language set to English US or English UK.
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,
Sure, you will need to go to WP Admin > Theme Options > Blog > Scroll to: ‘Enable Custom Image sizes’ and toggle this feature to on. Once you have toggled this feature to on the ‘Image size settings’ area will be revealed directly below.
Set a value of 640 in the first field, titled ‘Single post & Standard Blog – Image Width’, save your options.
Go to WP Admin > Plugins > Add New and search for ‘Regenerate Thumbnails’, install the plugin by the author Alex Mills (Viper007Bond). Once installed go to WP Admin > Tools > Regenerate Thumbnails and run the regenerator. This will convert any images to the new sizes.
Clear your WordPress cache, hosting cache and browser cache (Ctrl+F5) 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.
Attachments:
You must be logged in to view attached files.Kieran_SQModeratorHi,
You can override the default button color for the WP Bakery Post Masonry Grid element by using the below custom CSS in your KLEO Child theme. You can add this via WP Admin > Appearance > Editor > KLEO Child > Style.css
COPY CODE.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { color: #fff; background-color: #2e2e2e; }
Change the values for background-color and color to suit your needs.
Alternatively this custom CSS can be added via WP Admin > Theme Options > General Settings > Scroll to: ‘Quick CSS’.
With your custom CSS saved via either method, clear your WordPress cache, hosting cache and browser cache (Ctrl+F5) to see the changes.
With regards to the images being blurry. The original size of image for the Tyrannosaurus is 480 x 250 and is being stretched to fit an area of up to 1010px wide. You will need to upload higher resolution images to stop them becoming blurry at larger resolutions.
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 have checked your site as a logged out user and I see two members in the slider section, two members in the 'Membres e-love' section and two members in the directory. Please check your site as a logged out user to confirm if you see the same. If you're getting different results as a logged in user then you're likely running custom code or a plugin to manipulate the output of members. Try deactivating custom code and/or plugins to find the source. Thanks, KieranOctober 20, 2018 at 11:29 in reply to: Unable to Update Rank (MyCred) plugins based on Points Balance #211905Kieran_SQModeratorNot marked as solutionKieran_SQModeratorHi,
This functionality comes from the K Elements plugin that is bundled with the theme. Please check you have this installed and activated.
If you do not you can install it again by going to WP Admin > Appearances > Install Plugins and select K Elements. Install and activate, then check menus again.
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 just a notice that can be safely ignored. You can, and should, turn these off via your wp-config.php file by adding the below snippet to it.
COPY CODEdefine('WP_DEBUG', true); define('WP_DEBUG_DISPLAY', false);
If WP_DEBUG_DISPLAY is already defined within your wp-config.php file and set to true, change it to false, save and clear your caches.
If you need me to do this for you then please update this ticket, in a private reply, with SFTP / FTP login details and I will be happy to do so.
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 disable specific activity types you’ll need to install a third party plugin. You may wish to try BuddyPress Activity Filters https://wordpress.org/plugins/bp-activity-filter/.
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 topic with any other questions or issues and one of the available support team members will be happy to assist.
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,
Removing menu items on a per device basis is going to be tricky for any amount of items. You can actually do it with the method I show below. This is not an issue with the theme but a question of development, and is not something we can do for you as a back and forth within the scope of the support offered with the theme.
COPY CODE@media screen and (max-width: 765px) { li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1274 { display: none; } }
If you want to do this with other menu items you’ll need to duplicate that CSS from in-between the media query and change the menu item ID, you can get this by right clicking the menu item.
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 not from SweetDate, it’s an element of either Elementor or one of your menus. You should adjust it there.
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 CSS to hide the menu on the home page for mobiles only would be as follows
COPY CODE@media screen and (max-width: 765px) { .home-page header { display: none; } }
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 use Elementor to build a header it will completely remove the header for the page(s) you define regardless of device. Therefore it isn’t possible to sent you CSS to only hide the header on mobile.
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 full HTML output for the logged in buttons, both profile and logout, is as follows
COPY CODE<div class="eight columns login-buttons"> <ul class="button-group radius right"> <li class="relative btn-profile"> <div href="#" class="tiny secondary button split dropdown" data-options="is_hover:true"> <a href="https://www.eumello.com/members/admin/" class="tiny secondary button radius"> <i class="icon-user hide-for-medium-down"></i> PROFILE </a> <span></span> <div class="kleo-notifications"> </div> <ul class="no-hover" style="top: 23px;"> <li><a href="https://www.eumello.com/members/admin/activity/">Activity</a></li> <li><a href="https://www.eumello.com/members/admin/settings/">Settings</a></li> </ul> </div> </li> <li> <a href="https://www.eumello.com/login/?action=logout&redirect_to=https%3A%2F%2Fwww.eumello.com&_wpnonce=decd2c9c6c " class="tiny button radius btn-logout"> <i class="icon-off hide-for-medium-down"></i> LOG OUT </a> </li> </ul> </div>
Note: You will obviously need to update any href=”” value that you wish to use as these are specific to an account
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’d need to be logged in to generate the specific HTML for your site with the profile button. Please update this ticket, in a private reply, with login credentials for your site so I can send this to you.
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,
As explained in my earlier reply, this is static output, it is not dynamic and will not respond in that way when used as HTML.
There is no shortcode to add modal or menu content other than where it appears in the theme header already.
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 full HTML output for the elements you highlighted is as follows
COPY CODE<div class="eight columns login-buttons"> <ul class="button-group radius right"> <li class="header-login-button"> <a href="#" data-reveal-id="login_panel" class="tiny secondary button radius"> <i class="icon-user hide-for-medium-down"></i> LOG IN </a> </li> <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> SIGN UP </a> </li> </ul> </div>
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,
Currently there is not a way within Elementor to limit the view of an item. I am also unaware of any third party plugin that adds this functionality to Elementor.
Edit: Feel free to add your name to a list of other Elementor users requesting the same functionality https://github.com/pojome/elementor/issues/1592
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.
October 14, 2018 at 12:01 in reply to: Email Activation directly by clicking email link instead of entering activation key #211562Kieran_SQModeratorNot marked as solutionOctober 14, 2018 at 11:59 in reply to: Email Activation directly by clicking email link instead of entering activation key #211561Kieran_SQModeratorNot marked as solutionKieran_SQModeratorHi,
Without altering the code that generates the text I can’t see a viable or generic way to do this with CSS. I think your best option is to translate those terms within the plugin / theme to generate the shorter titles you require.
If you haven’t already got a translation plugin installed I would highly recommend installing Loco Translate which can be found for free via WP Admin > Plugins > Add New.
Link to plugin: https://en-gb.wordpress.org/plugins/loco-translate/
Link to support article: https://archived.seventhqueen.com/general/article/how-to-translate-or-change-words-from-any-theme-plugin
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 HTML can be used by adding a HTML element from the left bar of Elementor, search HTML in the bar for ease.
The HTML for the login button is as follows
<a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i> Log In With Facebook</a>
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 paste in this HTML to generate the Facebook register button. This is a direct copy of the HTML output on the page and is therefore not dynamic, that is to say, it will show to logged in and logged out users.
<a href="#" class="facebook_connect radius small button facebook"><i class="icon-facebook-sign"></i> Register With Facebook</a>
This will only render the button style and will not function as a button to register outside of the modal.
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 topic any time with any other questions or issues 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 Ryan,
You can go to WP Admin > Appearance > Menus and select an item that has already been added to the menu. Once the menu item is open you’ll see a drop down field titled ‘Menu title’ with the options ‘Default’, ‘Buy Button’, ‘See through’, and ‘Highlight’. Select your desired style, save and clear any/all caches 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 Rob,
Can you share a screenshot with me of the exact area you wish to have this CSS take effect so I can generate the custom CSS for you.
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 Rob,
Glad it worked for you 🙂 Feel free to open a new ticket any time 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,
In that case please try the below custom CSS in your KLEO Child theme’s style.css via WP Admin > Appearance > Editor > KLEO Child > Style.css or via Theme Options > General Settings > Scroll to: ‘Quick CSS’.
COPY CODE#buddypress div#item-nav ul li a:before { font-size: 20px !important; }
Change the value to suit your needs, save – then clear any WordPress cache, server 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.
Kieran_SQModeratorHi Rob,
The second path you stated is the correct one, sorry for the confusion, I will update the docs.
If you’re not already aware the latest version of KLEO comes with a new option to load the whole icon library and not just the previously select set from fontello. You can enable this via WP Admin > Theme Options > Miscellaneous > Load complete Font Awesome library.
The slider for size on Fontello is simply for your viewing on their website and will not effect anything within KLEO. Font icon sizes will vary depending on the specific area of the theme or the options you choose in WP Bakery. I do not have a general snippet of CSS for you to adjust icon sizes en masse. If you let me know which areas you need to change sizes I will be happy to send you the required custom 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,
The primary WordPress folder / installation folder is where the main files for WordPress are installed. This is often public_html but it can vary depending on how you or your host set up WordPress in the first place.
The folder will contain the /wp-admin/, /wp-content/ and /wp-includes/ folders as well as many documents.
I have attached a screenshot of a local install to show you what this will look like. Whilst the visuals will be different the structure will be the same.
You will need to connect via SFTP/FTP or your hosts file browser to see the content and structure of your site.
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