54 comments found.
do you have Wordpress version ?
Sorry, the template doesn’t have Wordpress version yet.
Hi I bought your Gridz template. It looks great. I have a problem / questions though:
The template is not expanding to 100% when we view it on laptop (13”). The right side of the site is black as the pics are not covering it. I need this to be a responsive site. Plz help!!
https://1drv.ms/i/s!ADHkjbTKncpWqEU
Where can I buy the stock pics used in the template? I would like to use few of them.
Thnx
Hello
Sorry, the main container provided maximum width as 1024px only on the large screen.
Regarding stock photos that used in the template, you can buy it from the link below.
https://photodune.net/user/ollyi/portfolio
Regards
Pophonic
We do need the main slider image to extend more to the right. I tried Media Query to check if the page min-width was 1024px or higher in which case I put the wrapper width as 84% and height as auto. Any suggestions on the layoutslider as it seems to stick out a little too much to the right..
Could you please contact me through my profile page, I will send you a custom css to solve this problem.
Regards
Pophonic
Does this template support retina display? I have viewed the demo on my iMac, it’s terrible!
The template doesn’t support retina display yet. I will put it to my list for the next update.
Regards
Pophonic
When will you support retina display? I intend to buy this template for my photography website
Maybe next week depending on approval queue, I will inform you again when the update version released.
Hello
The item has been updated to support retina display.
Regards
Pophonic
Great template. I’m interested in buying it. But I have two questions. 1. When viewing Portfolio Projects (More Details page) am I able to show more photos for that project (not just the main photo). 2. Are you still developing this template? because you haven’t updated it since June last year. Thanks.
Hello
Thank you for your interested.
1. Portfolio single page show only one photo for each project.
2. yes, I still developing, update for any bug fixed and new features.
also, I will add new feature that allow portfolio project show multiple photos, please follow the item page for any updates.
Regards
Pophonic
Great thank you. I will wait for an update then it it
*buy it.
The template has been updated to added FlexSlider jQuery Plugin, you able to show the multiple photos on portfolio single and blog single as image slide.
Regards
Pophonic
Hi
Whether this theme support any other colour
Hi
You need to edit through css files to change the color scheme.
Regards
Pophonic
Hi, I need to keep three service containers on each row always, instead of showing more or less fixed-size-items depending of the page width (However in very small screens I’ll prefer to have just one per row). How can I do this? We can talk through e-mail if I did not make my point clear on here
Hi
Please contact me through my profile page, I will look a possibility to modify the template as your request.
Regards
Pophonic
Great job. I wonder is there has light-version of gridz like your another Template Gemiz. Another question how can i move nav menu to the top.
Sorry, Gridz doesn’t have a light version and provide only left side menu (it has a lot work on CSS to move main menu to the top).
Regards
Pophonic
OK, So is there possible gridz Responsive like bootstrap’s col-xs-6 col-md-12 to control the display size on device like iphone/IPAD, How can i change the css files to make 2 small-grid on the same line when it shows on iphone. thx
The template using a custom CSS not Bootstrap framework, you might have to manually edit in responsive.css file to change grid layout on small devices.
Which page that you need to change to 2 small grid?, could you please send your request to me through my profile page, I will look at it for you.
Hi. Are you still planning on releasing a WordPress version? What would be the ETA?
Thanks Tim
Hi
I’m not sure about timeframe to release a Wordpress version, it has a lot details on this process. I will inform you immediately when it released.
Regards
Pophonic
Hi Great template! I’m new to HTML and it is very easy to follow it.
A question about the menu: as it is common among all screens (at least in my case) is it not possible to manage it independently so you don’t need to customize it everywhere (without using PHP if possible)? If I missed something obvious please be patient…
Thank you Nemecsek
Hi
Gridz is a HTML template so you need to change menu in all page that changed. I think ‘PHP include’ is a best way and will serve your need most.
Regards
Pophonic
thank you—works Stephan
Hi, i know, but this is not what i want , I want only some of them to be disabled- whats the code for an normal grid with picture or icon without flipping.. Regards Stephan
This is the code without flipping, example for portfolio thumbnails and you can use for other flip items.
<!--Portfolio 1-->
<li>
<div>
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-06.jpg" alt="image" />
</figure>
</a>
</div>
</li>
<!--End-->
Just remove all flip class from div and remove the flip-back section.
Gridz is a HTML template and specific flip transition, you might have edit some CSS for the code above.
This is another way for disable some flipping.
- Add css below into hover.css
.noflip .flip-back,
.noflip:hover .flip-front,
.noflip:hover .flip-back {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.noflip:hover .flip-back {
z-index: 0;
}
- and then add noflip class into <li> tag that you want to disable flipping.
Example:
<!--Portfolio 1-->
<li class="flip noflip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-06.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Dolor sit amet</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
Hi Great theme… I have a question :How can i remove the flip code from grids without disturbing the system, because i dont want them all to flip—just some.. Regards Stephan
Hi
Open hover.css file and disable or remove CSS code line number 57-73
.flip:hover .flip-front {
z-index: 5;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip:hover .flip-back {
z-index: 10;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
all flip effect will disable.
Regards
Pophonic
Hello, Thank you for this work, it’s perfect! I just have a small alignment problem (I started in HTML) in the portfolio. Should I send you a screenshot because my site is local.
Thank you for your help
Yes, please send your screenshot to me, could you please contact me through my profile page, I will look at it for you.
Regards
Pophonic
Hello, your template is fantastic and works very well. I have only one problem with the newsletter:
<!-Footer Subscribe->
<section class="footer-subscribe">
NEWSLETTER
Lorem ipsum dolor sit amet, consetetur sadipscing elitr.
<form>
<input class="first-name" type="text" name="firstname" placeholder="First name *" required />
<input class="last-name" type="text" name="lastname" placeholder="Last name *" required />
<input class="email" type="text" name="email" placeholder="Your email address *" required />
<input class="subscribe-button" type="submit" value="SUBSCRIBE"/>
</form>
</section>
<!-Footer Subscribe End->
I do not know it work. I want you to get me an email when someone fills out the form. If you could help I’d appreciate it.
Hi
Thank you for purchasing my template 
I can integrate subscribe form with Mailchimp service provider for receive subscribe message, if you already have Mailchimp account please contact me through my profile page, I will integrate subscribe form and send to you.
Regards
Pophonic
<script src=’http://ico-cookie-warning.googlecode.com/svn/trunk/ico_cookies.js'></script>Warning shows in the back of page – behind menu and slider. Any ideas how can I fix this?
Solved it.. just used different code 
Hi, Is it possible to change the main colors on the site? Thanks.
Hi
The template using color scheme as below
main color – #00aaaa
hover button – #009797
menu hover – #00c7c7
you can change to any color that you need by replace all in CSS files
also, for required element color, you can edit PSD file and save replace in images path directory.
pophonic, your work is impressive. Nice and clean and well commented. Love this template. Just one question: in practical terms would it be a simple job to center the entire boxed div? I don’t want a left aligned page. Can it be done without going through major css changes?
thanks
Mike
Hi
You have to edit CSS for center the template body in large screen, however the main menu have to stick on the left side.
Regards
Pophonic
Hi Pophonic, nice theme but it’s sad that it doesn’t use the whole width of a page…one third of screen is empty at all the times…waste of space I would say…any idea of improvements?
Hi
For desktop, the body of this theme are fix in 1024px to make it can show in all size desktop screen with no horizontal scroll so in some large screen will have a space on the side.
Regards
Pophonic
beautiful design. I am happy with the purchase.
By the way, is it applicable for wordpress?
Hi
Thank you for purchasing my template.
If you need to use the template as Wordpress Theme you have to integrate more.
However, I planning to create Gridz in Wordpress version, I will inform you again when it released.
Regards
Pophonic
Hello, i wish to take the gallery and place it into the page with the side bar but nothing comes up, only text, no gallery. Only time images come up is when I dont use the “section class” and “ul class” part of the code. But when I dont the images just pile ontop of each other and does not look good.
I also cannot figure out how to modify the location on the google maps, please help!
Hi
Could you please contact me through my profile page with your message above, I will look at it for you.
Regards
Pophonic