57 comments found.
Is there a Shopify Version of this ?>
No, we don’t have Shopify’s version. Thanks
Hello, may I buy this template and convert it to codeigniter then sell it on codecanyon? We can discuss about royalty if needed.
hi when on mobile the button of the slides on the header disappear, i’m trying to fix it , but i can’t find the solution, do you have a solution for this? thank you
Hi there, we are getting lots of spam messages through the contact form. Is there anything that can be done to prevent it?
Hi there, I can not live review this template, has it gone somewhere?
hello, please there is one thing that ….
in the page homepage-slip-screen.html
when is on mobile, how do i set up the image for the background of the section?, when the side picture disappear and only text is visible over a faded image, how do i set the faded image? thank you
Hi, how do I enable the “Show More” button on the portfolio pages, or limit the number of pictures it shows in default please? I’ve inserted more than 50 images but the show more stays at the bottom and all images are loaded. Thanks in advance
Hi again, do you have any update on this please?
Hi there, please extended your license and create ticket on our support center (https://9wpthemes.ticksy.com) to give quickly technical support. Thanks
Hi 9WPThemes, This is the first question I’ve asked about this template, I have only begun to develop it. I do not wish to spend more money to have this answered, I did not use any of my 6 months support. Also it has been 28 days (4 weeks) since I originally asked the question, I’m not sure I would refer to this response time as “quick”. I would appreciate an answer from you but won’t pay extra for it. Thanks
The logo appears very very small. Why??
@media only screen and (min-width: 992px) {
.main-nav .nav-logo img {
max-height: 80px !important; /* change this value */
}
}
If you need more assistance, please submit ticket on https://9wpthemes.ticksy.com/
There’s a way to use the masonry style gallery into the shop template (not like a gallery but like items display for shopping)? Thanks
1) Open shop-category.html, add ‘masonry-container’ to ‘product-listing-2’ http://prntscr.com/jlf2k2
2) add masonry plugins to shop-category.html http://prntscr.com/jlf2xi . You can consult blog-masonry-sidebar-left.html
3) Add this CSS code below to the bottom of main.css:
.product-listing-2 {
float: none;
}
4) Important: clear your browser cache.
If you need more assistance, please submit ticket on https://9wpthemes.ticksy.com/ because we are not always on ThemeForest.
Thanks
Hi,
Fixed background not fixed in Chrome when scroll down. Could you take a look and fix the scroll function for this page? http://demo.osthemes.biz/wolverine/homepage-slip-screen.html#sectionPortfolio I look forward to receiving your reply soon.Hi,
We use use fullpage.js to make that page (https://github.com/alvarotrigo/fullPage.js). I have not figured out what causes the problem yet (it only happens on recent Chrome versions). It seems the plugin author have not solve the problem too: https://github.com/alvarotrigo/fullPage.js/issues/2921, https://github.com/alvarotrigo/fullPage.js/issues/3031 .
I hope this problem will be solved in next version of Chrome.
Thanks
Hello! Some time ago my ex web-designer bought a Wolverine Theme for my site. Since then he disappeared so i don’t have any access to the purchase code (i had to ask for it but i had no idea what was that at that time). I’d like to transfer my site to another domain. I can copy it, of course, but what about the license? how can I recuperate the access to the purchase or, at least, change the domain indicated there? I’m ready to buy the theme again, no problem, but how could i keep all settings (there was a lot of work) at the new site? Thank you in advance for any reply.
Hi,
It seems you are talking about Wordpress theme version of Wolverine. We and the team who makes Wordpress theme version are different teams. Thus, for the best solution, you can contact them directly: https://themeforest.net/item/wolverine-responsive-multipurpose-theme/12789221?ref=OSThemes
Many thanks.
Hi nice template GLWS
If you like partnership in Joomla version then please contact me via contact.bluetheme@gmail.com
Thanks!
Hello. I purchased your theme less than a year ago and I have never contacted your support, but I see support has already expired? In any case, I am hoping you will help me resolve one issue which I would imagine someone must have already identified.
The problem is that the header (code follows) has the parallax very zoomed in (per background ratio), and most importantly, as the resolution decreases for tablets/phones the image does not decrease “centered”, instead the image moves to the right? In comparison the home-fw-slider bg reduces in size “centered”, which is good.
<header class="site-header common-static-header">
For now I have the following in place to remove the unnecessary parallax and the background ratio resize, yet the issue with the bg image moving off the screen upon resize which doesn’t work for my bg header images.
<header class="site-header common-static-header" style="background-image: url('assets/images/header-parallax.jpg');">
I would appreciate your help. Thanks.
Hi,
Please visit these pages below if they can help you: http://www.w3schools.com/css/css_background.asp http://www.w3schools.com/css/css3_backgrounds.aspThanks.
Yes, I am aware of the CSS bg properties. The CSS the common static header refers to is:
.common-static-header .parallax-bg, .portfolio-page-header .parallax-bg { background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; position: absolute; z-index: -1; left: 0; top: 0; height: 245px; width: 100%; background-size: cover;
}
As you can see the image is set to cover and fixed, and the bg position is set to center (50% 0). But it doesn’t center. In any case, I can see that you either don’t have a solution or don’t want to help unless I pay more money.
<header class="site-header common-static-header">
<div style="background-image: url('assets/images/header-parallax.jpg'); background-position: 50% 50%; position: absolute; z-index: -1; left: 0px; top: 0px; height: 100%; width: 100%; background-size: cover; background-repeat: no-repeat;">
<div style="background-color: rgba(51, 51, 51, 0.3); position: absolute; z-index: 0; left: 0; top: 0; height: 100%; width: 100%;">
</div>
</div>
<div class="container">
<h1>ABOUT US</h1>
</div>
</header>
I’m not sure if this code can help your care (in my case here: http://prntscr.com/e1quyk http://prntscr.com/e1qv8f). If it does not help then I admit I don’t have solution for your case and you don’t need pay money (we are not that kind of people). Some problem with mobile screen are very difficult to find solution.
Thank you very much.
I’ll give it a try, ... and my appreciate for your help in either case.
Thank you very much!
Is there a way for the full width sliders on the home page to shrink like a normal responsive slider instead of shrinking the image a little and centering? My client is a little upset because on slide 2 the picture can not bee seen in mobile view because it is just showing the center of the image.
http://tai-ny.com/index.phpSorry for late reply! If you debug the the slider (press Ctrl + Shift + i), you will see the images are just CSS code, and not the real element http://prntscr.com/dv2n2a. Therefor, the images will not shrink to what you want, unless you make the images to real element using tag http://www.w3schools.com/tags/tag_img.asp .
If you need more helps, please submit tickets on https://9wpthemes.ticksy.com Thanks !
Can we resell your theme? We found it here with other name: http://pepsitheme.com/
Sorry, you can’t. Thanks for report.
Hi,
How to add snapchat icon? and change the colors of the other icons also
demo is broken (sliders and logos)!
Please check: http://www.9wpthemes.com/?switcher&see=html-wolverine
Thank you very much!
EXACTLY this demo is broken (several different browsers! e.g. just have a look at his slider here: http://demo.9wpthemes.com/wolverine/homepage-corporate-2.html
c´mon. dont tell me you do not see this in ANY browser!???
Thanks for comment. We will check and fix soon.
Hi, great theme, I love it) tell me please, is it possible to change some words to the other language, like “search”, “share”, ’’like” etc which seems to be in the system? And how I can add some social profile, which is not in the list?
Hi there,
Thanks for your interested. So that we can best assist you, please create your ticket here: http://support.osthemes.biz . Please note pre-purchase question.
Thank you very much!
Hello i have a problem with the logo size i upload a big logo but il still small why ? thanks a lot
Hi, thanks for your purchased.
So that we can best assist you, please create your ticket here. http://support.osthemes.biz
Thank you very much!
Is there a page to see the icon fonts you have used? The page labeled icons doesn’t have anything
Thanks. Looks great
Hi, thanks for your purchased.
So that we can best assist you, please create your ticket here. http://support.osthemes.biz
Thank you very much!