Solved

I cant find slideshow.liquid ... Where has it gone? Debutify theme

GOODCXNT
Excursionist
27 0 5

Hi,

Somehow I cant find slideshow.liquid in sections. Can someone please help?

Im using Debutify theme. www.goodcxnt.com

Thanks

Jamie

Accepted Solution (1)
Prezentech
Shopify Partner
389 76 100

This is an accepted solution.

Hi @GOODCXNT 

Sure, just place the below code in the hero.liquid file after the line number 68

{% if section.id == '1568145568761' and forloop.index == 1 %}
                  	<a href="https://www.goodcxnt.com/collections/men" class="btn hero__btn">
                      MEN COLLECTION <span class="fas fa-arrow-right" aria-hidden="true"></span>
                    </a>
                  	<a href="https://www.goodcxnt.com/collections/womens-t-shirts" class="btn hero__btn">
                      WOMEN COLLECTION <span class="fas fa-arrow-right" aria-hidden="true"></span>
                    </a>
{% endif %}

Please like and accept the solution 

Thanks!

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development

View solution in original post

Replies 20 (20)

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

We have just sent you the staff account invitation, can you please check and accept it?

So, we can find it for you.

Thanks!

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

Thanks for reply, I have accepted you. What next?

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

Please check the attached screenshot, I have found the slideshow file for you from your theme.

Prezentech_0-1616426961407.png

 

In your theme, that file name is hero.liquid.

Thanks!

 

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

Thanks so much. Can you help me. Im trying to add a second button to my slideshow. Do you know the code to do this?

Jamie

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

Do you want to add the static button with link?

 

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

yes. Right now there is one button that says shop now. I would like to add another button...so one button says mens collection and the other button says womans collection

And I would like that to be the case for slide one and slide 2 on the main slideshow at top of page

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

Please check the attached screenshots, I have created the some example what I understood.

Please do let me know is that correct or not.

 

women.pngmen.png

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

Hey thanks, close but I meant on the T shirts slide i want MENS COLLECTION and WOMENS COLLECTION... and on the Sweat/Hoodies slide I would also like MENS COLLECTION and WOMENS COLLECTION

That make sense?

And how do i then link those buttons to the right collections?

Thanks

Jamie

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

OK, I understood.

Can you please share the collection links with me? So, I can help you to set in on both the buttons.

Thanks!

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

T shirts

Mens collection - https://www.goodcxnt.com/collections/men

Womens collection - https://www.goodcxnt.com/collections/womens-t-shirts

Sorry but can you just set up the T shirts with 2 buttons for now please as it seems I havent properly set up the sweaters collections yet

Jamie

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

Please check the attached screenshot, we have made the changes for your store in your first slider.

Prezentech_0-1616429770752.png

Can you please take a look?

Thanks!

 

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

if you take away the SHOP NOW button that looks great.

Can you share the code for me to change the sweater/hoodies slide to 2 buttons when i have it ready please

Thanks

GOODCXNT
Excursionist
27 0 5

Hey it seems that you have added extra buttons to all the slideshows further down the page too. I dont want that. Just for the t shirt slide at top of page

Jamie

GOODCXNT
Excursionist
27 0 5

At this stage I think id like you to put it back how it originally was before you edited code please. I cant have my website live looking like this.

Can you please put back the original code and ill try to work it out another way

Please let me know

Thanks

Jamie

 

Prezentech
Shopify Partner
389 76 100

Hi @GOODCXNT 

Sorry for the inconvenience.

Please check the attached screenshot, I have made the changes and fixed the issue that you face.

Prezentech_0-1616432664869.png

 

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

Thats fantastic. Looks great. Exactly how I wanted it.

Are you able to paste the code here for me to change the sweater/hoodie slide to 2 buttons when I get it all ready please?

Thanks again

Jamie

Prezentech
Shopify Partner
389 76 100

This is an accepted solution.

Hi @GOODCXNT 

Sure, just place the below code in the hero.liquid file after the line number 68

{% if section.id == '1568145568761' and forloop.index == 1 %}
                  	<a href="https://www.goodcxnt.com/collections/men" class="btn hero__btn">
                      MEN COLLECTION <span class="fas fa-arrow-right" aria-hidden="true"></span>
                    </a>
                  	<a href="https://www.goodcxnt.com/collections/womens-t-shirts" class="btn hero__btn">
                      WOMEN COLLECTION <span class="fas fa-arrow-right" aria-hidden="true"></span>
                    </a>
{% endif %}

Please like and accept the solution 

Thanks!

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development
GOODCXNT
Excursionist
27 0 5

Thanks again. Really appreciated

Jamie

beckyh
Excursionist
10 0 3

I'm cannot find my slideshow.liquid or hero.liquid 😞 

Do you know where else I may be able to find it please?

Prezentech
Shopify Partner
389 76 100

Hi @beckyh ,

Please share your store url so we can check and help you to fix.

Thanks,

If helpful then please Like and Accept Solution.
Do you need custom changes on store ? Hire us.
Feel free to Contact me for shopify help on support@prezentech.com
Shopify Design Changes | Shopify Custom Theme Design and Development | Shopify App Development