Forum Replies Created
-
AuthorPosts
-
Hi,
You need to add this line in "style.css" of "yolo-kidzone-child" folder, you can view to guide this here:
https://codex.wordpress.org/Child_Themes.
Hi,
You go to "style.css" (yolo-kidzone-child/style.css) and the following line:
.images-slider .carousel .carousel-wrapper .is-active.carousel-box{
height: auto;
}
Hope it help!
Hi,
Please send me link your site. I will help you check.
Thank,
Hi,
Sorry for my reply delay!
I have updated for Portfolio shortcode. You can update the following file below:
- yolo-portfolio.php (/plugin/yolo-library-kidzone/admin/vc_extension/shortcodes/yolo-portfolio.php and change content (yolo-portfolio.txt)).
- yolo-portfolio.js(/theme/yolo-kidzone/assets/js/yolo-portfolio.js and change content (yolo-portfolio-js.txt))
- map.php (/plugin/yolo-library-kidzone/admin/vc_extension/map/map.php and change content (map.txt)).
After update, you go to Portfolio Shortcode and select option as the attachment
Hope it help!
Hi,
"New error on portfolio": you go to "yolo-portfolio.php" file and try to add the following line(view attachment):
if(!empty($post_categories)):
foreach ( $post_categories as $cat ) {
if ( !empty($cat->slug ) )
$cat_class .= " ".sanitize_html_class($cat->slug, $cat->term_id);
}
endif;
1. We have checked the source code, we cann't currently update this problem. We will try to update in the near future. Sorry for this problem.
Hi,
This is your problem:
- Language: you need to create 'languages' folder (../plugin/yolo-kidzone-library/languages)
* Note: Change text: "Testimonial", "Home": you can solve them using the language file to change them with your language or edit in php file.
- Edit php file:
-"Testimonial": you go to "single-course.php" and edit the following line:
<h1><?php esc_html_e( 'Testimonials', 'yolo-kidzone' ); ?></h1>
If not changle, you can try anonymous browsing (Ctrl+Shift+N).
-"Home": You go to "yolo-html-breadcumb.php" (/theme/yolo-kidzone/includes/functions/yolo-html-breadcumb.php) and edit: echo esc_html__('Home', 'yolo-kidzone');
Hope it help!
Hi,
I can't login FTP your account
Please send me FTP acount a gain.
Best regard
Hi,
Sorry for reply my delay!
Please go to "language" folder and remove language file -> Create new file with Loco translate plugin
Hi,
If there are any problems your product, please contact us.
We'll help you fix it as quickly as possible.
Best regard
Hi,
Thank for contact us!we will update this problem.
We will update this problem.
Best regard,
Hi,
Sorry for reply my delay!
Please send me FTP account and link your site. I will help you check
Hi,
You want to remove post comment. you can do the following:
- You go to the post(Backend)-> checkbox "Discussion" ->pull down -> uncheck "Allow comment"(you can view the attachment). Or you go to "single.php" and remove the following line:
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
Hope it help!
Hi,
Any of your changes, should be updated in the child theme and this is the reason:
https://codex.wordpress.org/Child_Themes
1, You want to remove course quality review, you can do the following:
- You create "single-course.php" into "yolo-kidzone-child" folder.
- Get content from "single-course.php" file in "yolo-kidzone" folder
- Remove the following line(151-194):(you can view the attachment)
2, * Change "All courses"-> you go to "yolo-timetable.php"(../plugin/yolo-kidzone-library/admin/vc_extension/shortcodes/yolo-timetable.php) -> find "All Courses" and Edit it.
* Change the day:
- You go to "yolo-course.php" file (../plugin/yolo-kidzone-library/admin/post-type/yolo-course.php) and update the content in the attachment. -> you can find the day and edit(you try to search with "monday"). After update, you go to the backend and update all post course
Hope it help!
Hi
You go to "yolo-events.php" file (./plugin/admin/vc_extension/shortcodes/yolo-events.php) and add the following line: (you can view the attachment)
if($style){
$style .= ' '.$class;
}
Hope it help!
Hi,
Please send me link your site. I will help you check.
-
AuthorPosts
