Forum Replies Created
-
Author
-
RaduModerator
For this you need to modify a core theme file wich is not recommended.
1. Navigate to wp-content\themes\kleo\page-parts\post-content-carousel.php
2. Go to line 136 or search <?php echo kleo_excerpt(); ?> and delete this line.Note : The description will be disappear definitely from “—RELATED ARTICLES—” widget.
Recommended solution : use kleo-child theme and build your custom post layout.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou can provide a url ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou no longer need to change anything on ftp.
Yes, your theme Kleo is the latest version.
If you need the old kleo theme, you will find on themes/oldkleo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to delete from wp-content\themes\kleo\vc_templates\vc_gmaps.php
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 solutionRaduModeratorProblem solved,
The problem was caused by the plug-K Elements.
Now your theme and k-element plugin was updated to last version.
I encountered problems uploading the theme and images, would need to take a look at this.
We solve these difficulties by using FTP
You need to check server configuration.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide me correct login details !
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOn FTP i cannot see the wordpress files.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI cannot login with that details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
That is custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team and I am sure you understand that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorOk, send me login details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can increase number of posts from Settings -> Reading -> Blog pages show at most -> change 10 to 20.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorAlso, i need wordpress admin account.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease arhive the 2ndkey.ppk, make it .zip or rar.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCheck ” Set as private reply “
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIn this case, please provide me ftp/cpanel access.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to disable all plugins and check after. If it works you need to indentify what plugin cause the problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can add here a screenshot about your problem ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team. You should try to hire a programmer.
Thank you for understanding.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorFor this you need to edit wp-content\themes\kleo\lib\theme-functions.php ,
search for function kleo_contact_form , inside this function you need to replace “Your Name”,”Your Email” and “Type your message…” with your prefered text. see screenshot below.NOTE : Is not recommended to modify core theme files.
Recommended solution :
You need to install kleo-child theme, and insert in kleo-child functions.php this code after set your preferred text.
COPY CODEif (!function_exists('kleo_contact_form')) { function kleo_contact_form( $atts, $content = null ) { extract(shortcode_atts(array( 'title' => 'CONTACT US' ), $atts)); $output = ''; $output .= '<div class="kleo-quick-contact-wrapper">' .'<a href="#"><i class="icon-mail-alt"></i></a>' .'<div id="kleo-quick-contact">' .'<h4 class="kleo-qc-title">'. $title .'</h4>' .'<p>'. do_shortcode($content).'</p>' .'<form class="kleo-contact-form" action="#" method="post" novalidate>' .'<input type="text" placeholder="'.__("Your Name",'kleo_framework').'" required id="contact_name" name="contact_name" class="form-control" value="" tabindex="276" />' .'<input type="email" required placeholder="' . __("Your Email",'kleo_framework') . '" id="contact_email" name="contact_email" class="form-control" value="" tabindex="277" />' .'<textarea placeholder="' . __("Type your message...",'kleo_framework') . '" required id="contact_content" name="contact_content" class="form-control" tabindex="278"></textarea>' .'<input type="hidden" name="action" value="kleo_sendmail">' .'<button tabindex="279" class="btn btn-default pull-right" type="submit">'. __("Send",'kleo_framework').'</button>' .'<div class="kleo-contact-loading">'. __("Sending",'kleo_framework').' <i class="icon-spinner icon-spin icon-large"></i></div>' .'<div class="kleo-contact-success"> </div>' .'</form>' .'<div class="bottom-arrow"></div>' .'</div>' .'</div><!--end kleo-quick-contact-wrapper-->'; return $output; } add_shortcode('kleo_contact_form', 'kleo_contact_form'); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You cand change this text from Theme Options Panel -> Layout Settings -> scroll down at this field “Contact form text”.
For custom css you can add your code from Theme Options -> General settings -> Quick css, or you can use kelo-child for your customization.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to update your Kleo theme to the latest version.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts