121 comments found.
Hi, I like this template and want to buy item, but i see one issue. When you moving cursor to ‘shopping_button’(popup appears) then moving cursor to left(to closer element) popup starts vibrating. Can you fix it?
Hi, sure
Please let me know once you fixed so i can buy it. Thanks
Okay.
Hello!
Is there any chance, that the template will get a (basic) support for IE8? Because we are very interested in this theme, but the turnover of our current shop with IE8 customers in the last year was ~9% and thats too many to renounce this customers/turnover.
Hello. We’re not planning to make IE8 support for the template but we can add an alert message (with call to update IE) that will appear in case a user uses old IE version like here http://inthe7heaven.com/news/demo/index.html
That would be a bit better if there will be an alert message. But now in IE8 the design is totally destroyed.
Okay, we’ll add this. It’s destroyed because the template doesn’t suppose to support this old browser.
Hello, we added the allert message for old IE browsers.
Thank you!
Hello,
I bought your template and I am using the version of the page that has the FlexSlider. I noticed that the slides are not working and the page displays only the first slider. You can only see the other sliders using the navigation keys. I would leave the slideshow automatically changing the images. How to do this process?
Note: In the demo version the problem also occurs.
Grateful.
Pablo Leon
Hello Pablo, please open a ticket on http://velikorodnov.ticksy.com/ and we’ll solve this.
HI,
Ive just noticed a bug within the custom select replacement script. It appears to only use the .html() or .text() within the select box when it is replaced.
I cant seem to access the value of the select box. Whilst it looks amazing, its very hard to get the value as we require the value to be particular values, whilst the drop down is intended to be more user friendly.
if you can advise on how to resolve that would be great
Hi, please submit a ticket on http://velikorodnov.ticksy.com/
hi,
the template is quite nice, however there is a major bug with the layout of the cart page.
Of all the pages, this one appears to be not responsive. the table doesnt alter itself when converting into a smaller layout which makes it hard to work with.
Hi, please submit a ticket on http://velikorodnov.ticksy.com/
Please how do i make the cart dropdown open on click and not on hover,i will totally appreciate a quick fix thank you
Hi, open a ticket please
Please how do i make the cart dropdown open on click and not on hover,i will totally appreciate a quick fix thank you
Hi, open a ticket please
I have opened a ticket kindly attend to it thank you
sure, I will answer asap
Hello,
I can’t access the menu in responsive mode on ipad. The button is there, but there is no menu. And also the social buttons are looking different when viewing on ipad.
Need some help…
Hello, please open a ticket on http://velikorodnov.ticksy.com/
Hi, how to change the template color style ? Are there any presets already coded in the css ? Or do I need to change the values in section 3 of the style.css file ?
Hello, open a ticket
1. Is it easy to change the base color for buttons etc (the orange one)? 2. is it easy to change the font used everywhere?
Thanks!
Hello. Yes, it’s easy via css
Im trying to clean up the top navigaation menu, but I cant seem to find the classes that contain the hovering effect. Basically i want to remove the slow fading in and bubble edged button appearance when you hover over the top navigation. How do i do this ?
Hello, please submit a ticket on http://velikorodnov.ticksy.com and we’ll help you.
For some reason if I try to add radio buttons or checkboxes to a form they do not appear as expected… Is there something specific that I need to change to get them to work?
Hello, please open a ticket here http://velikorodnov.ticksy.com/ and we’ll help you.
Can you provide .less files? Customizing css files is just time consuming.
Hello. No, unfortunately it’s not possible because initially the template was built with css only.
The flatastic theme is really nice.
My Question: I’m not sure which of the flatastic themes would be suitable for my new e-commerce project, but am considering either the HTML version or WordPress version (if available).
I can’t seem to find any version for WordPress, but saw one of your comment 29 days ago where you mentioned “WordPress version is in the discussion stage”.
As for VirtueMart and Magento, I’m not really familiar with them so I don’t know how easy they are to use or slightly modify. I kinda prefer a WordPress version, which am already familiar with. I await your feedback.
Hello, at the moment we do not develop WordPress version but we’re planning…
Can you give me access to the demo back-end to see how it looks and works?
Hello, I’m glad to inform you that the Flatastic WordPress theme is already available on Themeforest http://themeforest.net/item/flatastic-premium-versatile-wordpress-theme/10875351
How Can I trigger a custom pop up ? ive looked throughout the source code and made a copy of the login popup but I cant seem to make it pop open when Im adding an item to my shopping cart..
Ive seen on your magento version you have a cart pop up but on the html it doesnt appear to have one ?
My task is simple. After my site has posted to my shopping cart, I simply would like to display a pop up dialog, however everytime ive tried the styling appears off.
Is there an easy way to make a pop up dialog appear programatically ?
thanks in advance
Hello, HTML version is just HTML without programming. If you need some programming you have to do by yourself or use the some product with programming- Magento or VirtueMart
thanks for this. I do have another issue.. Why is it that its compatible with bootstrap 3, however just about everything within the code doesnt make use of any bootstrap classes ? It appears everything is custom classes on top of a bootstrap 3 grid. its a nice template, but it doesnt make things very easy to manage from a code perspective when everything is custom ontop of the bootstrap framework
The template is based on the Bootstrap 3 grid. It means that for marking, block layouts and responsiveness the Bootstrap classes are used. For the design elements, such as buttons, we use custom classes. This is normal practice.
Hi,
How can get with jquery value from select, because not work fine when have class “custom select”... look in this page: http://www.autoplast.net/v3/producto/babero-delantero-bmw-e90.html and you see that first select “Precio” not change price but if I change the class “custom select” works fine and change price….
How can fix this? 
Hi, open a ticket please
Hi, the cart not work with header 4 how can fix this?
Hello! Yes, I see the problem. I’ll fix this asap.
In the inc folder open the header_4.html file with any text editor, find id=”shopping_button” and move it in the li tag that is above.
Thanks for support, now work fine.
you are welcome. Could you rate our support here please http://themeforest.net/downloads
social slideout bugfix
bug description: - it is possible to x-scroll and see the content of the social slideout (sw_content) hidden overflow not working properly!.
fix : /css/style.css around line 2551
replace
.sw_content{
position:absolute;
left:100%;
top:0;
padding:15px 20px 30px;
width:265px;
overflow: hidden;
background:#fff;
-webkit-border-bottom-left-radius:4px;
-moz-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
}
with
.sw_content{
position:fixed;
left:100%;
top:0;
padding:15px 20px 30px;
width:265px;
overflow-x: hidden;
background:#fff;
-webkit-border-bottom-left-radius:4px;
-moz-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
}
above bug is tested in firefox & chrome browser.
Hello. This is not a bug. This is an option. You can make them scrolled or not.
If you want that the social side widgets are not scrolled, the you need in the styles.css file find the .social_widgets class:
.social_widgets{
position:absolute;
right:0;
top:56%;
z-index:110;
}
Replace position:absolute; with position:fixed; and replace top:56%; with top:26%;
I noticed that none of the “portfolio” pages are in the directory of files I downloaded after purchasing. Where am I supposed to get these or are they not included?
Nevermind – Downloaded all new files. Thanks
Hello, I’m glad that you sorted this out
I’d appreciate it if you could rate the theme with 5 stars.