ionkov_0996
ionkov_0996
About
- Username
- ionkov_0996
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
var dollarSing = document.querySelectorAll('p#wrdpress_pkg>span'); for(i = 0; i < dollarSing.length; i++) { dollarSing[i].style.display = "none"; } var dollarTwo = document.querySelectorAll('.price>span'); for(i = 0; i…
-
Awesome, I fixed it, but how can I make my website to be fullwidth? This is the path that I'm following: Theme Options>General>Layout and I select "Full width", but it doesn't fix the issue.