Homepage › Forum › Product Support › Kidzone › Install Theme
- This topic has 63 replies, 4 voices, and was last updated 7 years, 5 months ago by
trinhnv.
-
AuthorPosts
-
7 years, 6 months ago #2344
Hi Dario,
We will gradually resolve each problem.
1. Screen option. (see attachment )
Maybe you haven't checked box of screen option.2. List event page
a. We are ordering for "modified" of the event.
If you want to order by "date" of the event, you can do this:
Go to: {root}/wp-content/plugins/yolo-kidzone-library/admin/vc_extension/shortcodes/yolo-events.php
Change to the below code:( modified -> date ) about 40 - 47 lines$args = array( 'paged' => $paged, 'post_type' => 'event', 'post_status' => 'publish', 'posts_per_page' => $posts_per_page, 'orderby' => 'date', 'order' => 'DESC' );
Or order by "start time":
$args = array( 'paged' => $paged, 'post_type' => 'event', 'post_status' => 'publish', 'posts_per_page' => $posts_per_page, 'meta_key' => '_yolo_wp_post_start_time', 'orderby' => 'meta_value', 'order' => 'DESC' );
Or tell me the field you want to order by.
b. about the formatting, you can write in style.css of child-theme
ex: The title - time - address
Go to {root}/yolo-kidzone-child/style.css
or {root}/wp-content/themes/yolo-kidzone/assets/css/yolo.css
and add the below code in to the end file:.yolo-single-event .details-wrapper-top .details-top.event ul li h4{ font-size: 14px; } .yolo-single-event .details-wrapper-top .details-top.event h1{ font-size: 24px; font-weight: bold; }
c. Do you want to remove year? ( see at attachment )
You can go to Dashboard -> Setting -> Date format -> Custom : M d3. You have to known a little CSS.
ex: Go to {root}/yolo-kidzone-child/style.css or {root}/wp-content/themes/yolo-kidzone/assets/css/yolo.css
and add the below code into the end file:.yolo-single-event .details-wrapper-top .details-top.event .image img{ width: 50%; }
the result like as attachment.
4. Go to {root}/wp-content/plugins/yolo-kidzone-library/admin/vc_extension/shortcodes/yolo-events.php, about 18-29 lines, 'pagination' => 'show' change to 'pagination' => 'hide'
extract( shortcode_atts( array( 'title' => '', 'sub_title' => '', 'events' => 'all', 'style' => 'grid', 'columns' => 3, 'posts_per_page' => 3, 'pagination' => 'hide', 'excerpt_length'=> 20, 'class' => '', ), $atts ) );
If not true, please contact for us.
_________
Best regards,
trinhnvAttachments:
You must be logged in to view attached files.7 years, 6 months ago #2377Hello, thanks for your reply i am having some trouble with the following
- on the single event view, i've added the code you sent me to make the event image smaller but is not working (see image size attachment)
- on the event list page
- i want to hide the time (see hide time attachment)
- i also want to retain the format from the single event view (see event formatting attachment)
thank you for your help
Attachments:
You must be logged in to view attached files.7 years, 6 months ago #2392Hi,
1. Change to size of image:
Go to: {root}/wp-content/themes/yolo-kidzone-child/style.css
add at the end file:.yolo-single-event .details-wrapper-top .details-top.event div.image img{ width: 50%; }
2. Time format
a. Dashboard -> Setting -> General -> Date format and Time format
Change to as the attachment (setting-date-format.png).
b. Go to {root}/wp-content/themes/yolo-kidzone/single-event.php
Modify code like as the attachment (single-event-date-time.png and single-envent.png).
Add this code to the end {root}/wp-content/themes/yolo-kidzone-child/style.css.yolo-single-event .details-wrapper-top .details-top.event ul.meta{ padding-left: 0; margin: 50px auto 0; text-align: left; width: 67%; } .yolo-single-event .details-wrapper-top .details-top.event ul.meta li{ display: block; }
If not true, please send me link your site and account admin, account FTP via private message.
Thanks!
Attachments:
You must be logged in to view attached files.7 years, 6 months ago #2403This reply has been marked as private.7 years, 6 months ago #2414Hi,
Thank you for yours appreciate. It will mean more if you rating for our product 5 stars in:
http://themeforest.net/item/kidzone-children-kindergartent-wordpress-theme/14349582?s_rank=2It's very important for us, and we really happy that.
And it's a motivation for us to continue to support you even better.Thanks!
7 years, 6 months ago #2415Hi,
Please send me account admin via private messsage.
I have created child-theme for you,
because now if I edit anything the file then after when you update new our version, these will lost.
Please active child-them then continue fix for you.Thanks!
7 years, 6 months ago #2423This reply has been marked as private.7 years, 6 months ago #2424i saw that you've created a theme but if i activate, will i lost everything that i have done so far?
7 years, 6 months ago #2430Hi,
When you active Yolo Canifa Child, you need to resetup a few the option in the Customize(eg: Logo image, background page heading...).
After active Child theme, whenever you have to custom on your site(eg: css, html...), you will use child theme.
Best regard,
7 years, 6 months ago #2434Hi,
i have activated the Yolo Child i noticed that the font looks different (looks Bold), can you fix it to match the other one from the Yolo that i purchased?
Can you also proceed with the changes i requested?
7 years, 6 months ago #2437Hi,
You can say more: you want to change the font-weight in any position (I see it same demo).
Request for you:
1. Chang width Event image: add the following lines to the file of the child theme style.css:
.yolo-events.list ul.events-info li .yolo-event .event-image {- width: 30%;
}.yolo-events.list ul.events-info li .yolo-event .event-information {- width: 70%;
}2. Not display Time in Single Event: you add class in <h3>(as attachment) and add css to child theme style.css:h3.time-event {display:none;}3,4. add style:.yolo-single-event .details-wrapper-top .details-top.event .info-block{text-align: center;}.yolo-single-event .details-wrapper-top .details-top.event .image {- text-align: center;
}.yolo-single-event .details-wrapper-top .details-top.event div.info-block {- padding: 0;
}5. This is time-consuming. Currently, I can just erase some field where you do not use as "product", "teacher". but can not completely erase => search is not working. You find to "navbar.php" (/yolo-canifa/layouts/navbar.php) and remove a few field.(attachment)Best regard,Attachments:
You must be logged in to view attached files.7 years, 6 months ago #2452Hi Thank you so much for your help here is what i am trying to do and it still not working.
- I need to be able to inherit the formatting from the single event into the list event (see event list attachment)
- I want to go ahead insert my own link when you click on the picture and when you click on the Read more button (how do i change the read more button to buy tickets), i don't want customer to see the single event view, it would be easier...
thank you again... if we get this i think i should be able to do everything else
Attachments:
You must be logged in to view attached files.7 years, 6 months ago #2457Hi,
1. Have you want list event page like attachment(grid)?
2. I see you don't use WooCommerce, how do client buy your product?
Attachments:
You must be logged in to view attached files.7 years, 6 months ago #2460- no i want the formatting i have on the single page event to match the one on the event list view page. what happens is on the single event page i have a formatting h1, h2 and paragraph but when i go to the event list the formatting gets lost.
- no i dont use woocommerce cause i have ticketing service already thats why i wanted to change the read more button to a buy tickets button, (or hide if is simpler) and change the link for each event to a custom link different for every event. And not have a link at all on the event image
- also on the yolo event setting can you add a location field so i can only show events from one location or another one?
7 years, 6 months ago #2468Hi,
1. Please enter "Excerpt" for each event in admin.
2. Please enter "Link" for each event in admin.
3. Have you want: a event - many location?
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.