Forum Replies Created
-
Author
-
RaduModerator
Hello,
Add this code to your kleo-child functions.php
COPY CODEfunction checkpage() { if (is_page('contact')) { echo '<script>alert("Hello! I am an alert box!!")</script>'; } } add_action('wp_head','checkpage');
Replace the example code from echo with your preffered js code.
Also replace contact with your page slug.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to your domain.com/wp-admin/options-discussion.php then E-mail me whenever -> CHECK
✓ Anyone posts a comment
✓ A comment is held for moderationHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I need to look closer, please provide admin credentials and FTP.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide URL, i will give you a CSS snippet with second level transparency for the menu.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorProblem fixed with this jQuery code
COPY CODE<script> jQuery(document).ready(function(){ jQuery("a.public-mess-window").on( "click", function() { jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "static"); }); jQuery("a.priv-mess-window").on( "click", function() { jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "static"); }); jQuery(".mess-close").on( "click", function() { jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative"); }); jQuery(document).on('mouseup touchend', function(e){ var container = jQuery(".mess-popup"); if (!container.is(e.target) && container.has(e.target).length === 0){ jQuery("body.is-user-profile div#item-header div#item-header-content").css("position", "relative"); } }); }); </script>
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Momentarily try with CSS Fix
Add this CSS code to your Theme Options -> General Settings -> Quick CSS area or in your kleo-child/style.css
COPY CODE.article-content > p:first-child { 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 solutionRaduModeratorHello,
I need to look closer, please provide URL and admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to that slider sttings from Wp-Admin -> Revolution Slider (select your slider) -> Settings -> at Slider Layout section -> Check Auto Responsive
If this not solve your problem, please provide url and admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide URL.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide this URL and i will give you a CSS FIX.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can reinstall the Kleo theme how many times you want as long as do it on a same domain ( with same licence ).
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOn my side is ok.
Please 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,
Post on rt media support forum for this issue.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 19, 2015 at 17:00 in reply to: z index of floating envelope contact form not working with side menu #50838RaduModeratorHello,
Yes this will be fixed in next theme update, but is not recommend to delete your child theme, if don’t want to use child theme anymore, just deactivate.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You are welcome,
The untranslatable strings from the cover photo plugin will be fixed in the next plugin update.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Twitter will be short that link automaticaly and the link will be t.co/blabla and the anchor of the links will be somthing like this : http://www.vozenvoz.com/mexico/guadalajara/guadalaja….
Check it.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Read this : https://bbpress.org/forums/topic/private-appended-twice-to-forum-title/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can ignore that warning, you can set the background and that message will disappear.
This Thing Will Be fixed in a future update of Kleo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou are welcome,
Unfortunately this feature cannot be customized from theme settings.
Thanks for understanding
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Update your post_max_size in php.ini to a larger value.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Take a look at the demo : http://seventhqueen.com/themes/kleo/checkout/ ( add something in cart and go to checkout page ) It works perfectly in IE, if you have made changes or you have added things in kleo-child, remove them and recheck.
Make sure you have latest verion of kleo, in latest version this issue not exist.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide the URL , i need to look closer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I’m not able to see that image,
Please post the portfolio URL and i will give you a css fix for your problem.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You need to replace functions.php from wp-content/themes/kleo folder (replace with this file – see attachment) also you need to replace sidebar-footer.php (see attachment)
That’s all
Cheers
Radu
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,
Please post the address where that white space appears.
I will give you a css fix if is possible.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The link works on my side.
I attached here pinterest.txt ( see attachment )
COPY CODE[vc_row inner_container="yes" text_align="center" section_type="main" type="image" bg_image="3384" bg_position="center" bg_position_horizontal="center" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.04" padding_top="300" padding_bottom="60" min_height="0.04" border="none" css_animation="right-to-left"][vc_column width="1/1"][vc_column_text css_animation="right-to-left"] <h1><span style="color: #ffffff;">EXPLORE THE PLANET</span></h1> [/vc_column_text][kleo_gap size="20px"][kleo_search_form form_style="transparent"][kleo_gap size="30px"][vc_row_inner][vc_column_inner width="1/4"][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"] <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2> <p style="color: #fff;">MEMBERS ONLINE</p> [/vc_column_text][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"] <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2> <p style="color: #fff;">MEMBERS ONLINE</p> [/vc_column_text][/vc_column_inner][vc_column_inner width="1/6"][vc_column_text css_animation="right-to-left"] <h2 style="margin-bottom: 0; color: #fff !important;">[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]2[/kleo_animate_numbers].[kleo_animate_numbers animation="animate-when-almost-visible" timer="3000"]247[/kleo_animate_numbers]</h2> <p style="color: #fff;">MEMBERS ONLINE</p> [/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row inner_container="no" section_type="alternate" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" padding_top="20" padding_bottom="20" min_height="0" border="bottom" css_animation="right-to-left" bg_color="#f7f7f7"][vc_column width="1/1"][vc_posts_grid loop="size:All|order_by:date"][/vc_column][/vc_row]
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.RaduModeratorYou need to update Visual Composer versio is to old.
Read more here : https://archived.seventhqueen.com/documentation/kleo#updates
Or follow this steps :
1. Deactivate Visual Composer Plugins
2. Delete Visual Composer Plugin
3. Go to http://pentaprismcommunity.org/wp-admin/themes.php?page=install-required-plugins
4. Cleck Visual Composer Plugin an click install.That’s all
It should work
Let me know if it works
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please replace that files :
wp-content/themes/kleo/buddypress/groups/create.php with this ( attachment )
wp-content/themes/kleo/buddypress/groups/single/admin.php with this ( attachment )Sorry for inconvenience
Let me know if it works.
Cheers
Radu
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,
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 solutionRaduModeratorAnd the website address is ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I maked a little customization of that notification , try with css code, the message will be appear centred and with a transparent border
Add this code to you Theme Options -> General Settings -> Quick CSS area, or you can put in kleo-child style.css
COPY CODE#sitewide-notice #message { right: 0; left: 0; top: 30%; position: fixed; margin: 0px auto; width: 60%; border: rgba(0,0,0, 0.3) solid 20px; z-index: 9999; } #sitewide-notice #message #close-notice { display: block; float: right; margin-top: 0px; background-color: #efefef; padding: 2px 10px; color: #000; text-transform: uppercase; } .buddypress div#message p, #sitewide-notice p { margin: 0; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease proivide admin credentials to take a look closer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please update VC and K-elements and enable/disable the plugins.
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 solution -
AuthorPosts