Introducing Item Switcher...

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. :smiley:

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 said

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!

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 :slight_smile:

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 :slight_smile:

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 said

Anyone 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 :slight_smile:

josweb said

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!.

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 said
josweb said

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!.

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! :slight_smile:

Chris

Thanks dude

sevenspark said
jorgemartinez178 said

Anyone 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 :slight_smile:

sevenspark said

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! :slight_smile:

Chris

Thank you very much indeed! That will give me something to do over Christmas!