Forum Replies Created
-
Author
-
RaduModerator
Is in /wp-content/ a file named /debug.log ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Add this code to you wp-config.php from root directory
COPY CODE// Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true);
Then repeat the action again, check debug.log.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 27, 2015 at 14:10 in reply to: Notice: bbp_setup_current_user was called incorrectly. The current user is being #43594RaduModeratorHello,
It’s a notification not an error.
Look for : define(‘WP_DEBUG’, true);
and replace with this :
COPY CODEdefine('WP_DEBUG', false);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorWhat version of Kleo do you have ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Just add this code to your Theme Options -> General Settings -> Quick CSS
COPY CODE#register-page input:focus {border-color:yellow !important}
Replace yellow with your desired color.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Look at Theme Options -> Header Options -> Transparent Main Menu set ON ( this transparency will be appear in all header pages )
If you want to set header transparency or black/white for single page just go to page backend below main content area and set your header prefferences. (see screenshot – see where is framed in red)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou receive this error when you try to login only from side menu ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou can set header transparency or black/white for individual pages.
See below primary area content at Theme General Settings ( check screenshot )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorNo,
if you can not handle, hire a programmer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Do this : http://www.geeksdesk.com/disable-new-user-registration-in-wordpress-phpmyadmin/
My advice :
1. disable user registration via phpmyadmin
2. delete spam users
3. export database
4. reinstall wordpress + kleo theme + import database.
5. Install buddypress recapcha or wang guard.I hope these tips help you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorMaybe this week or maximum next week.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYes,
http://code.tutsplus.com/tutorials/wordpress-shortcodes-the-right-way–wp-17165Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
a,b : that functionalities will be implemented in next version of kleo and visual composer. meanwhile for B you can use this plugin : https://wordpress.org/plugins/infinite-scroll/
c : Go to admin area go to that page and set sidebar for that page from Page Atributte -> Template ( Right Sidebar )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Install and use this plugin https://wordpress.org/plugins/content-aware-sidebars/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to paste that code between
<div class=”navbar-header” style=”height: 100px; line-height: 100px;”>
and ( HERE )
<ul id=”menu-main” class=”nav navbar-nav”>.Then you need to align to left that facebook like plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
It’s a fresh install ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou have set the permalinks ?
http://codex.wordpress.org/Using_Permalinks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
is centered now.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome,
sorry, I have no suggestions on that.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease add a screenshot with that problem, i cannot understand your request.
You mean the border of fields when selected ? ( see screenshot )
Provide a screenshot with your preffered strenght indicator
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.January 26, 2015 at 12:54 in reply to: Mobile Menu – Social Icons do not align with Main Menu #43433RaduModeratorAdd this css code to your child theme css or in Theme Options -> General Settings -> Quick CSS
COPY CODE@media (max-width: 920px) { #top-social { float: left !important; } .no-padd { float: right !important; } }
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIts ok now, no more unclosed tags
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorUnfortunately, that is related to plugin and it implies editing theme templates and plugin customization which cannot be covered by out support team.
I hope you understand
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide URL with that registration form.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou can do that with wordpress custom fields.
Read more here : http://codex.wordpress.org/Custom_FieldsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorLook at the screenshot,
My suggestion is to re-upload theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorDone, now you can style as you wish
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Seems to have some unclosed div’s
To fix this you need reupload theme over existing files.
Before to do this you need to backup you theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2015 at 14:47 in reply to: "members" page can't be made to "Require Membership" ? #43189RaduModeratorYou need to set restrictions from Theme Options -> Memberships ( see screenshot )
The members page will be populated with site members, create few accounts for test.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
We will consider these bugs and we test what you said.
Thank you for notification.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide ftp and admin details, i will take a look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please write to us at: themesupport@seventhqueen.com with details about your requirements.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
For a quotation on price and time please send a request with details at themesupport@seventhqueen.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
a few tips for your problem:
– Try to divide into 3 or 4 the list of users and import them separately.
– Try to increase the memory by adding this line in wp-config.php from root directory.define (‘WP_MEMORY_LIMIT’, ‘256M’);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorWhat code you pasted there ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can rename BUY NOW to DOWNLOAD NOW but if you want to change stepts to order you need to hire a programmer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2015 at 13:23 in reply to: Mobile Menu – Social Icons do not align with Main Menu #43167RaduModeratorHello,
Please provide URLHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOr you can use this plugin : https://wordpress.org/plugins/bp-default-data/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can add you preffered content in that popup editing this file : wp-content/themes/kleo/page-parts/general-popups.php ( see screenshot )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHere are the instructions
Updating the SweetDate Theme
CAUTION: If you have made any changes to theme files, updating the theme will overwrite your modified files and you will loose any customizations. For safe updates please enable the Child theme and do any customizations there.
To easily update the theme using Envato update plugin you must go to WP-admin -> Sweetdate -> Miscellaneous and enter your Envato username and API Key. After you have saved the settings you will receive update automatically.
If you wish to upgrade via FTP, you can do the following:Open your FTP client and connect to your server.
Locate the theme in the themes directory e.g. ‘/wp-content/themes/sweetdate‘
Make a backup if needed by downloading the current version of the Theme to your computer.
Upload the new Sweetdate folder to the exact same directory, overwriting the existing files.
When completed the new version will be active.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts