Forum Replies Created
-
Author
-
RaduModerator
Hello,
You can disable effect by removing class “animated animate-when-almost-visible el-appear” from wp-content/themes/kleo/page-parts/post-content-masonry.php line 12
or replace this
COPY CODE<div class="post-content animated animate-when-almost-visible el-appear">
with this
COPY CODE<div class="post-content">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to go on wp-admin panel -> pages -> your homepage-> See screenshot.
For transparency problem add this code in Theme Options -> Quick css
.kleo-navbar-fixed .navbar
{ z-index: 999 !important; }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,
You encountered this problem when you add from visual composer widget
(Tabs – Tabbed Content)?
I tested locally and work properly as on demo.
http://seventhqueen.com/themes/kleo/tabs-pills/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
We use wordpress default function
More info here : http://codex.wordpress.org/Function_Reference/get_avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please post a screenshot before and after.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIf you still encounter problems be more specific and post some screenshots showing the problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSorry for my answer, the solutin from above is for KLEO theme.
For sweeetdate you need to follow this steps.
https://archived.seventhqueen.com/forums/topic/members-directory-page-with-sidebar
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Pagination on portfolio works good for me.
See screenshots below
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,
You can edit your 404 page from wp-content/themes/kleo/404.php
Read this : http://codex.wordpress.org/Creating_an_Error_404_Page#Editing_an_Error_404_Page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello Sealagency,
For this page “members” you can change layout and sidebar positions from :
Theme Options -> Buddypress -> Members Directory Layout.Then, you need to set your preferred sidebar for members page from wp-admin.
See screenshots below.
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,
Post Grid in Visual Composer currently has no pagination.
To display the 12 posts and how many you want, see screenshots below.
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.RaduModeratorHi Revankar,
I do not understand what do you mean.
Can you elaborate a little ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello Yacht,
Thank you for the compliments.
Unfortunately we don’t have this feature at this moment, but the future it is possible to have.
Until then you can use one of these plugins:
https://wordpress.org/plugins/wp-statistics/
https://wordpress.org/plugins/wp-power-stats/
NOTE: These plugins can affect server performance if server is not powerfullTo avoid this problem, you can use Google Analytics.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorAdd this to wp-config.php
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);
And repeat that action.
Post here errors and log.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Everything string its related to buddypress plugin translation and they have changed it a bit from “Everything” to “‘— Everything —'”
On the next update that things will be fixed.
Welcome !
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou don’t understand, the sign is not part of the username. It is just like on Twitter to mention someone, that is why you can remove it from the template. So if you see @my_user then my user is just “my_user”.
I repeat : users can not change that sign.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThe usernames are without @,
@ sign are prefix in that title, if you want to disappear @ sign for everybody just follow the instructions above or below.
[Line 26]
COPY CODE<h4 class="user-nicename"><b>@</b><?php bp_displayed_user_mentionname(); ?></h4>
Delete <b>@</b>
SaveNo, users can not modify it.
Only the administrator can delete that sign.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can do it by adding in Theme Options -> General Settings -> Quick Css this code
.offcanvas-right.offcanvas-type-default .offcanvas-sidebar,
.offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
-webkit-transform: translate(0, 0) !important;
transform: translate(0px, 0) !important;
right: 0;
}.offcanvas-left.offcanvas-type-default .offcanvas-sidebar,
.offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar {
-webkit-transform: translate(0, 0) !important;
transform: translate(0, 0) !important;
}Is not recommended to do that modification because affects the user experience.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
have you looked in the error log?
You have set permalinks ?
Try to increase memory limit via config.php from root directory.
Add this on wp-config.php
define(‘WP_MEMORY_LIMIT’, ‘128M’);
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 solutionRaduModeratorHello,
You have selected the featured image?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
If you want to hide title for media gallery just paste this css code in : Theme Options -> General settings -> Quick css
#rtm-gallery-title-container > h2 {display:none !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorLogin to /wp-admin/
Appearance -> Menus -> Simply add your preferred pages under My Account width drag and drop, then Save Menu.
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 solutionRaduModeratorHello,
Try to disable menu transparency from Theme Options -> Header options -> Transparent Main Menu -> OFF
Browse the Styling Options -> Header -> Background color, make sure that transparency is disabled.
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 solutionRaduModeratorHello,
You can change or delete ‘@’sign from
wp-content/themes/kleo/buddypress/members/single/member-header.php
line 26 or search ‘<h4 class=”user-nicename”>’Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello Sarpdiego,
Paste this code into Quick Css section
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.kleo-main-header.header-normal .navbar-collapse {display:none !important;}
}Let me know if is ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease follow the documentation https://archived.seventhqueen.com/documentation/kleo#menus
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide a screenshot ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
To add the snow effect over it make sure you have at least KLEO version 2.3 and K-elements version 2.3 and add the “Let it snow shortcode” just after the Revolution slider element, in the same Row.
View screenshots
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,
If is possible please provide a link with this problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorUnfortunately this feature is not currently available for Featured Item icons.
I’ll keep in mind your opinion and in the future we will implement this functionality.
Thank you for understanding.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Is not recommended to modify core theme files.
But, if you want to do that, you need to change width of .col-sm-3 class from 25% to 14%. for 7 columns.
Recommended solution : Go to -> Theme Options -> General settings -> Quick css , and paste this css code :
@media (min-width: 768px) {
.col-sm-3 {
width: 14% !important; }
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorProbably your problem is caused by using multiple meta tags for facebook.
For example, the <meta property = “og: image” is found three times in the post page, which is not good, try to no repeat this tag.
And these tags are found 2 times
<meta property = “og: local” content = “en_US” />
<meta property = “og: type” content = “article” />
<meta property = “og: site_name” content = “Nair News Online” />Etc …
You simultaneously use two plugins that generate these tags
1. YOAST
2. NextGEN FacebookBoth generate tags for facebook, try to disable you to NextGEN Facebook.
You can test and debug your blog here : https://developers.facebook.com/tools/debug/og/object/
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 solutionAttachments:
You must be logged in to view attached files.RaduModeratorIn this case try to put on exception list all JS files to see if problem persist.
If this issue disappear, remove scripts from exception list one by one, to identify wich one cause the problem.
If this problem persists, try to disable HTML minification.
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 solutionRaduModeratorDownload from here latest version of Revolution Slider https://archived.seventhqueen.com/forums/topic/revolution-slider-update#post-38033
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Neru,
If this plugin have exclude functionality, try to exclude from minification this scripts
wp-content/themes/kleo/assets/js/app.min.js
wp-includes/js/jquery/jquery.js
wp-content/themes/kleo/assets/js/init.jsLet 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 solutionRaduModeratorHello ahd904.
For this modification you need to edit this file : wp-content\themes\kleo\buddypress\members\single\activity.php at line 24 or search in this file
<?php _e( ‘Everything’, ‘buddypress’ ); ?>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,
Try this : https://wordpress.org/plugins/invite-anyone/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease follow this instructions :
– Revolution Slider UPDATE
Re-download the theme from Themeforest. You will find the .zip archive under the main package downloaded from Themeforest under Plugins folder. You can install the update by going to WP admin – Revolution Slider – Manul plugin update (bottom-right of the page)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi There,
What version of revolution slider do you have at this moment?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Follow this steps
https://archived.seventhqueen.com/documentation/kleo#translation
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts