Serialattach and the use of a different font

  • Posts: 21
  • Thank you received: 0
10 years 6 months ago #126955

-- url of the page with the problem -- : wayfinders.nl
-- HikaShop version -- : 2.2.2
-- HikaSerial version -- : 1.7.4
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.5.27
-- Browser(s) name and version -- : Chrome Version 30.0.1599.69

I like to use different fonts with SerialAttach. But wen I select an other font, SerialAttach will not use it.



Peter
Attachments:
Last edit: 10 years 6 months ago by red_garfield.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #126965

Hi,

Please provide a screenshot of your attach serial configuration.

Thanks


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.

  • Posts: 21
  • Thank you received: 0
10 years 6 months ago #126969

Add a screenshot.


Peter

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #126974

Thanks.

I reproduce your problem and I will update the HikaSerial package as soon as possible.
Before that, you can fix the attach serial plugin manually.
Please edit the file "plugins/hikaserial/attachserial/attachserial_configuration.php" and replace the code

				$fonts = JFolder::files(HIKASERIAL_MEDIA . 'ttf' . DS, '.ttf');
				$default_font = @$this->element->plugin_params->default_font;
By:
				$fonts = JFolder::files(HIKASERIAL_MEDIA . 'ttf' . DS, '.ttf');
				$fonts = array_combine($fonts, $fonts);
				$default_font = @$this->element->plugin_params->default_font;
You will have to re-save your attach serial configuration with your right default font.

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.

  • Posts: 21
  • Thank you received: 0
10 years 6 months ago #126995

Thanks, this works.


Peter

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

Moderators: Obsidev
Time to create page: 0.075 seconds
Powered by Kunena Forum