Forum Replies Created
-
Author
-
Radu
ModeratorHi,
I will add this to improvement list and this will be fixed, until we release a new update that includes this we will provide to you a temporary solution to achieve this these days !
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,
Facebook login works in Kleo on my test site, are you sure that this is a theme problem ?
Try to do the following in this order :
1. Regenerate API keys paste again the api key into theme options
2. Deactivate all plugins and check again.
3. De-activate child theme and check again
4. De-activate child theme and plugins and check
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
ModeratorMy IP is : 86.127.142.111 , but most probably tomorrow I will be able to investigate this.
I have dynamic IP allocation so if until tomorrow maybe this can be changed if this happens I will provide you my new IP address
Leave also FTP details maybe I will need them
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, Please change your colors from the live customizer form wp-admin -> appearance -> customizer
From that panel you are able to do what you need, for the colors you should use header styling and sidemenu styling
Cheers
R.
Radu
ModeratorHi,
I don’t think there it’s a theme problem because rest of customers uses with success wpml+sweetdate and they doesn’t have this kind of issues, please let me know if you will activate a default wordpress theme you encounter samme behaviour.
Cheers
R.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 solutionSeptember 14, 2016 at 18:53 in reply to: Add badges under cover photo depending on profile fields #136133Radu
Moderatoryes you should add the complete path or not but to be sure add entire link, check it before adding to function
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
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
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 responsible file it’s : /wp-content/themes/kleo/lib/plugin-buddypress/menu-notifications.php you should have some php knowlage to acheive that
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 problem between rev slider and kleo theme using latest version of those and WP, so update your wp, for the news layout you should to check post based slider because that slider will use your inserted posts to create slides.
If you think there is a problem,de-activate all plugins excluding revolution slider and check again.
Dedicated revolution slider documentation : https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Radu
ModeratorHi,
Do you have created template files for that plugin ? In the plugin docs it says to create :
single-event.php (Event)
single-calendar.php (Calendar)
single-team.php (Team)
single-table.php (League Table)
single-player.php (Player)
single-list.php (Player List)
single-staff.php (Staff)
single-directory.php (Staff Directory*)
single-sponsor.php (Sponsor*)And to add theme support with this code ? add_theme_support( ‘sportspress’ );
Do you have completed all of those and it not works right ? What error you receive ? not code of the error any additional message ?
Please reproduce the error message with the wp debug and wp debug log turned on
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
ModeratorYou’re welcome
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,
I think yes, upload your modified image to child theme in wp-content/themes/kleo-child/assets/img/
then add this css to child theme style.css
COPY CODE#bbpress-forums #bbp-search-form input[type=submit], #bbpress-forums #bbp-search-form input[type=submit] { border: 0; text-indent: -9999em; background: url(../../assets/img/sprite.png) no-repeat; width: 24px; height: 24px; border-radius: 100%; position: relative; float: right; margin-top: 3px; }Instead of ../../assets/img/sprite.png put your image url
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,
That code means a ZERO WIDTH NO-BREAK SPACE : http://stackoverflow.com/a/9691839
This is so odd, from what users said in the StackOverflow link somewhere it’s a space but you haven’t changed the files… try to re-install WordPress from wp-admin -> dashboard ->
If you de-activate child theme something happens ? do you have any update available for plugins ? update them.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 14, 2016 at 17:42 in reply to: admin toolbar redirecting to front page instead of the dashboard for non-admin users #136117Radu
ModeratorOk, in this case it means that that issue it’s not related to the kleo theme
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 think that fields are part of rtmedia, so you should to translate rtMedia.
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 14, 2016 at 17:38 in reply to: Problem updating Visual Composer and K-Elements after updating to 4.13 #136115Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Take a look : https://drive.google.com/file/d/0Bxo5b6iHWRMwZWZWVTVRZUJFZ0k/view
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
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,
We can provide to you only this CSS solution for PHP solution you should do it yourself or to start a collaboration with a developer for that .
Check this php snippet that check if the logged user it’s author will load that css to remove the comm for replies in activity : http://pastebin.com/raw/9tvG3stC for other request like these you should to get a developer because those are not theme problems and our support team cannot provide custom support
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNp
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 solutionSeptember 14, 2016 at 16:58 in reply to: Add badges under cover photo depending on profile fields #136099Radu
ModeratorThe code seems to be ok, but that code should be added in wp-content/themes/kleo-child/functions.php
And try to paste code form here : http://pastebin.com/raw/jwa3FVT1
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve understood but our facebook login work as usual.
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,
Unable to figure out… and I cannot visit your website it says the same thing. attack detected. I wanted to test some things from your wp panel but I cannot can you please to de-activate that firewall ?
try to re-upload theme files again…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
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
ModeratorCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Strange!
I see at the start of the html in your page this character

If you said that you have tried all .. try to re-upload again the theme files over the existing one by overwrite them.
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
ModeratorCheck response here https://archived.seventhqueen.com/forums/topic/prohibit-to-make-a-response-to-comment
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts