sjp1170

sjp1170 13 years ago

Hi

Love this theme. However since the change to 1.5.4.1 i've noticed an issue. On the product page the review star image is missing. I ran firebug and it shows the incorrect link

<img src="catalog/view/theme/theia/image/stars-5.0000.png" alt="1 reviews"/>

the error being all the 0000 in the image name. Where does this come from and how do i stop it?

Thanks again for this great theme

JVP

JVP 13 years ago

Great thanks!

shyn

shyn 13 years ago

@joost: Hello,
It's because it has a relative height. If you want to make height fixed, edit this file ->
catalog/view/theme/theia/stylesheet/stylesheet.css
find line 1371 ( ".product-grid > div" ), add height property -> "height: 250px", right under "width: 157px;".
(250px - is for example, change it as you like).

JVP

JVP 13 years ago

Hi again Shyn, I got a question for you. Looking at the product overview I noticed that the product squares aren't always the same size. It seems to depend on the length of the product title.

Is there a way to change it, so that every product square will be the same size?


a pic to make things a bit clearer:

http://www.aguabenditabenelux.nl/product-overview.jpg

shyn

shyn 13 years ago

@devchamp: Hello, can you provide website link?

devchamp

devchamp 13 years ago

Hi,

Thanks for providing this template free.

I installed in 1.5.3.1 but I am not able to add any product in cart, wishlist or compare the buttons and links doesn't work. Please help

JVP

JVP 13 years ago

thanks. Totally missed that there were severall files in the folder :)

great theme!

shyn

shyn 13 years ago

@joost: Hello, it's look like theme was incorrectly installed. Check the documentation for installation guide.

JVP

JVP 13 years ago

am running v1.5.3.1 but the template isn't working. If I activate it I still get the default one.
After removing the default one it even gives error pages.

is it me or?

shyn

shyn 13 years ago

@Grandma: To activate "welcome" feature, you need to add next code to this file -> catalog/view/theme/theia/template/common/header.tpl

<div id="welcome">
<?php if (!$logged) { ?>
<?php echo $text_welcome; ?>
<?php } else { ?>
<?php echo $text_logged; ?>
<?php } ?>
</div>

For the example of styling you can use css code from the default OpenCart theme (file stylesheet.css).

shyn

shyn 13 years ago

@hellreturn: Hello, there is can be a many reasons for this (old computer, hosting issue, internet connection, software, etc.) I can't confirm this kind of behavior, so can't help you to figure out with this issue, sorry.

byTiny

byTiny 13 years ago

@shyn, thank you. I went on and tested lots of things and was able to solve it and move it to my main menu bar. :)

Another questions: How can I activate the login/logout so I see the links?

If you wish you can see the new site (not live yet), with your template at: www.herbalator.com/store/

hellreturn

hellreturn 13 years ago

Hello,

While scrolling, it seems their is website lag. How can I fix it?

Thanks for sharing free theme. It's nice!

Regards

shyn

shyn 13 years ago

@Grandma: Hi! Thank you for your kind words, glad you like it!
It's possible to do like on website above. But for first need to decide what actually links you want to keep. Because it's not too much width of footer. Footer links can be changed by editing this file -> catalog/view/theme/theia/template/common/footer.tpl
For the link styles -> catalog/view/theme/theia/stylesheet/stylesheet.css (footer section).

byTiny

byTiny 13 years ago

Sorry, the url thingy didn't work, you'll have to copy and paste.

byTiny

byTiny 13 years ago

Hi,
Thank you for this lovely theme. I also appreciate that the coding in the stylesheet is very neat and easy to navigate.

Would it be possible to arrange the text/links in the footer as on this site: [url]www.herbalator.se[/url] ? If yes, how would I go about doing that?

shyn

shyn 13 years ago

@ramky: Hi. Thank you for your kind words. Glad you like it! The easiest way to make default view as grid is edit this file -> catalog/view/theme/theia/template/product/category.tpl
Go to the end of the file and find this section:

if (view) {
display(view);
} else {
display('list');
}

change it to:

if (view) {
display(view);
} else {
display('grid');
}

It's change the default view to grid for categories. If you want to make grid view by default for manufacturer info, search and special you need to make the same changes in files: manufacturer_info.tpl, search.tpl and special.tpl

ramky

ramky 13 years ago

Hi Shyn,

Firstly i appreciate you for providing such a great theme for free.

I had a question, Can i change the Default view of products listing to Grid instead of List in the category ?

shyn

shyn 13 years ago

@k: I know that it is a late responce, but if you still looking for answer, please clarify what title bar do you mean?

@kj1222: Hello, glad you like it! Theia theme works fine with clean OpenCart installation.

kj1222

kj1222 13 years ago

Hello,
Great theme! Could you give me a bit of help on the following. I am getting three errors:

Notice: Undefined variable: language in /home/content/.../html/fragrancebath/catalog/view/theme/theia/template/common/header.tpl on line 54

Notice: Undefined variable: currency in /home/content/.../html/fragrancebath/catalog/view/theme/theia/template/common/header.tpl on line 55

Notice: Undefined variable: text_shopping_cart in /home/content/.../html/fragrancebath/catalog/view/theme/theia/template/common/header.tpl on line 65

Language is set to "English" and currency is set to "USDollar" in store settings. This is a clean install of opencart v1.5.3.1. I have installed the latest vqmod and vqmod manager. They are working ok.
Thank you,
Keith