• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Shella - Multipurpose Shopify theme, fastest with the banner builder

Shella - Multipurpose Shopify theme, fastest with the banner builder v6.5.1

No permission to download

I'm sorry this isn't nulled; if I knew how, I would totally do it.​

If someone is willing to null it for EVERYONE, I can give them my license key.​

I don't know if that would help...​

 
hi can i have the code to remove the license . i used this code.


{% layout none %}
<div>
<div class="{{ current_tags[0] }} {{ current_tags[2] }}">
<div class="{{ current_tags[1] }}">
<div></div>
<div>
<p><span>You review demo version of Shella theme.</span></p>
<p>Thank you for interest to our product. To remove this popup and activate theme <a href="https://mpthemes.net/shella-shopify-theme/documentation/#toc4" target="_blank">add</a> </br><a href="https://mpthemes.net/shella-shopify-theme/documentation/#toc4" target="_blank"><span>your purchase</span> code</a> at theme settings or <a href="[[owner_url]]" target="_blank">purchase theme</a>.</p>
<p>Email <a href="mailto:[[owner_email]]">[[owner_email]]</a> for more details. </p>
</div>
</div>
</div>
<div class="{{ current_tags[0] }} {{ current_tags[3] }}">
<div class="{{ current_tags[1] }}">
<div></div>
<div>
<p>Sidebar filter is not available in demo mode. </br>You can test it on our demo.</p>
</div>
</div>
</div>
</div>
<style>
div.v3x3051 div.v2x7644 {
width: 100%;
visibility: hidden;
}

.v1x2558 {
position: fixed;
display: flex;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999999999;
pointer-events: none;
visibility: hidden;
}
</style>


But while using mobile browser it apperas on the bottom.
Mito obrigado pelo codigo, eu removi uma parte desse codigo e sumiu o erro no navegador movel.
A parte removida foi a que redireciona ao site fica entre <div> e </div> deixei um espaço em branco e parece que funcionou. Falta testar para ver se não vai dar erro

<p><span>You review demo version of Shella theme.</span></p>
<p>Thank you for interest to our product. To remove this popup and activate theme <a href="https://mpthemes.net/shella-shopify-theme/documentation/#toc4" target="_blank">add</a> </br><a href="https://mpthemes.net/shella-shopify-theme/documentation/#toc4" target="_blank"><span>your purchase</span> code</a> at theme settings or <a href="[[owner_url]]" target="_blank">purchase theme</a>.</p>
<p>Email <a href="mailto:[[owner_email]]">[[owner_email]]</a> for more details. </p>
 
Here is a small solution. Not 100% nulled but works.

Edit: collection.verification.liquid

Replace the full code with:
PHP:
{% layout none %}
<div>
    <div class="{{ current_tags[0] }} {{ current_tags[2] }}">
        <div class="{{ current_tags[1] }}">
            <div></div>
            <div>
                <p><span>You review demo version of Shella theme.</span></p>
                <p>Thank you for interest to our product. To remove this popup and activate theme <a href="https://mpthemes.net/shella-shopify-theme/documentation/#toc4" target="_blank">add</a> </br><a href="https://mpthemes.net/shella-shopify-theme/documentation/#toc4" target="_blank"><span>your purchase</span> code</a> at theme settings or <a href="[[owner_url]]" target="_blank">purchase theme</a>.</p>
                <p>Email <a href="mailto:[[owner_email]]">[[owner_email]]</a> for more details. </p>
            </div>
        </div>
    </div>
    <div class="{{ current_tags[0] }} {{ current_tags[3] }}">
        <div class="{{ current_tags[1] }}">
            <div></div>
            <div>
                <p>O filtro da barra lateral não está disponível no modo de demonstração. </br>Você pode testá-lo em nossa demonstração.</p>
            </div>
        </div>
    </div>
</div>
<estilo>
    div.v3x3051 div.v2x7644 {
    largura: 100%;
    visibilidade: oculta;
}

.v1x2558 {
    posição: fixa;
    exibição: flexível;
    superior: 0;
    inferior: 0;
    esquerda: 0;
    direita: 0;
    índice z: 9999999999;
    eventos de ponteiro: nenhum;
    visibilidade: oculta;
}
</estilo>
Muito obrigado pelo código, eu removi uma parte desse código e sumiu o erro no navegador movel.
A parte removida foi a que redireciona ao site fica entre <div> e </div> deixou um espaço em branco e parece que funcionou. Falta testar para ver se não vai dar erro

<p><span>Você analisa a versão demo do tema Shella.</span></p>
<p>Obrigado pelo interesse em nosso produto. Para remover este pop-up e ativar o tema, <a href=" https://mpthemes.net/shella-shopify-theme/documentation/#toc4 " target="_blank"> adicione</a> </br><a href= " https://mpthemes.net/shella-shopify-theme/documentation/#toc4 " target="_blank"><span>seu código</span> de compra</a> nas configurações do tema ou <a href="[ [owner_url]]" target="_blank">tema de compra</a>.</p>
<p>Envie um e-mail para <a href="mailto:[[owner_email]]">[[owner_email]]</a> para obter mais detalhes. </p>

o codigo ficou assim, espero que ajude eu ainda estou testando.

{% layout nenhum %}
<div>
<div class="{{ current_tags[0] }} {{ current_tags[2] }}">
<div class="{{ current_tags[1] }}">
<div></div>
<div>
</div>
</div>
</div>
<div class="{{ current_tags[0] }} {{ current_tags[3] }}">
<div class="{{ current_tags[1] }}">
<div></div>
<div>
<p>O filtro da barra lateral não está disponível no modo de demonstração. </br>Você pode testá-lo em nossa demonstração.</p>
</div>
</div>
</div>
</div>
<estilo>
div.v3x3051 div.v2x7644 {
largura: 100%;
visibilidade: oculta;
}

.v1x2558 {
posição: fixa;
exibição: flexível;
superior: 0;
inferior: 0;
esquerda: 0;
direita: 0;
índice z: 9999999999;
eventos de ponteiro: nenhum;
visibilidade: oculta;
}
</estilo>
 
I am using this theme. But there is a big red popup written with "If you want to continue using this demo kindly enter the key. So what should I do? I need this popup off
 
Here is the code of "collection.verfication.liquid" with the popup removed:

{% layout none %} <div> <div class="{{ current_tags[2] }}"> <div class="{{ current_tags[1] }}"> <div></div> <div> <p>Sidebar filter is not available in demo mode. </br>You can test it on our demo.</p> </div> </div> </div> </div> <style> .{{ current_tags[0] }} { position: fixed; display: flex; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999999999; pointer-events: none; } .{{ current_tags[1] }} { position: relative; pointer-events: all; } .{{ current_tags[1] }} { padding: 20px; } .{{ current_tags[1] }} div:first-child { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.9; background-color: #F34235; display: none; } .{{ current_tags[1] }} div:not:)first-child) { position: relative; display: flex; flex-direction: column; align-items: center; } .{{ current_tags[0] }} p { margin-bottom: 0; font-size: 32px; line-height: 38px; text-align: center; } @media (max-width: 1024px) { .{{ current_tags[0] }} p { font-size: 16px; line-height: 20px; } } .{{ current_tags[0] }} p, .{{ current_tags[0] }} a, .{{ current_tags[0] }} a:hover, .{{ current_tags[0] }} a:active, .{{ current_tags[0] }} a:focus, .{{ current_tags[0] }} a:visited { color: #ffffff; } .{{ current_tags[0] }} a { text-decoration: underline; } .{{ current_tags[0] }} span { font-weight: bold; text-transform: uppercase; } .{{ current_tags[2] }} { align-items: flex-end; } .{{ current_tags[2] }} .{{ current_tags[1] }} { width: 100%; } @media (max-width: 1024px) { .{{ current_tags[2] }} { display: none; } } .{{ current_tags[3] }} { justify-content: center; align-items: center; opacity: 0; transition-duration: 0.2s; transition-property: opacity; } .{{ current_tags[3] }} .{{ current_tags[1] }} { pointer-events: none; } .{{ current_tags[3] }}.visible { opacity: 1; } .{{ current_tags[3] }}.visible .{{ current_tags[1] }} { pointer-events: all; } </style>

To remove the popup, I simply commented out the following lines of code:

Code snippet
.{{ current_tags[1] }} div:first-child {
display: none;
}

Use code with caution. Learn more
content_copy
This will hide the background color and the text of the popup. I also changed the opacity of the popup to 0, which will make it invisible.
 
Here is the code of "collection.verfication.liquid" with the popup removed:

{% layout none %} <div> <div class="{{ current_tags[2] }}"> <div class="{{ current_tags[1] }}"> <div></div> <div> <p>Sidebar filter is not available in demo mode. </br>You can test it on our demo.</p> </div> </div> </div> </div> <style> .{{ current_tags[0] }} { position: fixed; display: flex; top: 0; bottom: 0; left: 0; right: 0; z-index: 9999999999; pointer-events: none; } .{{ current_tags[1] }} { position: relative; pointer-events: all; } .{{ current_tags[1] }} { padding: 20px; } .{{ current_tags[1] }} div:first-child { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.9; background-color: #F34235; display: none; } .{{ current_tags[1] }} div:not:)first-child) { position: relative; display: flex; flex-direction: column; align-items: center; } .{{ current_tags[0] }} p { margin-bottom: 0; font-size: 32px; line-height: 38px; text-align: center; } @media (max-width: 1024px) { .{{ current_tags[0] }} p { font-size: 16px; line-height: 20px; } } .{{ current_tags[0] }} p, .{{ current_tags[0] }} a, .{{ current_tags[0] }} a:hover, .{{ current_tags[0] }} a:active, .{{ current_tags[0] }} a:focus, .{{ current_tags[0] }} a:visited { color: #ffffff; } .{{ current_tags[0] }} a { text-decoration: underline; } .{{ current_tags[0] }} span { font-weight: bold; text-transform: uppercase; } .{{ current_tags[2] }} { align-items: flex-end; } .{{ current_tags[2] }} .{{ current_tags[1] }} { width: 100%; } @media (max-width: 1024px) { .{{ current_tags[2] }} { display: none; } } .{{ current_tags[3] }} { justify-content: center; align-items: center; opacity: 0; transition-duration: 0.2s; transition-property: opacity; } .{{ current_tags[3] }} .{{ current_tags[1] }} { pointer-events: none; } .{{ current_tags[3] }}.visible { opacity: 1; } .{{ current_tags[3] }}.visible .{{ current_tags[1] }} { pointer-events: all; } </style>

To remove the popup, I simply commented out the following lines of code:

Code snippet
.{{ current_tags[1] }} div:first-child {
display: none;
}

Use code with caution. Learn more
content_copy
This will hide the background color and the text of the popup. I also changed the opacity of the popup to 0, which will make it invisible.
Does filtering work? it wasnt workinf after some time in old versions !!!!
 
HELLO, please tell me how to activate this theme because after few minutes on my site says that is demo version
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock