Forum Replies Created
-
Author
-
Radu
ModeratorOption added to Theme Options -> BuddyPress

Update the sweetdate theme to latest version
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 should increase the upload limit : http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2016 at 22:27 in reply to: No CSS stle sheet in my download from purchase of KLEO – Pro Community Focused, Multi-Purpose BuddyPress Theme #141535Radu
ModeratorNot marked as solutionRadu
ModeratorPlease enable wp debug,procedure it’s below.
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 solutionOctober 26, 2016 at 22:07 in reply to: If I switch to Uber Menu, can I keep the slide-out menu? #141532Radu
ModeratorNot marked as solutionRadu
ModeratorUsing what element from visual composer ? provide a screenshot that shows what you want to achieve.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have any update notice in wp-admin -> appearance -> install plugins ? especially for Visual Composer and K-elements if yes update it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have tried to empty your phone browser cache ?
Do you have tried to test from incognito window ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please tell me what plugin generates this shortcode ? [dynamic_shortcode] it’s ok register page instead of s2 shortcode
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse those selectors
COPY CODE.kleo-toggle-submenu .submenu-inner {background:red;} .kleo-notifications-nav ul.submenu-inner li { background:green; } a.btn.btn-default.mark-as-read { background: red !important; color: green !important; } .kleo-toggle-submenu .minicart-buttons { background:yellow !important; }Addapt icon notification position
COPY CODE.kleo-notifications.new-alert { background-color: #e8307a; color: #ffffff; position: absolute; top: 10px !important; left: 10px !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou should test the behaviour with all of these except buddypress de-activated, if you have done that provide FTP to investigate further
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,
The plugin author or the plugin docs what says about those errors ?
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 this when you say that breaks registration process ?

R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2016 at 18:59 in reply to: Homepage Top Right Sign Up Button Does Not Lead To Register Page #141490Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Installed and also on the default wp theme I cannot see the links/icons from that plugin, where it’s supposed to add those ?
Provide all details to can figure out, in your second site where you see the plugin in action ? what link toy have in address bar when you see the plugin running.
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. Follow this guide : https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-directory
2. I don’t know that plugin but with this it should work :
https://wordpress.org/plugins/bp-member-type-manager/screenshots/
https://wordpress.org/plugins/bp-member-type-generator/screenshots/
Let me knowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
have a nice week
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,
the backgroun for the quote can be changes like this
COPY CODE.main-color .masonry-listing .format-quote .post-content { background: red !important; }Add this CSS to wp-admin -> theme options -> general settings -> quick css
The membership will appear automatically once the user haves a pmpro membership package assigned the pmpro plugin should be installed
In the provided screenshots it seems to be an error there, please enable wp debug, i will put the debug procedure below
—– Debug procedure —–
If this is useless please follow these 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
ModeratorOk then please download the attached archive and open it with the browser
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’re welcome
I appreciate you too if you appreciate our work!
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’m unable to reproduce that in my local install it works as you can see : https://drive.google.com/file/d/0Bxo5b6iHWRMwZnhjNXAwZEc3SGs/viewCheers
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,
I don’t know you have added this https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/09/Capture-2.jpg to the members profile page it’s a plugin ?or how ? i need to know to can guide you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It means that you have selected a color for link to be like the background
I saw your website like this

Here you are using a sidemenu and in source of page i cannot see the normal menu
So you should set a menu link color from customizer.
If you cannot handle that let me know the admin credentials
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
the theme supports only 3 levels and if you need one more, there is no quick solution to provide.
But if you want to do it from here you can edit the depth menu from this file : /wp-content/themes/kleo/page-parts/general-header-section.php
To can have this modification update proof please copy it to /kleo/wp-content/themes/kleo-child/page-parts/ and make the changes in child theme

After that you should create entire css for level 4 case
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this css in wp-admin -> theme options -> general settings -> quick css
COPY CODEdiv#ajax_search_container { overflow-y: scroll; height: 100%; min-height: 780px; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2016 at 17:18 in reply to: js error introduced in recent theme version with gravity forms/gravity view plugins #141440Radu
ModeratorHi,
In the first instance solve this error with this solution :
COPY CODEXMLHttpRequest cannot load https://api-iam.intercom.io/vjs/users/ping. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://cabec.staging.wpengine.com' is therefore not allowed access. The response had HTTP status code 500. cabec.staging.wpengine.com/:1 Uncaught (in promise) undefinedPossible solution : http://stackoverflow.com/a/12049973
Do you have some cache plugin ? if yes, de-activate it.
Do you have activated Combine theme JS files ? from wp-admin -> theme options -> performance & speed, if yes de-activate it, also try to test with PERFORMANCE and SPEED OFF.
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
ModeratorOk then
have a nice week
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