We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Debutify 7.3's image with text section isn't working

Solved

Debutify 7.3's image with text section isn't working

ShuneedMughal
Shopify Partner
24 3 7
Hi, I am using an image with text section as my top section but image isn't being shown. Can anyone help me fix it? I am using Debutify 7.3.
Hyper satisfaction is my priority
Accepted Solution (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @ShuneedMughal,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.dbtfy-image-with-text .ambient-movement-left {
    opacity: 1 !important;
    filter: none !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 7 (7)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @ShuneedMughal,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.dbtfy-image-with-text .ambient-movement-left {
    opacity: 1 !important;
    filter: none !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
ShuneedMughal
Shopify Partner
24 3 7

Thanks a lot. Most of the solutions were working but I tried yours first so I accepted as a solution. Thanks for your help, I have been stuck with it for many hours.

 

Hyper satisfaction is my priority
ShuneedMughal
Shopify Partner
24 3 7

I didn't work in theme's custom CSS option but it worked in code CSS file.

Hyper satisfaction is my priority

AnneLuo
Shopify Partner
1381 240 281

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
#shopify-section-template--23815661355167__dbtfy_image_with_text_VejqQM .dbtfy-image-with-text .ambient-movement-left {
    opacity: 1 !important; 
    filter: unset !important;
}
#shopify-section-template--23815661355167__dbtfy_image_with_text_VejqQM .media-wrapper {
  padding-top: 0 !important;
  position: unset !important;
}
</style>

Result:

AnneLuo_0-1731465734081.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

theycallmemakka
Shopify Partner
1813 440 474

Hi @ShuneedMughal ,

 

I have written custom CSS for this solution. Please follow below steps

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </head>

<style>
.dbtfy-image-with-text .ambient-movement-left:has(.lazyloaded) {
    opacity: 1!important;
    filter: blur(0px)!important;
    transition: all 1s!important;
}
</style>
Copy
 

 

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @ShuneedMughal 

You can solve it by adding this code to Custom CSS in your Online Store > Themes > Customize > Theme settings 

.dbtfy-image-with-text .ambient-movement-right, .dbtfy-image-with-text .ambient-movement-left {
    opacity: 1 !important;
    filter: blur(0px) !important;
}

Screenshot 2024-11-13 at 09.48.13.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PageFly-Richard
Shopify Partner
5011 1120 1806

Hi @ShuneedMughal 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.shopify-section.dbtfy-image-with-text .ambient-movement-left {
    opacity: 1 !important;
    filter: none !important;
}
</style>

PageFlyRichard_0-1731467382767.png

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.