Awesome job!!!
Any suggestion how to implement it with theme preview?
Thank you!!
Thanks a lot ThemeProvince! We have used your script as starting point for our own
ThemeProvince, you are the BEST.
Thanks a lot!
Itâs very cool and itâs what I was looking for!
I have one question; I saw in few links, like Kriesi in portfolio when you link on his template in new window goes and show his theme switcher but without TH bar with Remove frame and Purchase this item?
Mine doesnât work, view my portfolio.
How can I do that?
Thanks!
||+506092|Voodoo-pixel said-|| Thanks a lot! It's very cool and it's what I was looking for!I have one question; I saw in few links, like Kriesi in portfolio when you link on his template in new window goes and show his theme switcher but without TH bar with Remove frame and Purchase this item?
Mine doesnât work, view my portfolio.
How can I do that?
Thanks!
You havent changed the item url preview on themeforest.
Cheers TP!!
One question tho. Installed it in my server, edited the files as advised, but have a weird issue: my âNo-scriptâ addon keeps popping up alerts.
This doesnât happen when I check anyoneâs themes - just with my site, and with a specific top menu, just CSS/HTML. Any similar issue with any other install?
Thank You!
ThemeProvince said||+506092|Voodoo-pixel said-|| Thanks a lot! It's very cool and it's what I was looking for!I have one question; I saw in few links, like Kriesi in portfolio when you link on his template in new window goes and show his theme switcher but without TH bar with Remove frame and Purchase this item?
Mine doesnât work, view my portfolio.
How can I do that?
Thanks!
You havent changed the item url preview on themeforest.
The link is http://themes.voodoo-pixel.com/
or must be http://themes.voodoo-pixel.com/skate?
I try it both but the TF bar stay in position.
Any ideas?
Thanks in advance!
shaki saidCheers TP!!
One question tho. Installed it in my server, edited the files as advised, but have a weird issue: my âNo-scriptâ addon keeps popping up alerts.
This doesnât happen when I check anyoneâs themes - just with my site, and with a specific top menu, just CSS/HTML. Any similar issue with any other install?
Thank You!
Just a bit of info, this ONLY happens with the toolbar is ON - When I click âRemove Frameâ there are no issues.
Please, any idea what can be causing this in MY site?
||+506283|Voodoo-pixel said-||ThemeProvince said||+506092|Voodoo-pixel said-|| Thanks a lot! It's very cool and it's what I was looking for!I have one question; I saw in few links, like Kriesi in portfolio when you link on his template in new window goes and show his theme switcher but without TH bar with Remove frame and Purchase this item?
Mine doesnât work, view my portfolio.
How can I do that?
Thanks!
You havent changed the item url preview on themeforest.
The link is http://themes.voodoo-pixel.com/
or must be http://themes.voodoo-pixel.com/skate?I try it both but the TF bar stay in position.
Any ideas?Thanks in advance!
Read all the steps in the initial post of this thread, there are extra steps included later on in this thread.
||+506283|Voodoo-pixel said-||ThemeProvince said||+506092|Voodoo-pixel said-|| Thanks a lot! It's very cool and it's what I was looking for!I have one question; I saw in few links, like Kriesi in portfolio when you link on his template in new window goes and show his theme switcher but without TH bar with Remove frame and Purchase this item?
Mine doesnât work, view my portfolio.
How can I do that?
Thanks!
You havent changed the item url preview on themeforest.
The link is http://themes.voodoo-pixel.com/
or must be http://themes.voodoo-pixel.com/skate?I try it both but the TF bar stay in position.
Any ideas?Thanks in advance!
Read all the steps in the initial post of this thread, there are extra steps included later on as well.
ThemeProvince said||+506283|Voodoo-pixel said-||ThemeProvince said||+506092|Voodoo-pixel said-|| Thanks a lot! It's very cool and it's what I was looking for!I have one question; I saw in few links, like Kriesi in portfolio when you link on his template in new window goes and show his theme switcher but without TH bar with Remove frame and Purchase this item?
Mine doesnât work, view my portfolio.
How can I do that?
Thanks!
You havent changed the item url preview on themeforest.
The link is http://themes.voodoo-pixel.com/
or must be http://themes.voodoo-pixel.com/skate?I try it both but the TF bar stay in position.
Any ideas?Thanks in advance!
Read all the steps in the initial post of this thread, there are extra steps included later on as well.
Thanks very much,
finallyâŚ
I didnât read all
Thanks!
Just in the process of adding this to my previews after some little modifications to css and images and wanted to push out a big thanks for sharing your awesome coding skills - I appreciate it greatly!
â
Jonathan
Would like to thank you for sharing this too - legend
Hi,
I was wondering how I can add a span class to this please?
e.g: Name of theme on the left of the drop down menu, then on the right the span with the type of theme?
Many thanks in advance!.
Anyone know how to integrate a tooltip for each template?
jorgemartinez178 saidAnyone know how to integrate a tooltip for each template?
Just add a new span to each list item, position it absolutely, hide it by default and display it on hover
josweb saidHi,
I was wondering how I can add a span class to this please?
e.g: Name of theme on the left of the drop down menu, then on the right the span with the type of theme?
Many thanks in advance!.
Still wondering how to do it? I keep getting a php error as I donât know how and where to add the code correctly? Any help for little 'ole me?
josweb saidjosweb saidHi,
I was wondering how I can add a span class to this please?
e.g: Name of theme on the left of the drop down menu, then on the right the span with the type of theme?
Many thanks in advance!.Still wondering how to do it? I keep getting a php error as I donât know how and where to add the code correctly? Any help for little 'ole me?
Hi Jo,
I just made up this gist from the custom code Iâm using in my switcher. Note that Iâm using a modified version of the original script, so it may require some adjustments, but this is the basic idea.
Essentially, in addition to the normal elements in the theme array, Iâve defined a preview image URL and a product type. These are then added in the loop, and styled appropriately. Note that Iâve got it set up so that you can use a relative path (in which case, preview images would be stored in a directory âproduct_previewsâ), or absolute paths.
You can view my item demos to see the results.
Hope that helps!
Chris
Thanks dude
sevenspark saidjorgemartinez178 saidAnyone know how to integrate a tooltip for each template?
Just add a new span to each list item, position it absolutely, hide it by default and display it on hover
sevenspark saidHi Jo,
I just made up this gist from the custom code Iâm using in my switcher. Note that Iâm using a modified version of the original script, so it may require some adjustments, but this is the basic idea.
Essentially, in addition to the normal elements in the theme array, Iâve defined a preview image URL and a product type. These are then added in the loop, and styled appropriately. Note that Iâve got it set up so that you can use a relative path (in which case, preview images would be stored in a directory âproduct_previewsâ), or absolute paths.
You can view my item demos to see the results.
Hope that helps!
Chris
Thank you very much indeed! That will give me something to do over Christmas!