Forum Replies Created
-
AuthorPosts
-
Hi Krazle,
Thank you for your appreciation!
With your issue, my answer is as follows:1. The configs of Customize:
Example: In Typograph, I try to change "Font color" and "Transform to uppercase", it working,
Please check again, maybe caused by a cache of the browser, each "Save and Publish" please Ctrl + F5 then view page.
Or you can change some other configs and Save then view page.2. Change "Search results" to "Shop".
Go to: {root}/wp-content/themes/yolo-canifa/includes/functions/yolo-html-breadcrumb.php
Change "Search results" to "Shop", like this:(about 57 lines)echo '
- ' . esc_html__('Shop', 'yolo-canifa');
3. I've tried to active Yoast SEO,
I see it still do working.
Please try it and contact to us if you have any question, we will try to fix if possible___________
Have a nice day!
trinhnvHi 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,
trinhnvHi Marcel,
Please send to me link your site and screenshot about that issue.
Thanks!
Hi Dario,
1. Have you want to like as at attachment?
2. Add sidebar:
Each post has options sidebar in administrator for that post-type, you see at the attachment.Hi Dario,
To hidden above block,
Go to: {root}/wp-content/themes/yolo-kidzone/single-event.php
Copy and paste this file into {root}/yolo-kidzone-child
Edit this file as the below: (Remember that, you have to active yolo-kidzone-child).
about 135 lines<div class="contact-wrapper event">
Change to:
<div class="contact-wrapper event" style="display: none">
Or you can see at attachment
If not true, please contact for us.
----------------
Best regards,
trinhnvHi Marcel,
Please send me link your site, I will check for you soon.
Thanks!
Hi bintaroweb,
Thank you for using our product.
You have to set featured image in post.
Try to it.
Thanks!
Hi Weilijiang,
I fixed for you about the "Instrutor" in Time Table.
Please check again.
If not true, please contact for us.
Thanks!
Hi borge,
I think it's caused by css.
Please send me link your site and account FPT via private message.
I will check for you soon.Thanks!
Hi Krazle,
Thank you for your rating!
If you any question, please contact for us.
_________
Best regards,
trinhnvHi Weilijiang,
I understand, you can do this: Go to {root}/wp-content/plugins/yolo-kidzone-library/admin/vc_extension/shortcodes/yolo-timetable.php
Replace all above code file by code in yolo-timetable.php.txt (attachment).
Try it and check again.
Thanks!
Hi borge,
I see like is done.
This is a function of Woocommerce: if the status of order: Cancelled/On Hold/... then show "View",
if your order is: Pending payment/Flailed then show: "Pay", "View", "Cancel" button.
like as at attachment.Hi Weilijiang,
Can you tell me clearly again?
Thanks!
Hi Dan,
1. Change image background:
That is my code: (in yolo.css, about: 11869 lines).yolo-page-heading .bottom-bar { text-align: center; background-image: url(../images/jumbotron-bottom-bg.png); position: absolute; width: 100%; bottom: 0px; }
you can background-image by other image or comment this code.
If you change background-image, you should write in style.css of your Child-Theme.2. This is code for tab color: in yolo.css, about 15038 - 15046 lines
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab > a { padding: 0; margin: 0; border: 0; background-color: #636fe1; font-weight: 800; text-transform: uppercase; color: #000000; }
If you want to change colour, you should write in style.css of Child-Theme.
Thanks!
Hi Marcel,
This is a variable product, it has more option, ex: color, size,...
So, it can't "Add to cart" button.
Thanks!
-
AuthorPosts
