Forum Replies Created
-
AuthorPosts
-
7 years, 9 months ago in reply to: how to change woocommerce message "No products found matching your search!" #15744
Hi,
I have used the Child Theme and custom the message as you request.
(/wp-content/themes/yolo-begreen-child/woocommerce/loop/)
Best regards.
Hi,
I found the conflict between the plugin "WP Mail Login" and Rubino Theme.
It seems the plugin "WP Mail Login" included Redux Framework in their core.
Currently, if you activate this plugin then Theme Options will not work the correct.
Thanks.
Yes, you need to use CSS to add the color of Page title.
This reply has been marked as private.Hi,
You can view this post to clarify:
https://docs.woocommerce.com/document/ssl-and-https/#section-3
Thanks.
Hi,
You go to Theme Options -> Shop -> enable "Add link for Product Image".
Thanks.
Hi,
If you install plugin Redux Framework, please remove it. We included this framework in our theme.
If possible, please send me admin your account and link your site (Set as private reply). I will help you check.
Thanks.
Ok,
I used the Child Theme and custom the Blog detail.
You can reload your site and check again.
Thanks
Hi,
You have added some lines CSS to style.css of Child Theme. You can reload your site and check.
Hi,
You still need to use the CSS above (use for header Sticky).
You add these lines to the style.css of Child Theme:
@media(max-width: 1200px){
header .yolo-main-menu .navbar-nav li > a{
padding-left: 7px;
pading-right: 7px;
}
}
Hi,
When you use the shortcode "Yolo Post" to build a blog <=> Create a Custom Page (Static Page).
When you click on the post author, category, tag <=> Archive Page (get the style of Blog Detail).
- With Single blog page: only use a style as the present.
If you want to unify a style, you will need to use the child theme to custom the style for Blog Detail.
If possible, please send me FTP account. I will help you custom.
Thanks.
Thanks.
Ok,
If the screen size < 1200px, I will hide the logo to have enough space for menu display on a line.
You can add this line to the style.css file of Child Theme:
@media(max-width: 1200px){
.fixed_top .navbar-header.pull-left{
display: none;
}
}
Hi,
You can use blog list instead of the blog default.
I have created a new page with the shortcode "Yolo Post" (layout: List). I go to Menu and removed Blog default and add Blog List, you can reload your site and check again.
Thanks.
You can use the widget "Post Thumbnail".
Hi,
I don't find the issue above. You can check again.
-
AuthorPosts
