Re: I want to make button link open in same window in form of pop-up

I want to make button link open in same window in form of pop-up

TheRealMan1
Shopify Partner
53 1 13

I want to make button link open in same window in form of pop-up

 

I want to add shade finder in my theme so i created a button using app .

Now i want to open that button link in same window inform of popup please  help me.

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
Replies 11 (11)

KetanKumar
Shopify Partner
37093 3645 12053

@TheRealMan1 

yes, please share try

https://codepen.io/imprakash/pen/GgNMXO

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TheRealMan1
Shopify Partner
53 1 13

i already used this code but now what i'm facing is all mixed up even after over lay opens up
PFB s.s. for more.

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
TheRealMan1
Shopify Partner
53 1 13

<style>

.button {
font-size: 1em;
font-family: Montserrat;
font-weight: bold;
padding: 3px;
color: #000;
border: 1px solid #000000;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease-out;
}

.button:hover {
background: #000000;
color: #fff;
}

.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.8);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;

}

.overlay:target {
visibility: visible;
opacity: 1;
}

.popup {
margin: 140px auto;
padding: 5px;
background: #000;
border-radius: 0px;
width: 40%;
position: relative;
transition: all 5s ease-in-out;
}

.popup .close {
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 40px;
font-weight: bold;
text-decoration: none;
color: #fff;
}

.popup .close:hover {
color: #000;
}

.popup .content {
max-height: 30%;
overflow: auto;
}

@media screen and (max-width: 700px){
.popup{
width: 98%;
margin: 55px auto;
}
}
</style>


<body>

<div class="box">
<a class="button" href="#popup1">*SHADE FINDER?</a>
</div>

<div id="popup1" class="overlay">
<div class="popup">

<a class="close" href="#">&times;</a>
<div id="interact-61c0219fe580c80018f021b4"></div><script>var app_61c0219fe580c80018f021b4;(function(d, t){var s=d.createElement(t),options={"appId":"61c0219fe580c80018f021b4","width":"800","height":"800","async":true,"host":"quiz.tryinteract.com", "footer":"show"};s.src='https://i.tryinteract.com/embed/app.js';s.onload=s.onreadystatechange=function(){var rs=this.readyState;if(rs)if(rs!='complete')if(rs!='loaded')return;try{app_61c0219fe580c80018f021b4=new InteractApp();app_61c0219fe580c80018f021b4.initialize(options);app_61c0219fe580c80018f021b4.display();}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr);})(document,'script');</script>
</div>
</div>
</body>

 

 

Please find above code for this query and rectify where i'm making mistakes.

please any help will be appreciable

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
KetanKumar
Shopify Partner
37093 3645 12053

@TheRealMan1 

yes, please share store url 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TheRealMan1
Shopify Partner
53 1 13

www.therealman.in

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
TheRealMan1
Shopify Partner
53 1 13

hello sir,

hope you are doin great

have you gone through above code?

 

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
KetanKumar
Shopify Partner
37093 3645 12053

@TheRealMan1 

thanks but password protect

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TheRealMan1
Shopify Partner
53 1 13

TRM77

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
KetanKumar
Shopify Partner
37093 3645 12053

@TheRealMan1 

thanks but i can't see that code where did you add this?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TheRealMan1
Shopify Partner
53 1 13

I added this code before but to error i removed the code and installed it in the size chart.liquide so it solved my problem.

Thank you so mch for your response.

The Real Store
If helpful then please Like and Accept Solution.
Want to create a new store or modify on store Hire me.
Feel free to contact me on khanarif366@gmail.com regarding any help
Shopify Partner | Skype : aks18766
KetanKumar
Shopify Partner
37093 3645 12053

@TheRealMan1 

great thanks for update

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing