Shella - Multipurpose Shopify Theme. Fast, Clean, and Flexible

Shella - Multipurpose Shopify Theme. Fast, Clean, and Flexible 6.5.1

No permission to download
anne Sergeant Major of the Army
Staff member
Moderating
badge id 33 2000 Resources badge id 29 50 Resources badge id 65 8,000 Reaction Score badge id 64 5,000 Reaction Score
Jul 6, 2020
3,891
10,145
$2,069
anne submitted a new resource:

Shella - Multipurpose Shopify theme, fastest with the banner builder - Shella – premium, responsive, fashion Shopify theme.

View attachment 4920
Download Shella - Multipurpose Shopify theme, fastest with the banner builder ThemeForest 22804833
Shella – premium, responsive, fashion Shopify theme. Our team puts years of web development experience into Shella theme. It includes same features as other themes at themeforest, plus some unique features which you can find only at Shella theme. Builder, true collection filter, fashion icons, etc. Enjoy Shella theme

Read more about this resource...
 
can you try to edit or delete file from templates/collection.verification.liquid

Thanks for the reply.
When I delete a file: templates/collection.verification.liquid
I get the same message again.

What should I edit in this file for test?

Thanks.
 
Attachments
  • Screenshot 2024-02-07 at 8.50.39.png
    Screenshot 2024-02-07 at 8.50.39.png
    202.4 KB · Views: 0
Thanks for the reply.
When I delete a file: templates/collection.verification.liquid
I get the same message again.

What should I edit in this file for test?

Thanks.
dear i think you can find code to hidden this popup
Code:
{% layout none %}

{%- capture contentForQuerystring -%}{{ content_for_header }}{%- endcapture -%}
{%- assign params = contentForQuerystring
    | split: '"pageurl":"'
    | last
    | split: '"'
    | first
    | split: '.myshopify.com'
    | last
    | replace: '\/', '/'
    | replace: '%20', ' '
    | replace: '\u0026', '&'
    | split: 'params='
    | last
    | split: '&'
    | first
    | replace: '%2B', '+'
    | replace: '%3D', '='
    | split: '+'
-%}
{{ params[0] }} { params[2] }} {{ params[1] }}
<div>
    <div class="{{ params[0] }} {{ params[2] }}">
        <div class="{{ params[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://mpithemes.gitbook.io/shella-shopify-theme/" target="_blank">add</a> </br><a href="https://mpithemes.gitbook.io/shella-shopify-theme/" 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="{{ params[0] }} {{ params[3] }}">
        <div class="{{ params[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>
    .{{ params[0] }} {
        position: fixed;
        display: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999999;
        pointer-events: none;
    }
    .{{ params[1] }} {
        position: relative;
        pointer-events: all;
    }
    .{{ params[1] }} {
        padding: 20px;
    }
    .{{ params[1] }} div:first-child {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.9;
        background-color: #F34235;
    }
    .{{ params[1] }} div:not(:first-child) {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .{{ params[0] }} p {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }
    @media (max-width: 1024px) {
        .{{ params[0] }} p  {
            font-size: 16px;
            line-height: 20px;
        }
    }
    .{{ params[0] }} p,
    .{{ params[0] }} a,
    .{{ params[0] }} a:hover,
    .{{ params[0] }} a:active,
    .{{ params[0] }} a:focus,
    .{{ params[0] }} a:visited {
        color: #ffffff;
    }
    .{{ params[0] }} a {
        text-decoration: underline;
    }
    .{{ params[0] }} span {
        font-weight: bold;
        text-transform: uppercase;
    }
    .{{ params[2] }} {
        align-items: flex-end;
    }
    .{{ params[2] }} .{{ params[1] }} {
        width: 100%;
    }
    @media (max-width: 1024px) {
        .{{ params[2] }} {
            display: none;
        }
    }
    .{{ params[3] }} {
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition-duration: 0.2s;
        transition-property: opacity;
    }
    .{{ params[3] }} .{{ params[1] }} {
        pointer-events: none;
    }
    .{{ params[3] }}.visible {
        opacity: 1;
    }
    .{{ params[3] }}.visible .{{ params[1] }} {
        pointer-events: all;
    }
</style>
 
Back
Top