2196 comments found.
Hi. The theme is beautiful. Great job! I am setting up my shop and have a few questions. I also sent an email so please feel free to reply either way. Thanks!
(1) Footer
The Facebook portion of the footer is not appearing in gray with the same look and feel as your example. I am getting the standard Facebook blue box. Screenshoot is in the email I sent to you. Please let me know how I can correct this.
(2) Slideshow
I would like to replicate the slideshow appearance shown in the Live Preview. I have tried to select “Custom Slideshow” and upload images, but there is no place to include a description to go with the image. Also, the image defaults to the left side of the blue textured area. How can I include a description with the image and also select where the image shows up (eg. on the right side)?
(3) Drop Down Menu
Is there a way to make the drop down menu that appears when hovering over the parent categories appear in one column, instead of two?
(4) Information Module
How can I edit the Information Module so that I can select which pages are included in it? I plan to have it appear on the product pages similar to the Live Preview example, but I don’t need Terms and Uses and Privacy Policy to be listed up there as well.
Thank you for your help!
Hi Deborah,
1) The facebook uses its default styles, when your website is on a blocked IP or installed on the localhost. When you put it online, everything should be ok.
2) The slideshow images on the demo site are custom made with Photoshop. If you want to add text, you should embed it in the image. I admin it will may be better to put normal text, but for now this is the only option. We will definitely consider this as a future option.
3) Add at the bottom of the catalog/view/theme/shoppica/stylesheet/screen.css this code:
#categories .s_submenu {
width: 200px;
}
#categories .border_eee {
width: 180px;
}
4) In the latest update, we have released today, the information dropdown in the main menu has a separate template: catalog/view/theme/shoppica/template/module/shoppica_information_menu.tpl. About the inner pages; you could add the information module in the right column, but if you want to remove some of the pages there, you should do this hardcode from the catalog/view/theme/shoppica/module/information.tpl
Hope, we have helped.
Best regards,
ThemeBurn team
.addthis_default_style .at300b, .addthis_default_style .at300m {
left: 296px;
position: relative;
top: -71px;
}
i see that the original position is obtained from this ?
i see that both modules ar not internal to shoppica so how can we modify them to reflect the position we need?
and olso
please advice
Hi,
These are styles from addthis share button. You cannot modify the source, but you can override the styles at the end of screen.css. Do not forget to put !important declaration to increase the priority of your styles.
Best regards,
ThemeBurn team
hello, how can I put the availability status in products grid view? I would put under the price. THANKS
Marco
Hi Marco,
This topic may be useful to you:
http://forum.opencart.com/viewtopic.php?f=20&t=35622&p=177418#p177418Best regards,
ThemeBurn team
Loving the the Theme. 2 small probs…
1. When user ‘Likes’ on facebook, their facebook page shows link to product etc but image of product is not shown, the PayPal logo is shown.
2. The Like, tweet etc on product page covers up the ExVAT price
3. Using ‘Latest’ module on right panel, when clicked on product pahe causes errors
Thanks! Jazz
Hi,
Thanks for the feedback. We will fix the problems for the next update.
Best regards,
ThemeBurn team
When i get list of products and going with mouse on products on mouse over product where is mouse get shadow borders from all sides. How to disable this on mouse over borders? Also on your shoppica.net home page latest and feuterd on mouse over get grey borders from all around. Thanks
Hi,
The gray borders are only for IE7 /8.
To remove the shadow you will need to open catalog/view/theme/shoppica/stylesheet/screen.css, find .s_item:hover rules and remove all box-shadow styles.
Best regards,
ThemeBurn team
hello, I have a strange problem: when I change the language (in italian) and proceed through the checkout register does not work. If, however, complete with a guest register. Everything works if you change language in English. Why? thanks
Hi,
Maybe the italian version breaks something. This could be, because of some undefined variables in the new language that give error.
You could open the source and check for “warning”, or “notice” strings. You could also PM us your website to have a look.
Best regards,
ThemeBurn team
Hi there,
I would like to know if it is possible to set the shop up so that it just submits an order via Email? I would like clients to pay via Electronic Transfer rather than through Paypal, online etc.
Is this possible?
Thanks.
Hi,
You can enable/disable the different payments in OpenCart and yes, you could disable paypal and leave only bank transfer details.
Best regards,
ThemeBurn team
Thank you for the response.
How can I add javascript to the Info tab in the footer? My client wants to put an iContact form down there.
Hi,
The info part is located in catalog/view/theme/shoppica/template/common/footer.tpl, in #shop_description div.
You could add the JS either in the head in the header.tpl or just after the #shop_description element.
Best regards,
ThemeBurn team
Some kind of a Bug:
If you are running a multi-store on 1.5.1 and you add a product to cart on, let’s say, subshop1.mainshop.com and then mouse-over to “Cart” and klick “View Cart” it links to mainshop.com/index.php?route=checkout/cart
but it shoud link to subshop1.mainshop.com/index.php?route=checkout/cart
because when you go to mainshop.com the cart is emtpy when you added something from outside the mainshop. Checkout is linked fine.
How to fix this?
Cheers
Hi,
We will try to fix this asap and provide the fix in the next update.
Best regards,
ThemeBurn team
I have problems with this theme as when i make a new category and uncheck the option to show in Top menu bar , it doesnt work correctly as with shoppica it always shows there not in Categories navigation menu ….If i am doing something wrong then plzz tell me ..
Hi,
Could you explain again, please, because we didn’t exactly understand?
Hi the problem is , in categories list i want to add more categories but when i add them they show on top menu bar even if i uncheck the option as dont shown in top menu bar , i want to show the limited number of categories in top menu bar as we can do in default opencart ..but with your theme it is a problem as when i uncheck the option to donot show the particular category in top menu bar it shows as if it is not using default opencart functions and if not then you have to fix it please
Already fixed.
Best regards,
ThemeBurn team
Dear TB,
just another issue. I want to program the home button (house icon) the same as the logo. When you click on the logo it redirects to www.yourdomain.com//index.php?route=common/home but if you click on the home button it redirects to www.yourdomain.com/
thanx.
Hi,
The home button is in catalog/controller/module/shoppica.php – in the generatecategoriesMenu() function. You can modify the link from there.
Best regards,
ThemeBurn team
Please can you be more specific. There is a link Home and when i changed HTTP _SERVER to HTTP _SERVER.’index.php?route=common/home’ i get an error.
Can you provide the code.
Thanx
Hi,
Change this line:
$output = '<ul class="clearfix"><li id="menu_home"><a href="' . HTTP_SERVER . '">Home</a></li>'; </ul>
with this one:
$output = '<ul class="clearfix"><li id="menu_home"><a href="' . HTTP_SERVER . 'index.php?route=common/home">Home</a></li>'; </ul>
// EDIT //
The autocomplete here in the comments adds closing tags. Ignore them.
Regards,
ThemeBurn team
thanx for your quick respons.
I change the code and it works but there must be something else. I use multistores and my webshop is in www.domain1.com and for example a client has found www.domain2.com and is shopping on this domain. (i use 1 database on domain1)
If the client is shopping in domain2.com and clicks on the logo he stays in domain2.com on the startpage. But when you click on the icon (home) you go to domain1.com.
Please advice.
Thanx.
Hi,
The only one solution, that we could think of is replace this row from the controller/module/shoppica.php:
$output = '<ul class="clearfix"><li id="menu_home"><a href="' . HTTP_SERVER . '">Home</a></li>';</ul>
with:
$output = '';
and then in the catalog/view/theme/shoppica/template/common/header.tpl replace this line:
<div class="s_nav" id="categories" />
with:
<div class="s_nav" id="categories">
<ul class="clearfix">
<li id="menu_home">
<a href="<?php echo $home; ?>">Home</a>
</li>
</ul></div>
//EDIT – comments add a tag. Ignore it, especially in the last piece of code.
Hope, this will help.
Best regards,
ThemeBurn team
Dear TB,
the code you give works. The only problem now is that the layout is gone.
I will pm the site.
Thanx.
Dear TB,
when i’am at the homepage the images under New are blurred. On every other page it looks great. I changed the image sizes like you said in the documentation. Please advice.
Hi,
Do not forget to change the images sizes, each time, when you assign a module to a page.
Best regards,
ThemeBurn team
I will PM my website adress because i don’t understand what you mean.
Dear TB,
this problem i have solved. Thanx for your input. I didn’t change the size in the module New.
Wow! Just an amazing, amazing theme! Thank you for your excellent work with this. Just a few questions:
Is it possible to have the product slideshow appear in a random order? On the product slideshow, some products appear with a lot of text and some with just a word or two – is there a way to change this? Is it possible to have links in the footer for email address or in the information section?
Thanks again for all your hard work!
Hi,
1) Yes, it is possible to randomize the order of the slided images. You will just have to touch the settings of the SlidesJs plugin in the shoppica.js.
2) The product slideshow takes the meta description of the each product. Some products just have a few lines of text.
3) We deliberately didn’t put links in the footer to prevent the email addresses to be crawled by spam bots.
Best regards,
ThemeBurn team
how can i split the actions and positions for the price in grid and list view? they share teh same values and if i make it stable on grid will not working in list. thanks
Hi,
We didn’t understand, what exactly do you mean…
AdyydaSAYSPURCHASED LAYOUT OF MANUFACTURER CAROUSEL GETS BAD SOMETIMES IN CHROME ? USUALY AFTER ENTERING A PRODUCT PAGE THAN HITING HOME POSTED 2 DAYS AGO REPORT REPLY AUTHOR ThemeBurnREPLIED Hi, The most strange thing is, that we have never had provoked the bug. We tried maybe hundred times…
a email adress so i can send you a movie?
The slideshow graphic is not positioned correctly on the page. The demo shows the slideshow graphic with no space on the left or right as it touches the left and right sides of the page.
However, my banner has padding on the left side that is pushing the banner graphic (1000px wide) to the right:
www.bigthinkdevsite.com/organic
How can I fix this to look like the demo with no space on the left?
Hi,
You have used Shoppica Banners instead of Shoppica Theme CP -> Intro -> Product Slideshow or Custom Images Slideshow.
Best regards,
ThemeBurn team
hello. can you explain please the principle behind the hover values .s_list_view .s_item:hover { margin: 0 -20px 1px -20px; for instance. on short 1 value move the box to the …, the second moves it to the… etc. i need to resize them again to fit 1200px wide and it’s a nightmare. i bearly found the settings before and unfortunaly the setting from 1.9.4.5 doesn’t work in 1.5.1.1. thanks
Hi,
When on list view, there shouldn’t be any difference, whether your container is 1200px or 120px wide. If you could PM us your website to see, we would be able to help.
Best regards,
ThemeBurn team
hello just solved the problems based on my shoppica 1.4.9.5 customisations. i have missed a setting wich messed up the layout of hover. now all is fine. i have 2 problem. 1.how do i make the search in subcategory and description activated by default? you have modified the search.tpl and my old setting can’t be used-diferent layout
2.i want to modify the layout in product page meaning that the box containing facebook, tweeter and review i want it moved instead of the price. i can move the price anyware but do not know exactly how to move that box. i assume that i need to modify the order of the code inside product.tpl becouse i was succesful in duplicating the box of add to cart but again no luck with puting that in the right side of the #product_info dl thanks
have solved this problem. thanks for the reply.
If I wanted to add another tab on the product page where the description and reviews tabs are so I can add additional content how would I do that without breaking your templating?
Hi,
If you add a new tab, you will need to mod the screen.css. This code:
#product .s_tabs_nav {
margin-left: 30px;
}
#product .s_tabs_nav li {
.....
width: 25%;
}
#product .s_tabs_nav li:first-child {
......
margin-left: -30px !important;
}
should be changed to:
#product .s_tabs_nav {
margin-left: 40px;
}
#product .s_tabs_nav li {
.....
width: 20%;
}
#product .s_tabs_nav li:first-child {
......
margin-left: -40px !important;
}
Best regards,
ThemeBurn team
Lovely 
Thanks 