Where do i find the next and previous buttons?

  • Posts: 198
  • Thank you received: 7
7 years 9 months ago #260580

-- HikaShop version -- : 3.0.0

Search several times but i can't find the next and previous settings for Hikashop.

I need a hint :-)

Kind regards René

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 9 months ago #260585

Hi,

You need to turn on the setting "Show shortcuts to other category products" in the HikaShop configuration.
It's in the Display tab there.

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

  • Posts: 198
  • Thank you received: 7
7 years 9 months ago #260643

Nothing changes when i enable this setting.

On the demo site are these buttons turn off? I don't know how it looks.


Kind regards.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 9 months ago #260711

Hi,

Yes, these buttons are off on the demo website.
If you don't see them on your website, it's probably just a CSS issue.
Try changing the "style CSS" setting of the HikaShop configuration from "none" to "default" and that should add the CSS for the buttons to be visible.

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

  • Posts: 198
  • Thank you received: 7
7 years 9 months ago #260733

You're right Nicolas,

The buttons are in the source. But there is no css markup for these buttons.
I played around with some css and it working now thanks for the fast respond

span.hikashop_previous_product {
    height: 30px;
    background-color: #8c3939;
    border-radius: 5px 0 0 5px;
    float:left;
    padding: 5px 20px;
   
}

span.hikashop_previous_product:after {
    content: "previous";
    color: white;
    line-height: 30px;
    font-size: 20px;
}


span.hikashop_next_product {
    height: 30px;
    background-color: #8c3939;
    border-radius: 0 5px 5px 0;
    float:right;
	padding: 5px 20px;

}


span.hikashop_next_product:after {
    content: "next";
    color: white;
    line-height: 30px;
    font-size: 20px;
}


Kind regards Renë

Last edit: 7 years 9 months ago by renem.

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
7 years 9 months ago #260743

Hi,

Nicolas add the missing CSS in the new HikaShop frontend CSS file.
That CSS was still present in the "style_default" which is the retro-compatibility style.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum