248 comments found.
When I try to use the “slider-range” div on mobile device, it doesn’t slide like desktop device, where I need to edit on css to use “slider-range” on mobile device?
Hi, please add this addon: http://touchpunch.furf.com/
Hi, after moving ”$(’.responsive-table’).stacktable();” on custom.js file, I get to use quantity field to up or down, but when I try to update the quantity on mobile device (http://www.ducerrado.com/raipe2/shopping_cart.php), the field isn’t sent, it continues the same.
Other thing, when I navigate by mobile device on index page (http://www.ducerrado.com/raipe2/), I have difficult to scroll by carousel block, I get to pass by it when I touch by side (near border page, no on it), is it possible to improve the navigation?
You could check, please.
Hi, I’m afraid I can’t help because it doesn’t seem to be problem with front-end.
As to carousel – it’s a bug that I’m not able to fix because I’m not an author of showbiz carousel script.
ok, I fixed it, thanks by help.
Ok, great.
Hi, in custom.js find this:
// Responsive Tables
//----------------------------------------//
$('.responsive-table').stacktable();
and move it at the top of the custom.js above “Top Bar Dropdown” section
purchase code: bde1cddf-e405-4270-9431-baff8cb09928
Hi, I have some issues on your theme, you could help with: - I tried several ways to load the gmap js plugin: I used sensor param and key from google api console, but nothing, any hint to load this map (look on image and url below)? http://www.ducerrado.com/raipe2/jsIssue_gmap_trizzyTheme.gif http://www.ducerrado.com/raipe2/contact_us.php - the product grid is breaking, so I don’t get show the line and row correctly, I tried to change some in css, but nothing, some idea to fix this (look on image and url below)? http://www.ducerrado.com/raipe2/gridProducts_issue_trizzyTheme.gif http://www.ducerrado.com/raipe2/index.php?cPath=1_2_4Console says: “Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys" so you didn’t include Google Maps API
as to grid – add this css code at the bottom of style.css https://pastebin.com/ukfKDW5S
I’d like to report a bug regarding slider in homepage. In mobile view mode text on the slider is cut. As for now theme is useless and needs fixing. Even in live demo mode, here on envato, You can see it. Thanks for reading and hope for a quick fix.
In .zip there’s included fully documentation for Revolution Slider. That “bug” is not related to theme but to slider mobile settings so you can adjust it on your own or update Revolution Slider to the latest version with a bit better mobile settings but still quite complicated.
I realize this is a static HTML template. Can you recommend one or more scripts/codes (php or otherwise) to make the search functional?
Hi, we have WordPress version available https://themeforest.net/item/trizzy-multipurpose-woocommerce-wordpress-theme/8724702
Thanks for the quick reply. I will look at the WordPress version, but would still like to know if you can recommend one or more scripts/codes (php or otherwise) to make the search functional in the static HTML template.
Nope, sorry. It’s static HTML template and needs development. 
Does it contain RTL (Right to left) CSS Version?
Hi, unfortunately not.
Hello! I am interested in this site, however this will be my first html e-commerce site. Is the shopping cart fully functional or will I need additional plugins for it to work properly?
It;s static HTML template and nothing works. It needs further development. We have also WordPress version available there https://themeforest.net/item/trizzy-multipurpose-woocommerce-wordpress-theme/8724702?ref=Vasterad
Hello there!
Could You please fix MEGA MENU, so it works (looks) like the one in Wordpress edition? I don’t know if You noticed, but even in Live Preview mode it’s broken and looks awful. Best regards.
Hi, Could you provide screenshot?
No problem. HTML version – http://oi63.tinypic.com/141789j.jpg WP version – http://oi65.tinypic.com/rbn02p.jpg
HTML version is always out of range of any screen i use.
What browser do you use? I checked it and works fine https://www.awesomescreenshot.com/image/3271046/1c66eb1a1715c29144b5694c7db93ac8
Any browser i use – Internet Explorer 11, Google Chrome 65, etc.. No addons – nothing modded. Same thing happens when i download item and run it from my desktop. I see that You have “BUSINESS HOMEPAGE” title in two lines – I have in one. Most of the time I use Notebooks with 1366×768 resolution. But same thing happens on FULL HD Display.
In style.css find section with mega menu styles and replace this
@media only screen and (min-width: 960px) and (max-width: 1289px) {
with this
@media only screen and (min-width: 960px) and (max-width: 1366px) {
Better, but still not good – right side of the menu isn’t as wide as menu bar
http://oi66.tinypic.com/p6a1t.jpg Changing this/* Mega Menu Grid */
.mega-container {
margin-left: auto;
margin-right: auto;
width: 1136px;
padding: 30px 22px;
}
to this
/* Mega Menu Grid */
.mega-container {
margin-left: auto;
margin-right: auto;
width: 896px;
padding: 30px 22px;
}
makes it look good. But is it okay to do so?
Nope, because on bigger screens menu will be too short.
Wrap that code in media query:
@media (max-width: 1440px) { code here }
So what exactly is the problem here? Devices with 1366×768 diplays are not supported? There must be some general fix to solve this problem, right? I just asked friends to check it and turns out, they have same problem. But when using computer version on mobile devices, everything is okay. I’m lost. And why WP version looks okay on all devices?
It’s because in style.css there’s wrong breakpoint for menu width at 1289px instead of 1366px and bug occurs when you browse website using notebook with common resolution (1366×768px) because at this resolution menu should has less width
Okay then. To sum this up, what should i exactly do to make it work and look okay? I’m really sorry for asking all those questions, but i need this to work and i need it fast 
As I said previously 
In style.css find section with mega menu styles and replace this
@media only screen and (min-width: 960px) and (max-width: 1289px) {
with this
@media only screen and (min-width: 960px) and (max-width: 1389px) {
Change 1289px to 1389px and it must be working fine.
https://imgur.com/a/mtatoOkay then! Thanks for Your help – You are great support
P.S. What program do You use to edit code? Is it ATOM?
It’s Sublime. 
Yes,it’s me again
So i have another dumb question – does this template support “sticky menu bar”?
Unfortunately not – it’s built in but you will find many tutorials how to do it. 
Is it possible to divide mega menu in three exact columns? Using typography examples does not work ;/
Nevermind. My mistake.
Nevermind pretty much answered my own question.
I have a question for You – is it possible to show MEGA MENU HEADLINES in responsive view?
I have a question for You – is it possible to show MEGA MENU HEADLINES in responsive view?
Add this code in style.css:
#jPanelMenu-menu .mega-headline { display: inline-block; background: #333; color: #fff; padding: 15px; margin: 0; width: 100%;}
Hello there,
I bought the two lower prices in a licensed way.
1- Trizzy – Multi-Purpose eCommerce Shop HTML Template
2- Trizzy – Multi-Purpose WooCommerce WordPress Theme
But I can not install. I want to make it like the site below
This site is like: https://www.elektroniksigaravip.org/
My website: https://sigarasarmamakinesi.com.tr/
I want to do it like https://www.electronicssigaravip.org/. How can I do it? I took your 2 meals but did not give any support. I ask you to help.
I don’t understand. HTML template is not WordPress theme and it’s described. WordPress version is available there https://themeforest.net/item/trizzy-multipurpose-woocommerce-wordpress-theme/8724702?
html or wordpress? How can I do it?
None of them. HTML version needs further development and you need knowledge how to use it or developer.
My site: https://sigarasarmamakinesi.com.tr/eleaf
Thanks, Vasterad.
I don’t know. It’s a task for developer.
Hello
I bought Trizzy woocommenrce theme from themforest, but I don’t know how to install it. When I upload zip file, I got error message “The package could not be installed. The theme is missing the style.css stylesheet. Theme installation failed.”
Manually coping theme files to server i got error message “The parent theme is missing. Please install the “Trizzy” parent theme.”
Can You please instruct me what is missing?
Thank You
Hello, there! I’am interesting in buying, but i see that responsive isn’t good enough. Logo doesn’t show, texts aren’t always where they are supposed to be. Section title background pictures aren’t showing on mobiles too (unless it’s intended). When are You planning on fixing these bugs? I’d really like to buy this theme 
Best regards!
I know about logo and it’s 1 minute fix but could you specify what do you mean by “text are not where they are support to be”? Screenshots would be helpful
Thank You for such a quick response! When i said that texts aren’t always where they’re suppossed to be, i was reffering to this: http://i65.tinypic.com/i6zcd4.png Best regards!
@media only screen and (max-width: 767px)
.parallax-titlebar #breadcrumbs ul { top: 60px; } }
and logo can be fixed by removing code for retina displays. I will update it soon.
Thanks for responding. As soon as it’s updated, i’m buying. Thank You again.
It will be ready within 1 hour
Mega menu is broken. Wordpress version looks good, but HTML version seems to be broken.
Can´t see the logo with my phone
True, I will fix that. It’s minor bug caused because of media queries for retina (high resolution screens).
Hi I had purchased this a while back and downloaded it. I cannot seem to view any of the JPEG files in the package (shows rendered icon only in windows explorer and any other apps). Is it possible the package is corrupted? Any ideas to resolve? Thanks!
Images are copyrigthed and I can’t include them.They are replaced with palceholders. 
I guessed as much
Thanks for the clarification.
Hello. it is great theme. But I have small problem. when I want to duplicate new arrivals tab and use second one to write for example best seller but it doesnt work. I try to also duplicate js code on custom.js but it still doesnt work. help me please.
You need create jquery snippet in custom.js for different carousel id and also different ids for navigation in each carousel
<div id="showbiz_left_1" class="sb-navigation-left"><i class="fa fa-angle-left" /></div>
<div id="showbiz_right_1" class="sb-navigation-right"><i class="fa fa-angle-right" /></div>
e.g. showbiz_left_2
I did what you said but it is still not working. here is the code that I change. Still not showing products.
$(’#bestseller’).showbizpro({ dragAndScroll:”off”, visibleElementsArray:[4,4,3,1], carousel:”off”, entrySizeOffset:0, allEntryAtOnce:”off”, rewindFromEnd:”off”, autoPlay:”off”, delay:2000, speed:400, easing:’Back.easeOut’ });
<!Send me a link to your website
I am working from local. can you give me exact code to work on it ?
It will be easier if I could see your website. You can send me custom.js file and index.html on info(at)vasterad.com
I just emailed you.
Haven’t received anything yet
I sent you email 2 hours ago. from gmail
You did it almost perfect.
$('#bestseller').showbizpro({
dragAndScroll:"off",
visibleElementsArray:[1,4,3,1],
carousel:"off",
entrySizeOffset:0,
allEntryAtOnce:"off",
rewindFromEnd:"off",
autoPlay:"off",
delay:2000,
speed:400,
easing:'Back.easeOut'
});
Change frist value in visibleElementsArray from 1 to 4:
visibleElementsArray:[4,4,3,1],
Tested and works fine.
thank you. it works now.
Scompattamento del pacchetto…
Installazione del tema…
Il pacchetto non può essere installato. Nel tema manca il foglio di stile style.css.
Installazione del tema fallita.
Is missing the style.css file my code is: f7efffac-6afd-4b67-aad3-f186e989d026
Maybe is because i’ve wordpress and woocomerce? Do i have to make up-grate?
i think i was wrong to buy the theme because i am using wordpress and wocommerce
can you help me? I bought the theme today
Can i have upgrate? Trizzy – Multi-Purpose WooCommerce WordPress Theme
Sure, just purchase WordPress version then request refund for HTML version and provide there WordPress license key. I’ll proceed your refund quickly.
I’ve done how can i give to you the licence key?
there you can provide license key and request refund for html version
I’ve done thanks a lot
Are you sure that you requested refund for HTML version not WP? I didn’t receive any refund request yet
I really like your theme (Trizzy). But in my project don’t need back end file, I call API to get database. And it really take a lot of time for separate PHP file in your theme. If you just have a font end file for this. I will buy it. Can you sale a font-end (Trizzy)? Thanks
Basically it is just front-end because it’s HTML template. You will get HTML and CSS.