Forum Replies Created
-
Author
-
Radu
ModeratorTRy to add this css for
.top_label {width:100% !important;}
OR
.top_label {width:auto !important;}
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAsk the plugin author please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 10, 2016 at 20:40 in reply to: Registration with Facebook keeps asking for profile photo even after importing #138923Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
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
ModeratorHi,
Try with this css
COPY CODE#buddypress div.profile .dl-horizontal dt { width: 35%; } #buddypress div.profile .dl-horizontal dd { width: 64%; margin-left:38%; }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,
Try to hide that with this CSS
COPY CODE.field-visibility-settings, .field-visibility-settings-toggle, .field-visibility-settings-notoggle { display: none !important; }If you want to modify this directly to the php files just copy this file wp-content/themes/kleo/buddypress/members/single/profile/edit.php to /wp-content/themes/kleo-child/buddypress/members/single/profile/edit.php
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes but i cannot see groups in the link that you have provided i cannot see any masonry with groups provide groups link please
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,
So practically you want to have more button before the icon ? If yes use the next php function that you will have to add wp-content/themes/kleo-child/functions.php
COPY CODEif( ! function_exists( 'kleo_side_menu_button' ) ) { /** * Add side button to menu * @param string $items * @param object $args * @return string */ function kleo_side_menu_button ( $items, $args ) { if ($args->theme_location == 'primary') { $items .= '<li id="nav-menu-item-side" class="menu-item">' . '<a href="#" class="open-sidebar" onclick="javascript:return false;">' . 'MORE <i class="icon-menu"></i>' . '</a>' . '</li>'; } return $items; } }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,
There is no any other similar element with that effect, you can use a row divided by 3 or 4 and inside each column you will add single image element
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 using a plugin that shows that message right ?
“Please upload your profile photo to start using this site.”
Contact the plugin author for that….
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For the full-width container problem, we will release a new update tomorrow .
If you cannot see all elements in Visual Composer please check if those are activated from wp-admin -> Visual Composer -> Role manager -> Elements

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,
Sorry for delayed response, we will release today at night an update that will allows you to have an option in theme options -> matching system that allows you to have possibility to change that colors
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 fixing sidebar, I’ve suggested that topic read it and to inspire from it an
Replace widgets-container with your desired class or div that you want to float for default you can use the next snippet that will keep all sidebar widgets floatingCOPY CODE<script> jQuery( document ).ready(function() { (function(jQuery){ jQuery('.widgets-container').affix({ offset: { top: 100, bottom: 0, } }); }) ( jQuery ); }); </script>If you are not ok with this use this instead
COPY CODE.sidebar .widgets-container { position: fixed; }Both methods works choose what you want, for further custom development contact a developer.
Here are the CSS selectors for small border before the titles
COPY CODE.masonry-listing .format-video .post-title { border-left: 3px solid #07baf4; } .masonry-listing .format-standard .post-title { border-left: 3px solid #8a52ad; } .masonry-listing .format-image .post-title { border-left: 3px solid #fc604a; } .masonry-listing .format-gallery .post-title { border-left: 3px solid #43ae9e; } .masonry-listing .format-audio .post-title { border-left: 3px solid #367bb7; } .masonry-listing .format-link .inner-content { margin-top: 10px; border-left: 3px solid #00c5c4; } .masonry-listing .format-aside .post-title { border-left: 3px solid #ee2534; }The Css will be added to wp-admin -> theme options -> general settings -> 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
Moderatorthe singles options for that are those :

So,play with the marked field
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 cannot identify where it’s placed the iframe provide a screenshot that pointing out the problem.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 10, 2016 at 16:49 in reply to: Change the color arruond profile photo and in search area #138854Radu
ModeratorHi,
I provided the solution for coloring those in another ticket.
If you aren’t able to save theme options provide admin credentials to take a look please.
FYI:it will need to de-activate all plugins and child theme
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 10, 2016 at 16:47 in reply to: Since my update ( Kleo and revolution slider ) My slider is not in full scrren #138853Radu
ModeratorHi,
Yes…you right this wasn’t controlled by the VC
Use this selector
COPY CODE.home #main-container .template-page { padding-top:0px;}The Css will be added to wp-admin -> theme options -> general settings -> 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 solutionOctober 10, 2016 at 16:44 in reply to: BuddyPress Activity & Group profile pages not working #138852Radu
ModeratorHi,
Make sure to have groups component activated from wp-admin -> settings -> buddypres ->

And also the pages assigned from pages tab

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorALL time when you receive 500 error or blank page you should enable wp debug to see what’ts happens there
In most cases this it’s caused by memory limit : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
If not follow the next 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
ModeratorThis haves some comments ? : http://www.drewamca.com/iadedegisim-kosullari-ve-bedenler/ if yes try to remove all of these for testing purposes .
I saw that you have changed the pass in the last instance I want to try something
I cannot reproduce this issue on my local installation this is odd and I’ve shown you that this works ok for your pages posts…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd also this CSS
COPY CODE.kleo-search-form #searchform .input-lg { opacity:1 !important;}Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The pages that cannot be edited are all BuddyPress related pages because they are generated dynamically by the certain plugin.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorCan you please provide link to that certain page to can see how it looks on mobile/desktop ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionOctober 9, 2016 at 20:14 in reply to: Sorry, there was no activity found. Please try a different filter. #138751Radu
ModeratorHas that group some activity in it ?
If you post a dummy post it appears?
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 this plugin ?
https://wordpress.org/plugins/hashbuddy/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That it’s not possible because the content of member pages it’s generated dynamically not thru that page builder editor
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,
Try with this plugin : https://wordpress.org/plugins/404page/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 7, 2016 at 18:57 in reply to: Since my update ( Kleo and revolution slider ) My slider is not in full scrren #138626Radu
ModeratorThere is something from visual composer check for inner row or column for padding-top value.
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