Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry, the Organisk doesn't support Product Block post type.
Hi,
Sorry, the Organisk doesn't support Product Block post type.
Hi,
You don't need to worry, I will update in the next version.
Best regards,
tb.
Hi,
You can update the latest version of Motor theme to solve Woocommerce template outdated problem.
(You should backup theme before the update)
Later you can contact the Mailchimp again. I don't think this problem affects sending mail.
Best regards,
tb.
Please send me a screenshot to clarify.
Hi,
I can't login your site with the info above.
Please check again.
Best regards,
tb.
Hi,
You go to Contact Form 7 -> Edit form -> Message tab -> change the text that you want.
Best regards,
tb.
Hi,
You go to Contact Form 7 -> Edit form -> Message tab -> change the text that you want.
Best regards,
tb.
Hi,
- Recent New shortcode: I added these lines to Custom CSS:
.recent-news-home_2 .recent-news-container article:hover .post-thumbnail{
border: none;
box-shadow: 0 0 0 1px #eee;
}
.recent-news-home_2 .recent-news-container article:nth-child(4):hover{
z-index: 99;
}
- Replace "News" => "Blog": You go to the article-heading.php (/themes/yolo-sofani/templates/) and replace it. http://prntscr.com/nd04si
- Add gap between the logo and menu: I set the Header 3 instead of 6.
Please reload your site and check again.
Best regards,
tb.
Hi,
You can create a function and use this hook "woocommerce_single_product_summary"
add_action('woocommerce_single_product_summary', 'your_function', 31);
Hope it helps!.
Best regards,
tb.
Hi,
This is the warring from PHP 7.2.
You can go to the meta.php (/themes/yolo-organisk/woocoommerce/single-product/) file and replace the content with the attachment.
Best regards,
tb.
Hi,
Currently, you need to create 2 images:
Eg:
- Image 1 is a logo => Image 2 will be a shirt with the logo attached.
Best regards,
tb.
Hi,
This is CSS code:
.page-contact-us .wpb_wrapper h2:before,.page-about-us .page-content .entry-content .wpb_wrapper h2:before{
display: none;
}
.page-title-center .block-center .block-center-inner{
top: 45%;
}
.page-title-center .block-center-inner h1{
color: #444!important;
}
.blog-inner.blog-style-grid article,.blog-inner.blog-style-masonry article{
padding: 10px!important;
}
Best regards,
tb.
Hi,
You can send me a picture of the error you mentioned above.
You can try to update the last new version for Motor theme (vs. 1.4.3).
You should backup your theme before the update for it.
Best regards,
tb.
Hi,
- I have added some CSS lines to Custom CSS of Theme Option. (Remove the yellow lines on About and Contact page. Add style for the page title).
- Disable the Topbar: You go to Theme Options -> Header -> Topbar -> Disable
- Disable Breadcrumb:
Theme Options -> Page Setting -> Scroll down -> Turn off it (Disable breadcrumb for Custom Page).
Theme Options -> Page Setting -> Archive Page -> Turn off it (Disable breadcrumb for Blog).
Theme Options -> Page Setting -> Single Page -> Turn off it (Disable breadcrumb for Blog detailt).
Theme Options -> Woocommerce -> Archive Product Page -> Turn off it (Disable breadcrumb for Shop page).
Best regards,
tb.
-
AuthorPosts
