changes in pictureblue template

  • Posts: 95
  • Thank you received: 1
12 years 4 months ago #57676

Hi,

I have installed HikaShop template pictureblue and I would like to make 3 changes:
1. change the + and - button in product display for increasing/decreasing product amount to order for my own + and - images (as there are text (not images) symbols shown and these are not very good visible.
EDIT: Or if you can help me how to just make the buttons for + and - appear the same as they are on your pictureblue template screen shot. As on my web there are all the buttons from the template except these buttons :-/.

2. Since I installed the template there are not working "<b />" tags in the product listing page in product description. Before that, the text under the product pictures was in three lines thanks to "<b />" tags but now it is all together without spaces.

3. Where to change the dropdown menu arrow button for characteristics in product detail? I have different style for dropdown menu for filters and for product characteristic which does not look nice.

Could you please help?

Thanks
Vaclav

Last edit: 12 years 4 months ago by vaclav.

Please Log in or Create an account to join the conversation.

  • Posts: 82820
  • Thank you received: 13366
  • MODERATOR
12 years 4 months ago #57770

Hi,

1. That should actually display the + and - like in the screenshot. Did you install it as explained here:
www.hikashop.com/en/component/content/ar...113-pack-styles.html
If yes, could you give a link to a product page so that we can see why it's not working as it should ?

2. <b/> are not to add space between paragraphs. You should do that with <br/> tags. Please correct that and it should work.

3. You would have to add custom CSS in the style CSS file that you can edit via the Display tab of the configuration as explained here:
danielneumann.com/blog/how-to-style-dropdown-with-css-only/
And change:
#mainselection
by:
#hikashop_product_characteristics td

and:
select
by:
#hikashop_product_characteristics select

in the CSS provided there. But please note that you won't get the same display in all the browsers as dropdown styling is not supported for some of them like internet explorer.
It would require javascript code and would be much more complicated to implement:
stackoverflow.com/questions/611482/chang...e-of-drop-down-arrow

Please Log in or Create an account to join the conversation.

  • Posts: 95
  • Thank you received: 1
12 years 3 months ago #58141

Hi Nicolas,

thanks for your reply.

1. you can check it here:
spikes.cz/prsteny/produkt/7489-prsten-z-wolframu-s-otocnym-stredem-yxm1268

2. Sorry I wrote a mistake here. I have the tag <br/> correctly in my product descriptions. It worked correctly beforev I installed the template. You can see it here:
spikes.cz/prsteny
there is the break tag before each word "Velikosti" but the text is not broken in the description on product listing. At the product page the tag works correctly.

Thanks
Vaclav

Last edit: 12 years 3 months ago by vaclav.

Please Log in or Create an account to join the conversation.

  • Posts: 82820
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #58221

1.
Thank you. There is actually a problem with the CSS of the style.
Instead of #hikashop_product_quantity_field_change_minus and #hikashop_product_quantity_field_change_plus it should be .hikashop_product_quantity_field_change_minus and .hikashop_product_quantity_field_change_plus in the style CSS.
You can edit it via the Display tab of the configuration in order to fix that.
We'll also fix that style asap on our end.

2. You need to add that CSS in the style CSS via the Display tab of the configuration in order to fix that:
.hikashop_product_desc br {
display: block !important;
}
We'll also fix that style asap on our end.

The following user(s) said Thank You: vaclav

Please Log in or Create an account to join the conversation.

  • Posts: 95
  • Thank you received: 1
12 years 3 months ago #58223

Thanks Nicolas,

both worked.

Vaclav

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum