Forum Replies Created
-
in reply to: NEW and featured products widget
Hello,
This widget is not fit for footer. As you can see in all our demos, there isn’t any recent product in footer. If you want to keep it, then you could style it using custom css. Please keep in mind that personal preference styling is not included in support.
Best regards!
in reply to: June social Widget does not show youtube linkHello,
I already made the changes and checked the site right after. The icons were showing ok. Did you made any change after?
Please go to file includes\widgets\codeless_socialwidget.php in parent theme, find this line:if( !empty($youtube) ) echo '<li class="youtube"><a href="'.esc_url($youtube).'"><i class="cl-icon-youtube"></i></a></li>';Edit
cl-icon-youtubetocl-icon-youtube-play.
For the header social, just go to file \includes\core\codeless_icons.php, find this line:'cl-icon-youtube-play',add this other line right after it:'cl-icon-youtube',Save changes.
That’s it. Clear cache and refresh pages.Best regards!
in reply to: Change H1 in single postHello,
Try changing it to this:
text-transform: none !important;Let us know how it goes.Bets regards!
in reply to: change the product page styles?Hello,
Yes. Unless the style you want your product to have is the default one, you have to chose it for every product while creating them.
Best regards!
in reply to: Removing The word Category from TitleHello,
Please go to file function.php and add thsee lines:
function codeless_get_the_archive_title( $title ) { if ( is_category() ) { $title = single_cat_title( '', false ); } return $title; } add_filter( 'get_the_archive_title', 'codeless_get_the_archive_title' );Save changes and refresh categories page.
Best regards!
in reply to: No breadcrumb on mobileHello,
The breadcrumbs are removed from mobile layout due to the small size of the screen. You can add them back using custom css. Add the code into your Custom Css box in General Options.
Best regards!
in reply to: Setting Products AmountHello,
That’s great!
Let us know if there is anything else we can help you with.Best regards!
in reply to: Specular Menu Not working properlyHello,
yes, sure. Just add them in a private reply. Can you give more details on the issue? Are you perhaps using a one page menu?
Let us know.Best regards!
Hey Ruudiz,
I am happy to know this. Thank you for sharing it :)
Best regards!
in reply to: Code appearing in linksHello,
I looked throughout your site but i can not find any code into it. See screenshot: https://postimg.org/image/b25mny3th/
Can you send me a link if you still see that? So i can check it out.
Thanks!
in reply to: Switch earlier to responsive menuHello,
Please add this code into your custom css box in General Options:
@media (max-width: 1050px){ header#header #navigation {display: none !important;} .mobile_small_menu {display: block !important;} #logo { margin-left: 40% !important;} }Let us know.
Best regards!
in reply to: How to change to home 6 style ?Hello,
Thank you for the nice words!
To have the Home 6 layout, please select page “home 6” as your home page. Then import header “Minimal Center” and footer “Footer 6” from the respective header Setup/Footer Setup in June > Home.Let us know if you need help with it.
Best regards!
in reply to: Header style hangs the web pageHello,
I am sorry for not understanding your point. I have referred this to theme developer and we will try to release an update as soon as we can.
Thank you all for the cooperation!
Best regards!
in reply to: Problems with the hamburger and dropdowns in headerHello,
I am sorry for not understanding your point. I have referred this to theme developer and we will try to release an update as soon as we can.
Thank you all for the cooperation!
Regards!
in reply to: top footer -wrong positionHello,
The option mentioned is exactly for this purpose. To give the top footer row the centered style. You may see an example of it used here:
Best regards!