496 comments found.
How can I add a “welcome” section as you have in demo 1?
Hi
You need to add the ‘Message box’ section for it. Then you need to fill the relevant fields with your relevant data.
I see that the following info is there, but how can I enable it to make it visible as this layout? Not a blank layout. I would like to use the same format.
“1506801790422”: { “type”: “message-box”, “settings”: { “heading”: “
History<\/h2> welcome to Aero car store<\/strong>\n<\/h3>”,
“image1”: “shopify:\/\/shop_images\/img1.png”,
“link”: “shopify:\/\/collections”,
“description”: “\n meet our<\/span> car club since 1892<\/span> custome and club<\/span>\n<\/h3>\n
\n Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. \n <\/p>\n
\n Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.\n <\/p>”,
“author”: true,
“author_name”: “John doe – CEO aero”,
“signature”: “shopify:\/\/shop_images\/img2.png”,
“fullwidth”: true
}
},
When I add a message box, I don’t see this as an option.
\n meet our<\/span> car club since 1892<\/span> custome and club<\/span>\n<\/h3>\n
\n Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. \n <\/p>\n
\n Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.\n <\/p>”, “author”: true, “author_name”: “John doe – CEO aero”, “signature”: “shopify:\/\/shop_images\/img2.png”, “fullwidth”: true } },
When I add a message box, I don’t see this as an option.
found where it was disabled and enabled. Disregard.
Disregard my footer question. I found the snippet. thanks
How can you add additional pages?
Hi
You can add pages from pages tab. Kindly go through the guide below for details.
https://help.shopify.com/en/manual/online-store/pagesHow can the footer columns be edited to fewer columns? 4 columns of the same menu is to much.
disregard
d35f0118-88c9-494f-9517-18c6ba9ac8d3 Here is my purchase code.
Aero – Auto Parts, Car Accessories Shopify Theme.
The Home Page 1 does not have an overlay main menu when the page scrolls down and the main menu is no longer visible. This problem is fixed in Home Page 2.
Can you fix this so the Home Page 1 has overlay main menu when it scrolls down?
Hi
It is not a problem but left intentionally like this for header layout one. If you still want to have it on layout one then share your store link and we’ll send you relevant css after checking.
Hi
Kindly open ‘header-1.liquid’ snippet file, search for ‘header-inner’ and add ‘fix’ ahead of it in order to make it look like ‘header-inner fix’. Hopefully it will work fine then.
That worked. Thanks.
Hi
Great to hear that it worked for you. Best of luck for your store’s success.
Hi,
The actual sale prices of my products are showing the compared price as sale price.
Please help!
Hi
Kindly share your store link to check.
The site has now gone live but we have a few little issues.
1. It seems when the slide show transitions from one slide to the next it is causing a flickering on the menu below it. If you watch the cart, hamburger menu and search icon on the header, as it transitions you will notice it move. We have checked the size of the images to ensure all are the same but it didn’t seem to help.
2. Is there anywhere in the editor that I can change the paragraph font of the website bigger. Currently it is very small. I think it is generally 13px but my client would like to make it 16px. I have looked in the theme settings and even managed to change a little via code but it is very time consuming doing it that way. Most templates you can choose your font size via the theme settings? Am I missing the easy way to do this?
3. On the mobile view the shop by category menu looks like this which is a bit strange. Can you tell me how to align or centre them?
Hi
Kindly share your store link to check.
Hi
Kindly find my response against your queries.
1 – The reason is that there is difference in slider images height which is causing the flicker. First image is 1221×453 and the rest is 1221×454. Make the first one as 1221×454 and it will look fine.
2 – Well there are multi size fonts used so it is hard to add settings for each of them. You can change them in CSS though. For your case kindly add the below css to custom.css file and it will make it bigger.
body { font-size: 16px; }
p { font-size: 16px !important;
3 – Kindly add the below CSS for it to work
@media(max-width:468px){
.tabs-category-slider .tabs-categorys li {
display: block;
margin-right: 0;
}
.tabs-category-slider .tabs-categorys li:after {
display: none;
}
}
Thank you so much. Just to double check, I add both snippets of code to the custom.css file?
Hi
Yes, you need to add both of them to the end of custom.css file.
Hello! I am having an issue where the description and items parameters from the product page aren’t being passed to the cart. So, when customers add a product to their cart, they have a pop-up error stating:
“Error {“status”:”Bad_request”,”message”:”Parameter Missing or Invalid”,”description”:”Required parameter missing or invalid: items”}”
If i send a draft order directly to a customer email, checkout works fine. It’s just the product info being sent from the product page to cart.
Thanks!
Hi
Kindly share your store link to check.
It is https://hcmotorsports.ca/
And here’s a product to test adding to cart functionality: https://hcmotorsports.ca/products/2015-2017-subaru-impreza-wrx-sti-cs-style-front-lip
Thank you!
Hi
There seems to be some customization which is causing the javascript flow. Kindly invite support@masstechnologist.com as admin user in order to inspect the issue for you.
Sent!
Hi
I checked it. It seems that one of your app, most probably ‘Estimated Shipping’, is removing the form elements from the product page and thus we’re unable to send the relevant data to the api. You need to remove the app so that we can check if it is causing the issue or not.
Hi, the app has been removed! Thank you for the help!
Well it has not solved the problem but it is clear that the issue is caused by one of the app. For testing I uploaded a fresh copy of the theme, https://hcmotorsports.ca/?fts=0&preview_theme_id=120406704227 , and it is working fine over there. Kindly test it for yourself.
Hi can we ad embedded videos on the product page ? We can see that in your sample it is possible but when I try to do that it is showing that I have to update theme !?
Hi
The theme doesn’t support videos in multimedia section but support adding through shortcode. Kindly check the below video for details
https://youtu.be/EOtvn-n94rM?list=PLvJCnPMUAdwrSvIt6G6Rmoc7f5x6Vv2p0&t=156We’re working on it though and will be available in our future releases.
thank you for your guide ! Let me try if its going to work !
Hi
For the front page, how to disable the text animation on the slideshow?
Thank you
Hi
For that you need to set the ‘Select page slider’ for each slide image to none.
shopify shows error zip dosen’t contain valid theme
Hi
Theme zip is within the main zip. You need to unzip the main folder first. Kindly check the video tutorials regarding upload, demos setup and other theme setup instructions from the link below
https://www.youtube.com/playlist?list=PLvJCnPMUAdwrSvIt6G6Rmoc7f5x6Vv2p0Thanks
Hi, I downloaded aero theme but couldn’t able to upload. can you guide what’s the issue?
can you please reply
Hi
Theme zip is within the main zip. You need to unzip the main folder first. Kindly check the video tutorials regarding upload, demos setup and other theme setup instructions from the link below
https://www.youtube.com/playlist?list=PLvJCnPMUAdwrSvIt6G6Rmoc7f5x6Vv2p0Hi, how we can change newsletter sign up text on the main page ?
Hi
For that you need to go to edit languages as shown here, https://nimb.ws/39h8JM
Then search and replace the below literals as and how required.
layout.footer.newsletter_title_1 layout.footer.newsletter_title_2 layout.footer.newsletter_description
https://help.shopify.com/en/manual/using-themes/change-the-layout/change-wordingThanks
Hello,
I’m interested in this theme. However, I have few questions and would love to get it cleared.
1) I have only worked with WordPress previously. I have recently made an account on Shopify and would like to buy this theme. Does the installation process is similar to WordPress? Extract these files and upload to the Shopify dashboard?
2) Can I change the colors? Am not interested in header slider/image. Can I remove that?
3) After installing do I get the exact demo like WordPress themes? From there I can customize?
4) Are images and plugins everything included?
5) If I run into any problem, will there be any support?
Thank you.
Hi Kindly find my response against your queries. 1- Yes. Main zip contain theme zip folder which you need to upload on Shopify admin. 2- Main color scheme can be changed from theme settings. For the rest you’d be required to edit css. Yes you can enable/disable slider and any other home page section. 3- yes you’ll get the exact demo as shown on the demo stores following the demo setup documentation. 4- yes images are included. There are no plugins used. All the functionality shown on the demo stores is built in. 5- yes there is six months support included against each sale.
Thank you.
I’m interested in this version https://aero-theme.myshopify.com/
Can I change black background to white? Text color to black / matching the white background? Can I change Red and Red hover color to blue?
Please let me know soon.
Thank you
Hi
Kindly check demo 3 and 4 for white background options. Yes you can changed red color to any color.
Hi, do you have any news about MENU update ?
Hi
Yes we’re working on the next update but due to the lockdown restrictions things are moving rather slowly. We’ll let you know as soon as the update is ready.
Thank you ! We cant wait to finish our website !
Hi there, I would like to change the subheading in the subscribe now section on the home page. But I can’t find where? Also is there an easy way to add fields to the contact us form? If not can you provide a quote. I would like to add motorcycle details as per this form https://www.brisbanemotorcycles.com.au/service
Hi
For changing text you need to go to edit languages as shown here, https://nimb.ws/39h8JM
Then search and replace the below literals as and how required.
layout.footer.newsletter_title_1 layout.footer.newsletter_title_2 layout.footer.newsletter_description
https://help.shopify.com/en/manual/using-themes/change-the-layout/change-wording For customization requests kindly contact us through support@masstechnologist.com along with the details of the work.Thank you so much for your help so far. Is there a way have the testimonials and the brands section scroll automatically?
Hi
The autoplay is already set to true. Kindly share the theme preview link to check.
Hi
Kindly open ‘brands.liquid’ snippet file and search for ‘autoPlay : false ,’ and then replace false with true. It will start autoplaying.
Hi, I found the snippet but there is no autoplay that I can see. Here is the code
}full-width{ endif } { if section.settings.b-padding true } b-padding{ endif %}” data-section-id=”{{ section.id }}”> {% include section.settings.layout %} {% schema %} { “name”: “Brands section”, “class”: “index-section index-section—flush”, “max_blocks”: 8, “settings”: [ { “type”: “select”, “id”: “layout”, “label”: “Select layout design”, “options”: [ { “value”: “brands”, “label”: “Design 1” }, { “value”: “brands-2”, “label”: “Design 2” } ] }, { “type”: “text”, “id”: “heading”, “label”: “Heading”, “default”: “Logo Brands & Clients” }, { “type”: “checkbox”, “id”: “fullwidth”, “label”: “Set Div fullwidth?”, “default”: true } ], “blocks”: [ { “type”: “image”, “name”: “Image brand”, “settings”: [ { “type”: “image_picker”, “id”: “image”, “label”: “Image”, “info”: “brand image” }, { “type”: “url”, “id”: “link”, “label”: “Link URL” } ] } ], “presets”: [{ “name”: “Brands section”, “category”: “Feature Sections”, “blocks”: [ { “type”: “image” }, { “type”: “image” } ] }] } {% endschema %}Hi You’re looking at the wrong file. Open the ‘brands.liquid’ under snippet and not the sections tab.
Oops I was. My apologies. I’ve now found it and changed it but it still doesn’t seem to be moving. Here is the preview link https://wj43r2iswyoins0u-56094228652.shopifypreview.com. Does this also work for the testimonials?
Hi
Kindly invite support@masstechnologist.com as admin user and we’ll test it for you. This will save both of us some time.
Thank you, I’ve invited you now.
Hi
Kindly check now.
slideshows disappear when I upload any picture , or add a slideshows !!!urgent !!!
Hi
There is a SAVE button on the top right side of the customization area. One you save the settings by clicking the save button then it will render everything in a fine way.
The slider js require reload to render again.
how to set the shipping rate ? any video ?
Hi
Themes have nothing to do with shipping rates. It is handled by Shopify system itself. For details you can check the link below
https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/setting-up-shipping-rateswhy slider part can not used, pls help me
Kindly explain your query through a screenshot for better understanding. Also share your site link to check.