Forum Replies Created
-
AuthorPosts
-
Hi,
Please remove feature image and select again.
Hi,
I have added the following line into content.php
<h2 style = "text-align: center;margin:0;"><?php the_title();?></h2>
Please check again!
Hi,
This problem is caused by feature image render not correct size
You can try to change feature image or delete and upload again
Hi,
Sorry for reply my delay!
You just need to create style.css with content the following:
/*
Theme Name: Yolo Kidzone Child
Theme URI: https://yolotheme.com/
Author: YoloTheme
Author URI: https://yolotheme.com/
Description: This is a custom child theme for Yolo Kidzone
Template: yolo-kidzone
Version: 1.0.0
Tags: two-columns, left-sidebar
Text Domain: yolo-kidzone
*/
=> you can add css for it.
next step,you need to create a functions.php file into "yolo-kidzone-child" folder (you can to empty it)
If don't success, please send me admin your account. I will help you check.
Thanks,
Hi,
You go to "topbar.php" and add the following line (you can view more in the attachment)
'walker' => new yolo_megamenu_walker
Best regard,
Hi,
You can add the following style line:
.archive .content-area .site-main .yolo-main article {width: 50%;float: left;padding: 20px;}Hi,
Solved!!
You need to add Image for the product and please check again.
Best regard,
Hi,
If you don't use Google font then you will have to load a new font into Kidzone theme.
You can try to do the following guide:
Step 1: Create "fonts" folder in assets folder -> you copy your font into this folder -> you create "css" in fonts folder-> create fonts.css file in css folder
Step 2: Import new font: you call the font path into fonts.css.
(you can view more: http://wphelpclub.com/blog/wordpress-add-font/)
eg:
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Then you find to yolo-enqueue-css.php (/yolo-kidzone/includes/functions/yolo-enqueue-css.) and add the following line:
wp_enqueue_style('yolo-new-font', get_template_directory_uri() . '/assets/fonts/css/fonts.css', array(), '');
- Step 3: You find to theme_setup.php(/yolo-kidzone/includes/theme_setup.php) and find to the following line and edit font family:
$default_values = array(
'primafy_color' => '#000',
'secondary_color' => '#000',
'font_family' => 'Roboto',
'text_color' => '#000',
'font_size' => '14',
'font_weight' => '400',
'headings_font_family' => 'Lobster',
'headings_color' => '#000',
'logo_color' => '#000',
'logo_font_family' => 'Roboto',
);
yolo_set_theme_default( $default_values );
Notice: you will not use google font in Customizer, if you use it, it will override your font
Hope it help!
Best regard,
Hi,
Please use the child theme for your changes(https://codex.wordpress.org/Child_Themes). This may lose some config in the customizer(Logo, background image)-> you go to Customizer and select again.
You can solve the problems above the following:
1, You find to style.css (/yolo-kidzone-child/style.css) and the following line:
- Change color for Topbar
.yolo-header .navbar-wrapper .navbar .yolo-topbar .topbar-inner{
background-color: #fff; => edit color you want.
}
- Change color for Footer: You go to Customizer -> Footer -> Set Background color for it
Hope it help!
Hi,
You can do the following: you find to "single-event.php"(/yolo-kidzone/single-event.php) and yolo-event.php(/plugin/yolo-kidzone-library/admin/vc_extension/shortcodes/yolo-event.php)-> Affter do as attachment.
Hope it help!
Hi,
Thanks for your feedback.
If you love our theme and satisfy our custom support. Don’t hesitate to rate 5 stars for us.
It is great motivation for us to work.
Thank you very much.
Hi,
Now, you can add style in style.css file, it was activated.
You can check again!
Best regard,
Hi,
You just need to create functions.php, it is not the content or you can add your function custom.
Hi,
1,2 Please create "functions.php" file in canifa-child folder.
3, You can use plugin Regenerate Thumbnails to crop image in Woocommerce
Hope it help!
Hi,
You can add the following CSS line:
.navbar-header .navbar-brand{
position: absolute;
top: 0px;
left: 0px;
}
@media(max-width: 992px){
.navbar-header .navbar-brand{
left: 50%;
transform: translate(-50%,0);
}
}
After, you go to Customizer and set size image for LOGO
Hope it help!
-
AuthorPosts
