This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Auto opening widget, Changing camera view in 1 small widget
#11
I've tried but unfortunately widget opens with other dimensions and open not only on page 174 where it is placed but also on homepage where there isn't. I've tried to change a little this script to use only this function which is for opening widget only on load page.

This are widget parameters:
widget ID: "widget-177"
top: 130px
left: 0px
width: 720px
height: 1024px
plan ID: 174

I've tried this script but it has some error:
Code:
$(function(){
 
 // Open widget on load
 $("#widget-177").removeClass("hide");
 
 // Optional: Position widget (absolute position)
 document.getElementById("widget-177").style.top = "130px";
 document.getElementById("widget-177").style.left = "0px";
 document.getElementById("widget-177").style.width = "720px";
 document.getElementById("widget-177").style.height = "1024px";
 });
Reply


Messages In This Thread
RE: Auto opening widget, Changing camera view in 1 small widget - by buuuudzik - 12.09.2016, 07:46

Forum Jump: