Forum Replies Created
-
Author
-
Radu
ModeratorHi,
I see your point of view but understand for the moment there is no quick solution for making the wp globus to work, you can use the q translate x I the current version isn’t vulnerable.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease provide admin credentials in a private reply to take a look
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What localization plugin are you using ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes i saw those i was able to reproduce that on my local install, i will add this into the bug list and most sure next week we will take care of that, we will let you know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 27, 2017 at 17:36 in reply to: Integration with MediaPress and MediaPress Customizer #151119Radu
ModeratorHi,
The buddypress-functions.php file contains some classes and functions from buddypress and this file can be empty to use default buddypress functions do this to test!
If the attached templates are from another theme you should re-implement the changes from that templates in the kleo theme specific templates. So you will have to look at the files changed form your old theme and compare it with ours from and add the different lines that you had made in the old theme.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCan you made a screenshot that points exact what you want to change ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 27, 2017 at 17:08 in reply to: Possible Javascript error- KLEO + Registration overlay from another plugin #151110Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
What are you asking it seems to be custom, I cannot provide you a custom code with custom restriction rules, I can offer you some hints and guides, if you see any theme problems I’m here to help, for your case if you need to apply that change only for admins you will have to add the previews provided code in this kind of checks
COPY CODEif( current_user_can('editor') || current_user_can('administrator') ) { // stuff here for admins or editors }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 the menu links for BuddyPress profile you will have to build menu items using custom links and to can generate the login username in URL you will have to use this variable: ##member_name##
Example routes :
http://localhost/kleo/members/##member_name##/edit will generate http://localhost/kleo/members/admin/editAnd so on, add your desired routes like change cover, view etc.

For the second, you can ask that on the plugin support but let me see a screenshot that includes the URL where the buddypress related are disappearing when you try to write a blog post thru that plugin, also try to see how it behaves using default wp theme.
Cheers
RHi 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
ModeratorHi again,
WE have fixed caption for the single image replace the content of this file : /Applications/XAMPP/htdocs/kleo/wp-content/themes/kleo/assets/js/app.min.js with this content : http://pastebin.com/raw/p1GxQc2w
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 solutionJanuary 26, 2017 at 20:03 in reply to: Change amount to scroll before transparent menu transition #150954Radu
ModeratorHi,
We are on that, but we still testing the behaviour later or tomorrow we will give you a solution for 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,
Once we will implement the caption on the image pop-up lightbox we will do the same for the image gallery VC 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
ModeratorYes i see it and the pop-up it opens, i’ve tried to login to wp admin to take a closer look but i cannot login, can you disable the captcha for login ? to can be able to login or provide directly the wp-admin login link
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 see,
Use this function
COPY CODEfunction my_theme_options_php() { $serializedthemedata = ''; $aaa = json_decode($serializedthemedata); update_option("kleo_" . KLEO_DOMAIN, $aaa); } add_action('after_theme_setup', 'my_theme_options_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
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 26, 2017 at 19:05 in reply to: Integration with MediaPress and MediaPress Customizer #150942Radu
ModeratorHaven’t you built the plugin running Kleo theme? How should the plugin behave ? what are the features of the plugin? tell me more about it and how this should work
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhat’s the button that triggers the pop-up ?Or how this should behave ? to appear automatically ?
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 this on quick css area from theme options, delete it.
.kleo-main-header img#logo_img {max-height:88px;} and replace it with those@media(min-width:992px){
/*DESKTOP*/
.kleo-main-header img#logo_img {
max-height: 170px !important;
}}
@media(max-width:992px){
/*MOBILE-TABLET*/
.kleo-main-header img#logo_img {
max-height: 133px !important;
}}
Adapt the values for your needs, anyway the problem it’s because you are using a portrait format of a logo instead of landscape
Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDe-activate child theme and all plugins except woo commerce and let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
By adding this function and modifying it: https://gist.githubusercontent.com/sqcodes/627efa93598c45dce583181727a29efc/raw/7f8e11c3bc1bed72709367059c159f1ba60fd172/sweetdate_entry_meta.php
Rename the elements that you don’t need from the meta.
The function will be added to functions.php in 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 solutionRadu
ModeratorHi,
You have this option like this ?
Wp-admin -> appearance -> theme options -> Login page redirect -> reload

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What more exactly? Users to have the possibility to add a blog post from their profiles? or to have a dropdown menu ?

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 can use the import/export functions from theme options

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add this css to wp-admin -> theme options -> styliong options -> quick css
COPY CODEdiv#message-thread > div:nth-child(even) { background: #f4f4f4; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse this syntax, it’s the same as qtranslate x and this it should work http://www.wpglobus.com/extensions-archive/multilingual-texts-in-wordpress-theme-options-panel/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts