Category Change
Good Day, Trust this finds you well. Looking to change which categories are displayed on the homepage. It is currently set to 4 featured categories but I would like to select them instead of the auto...
View ArticleReply To: Padding Only in desktop
Thanks for your response. Here is my code: @media (min-width:1024px){ .my-class{ padding: 0px 40px 0px 40px; } } @media (max-width:1023px){ .my-class{ padding: 0px 30px 0px 30px; } } @media...
View ArticleReply To: Category Change
Hello, Thank you for the question. Sure, you can open your home page for editing in admin panel -> Pages. Then, using Visual Composer interface find the Product Categories element and click on...
View ArticleReply To: Padding Only in desktop
Actually, you can specify any numbers as your breakpoint. Here is an example @media (min-width:1025px){ .my-class{ padding: 0px 40px 0px 40px; } } @media (max-width:1024px){ .my-class{ padding: 0px...
View ArticleReply To: Add H1 to TITLE and H2 to SUBTITLE
Replace all occurrences in the content.php file. As for the section title element, add the following code to the child theme and replace all tag names as you need. function basel_shortcode_title(...
View ArticleReply To: Add H1 to TITLE and H2 to SUBTITLE
The post titles works! Great, thank you! About the title and subtitle I’m not sure that you had understood what I would to do. Could be more clear about your suggestion? I would to set “title” H1 and...
View ArticleReply To: Add H1 to TITLE and H2 to SUBTITLE
You just need to change tag names in the code we sent you. Should get something like this function basel_shortcode_title( $atts ) { extract( shortcode_atts( array( 'title' => 'Title', 'subtitle'...
View ArticleReply To: Add H1 to TITLE and H2 to SUBTITLE
Ok, where I can find this code? I’ve not found it on functions.php
View ArticleReply To: Add H1 to TITLE and H2 to SUBTITLE
Ok, shortcodes.php. Now it works. You’re great, thank you!
View Articleerror message on checkout
Hello! I have recurring charges enabled with Woocommerce Subscriptions, but I’m getting an error message on checkout: “Sorry, it seems there are no available payment methods which support...
View ArticleReply To: twitter not updating
Absolutely thanks. Second question has come up. Need some help on the alignment in product page of the start design button please. The information of price cant be seen as its under the start design...
View ArticleReply To: Add H1 to TITLE and H2 to SUBTITLE
Actually, you need to copy it to the child theme functions.php file to prevent loosing changes after parent theme update.
View ArticleReply To: error message on checkout
Hello, Actually, this error caused by WooCommerce or Subscriptions plugin. It is not related to our theme. Sorry, but it is out of our support scope and you need to contact plugins developers for help...
View ArticleReply To: twitter not updating
The error message on your twitter widget means that your API details are wrong or your server can’t do requests to the twitter API. Check your configurations. As for the shop page, so you need to...
View ArticleExtra space in header
Hello. There seems to be extra space in the header (under the menu) on each of our pages other than the homepage. Private Content Hidden
View ArticleReply To: Extra space in header
Also, the logo does not ever appear to be clear/sharp in the header
View ArticleReply To: Theme settings are not translated in different languages
Hi Atemos Studio!!! I am performing translation of products, and, by the moment, everything is working fine! Great! So, by now, I will close the ticket for this topic. Thanks a lot for your help, your...
View ArticleReply To: Theme settings are not translated in different languages
Hi!!!! Private Content Hidden
View Article