Page 6 of 10
Re: default2 - free OpenCart 2 theme
Posted: Wed Apr 06, 2016 2:39 am
by qahar
Updates v2.0.2
* Fixed
^ Improvements
+ New Feature
~ Deprecated
# New Feature - Feedback Expected
=== v2.0.2
* Fix module category name overlap product count
* Fix 404 not found on boxed and framed layout
^ Category template #2 thumbnail
^ Prevent module only show header without content
^ Warn user when theme is disabled for activated preset
^ Separating theme and gearbox style and script
^ Update Bootstrap 3.3.6
^ Update Font Awesome 4.5.0
^ Update matchHeight 0.7.0
^ Update Rhythm Framework 1.1.0
^ Update Gearbox Modules 1.2.0
# Usages of template chunk to simplify maintenance
Re: default2 - free OpenCart 2 theme
Posted: Sun Apr 17, 2016 7:28 pm
by qahar
Updates v2.1.0
v2.1.0
^ Reposition product rating in thumb view
^ Change how module product-thumb margin work
+ Add Account and Affiliate template file
^ Update Rhythm Framework 1.2.0
^ Update Gearbox Modules 1.2.1
Re: default2 - free OpenCart 2 theme
Posted: Mon Apr 25, 2016 11:14 am
by ohslmod
Just wondering if I could get some help installing the default2 theme (
http://www.opencart.com/index.php?route ... n_id=21411).
I have downloaded the theme file from the provided URL and uploaded to the folder //mylittleshopper/catalog/view/theme and tried to enable the theme inside the dashboard at System>Settings>Edit your website>General Settings>Template>Select the template default2 v1.3.1>Save. I have enabled the theme and received the following error:
Notice: Error: Could not load template /hermes/bosnaweb25a/b2293/ipg.ohboomnet/mylittleshopper/catalog/view/theme/default/template/common/column_left.tpl! in /hermes/bosnaweb25a/b2293/ipg.ohboomnet/mylittleshopper/system/engine/loader.php on line 86
My hosting provider advised there is an issue with this theme? Have I uploaded the files correctly? Please advise on the correct location of the upload and which files to upload.
Any help would be urgently appreciated.
Re: default2 - free OpenCart 2 theme
Posted: Wed Apr 27, 2016 1:31 pm
by qahar
what is your opencart version? Have you follow all installation step?
Have you refresh OcMod?
Re: default2 - free OpenCart 2 theme
Posted: Mon Jun 13, 2016 5:06 am
by obucek
Hello.
I have one question
When i go with mouse to My account on right upper corner i cant see all texts because search box is overlay text.
How to fix this. Please help. You can chack here
http://megabite.si
Thx and all the best
Oliver
Re: default2 - free OpenCart 2 theme
Posted: Mon Jun 13, 2016 10:50 pm
by qahar
Your onjsmartsearch ext cause that.
They use css z-index higher than bootstrap dropdown
Code: Select all
#search, .searchbox {
overflow: visible ;
z-index: 9999999 ;
}
Re: default2 - free OpenCart 2 theme
Posted: Wed Jun 22, 2016 8:50 pm
by labeshops
Really loving this theme!
One thing I noticed is that on related products on the product pages the add to cart buttons on mobile are cut off - all you see is "Add to" and the rest is cut off. wondering if on mobile, these can just have the cart icon with no words???
Also loving the custom css style section - making it much easier to give each of my stores personality. Wondered if perhaps you could add custom script boxes, one for header, one for footer? Would make it a lot cleaner to add scripts.
EDIT: One more issue - I cannot get it to use a background other than noise.png in the boxed layout. For some reason, when I put the new background image in the custom style section, it is being ignored.
Re: default2 - free OpenCart 2 theme
Posted: Wed Jun 22, 2016 9:44 pm
by labeshops
Ok one more question - how the heck do I add a gearbox created navbar to be the menu on the site instead of the default menu?? Didn't see this in your documentation and I cannot for the life of me see how to do that

Finally figured out how to add it to the layout, but is there a way to show it site wide?
Nevermind - figured this out

For anyone else trying to figure it out, there is a blue i to the right of the block position tab in the default 2 theme controller that explains "layout_all_pages". IMO this should also be somewhere in the gearbox control panel, but once I found it and did it, it works on all pages as it should.
However for some reason, the gearbox megamenu wants to show twice on the product pages. Only doing it on the product page though. Example
http://www.gothicplus.xxx/rose-snake-go ... klace-p689 (change xxx to com) - any idea why?
Lol apparently I need to post a problem here before I can solve it! The double menu issue is solved. apparently I needed to set the route for a product page even though I'm not using it. Once I set the route for GP Product, the double menu went away.
Re: default2 - free OpenCart 2 theme
Posted: Sun Jun 26, 2016 3:40 am
by qahar
labeshops wrote:One more issue - I cannot get it to use a background other than noise.png in the boxed layout. For some reason, when I put the new background image in the custom style section, it is being ignored.
Thank you for your suggest. For the image use path as below on Custom Style
Code: Select all
background: #fafafa url(../../image/new-noise.png) repeat;
I remember write about "layout_all_pages" in the docs, but I also can't find it. Time to review the docs.
Re: default2 - free OpenCart 2 theme
Posted: Sun Jun 26, 2016 6:43 am
by labeshops
qahar wrote:labeshops wrote:One more issue - I cannot get it to use a background other than noise.png in the boxed layout. For some reason, when I put the new background image in the custom style section, it is being ignored.
Thank you for your suggest. For the image use path as below on Custom Style
Code: Select all
background: #fafafa url(../../image/new-noise.png) repeat;
I remember write about "layout_all_pages" in the docs, but I also can't find it. Time to review the docs.
I tried that for the background as well as
Code: Select all
.layout-boxed:not(.blank-mode), .layout-framed:not(.blank-mode) {
background: #fafafa url("../image/gp-background.jpg") no-repeat fixed 0 0;
Not showing up though front end.
And glad I'm not the only one that missed the layout docs

Re: default2 - free OpenCart 2 theme
Posted: Mon Jun 27, 2016 9:20 pm
by labeshops
Also, would love to make related products a carousel as some of my products have a lot of related items, but haven't managed to make that work yet.
Re: default2 - free OpenCart 2 theme
Posted: Tue Jun 28, 2016 1:49 am
by qahar
Look carefully at doubled parent directory I use
I put the related carousel in the roadmap, thanks.
Re: default2 - free OpenCart 2 theme
Posted: Tue Jun 28, 2016 3:27 am
by labeshops
still doesn't work for me. I put my background in the same directory as noise.png. It loads fine if I select it in my browser, but not in the theme. trying to set it on gothicplus (dot) com
finally got it to work, but I had to use the entire code block, not the abbreviated single line for some reason. The code below is working (though I need to adjust it a bit to look right).
Code: Select all
.layout-boxed:not(.blank-mode), .layout-framed:not(.blank-mode) {
background: #fafafa url(../../image/gp-background.jpg) no-repeat;
background-color: rgb(250, 250, 250);
background-image: url(../../image/gp-background.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
}
Re: default2 - free OpenCart 2 theme
Posted: Tue Jun 28, 2016 3:41 am
by qahar
You only need this part:
Code: Select all
.layout-boxed:not(.blank-mode), .layout-framed:not(.blank-mode) {
background: #fafafa url(../../image/gp-background.jpg) no-repeat;
}
the difference is you use
../ before mine was
../../
and of course ctrl+f5 is also required to clear browser cache
Re: default2 - free OpenCart 2 theme
Posted: Thu Jun 30, 2016 11:01 am
by labeshops
I have to say the more I work with this theme, the more I absolutely love it. Great for multistores!
One thing I have just discovered is that on mobile, the toolbar top left position overlaps the "my account...." etc links on the top header making them nearly impossible to see/use. Can this position stack above the links when it goes to smartphone view?
Re: default2 - free OpenCart 2 theme
Posted: Mon Jul 04, 2016 4:26 am
by labeshops
Question: Do the Alpha and Omega positions not work yet? Was trying to use alpha to display a banner at the very top of all pages, but I cannot get it to display. Not seeing any mention of either position in the documentation, so wondered if this is something new you haven't finished implementing yet or if there is just some trick I don't know?
SOLVED THE ABOVE: I figured out you cannot use 2 layouts using the layout_all_pages route on the same store. I had tried setting alpha position on all stores thinking it would merge with the one I had set up for gothicplus for its megamenu, etc. It didn't - it took over the layout instead. I added the alpha position element to the same layout for gothicplus that already uses layout_all_pages and it works perfectly
I just discovered the child template too and how to use them - brilliant idea!!!
Your documentation actually seems to be out of date. I was reading bout how to add color setting and it says "To add new setting, it's mandatory to add it at defaultSetting method at model admin/model/extension/default2.php file. This to ensure the new variable is available to all Preset until it's saved." But no such file exists.
Re: default2 - free OpenCart 2 theme
Posted: Tue Jul 05, 2016 2:42 am
by labeshops
Bug perhaps??
I'm trying to remove the red * next to the non-required fields for checkout addresses. It looks like company and address2 are not set to be required, yet they are showing the * which is confusing customers. I cannot for the life of me figure out how to turn it off on the non-required fields.
Re: default2 - free OpenCart 2 theme
Posted: Tue Jul 05, 2016 10:00 pm
by qahar
possibly even though default2 only modificate checktout/cart.tpl template which mean the rest will fallback to default template.
But when I use default theme, the required mark is not there, so something must be off here.
Thank for reporting.
Re: default2 - free OpenCart 2 theme
Posted: Fri Jul 15, 2016 8:41 pm
by labeshops
Don't know if you know but your documentation site is down. Went to look up something about gearbox and it's coming up as having an issue with the site - tell the site admin, so I'm telling you

Re: default2 - free OpenCart 2 theme
Posted: Sun Jul 17, 2016 11:17 pm
by qahar
Yes it will down for a while, sorry for that.