[FIXING] Shrine Pro Theme: A Way to Prevent Theme Screen Blocks

magusfromzeal

Member
XNullUser
Joined
Aug 10, 2024
Messages
17
Reaction score
32
Points
13
Location
United States
NullCash
201
shrine-pro-theme.png

Go on theme.liquid, search for "js.shrinetheme.com/main.js?version=1".

Code:
<script src="https://js.shrinetheme.com/main.js?version=1" defer="defer" data-defer="true" data-country-list-function="{{ settings.country_list_function }}" data-country-list="{{ settings.country_list }}" data-country-list-error="{{ settings.country_invalid_error_msg }}" data-animations-type="{{ settings.animations_type }}"></script>

Older versions go on theme.liquid and search for "shrine.null.js":

Code:
<script src={{ 'shrine.null.js' | asset_url }} defer="defer" data-defer="true" data-country-list-function="{{ settings.country_list_function }}" data-country-list="{{ settings.country_list }}" data-country-list-error="{{ settings.country_invalid_error_msg }}" data-animations-type="{{ settings.animations_type }}"></script>

You can also search for shrine.null.js and try to read the code inside it.

These are the line codes that are blocking all Shrine Pro Themes.

if you Just delete the line of codes the blocking screen will disappear BUT 90% of the main theme functionalities will stop, including add to cart, drawer cart, change variant on product pages e goes on.

The Javascript codes are obfuscated, so we'll need help from experienced developers.

Post automatically merged:

Shrine Pro Theme (Blocking Screen)
 

Attachments

  • Shrine_Pro_Shopify_Theme1.1.4.zip
    1,016.8 KB · Views: 0
Last edited:

Jasuax

New member
XNullUser
Joined
Oct 30, 2024
Messages
15
Reaction score
2
Points
3
Location
USA
NullCash
81
At leats you tried bro i hope it could work but without the functions its better to use free theme
 

manuj

New member
XNullUser
Joined
Oct 16, 2024
Messages
11
Reaction score
0
Points
1
Location
France
NullCash
1
How can we make it work again my shop doesn't work anymore
 

magusfromzeal

Member
XNullUser
Joined
Aug 10, 2024
Messages
17
Reaction score
32
Points
13
Location
United States
NullCash
201
Still not working. Please, duplicate this same post on another forums and We'll find a solution faster. Let's work together and everybody will benefit from it. 🤝

As soon as I found a solution, I'll attach updated theme file on this thread.
 

Sushank21x

New member
XNullUser
Joined
Oct 14, 2024
Messages
4
Reaction score
0
Points
1
Location
India
NullCash
9
Still not working. Please, duplicate this same post on another forums and We'll find a solution faster. Let's work together and everybody will benefit from it. 🤝

As soon as I found a solution, I'll attach updated theme file on this thread.
Thank you please keep us posted!!
 

TheXx

New member
XNullUser
Joined
Nov 7, 2024
Messages
6
Reaction score
0
Points
1
Location
Egypt
NullCash
4
View attachment 131223

Go on theme.liquid, search for "js.shrinetheme.com/main.js?version=1".

Code:
<script src="https://js.shrinetheme.com/main.js?version=1" defer="defer" data-defer="true" data-country-list-function="{{ settings.country_list_function }}" data-country-list="{{ settings.country_list }}" data-country-list-error="{{ settings.country_invalid_error_msg }}" data-animations-type="{{ settings.animations_type }}"></script>

Older versions go on theme.liquid and search for "shrine.null.js":

Code:
<script src={{ 'shrine.null.js' | asset_url }} defer="defer" data-defer="true" data-country-list-function="{{ settings.country_list_function }}" data-country-list="{{ settings.country_list }}" data-country-list-error="{{ settings.country_invalid_error_msg }}" data-animations-type="{{ settings.animations_type }}"></script>

You can also search for shrine.null.js and try to read the code inside it.

These are the line codes that are blocking all Shrine Pro Themes.

if you Just delete the line of codes the blocking screen will disappear BUT 90% of the main theme functionalities will stop, including add to cart, drawer cart, change variant on product pages e goes on.

The Javascript codes are obfuscated, so we'll need help from experienced developers.

Post automatically merged:

Shrine Pro Theme (Blocking Screen)
good work waiting for new updates
 
Top