Forum Replies Created
-
Author
-
RaduModerator
Delete the code that i provided you from themes/kleo/functions.php and add the content from attached file functions.php.txt to themes/kleo-child/functions.php
NOTE : Kleo child theme should be activated.
If you don’t have the kleo-child theme installed, look in downloaded package from themeforest in directory wordpress for kleo-child.zip, install this theme and activate.
It should work i tested.
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.RaduModeratorcan you provide your functions.php file ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You need to try next thing:
Try to disable that animations, at it should be visible in ‘SEO’.
I can help you if you are ok with disabling fade animation effect but tell me how you add the posts, it’s a post, portfolio ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPut that code at the top or bottom
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYes,
sorry
wp-content/themes/kleo-child/functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI cannot figure out, what group title you say, please make a screenshot from here : http://seventhqueen.com/themes/kleo/groups/gone-in-60-seconds/ and encircle the title to provide you correct css fix.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Make sure that you don’t have some plugins that can cause conflicts, try to disable plugins that not comes with the theme.
Leave URL if disabling plugins not resolve the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Use this php snippet, add to wp-admin/wp-content/themes/kleo-child/functions.php
COPY CODE/*Hide theme header if the url contains fb=register*/ $url = $_SERVER["REQUEST_URI"]; $fromFB = strpos($url, 'fb=registered'); if($fromFB !== false) { ?> <style type="text/css"> #header {display:none !important;} </style> <?php } /*END theme header if the url contains fb=register**/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The load time depend on your server performance, i suggest you to remove the query strings from url (read here how https://archived.seventhqueen.com/forums/topic/how-do-i-sovle-this-query-issues-due-to-the-stings-with ) also try to install w3 total cahce and activate page cache, css minify etc..
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide the url of that page ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 16, 2015 at 16:21 in reply to: How may I hide entire header and footer from mobile layout? #68597RaduModeratorHi,
The easiest way is to do this via CSS
Add this css snippet to Wp-Admin -> Theme Options -> General Settings -> Quick CSS or you can add this snippet to your kleo-child/style.css
COPY CODE@media (max-width: 640px) { div#footer { display: none !important; } div#header { display: none !important; } }
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGo to Wp-ADmin -> Theme Options -> Miscellaneous -> Admin Toolbar -> set OFF
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi again,
I think your main problem is TTFB ( Time to first byte – Server response time ) you are sure that your VPS is configured correctly ?
Strange behaviour about w3 total cache because the plugin is fully compatible with kleo try to not activate minification for css and js, it you encounter same problem try to use wp super cache instead.
Also a very nice solution is to install mod_pagespeed on your server : https://developers.google.com/speed/pagespeed/module/
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can use this php class to identify when a user browsing from mobile, tablet or desktop : http://mobiledetect.net/ or you can use https://wordpress.org/plugins/wp-mobile-detect/ .
I’ve don’t use the wp plugin, you can find little documentation here : https://wordpress.org/plugins/wp-mobile-detect/faq/
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Plese give me the exact url where that title appears.
Best Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
– Make sure you have the Enable Likes by Ajax = OFF and Enable Likes by Ajax = OFF by navigating to Wp-admin -> Theme Options -> Social Share
– Disable unnecessary plugins.
– Install, activate and configure a cache plugin like W3 Total Cache
Guide here : http://www.wpbeginner.com/plugins/how-to-install-and-setup-w3-total-cache-for-beginners/
Try to do that thinks and theoretically you will see an improvement.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry this
COPY CODE#buddypress #item-body #subnav ul li { background-color :transparent; padding:0px;margin-right:3px; border-radius:2px !important} #buddypress #item-body #subnav ul li a { color:#339933;font-weight:bold; line-height:1em } #buddypress #item-body #subnav ul li#new-personal-li {background-color:tomato; line-height:1em;padding:2px;border-radius:2px !important} #buddypress #item-body #subnav ul li:hover{ background-color:#666; } #buddypress #item-body #subnav ul li a:hover{ color:#fff; }
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou refer about the top black admin bar ?
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 9, 2015 at 17:28 in reply to: Twitter Widget not showing my twitter account after theme update #67496RaduModeratorTry to disable/enable theme, resave permalinks if this not solve your problem, provide admin login details to look closer.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
This issue is caused by memory limit, if the solution provided doesn’t work, contact your hosting company and tell them to increase php memory limit to 128M, until then you can try to disable some plugins that you don’t use right now like : rtmedia,woocommerce, etc..
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
It’s possible to happen this, because that members, they never logged-in or the accounts are not activated or both options.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
First of all,
Update your wordpress to latest version, kleo theme, and theme plugins.
After you do that, reply to this thread.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this line to your wp-config.php from root installation.
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Read more here : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I have not tested, but you can try this : https://wordpress.org/plugins/bp-disable-activation-reloaded/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can get images from here :
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try to do this :
1. Go to Wp-Admin -> Settings -> Permalinks -> Press SAVE , check after.
2. Disable all plugins, recheck after.
3. If the 1,2 dosen’t help you to identify issue, add this code to your .htaccess
COPY CODE# BEGIN WordPress <IfModule mod_rewrite.c> ErrorDocument 404 /index.php?error=404 RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorLike this
COPY CODE[kleo_icon icon="ok" tooltip_position="left" tooltip_action="hover" href="http://google.com" target="_blank"]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi ZEMMA,
Can you provide login details i need to look closer.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this CSS to your theme
COPY CODE.activity-avatar.rounded { border-width: 1px !important; text-align: center !important; } .activity-avatar.rounded img.avatar.photo { text-align: center; margin: 0 auto !important; margin: 5px !important; }
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSure,
go to FTP -> wp-content/themes/kleo-child/ -> create a directory named page-parts inside this folder upload the attached file (post-content-masonry.php)
That’s all
Cheers
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,
Il you want i can help you with slider set-up for netflixdubai.com
Leave login details
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve added Kleo Button instead of button and i’ve added this class “txtaligncenter” at the row that contains the button.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI think you don’t have child theme activated.
In this case put this CSS in Wp-Admin -> Theme Options -> General Settings -> Quick CSS
COPY CODE#buddypress #message-threads .thread-avatar img.avatar { margin: 0 !important; }
IF you cannot handle please provide admin login details and FTP.
REgards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease make a print screen and draw where you want to featured appear.
Print screen needs to include address bar with url.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModerator1. Add this php code snippet to your kleo-child/functions.php and replace “My Custom Activity Title” with your desired title.
COPY CODEfunction change_activity_title($data) { if( $data == 'Site-Wide Activity' ) { $data = 'My Custom Activity title'; } return $data; } add_filter( 'bp_get_directory_title', 'change_activity_title' );
You can add by FTP
2. Only admin users are redirected to backend.
3. The only available options are boxed cover picture / and full you can enable cover profile to full width by going to Wp-Admin -> Theme Options -> Buddypress -> Enable Full width Profile Header
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to connect via FTP, the full path for kleo-child/functions.php is wp-content/theme/kleo-child/functions.php
Put that snippet provided above(increase or decrease values for your needs), then test and see if the crop size is as you wish.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Unzip and upload content-audio.php to kleo-child directory and make sure the kleo child theme is activated.
You need to upload the file via FTP in this path wp-content/themes/kleo-child/
That’s all
Regards
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. -
AuthorPosts