Forum Replies Created
-
Author
-
KamalModerator
Hi,
1. If you want to show a portion of text of your testimonial on your homepage, you need to edit the shortcode template for testimonial and add some custom css to adjust the style. It is a bit complicated task. You may need to hire a developer to accomplish this task. By the way, the templates for shortcodes are found in wp-content/plugins/k-elements/shortcodes/templates folder. If you do want to edit and customize it then you need to copy it in the child theme under k_elements folder.
2. If you want to hide the author name on testimonial page eg. on the page you showed in the screenshot, then you need to do two things.
First: You need to add some css to the style.css file of KLEO Child Theme. You can edit the style.css file from Apprearance>Editor>style.css. Please copy and paste the following css code to that file and save it. Here is CSS code:COPY CODEbody.post-type-archive-kleo-testimonials .meta-author{ display:none !important; }
Secondly: You need to copy and paste the following code to the functions.php file of KLEO Child Theme. You can edit this file from Appearance>Editor>functions.php. Please copy and paste the following code and the save the file. Then visit your site and it should give you the desired result. Here is the code:
COPY CODE/** * Prints HTML with meta information for current post: categories, tags, permalink, author, and date. * Create your own kleo_entry_meta() to override in a child theme. * @since 1.0 */ function kleo_entry_meta($echo=true, $att=array()) { $meta_list = array(); // Translators: used between list items, there is a space after the comma. $categories_list = get_the_category_list( __( ', ', 'kleo_framework' ) ); // Translators: used between list items, there is a space after the comma. $tag_list = get_the_tag_list( '', __( ', ', 'kleo_framework' ) ); $date = sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a>', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); $author = sprintf( '<a href="%1$s" title="%2$s" rel="author">%3$s</a>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'kleo_framework' ), get_the_author() ) ), get_the_author() ); $meta_list[] = '<small class="meta-author">'.$author.'</small>'; $meta_list[] = '<small>'.$date.'</small>'; $cat_tag = array(); if ( $categories_list ) { $cat_tag[] = $categories_list; } if ($tag_list) { $cat_tag[] = $tag_list; } if (!empty($cat_tag)) { $meta_list[] = '<small class="meta-category">'.implode(", ",$cat_tag).'</small>'; } //comments if (!isset($att['comments']) || (isset($att['comments']) && $att['comments'] !== false)) { $meta_list[] = '<small class="meta-comment-count"><a href="'. get_permalink().'#comments">'.get_comments_number().' <i class="icon-chat-1 hover-tip" data-original-title="'.sprintf( _n( 'This article has one comment', 'This article has %1$s comments', get_comments_number(), 'kleo_framework' ),number_format_i18n( get_comments_number() ) ).'" data-toggle="tooltip" data-placement="top"></i></a></small>'; } if ($echo) { echo implode(" ", $meta_list); } else { return implode(" ", $meta_list); } }
I have tested on my site. I works just fine. I have added two screenshots so that you can see how it will look after you do this perfectly. If you have any more questions, you can ask me any happily 🙂
Thanks,
KamalHi 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.November 11, 2014 at 00:20 in reply to: How to hide header and footer with Revslider for mobile ? #34957KamalModeratorHello @Namsey,
You can hide header and footer on your home page just putting the following codeCOPY CODE@media screen and (max-width: 480px) { body.home-page #header, body.home-page #footer { display: none !important; } }
to your the style.css file of KLEO Child Theme. You can edit the file from Appearance>Editor>Style.css. Please just copy and paste the code to the style.css file and save. Then visit your site. I have tested on my site. It works fine. Please let me know if it works for you. Thank you very much. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, I understand you. Well, it is not possible to move Extra sidebar to the left as it is hard coded to the theme. We will try to add new option in the next update to move sidebar from one side to another. However, one tip for you. you can put content of your custom sidebar on Extra sidebar and the content of Extra sidebar on your custom sidebar. This way, You can accomplish the result you wanted at the moment. I hope this helps you a bit. Thank you very much.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorYou are most welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
KLEO supports by default two sidebars eg. 1. Main Sidebar 2. Extra- for 3 columns pages
and Main sidebar shows up in the left side of page with 3 columns layout and Extra sidebar appears in the right side. So, you can edit Main Sidebar to put all the content that you want to show on the left side and you can edit the content of Extra sidebar to show content that you would like to show on the right side. You can fill both sidebars with any information you want from the widgets page. I hope this helps you. Please feel free to ask me if you have any more questions regarding this. 🙂
Thanks,
KamalHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, Are you using the latest version of KLEO theme? and what is the version of your rtMedia plugin? and Can you please give me a screenshot of the error. I am using rtMedia version 3.7.16 without any problem with latest KLEO version 2.1. So try to give me a screenshot and you can also deactivate all plugin except rtMedia to see if the problem fixes and then activate one by one to see which plugin causes problem. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
You can change the layout for your blog and category pages from “Theme options>Blog”. Please see the screenshots for better understanding. Thank you. 🙂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.KamalModeratorHi,
I have just installed and tested the above plugin and it works fine and shows me no error. Are you using the latest version of KLEO? If not, please use the latest version of KLEO and if the problem still exists after updating KLEO then try to deactivate all plugin except coursepress then activate all plugin one by one and see which plugin creates problem against this plugin. As I have tested with latest KLEO and found no problem, So I can say for sure, the problem must be related to something like plugins etc but not to the theme. So please do the above things, and let me know if this fixes your problem and I have attached a screenshot of my test here. Thank you very much. 😉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.KamalModeratorHi, Please try to clean the browser cache and cookies and other site data from chrome then browse the site again. And let me know if this fixes your problem. As your site works good in other browser so cleaning browser cookies and cache should fix the problem. Thanks. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, Thank you for your suggestion. We will look into it. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, you are most welcome. Can you please give two screenshots where you select to show only pages in visual composer and the result page where portfolio and pages are displayed as search result? I have attached some screenshots. Please see them. Thank you. 🙂
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.KamalModeratorHi,
You can change your testimonial very easily. You can find the setting for changing or adding new testimonial on the left side of the admin panel. I have added two screenshots below. Please see the screenshots then everything will be as easy as water. However, if you still have problem, please ask me again. I will try to help you.:) Thanks.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.KamalModeratorHello,
You can show different logo during maintenance mode simply by uploading a different logo from the Logo uploading option found under Theme Options>General Settings>Logo. Then After your maintenance mode is over you can change your logo to the main logo for your site. I have two screenshots for you. I hope this helps you a bit . Thanks. 🙂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.KamalModeratorHi Elyunterim,
I would like to add to Luara’s message.
If you like, you can limit the buddypress friend limit using different plugin like BuddyPress Limit Friendship etc. I hope this helps. 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHello Norman,
I think you are using a monitor with HD resolution. In HD monitor site maybe look in the middle and a some white space on both sides. You can use full width layout for pages. Our full width layout takes upto 1440px space.Therefore, still you may have some white space on both sites of the content area. You can also give me a screenshot to check if it looks ok on your screen or looks abnormally small. Thank you very much.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, Thank you very much for your kind comment about our support. By the way, Mobile sticky menu is not available at the moment. We are planning to add this feature in future update. Please stay with us. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
you can try uploading your image to wordpress media first and see if any errors occur. Then you can add your image to any page from your media gallery. But if you can not upload image to your wordpress media then the problem is related to your wordpress setup or hosting provider. Please let me if this fix.
Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
Can you please give me a screenshot of where you would like to insert accordion? and You can add new custom js code to “Theme options> General Settings> JavaScript code field. Your code will be loaded in the footer. Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHello @Ryaza, Can you please give me a screenshot where it is not showing up and where you created it? It would be easy for my to understand your problem then. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHello, As you do not have experience with CSS then you can not edit it. You need to hire someone to stylize that button for you. and simply adding the class to the search form will not work. It is used for stylizing the specific element only. I hope you understand what I mean. Thanks.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorThanks. I am happy to hear your site is ok now. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorAnd you can also remove all media queries from assets/css/app.css from the end of the file
Also assets/css/bootstrap.min.css has media queries and you can try replacing the contents with one from Non-responsive twitter bootstrap-min.css. Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, I can see. So, what would you like to modify in this menu? Do you want to change the style of this menu? or something else? If you like to change the style of the menu, you need to stylize it with some css. if you can, please try to give me the link of your site. I would visit and test the style later if you wanted to change its style. Let me know if I can help you with anything. Thanks.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
Please try adding this code ”COPY CODE.kleo-navbar-fixed .page-boxed .kleo-main-header, .container, .kleo-page { width: 1200px; } body, html { overflow-x: inherit; /* YOU TRIED OVERFLOW ONY. TRY OVERFLOW-X*/ }
to Theme options>General setting> quick css field and save it. and Copy the header.php to from “wp-content/themes/kleo/header.php” to “themes/kleo-child”. and then remove this “<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>” line of code from line 25. and let me know if this work.
Thank you.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
You can only search for pages in the ajax search box, but you can not search for pages in the search results page after you hit the submit. We are working to add this functionality soon. Please let me know if you have any more question. Thank you.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
Can you please tell me what you meant by ‘third redirection’? and we will consider adding redirection to the user’s profile in the next update. Thank you very much for the suggestion.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHello,
Can you please give me the screenshot of the menu you are trying to modify? It would be great if could give me the screenshot then I could give you the solution. Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2014 at 18:06 in reply to: How can I put the register form on top of a background or revolution slider #34569KamalModeratorHi,
Can you please give me a screenshot of what you are trying to do?
Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, I am very sorry to see that error. After seeing the error, this time I have visited your site with three browsers eg. Chrome, Firefox and Opera. Surprisingly, I can not see any errors. Your site looks great on all of these three browser. I have tested them loading groups on viewport to see the error but I did not see. I have attached the screenshots of your site on my three browsers. It really strange. There must be something wrong with the browser you are using. Your site looks great to me. You may use another browser to test it. and you can also update your current browser or reinstall it if clearing history, cache, cookies does not work for your. Please let me know if you have problem in other browsers also.
Thanks.
UPDATE: I have visited your site and scrolled up and down and read some post and then I refreshed page using f5, but the final result was good. I did not see that error. Please consider the above solution I said. I hope this might fix your problem. Thanks. 🙂
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.KamalModeratorHi, Can you please tell me the name of the custom post you are referring to? It would be great if you might give me a screenshot here. By the way, if you meant portfolio custom post then, you can hide breadcrumb and title from the Portfolio Setting section under the text editor. However, you are welcome to ask me any question if the above info does not help. Thanks.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
I have just visited your site with Google Chrome and it took me 2 secs to load the home page on 512kbps/64KBPS internet connection. Please try to clean your browser history and all cache and cookies then try again and see how it loads. You may also test in different browsers to see how it loads in chrome and firefox etc. then I hope your problem will be solved as I can visit nicely now. One more tips, You can also optimize your site using some great plugin like w3 total cache etc.
If after trying all I have mentioned above does not fix your problem then you are always welcome to ask me here for more help.
Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
We have not tested that plugin with our theme. You need to use some css styling to make it look good with the theme. and our theme has a very easy-to-use layout maker called Visual Composer. You can use it to make nice layout without any programming knowledge. If you have any other issue, please feel free to ask. Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi,
I have just visited your site with chrome and I found no error like you have shown in the screenshot. I have attached a screenshot of my browser view. I suggest you better clear your browser cache and cookies and refresh the page. I hope it will fix the problem. If you still have the problem then try out with another browser and let me know if it is fixed. Good luck. 🙂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.KamalModeratorHi,
Did you mean Two Titles for one page at the same time?
It would be great if you could give me a screenshot of your problem.
Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, You can add a class to the search form when inserting it using Visual Composer. Then you can stylized the Search button to your liking and save your custom css under Theme options>General Setting> Quick CSS. Of course, you need to have fair understanding of CSS. You may get help of any developer to do that for you. I hope this helps. Please let me know if you have any other problem. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionKamalModeratorHi, You can remove breadcrumb from post page by doing the following,
1. Go to edit page> Theme General Setting> Title Section.
2. Check the hide the title checkbox
3. Select “hidden” from the options beside Breadcrumb.
I hope this will hide breadcrumb and title from the post page. Please let me know if this works for you.
Thanks.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts