Increasing the uploaded image size shown on Pages

Solved

Increasing the uploaded image size shown on Pages

fasdg6
Tourist
7 0 2

Hi everyone, 

 

How do I increase the maximum image size allowed for images uploaded on Pages for Dawn Theme? 

 

An example of what I mean by increasing the maximum image size shown allowed.An example of what I mean by increasing the maximum image size shown allowed.

I notice that the images uploaded do not exceed this specific size even if you upload it using the original size option.

 

I would truly appreciate if anyone could kindly assist me on this matter!

 

Thank you!

Accepted Solutions (2)
LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @fasdg6,

You can use page handle for it. Refer:

Screenshot.png

Code: {% unless page.handle == 'handle page' %} page-width--narrow{% endunless %}

you just need to change the 'handle page' to the handle of the page you want, it will work fine

 

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @fasdg6,

Please change code:

{% unless page.handle == 'handle page 1' or page.handle == 'handle page 2' %} page-width--narrow{% endunless %}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 8 (8)

ReturnPrime
Shopify Partner
488 67 111

Hey  @fasdg6  ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Raman
Return Prime

LitCommerce
Astronaut
2860 684 760

Hi @fasdg6,

Please go to sections > main-page.liquid file and remove code 'page-width--narrow':

Screenshot.png

After you remove, everything will work fine.

 

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
fasdg6
Tourist
7 0 2

Thank you! That works but is there a way to just remove the page width narrow for one specific page?

LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @fasdg6,

You can use page handle for it. Refer:

Screenshot.png

Code: {% unless page.handle == 'handle page' %} page-width--narrow{% endunless %}

you just need to change the 'handle page' to the handle of the page you want, it will work fine

 

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
fasdg6
Tourist
7 0 2

That works great! Thank you.

fasdg6
Tourist
7 0 2

Is there a code for including two specific pages in the unless argument? 

LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @fasdg6,

Please change code:

{% unless page.handle == 'handle page 1' or page.handle == 'handle page 2' %} page-width--narrow{% endunless %}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Volaré
Visitor
1 0 0

What is the up to date solution for this problem? The DAWN theme code is now different. 

I am trying to increase the size of the image I uploaded to pages:

https://wearvolare.com/pages/sizing-guide 

 

Any help would be appreciated