Discussion on Elomus Single Product Shop Shopify Theme

Discussion on Elomus Single Product Shop Shopify Theme

Cart 1,925 sales
Well Documented

masstechnologist supports this item

Supported

This author's response time can be up to 1 business day.

697 comments found.

Hi. My images are not showing on mobile version. Any idea why?

Hi

Kindly share your site link, password if password protected, to check. You can share it here or on support@masstechnologist.com

About the currency, how to change USD to other currency on home page? how setting?

you need to add the class ‘span class=money’ (without commas) on the format currency setting as shown here, http://nimb.ws/nuMdY8

Hello, I want this theme to present the products, not sell them. Normally shopify isn’t free, you have to pay monthly. Can I have it for free when I don’t want to sell, just present the products? Also – this is ‘single product theme’ what does it mean? I see that in All Products there are more items… I want to present like 12 kinds of different baby strollers. Can it be done using your theme? Of course without paying monthly fee to shopify…

Well as it is a Shopify theme then yes you have to use it on Shopify and for that you’ve incur a monthly fee. What you can do is to create a simple html based website and html theme can be found at https://themeforest.net/item/elomus-single-product-ecommerce-bootstrap-4-template/22412161?ref=masstechnologist

Thank you. This is for my client, so he needs some kind of back office, admin panel to be able to add products, change descriptions etc… Maybe an OpenCart theme option?

I can’t comment on opencart as it is out of our domain.

Hello,

The background setting of “compare at price”is different( No HDD& 1TB), but it shows the same at the front-end.

Could you please tell me why and what should I do?

The page link is https://www.annke.com/products/1080p-h-264-fhd-wireless-nvr-kit-with-1080p-bullet-cameras.

Best, Annke

Kindly share a screenshot of backend settings and how it is different from frontend as i don’t see any issue with it.

Could you please contact us at 772044@qq.com? So that we can send the screenshots to you.

You can send your screenshot on support@masstechnologist.com

It sasys the selected file is tool large when i try to add this theme to shopify pls help

Oh no! I bought the wrong version… will you please send me the shopify version? I have no use for the other opencart version!

Opencart version is developed by another author not us but don’t worry you can ask for refund and hopefully they will accept it provided that you give them a proof that you’ve bought or willing to bought the shopify version.

Ohhh

hello need help with the elomus theme …when i change color to header all the other pages look fine but the home page looks weird

Kindly share screenshot of the change that you’ve made and your site link with password if password protected. You can share it here or on support@masstechnologist.com

Hello! I tried installing the demo code on the config folder but I get this error message: Este archivo contiene los siguientes errores: Error: Setting ‘grid_color_swatches’ must be a string Error: Setting ‘show_variant_swatches’ must be a string

Hi You can remove the line from the file and then try saving it. Hopefully it’ll work. It’ll be automatically added again once you save it.

hello i just buy this theme but when i try to upload this on wordpress, it doesn’t work

Hi Even it is written in the title that it is a shopify theme not wordpress.

we have installed your theme but get the following error code because it’s conflitting a other code that is built in our pages.

the other script worked before we changed the theme but now its not

we get the following code:

Error : Uncaught SyntaxError: Unexpected token ,, Line : 1504

then this error:

Error : Uncaught TypeError: $(...).magnificPopup is not a function, Line : 1532

we have added the instagram token and still the same problem

I don’t see any images showing up on instagram section. Kindly confirm if the code is correct and if it is then invite support@masstechnologist.com as admin user and we’ll check it for you.

Hi We’re checking and will update you soon.

Hello! The theme is great! But.. I do not see in the settings the possibility of adding the elements I need that are present in the example. In addition, the mobile version of the theme scrolls horizontally, which also does not apply to the example.

I would be happy for the answer ..

My work email is: infomonetizator@gmail.com

Hi Kindly check the video tutorials regarding upload and demos setup instructions from the link below

https://www.youtube.com/playlist?list=PLvJCnPMUAdwrSvIt6G6Rmoc7f5x6Vv2p0

I have contacted support and they said they don’t support Shopify, can someone please respond to me email to help with problems on this theme?

Hi Kindly share your site link to check point 1 and 3. point 2 isn’t working for you because of cache. Try it in private/incognito mode after saving and it will showing exactly the way you want.

3 – Can you confirm that you’ve set ‘sidebar position’ to ‘no sidebar’ as can be seen here, https://nimb.ws/0Dveql ? 1 – Open ‘menu.js’ and remove the below code. It will be between line 4-9
$('.oc-menu .li-top-item .a-top-link').each(function () {
    var link = $(this).attr('href');
    if(current_url.indexOf(link) !== -1) {
      $(this).closest('.li-top-item').addClass('active');
    }
  });

I can’t upload the theme? It says:

“zip does not contain a valid theme: missing template “layout/theme.liquid”, missing template “templates/index.liquid”, missing template “templates/collection.liquid”, missing template “templates/product.liquid”, missing template “templates/page.liquid”, missing template “templates/cart.liquid”, and missing template “templates/blog.liquid”

What should i do about this?

Hi

Theme zip is within the main zip. You need to unzip the main folder first. Kindly check the video tutorials regarding upload and demos setup instructions from the link below

https://www.youtube.com/playlist?list=PLvJCnPMUAdwrSvIt6G6Rmoc7f5x6Vv2p0

Hello,

I love the theme, however i am having a few buggy issues with the product pages. I have fixed some myself through the css however i cant locate a few pieces of code. Would appreciate any help.

Thanks, Sam

Thank you.

image: https://ibb.co/7XLDXLv The testimonials boxes are squished.

Image: https://ibb.co/mBNkPr9 The logo is over lapping the home button.

Image:https://ibb.co/y6v1thX The menu is overlapping the top banner and breadcrumbs. I can remove the code for the banner but then the image is squished against the menu bar.

image: https://ibb.co/tbF6tf2 The related Products are squished/not scaled.

Would appreciate your help.

Thanks, Sam

Hello,

Just to let you know, i have fixed all of these issues manually through the CSS.

Thank you for your time.

Sam

Great! Best of luck for your store success :)

I’m trying to add a checkbox above the add to cart button (like I do with all of my websites), but it doesn’t work on this theme. Please advise on the below:

{% assign found = false %}

{% for acollection in product.collections %}
{% if acollection.handle == 'addons' %}
{% assign found = true %}
{% endif %}
{% endfor %}
{% if found == false %}
    {% for product in collections.addons.products %} {% for variant in product.variants %}
  • <label class=”myCheckbox” style=”width:10% !important; float:left;”> <input type=”checkbox” id=”{{ variant.id }}” name=”id[]” value=”{{ variant.id }}” class=”addon-checkbox” /> </label> <label for=”{{ variant.id }}” style=”padding-left:10px; float:left; margin-top:8px;”>Add A {{ product.title }} – {{ product.price | money }} </label>

  • {% endfor %} {% endfor %}
{% endif %}

You seems to be adding multiple products at the same time through the checkboxes. If this is the case then you need to check/modify the add to cart jquery/ajax code that can be found in common.js file.

Nice customizations BTW.

How much would you charge to fix this for us?

Kindly contact us through support@masstechnologist.com for custom requests.

Hello,

Thanks for creating this theme. I have installed Elomus theme on my shop: www.dhyanse.life. However there are a couple of points where i need support:

1) Footer: The left section Contact Us – Here i cannot change the title ‘Contact Us’ to something else.

2) I dont see how can i show the discounted price and original price

3) Colors: When i add the same product in different colors, the colors tab take some random colors which are not customisable to match the offered colors.

4) Newsletter section: I am not able to change the header and the sub header. Only the word ‘Subscribe’ can be changed.

5) On Contact Us page: I cannot remove the title ‘Our Location’

6) On different pages such as products, i would like to hide these crums e.g. home > Products>...

7) Where should i be putting the following langify code to have the language switcher in header: {% include ‘ly-languages-switcher’ %}

Thanks in advance, Best Dhyanse.

Hi I don’t think its a bug as the demo store, https://elomus-theme.myshopify.com/, is opening nicely on IE 11. Still invite support@masstechnologist.com as admin user in order to inspect the issue for you. Also list if you’ve made any custom changes to the theme.

thanks for replying, will invite you as an admin user and also take this conversation in the emails for any further discussion.

Hi I’ve sent you the response through the support mail.

Hi, I purchased Elomus and it’s a pretty cool theme but i have a problem on my product page. i think it’s a cloud zoom issue and i have no clue how to fix it… When you click or touch the product image it fails to open the lightbox properly and you ending up with a frozen screen.

I’m still working on my website and its not published yet but would be awesome if you could take a look and guide me to fix the issues.

I modified the product-page a bit but i checked and the problem is there for me even with the default fresh downloaded theme.

This is a link to check : https://www.toptrendfashion.com/products/sonic-100-ebrush?variant=17715891568738

Use The Password : testuser

Cheers, Hadi.

Hi Yes it is a weird issue but i tested on demo store and it is showing fine. Can you let me know about the changes that you made to product page?

Hello,

There is few bugs and issues i’d like to discuss with you, that i can’t modify. Thank you for coming back to me promptly.

Alexis

Hi Kindly share your issues with screenshots on support@masstechnologist.com and we’ll check it for you.

b7dd83cf-ed9c-4219-9617-8a2025818c9b – 26

Hi my name is Hayden Crowther hayden@driphone.co.nz

I brought your theme and you helped me add a special FAQ accordion to my page…

I had to reinstall the theme as I loaded it incorrectly the first time and couldn’t change things with the drop box as I was meant to…

I sent an email requesting your help again, and pay again if I needed to..

So I need your help to reload the accordion and page again please, or tell me how I can do it?

You still have access to my page as before and happy to pay again if it’s needed… but I do need it reloaded please, I will this time save the version once you have done it, so hopefully I won’t need to bother you again…

Please help ASAP

Thanks

Hayden Crowther

Hi

FAQ page has been added to your new theme again. Check the screenshot, http://nimb.ws/H6ZSrt , for explanation of live theme.

Is everything fine?

Where is the rest of the documentation? The zip file included a zip called documentation but if I open that in Chrome, the navigation doesn’t work and there are missing assets. Is there an up to date, working documentation i can check?

Hi Kindly go through the video tutorials provided in the below playlist. It shows you everything about demo setup and demo data upload. https://www.youtube.com/playlist?list=PLvJCnPMUAdwrSvIt6G6Rmoc7f5x6Vv2p0

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey