Forum Replies Created
-
Author
-
Radu
ModeratorHi again,
It’s possible that the icons to not appear sometimes because they don’t load.
You have latest version of Kleo (3.0.9) and plugins ?
Regards
RAdu
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 provide you more information regarding the ithemes security and other plugins, i suggest you to write on the plugin developer forum support.
Can i close this topic ?
Best Regards
Radu
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,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It’s done you can use this shortcode [custom_kleo_social_activity_share]
I used this function
COPY CODEadd_shortcode('custom_kleo_social_activity_share', 'add_kleo_social_share'); function add_kleo_social_share() { ?> <span class="kleo-facebook"> <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>" class="post_share_facebook" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=220,width=600');return false;"> <i class="icon-facebook"></i> </a> </span> <span class="kleo-twitter"> <a href="https://twitter.com/share?url=<?php the_permalink(); ?>" class="post_share_twitter" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;"> <i class="icon-twitter"></i> </a> </span> <span class="kleo-googleplus"> <a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"> <i class="icon-gplus"></i> </a> </span> <span class="kleo-mail"> <a href="mailto:?subject=<?php echo strip_tags(get_the_title()); ?>&body=<?php the_permalink(); ?>" class="post_share_email"> <i class="icon-mail"></i> </a> </span> <?php }
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Strange behaviour,
You have installed any other plugin for maintenance ?
Try to login to ftp, go to wp-content/themes/ and here rename kleo to kleo123 form example, then go to wp admin, disable any other plugins that not comes with the kleo especially maintenance plugins (if you have installed) then rename back the kleo123 to kleo and activate the theme.
Let me know if this is solving the issue.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry but i don’t understand french, can you please give me the error message in english please ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2015 at 18:49 in reply to: PHP Warning: Illegal string offset 'url' in wp-content/themes/kleo/kleo-framewor #78954Radu
ModeratorThis can happen because of true value of wp_debug function.
Try to set wp_debug false by adding the line below in wp-config.php from your root installation directory or if in the wp-config is set ‘define( ‘WP_DEBUG’, true );’ change true to false
COPY CODEdefine( 'WP_DEBUG', false );
https://codex.wordpress.org/WP_DEBUG#Usage
Let me know if it works.
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I answered you here : https://archived.seventhqueen.com/forums/topic/padding-within-section
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Look at this video :
https://drive.google.com/file/d/0Bxo5b6iHWRMwcnNpT0N6S0NpV2c/view?usp=drivesdk
Let me know if it’s ok
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try this CSS snippet
COPY CODE.header-color.social-header { background-color: red; }
Add this css to wp-admin -> Theme Options -> General Options -> Quick CSS.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2015 at 18:17 in reply to: PHP Warning: Illegal string offset 'url' in wp-content/themes/kleo/kleo-framewor #78935Radu
ModeratorHi,
You have latest version installed ? 3.0.9, if you receive that warning while you using automatic update and the theme not updating, try to update theme via FTP by uploading the new theme version over existing kleo theme install
the theme path is wp-content/themes/kleo/
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Before you importing make sure you have all required and recommended plugins installed and active.
Let me know if this causes the problem.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just use this function in kleo-child/functions.php
COPY CODE//Custom avatar for no avatar user function myavatar_add_default_avatar( $url ){ return 'http://www.socialagent.me/wp-content/uploads/2014/07/avatarDefault.png'; } add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' );
Replace http://www.socialagent.me/wp-content/uploads/2014/07/avatarDefault.png with your default avatar img url.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
With what icons do you encounter problems ?provide a screenshot
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You have installed any other plugins other than kleo comes ?
If yes try to disable them one by one and see if the issue persists.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you provide a screenshot with the compact view please ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Make sure that is not a cache issue, try to view the category pages from another browser of from incognito mode from chrome.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Unfortunately this is not possible but i recommend you to test this plugin : https://wordpress.org/plugins/buddypress-like/
Regards
Radu
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 use this css to hide that area
COPY CODEdiv#item-header { display: none !important; }
If this is not sufficient please provide a screenshot pointing out the elements to which you are referring to.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We investigate this and i will get back tomorrow.
Best regards
Redu
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 re-save permalinks by going to Wp-ADmin -> Settings -> Permalinks -> Save Changes
Let me know if it works.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you ask on the plugin support forum about this issue ?
Regards
Radu
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 it should be configured to block certain users, try to use wangguard see if fit your requirements.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
I suggest you to update the theme and plugins to latest version and check after.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Kleo uses the default wordpress database class for mysql queries.
Ok, reply here when you solve with the hosting configuration.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease provide the website url.
Regards
Radu
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,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please report this issue to their forum support : https://rtcamp.com/support/
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
IF you have more RAM memory available for your hosting it’s better for processing.
Yes, in wp-config.php this “define(‘WP_MEMORY_LIMIT’, ‘512M’);” is not present here you need to add to end of the file before ?>
define(‘WP_MEMORY_LIMIT’, ‘512M’);
You can improve page speed by adding a cache plugin like W3 Total Cache and activate page cache.
https://wordpress.org/plugins/w3-total-cache/
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
My colleague is answering you right now.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Now it’s h1 instead h2
The file from where i edited is /wp-content/plugins/5starweddingdirectory-1.9.10/templates/frontend/category.tpl.php
Can i close this topic ?
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
With the code that i provided you top ( it’s attached also on this reply ) put the file in kleo-child.
regarding to this :
” 2/ Before the user could only see the display of a video (for example: http://cb8bf3ad6e.url-de-test.ws/tom-rosenthal-its-ok-official-music-video-2/) ”Make sure you have selected post template as video.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Hide profile status update under avatar
COPY CODE#item-header-content #latest-update { display: none; }
Increase font size on groups
COPY CODE.buddypress div#item-header div#item-header-content #latest-update, .buddypress div#item-header div#item-header-content p:first-child { font-size:1.2em; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi Jokerette,
I suggest you to upload the kleo 3.0.9 via FTP over the existing kleo theme.
Can you post exactly what error it shows ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please send details about what plugin do you need at this address : dev@seventhqueen.com
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I visited your homepage but i can’t see this error there, you receive this error in backend ?
Provide exact url where the error appears.
Regads
Radu
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 do that with kleo but you will need a php developer to achieve this.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts