Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Most probably your issue it’s somehow related to those errors :

All your modifications that you made in page backend are processed thru admin ajax and if the admin-ajax fails to load the theme and will not ok, my suggestion it’s to enable wp debug to see what causes this, but before debugging procedure (it’s below) de-activate all plugins except K-elements and Visual Composer, purge cache then try again, if the problem continue to appears follow the debug procedure.
Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi @Happiier
What it’s your website address?
Do you have the child theme installed and activated?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou have forgotten to add CSS most probably, add also the CSS from this reply : https://archived.seventhqueen.com/forums/topic/sub-sub-menu-not-opening-on-top-menu/#post-148079
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t remember renaming the plugin folders, in all your tickets it’s only one post with your FTP login and this not works.
So using FTP go to wp-content/plugins/ and look for folder prefixed with 111 and remove the numbers from plugin folders named then, go to wp-admin -> plugins and activate the plugins that you need.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
On my local install, I can use and have custom menu assigned even on the BuddyPress components page.
So, I saw that you have many plugins, this can be caused by this, or by some modification from the child theme, try to de-activate child theme by activating parent and i recommend you to deactivate all plugins then check the menu assignation to see that this will work, then enable plugins back one by one to identify what causes that.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For every theme instance for a live website you should buy a theme license, so yes if you will use two theme instances you should buy a second license.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2016 at 17:47 in reply to: How can i add a customized top banner for each buddypress and bbpress page? #148217Radu
ModeratorHi,
There it’s a bug, please replace this file content: /wp-content/themes/kleo/lib/plugin-buddypress/config.php
with this one: http://pastebin.com/raw/LbNndEby
We will implement this fix on next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2016 at 16:40 in reply to: Grid at Home page does not load if user is not registered #148209Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Those things aren’t related to the sweetdate theme. My opinion it’s to redirect somewhere else on log out http://stackoverflow.com/a/26870337
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. I will add this to improovment list for the moment we don’t have a solution for that, it will take some time to implement also the subject field.
2. De-activate child theme and check again, also de-activate the plugins and check again, most probably this it’s caused by the child theme or some plugin.
Thank you again for your suggestions.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2016 at 15:31 in reply to: How make secondary menu show up underneath main menu #148202Radu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI don’t know how the files get there, maybe a developer that has worked on your website in the past.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Personally, I don’t know any plugin that can do that, you can ask for a quote from our development department, please send the questions to this email address dev@seventhqueen.com for a estimation for price and time.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see
Please check again the path where the php file should be added : /wp-content/themes/kleo-child/page-parts/ this should work.If you have any caching plugin please purge/empty all caches
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can use this CSS to control main content and also the footer and header
COPY CODEheader .row, section #main .row ,footer .row{ max-width: 1448px !important; width: auto; }This CSS will be added to wp-admin -> theme options -> genera settings -> styling options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have the latest version of WordPress ? If not update those
If you de-activate the child theme it works ?
Do you have the latest version of the KLEO theme ? If not update those
Do you have the latest version of plugins installed ? If not update those, check for plugin updates in wp-admin -> appearance -> install plugins.
If you de-activate all plugins excepting BuddyPress/bbPress it works? if yes enable back plugins one by one to identify what causes this.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You will have to overwrite a general-popups.php file for that by copying it to child theme. Copy this file : /kleo/wp-content/themes/kleo/page-parts/general-popups.php to : /wp-content/themes/kleo-child/page-parts/general-popups.php
Then see the below screenshot, replace the

NOTE : Kleo child theme needs to be installed and activated
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Are you referring to the posts navigation ? if yes go to wp-admin -> theme options -> blog -> Enable post navigation* -> OFF
Let me know
Chers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This problem it’s caused by a plugin that loads again the bootstrap library over the existing one in the theme and somehow it conflicts.If you will de-activate the peepso-core plugin this will go away, look in plugin settings for an option that prevent bootstrap library to be loaded thru plugin or you can ask the plugin author.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I was able to reproduce that on my local install, please replace the content of this file : /wp-content/themes/buddyapp/lib/widgets/recent_posts.php
with this one : http://pastebin.com/raw/XxkgM5rx
This will be fixed on next buddyapp theme update
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I will add this to the improvements list, from what I see there are only 1 error and rest are notices.
We will try to fix those at the start of 2017.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please see this guide: https://buddydev.com/buddypress/exclude-users-from-members-directory-on-a-buddypress-based-social-network/
It should work.There are more solutions on the web regarding to this, test and find the perfect one for you..
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 27, 2016 at 17:10 in reply to: Grid at Home page does not load if user is not registered #148095Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
In this case, this issue isn’t caused by the KLEO theme and you should inform bot plugin authors about this issue.
Cheers
Merry Christmass
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 27, 2016 at 16:50 in reply to: Change number of columns in a row in a specific page #148089Radu
ModeratorThe homepage file template it’s located here : /wp-content/themes/sweetdate/page-templates/front-page.php
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 27, 2016 at 16:49 in reply to: Change number of columns in a row in a specific page #148088Radu
ModeratorHi,
Using this CSS you will have 4 columns on the member’s page only.
COPY CODE.members div#members-list .four.columns {width: 25%;} .members #members-list .four.columns:nth-child(n+1) {clear:right !important;}If you have any other questions let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see, please tell me in what page you cannot change the menus ?! It’s possible to provide admin credentials and page URL where this it happens.
On another random or new created page this it works ?
On mine this feature works, i’ve tested
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts