*

questions

  • *****
  • 319 posts
BUG Make orice offer plugin and epsilon theme
« on: February 25, 2023, 11:11:12 AM »
Hi,

There is an issue.

The translation for “Make price offer” which can be found in Epsilon theme do not work.

If I disable mo_offer… or however it is called from Hooks it disables the blue one, not the Text one in the picture.

How can I disable the “Make price offer” Button as it is not translating, but not the blue one which is disabled from hooks.


Thank you,

Marked as best answer by questions on February 25, 2023, 10:05:54 PM
*

MB Themes

Re: BUG Make orice offer plugin and epsilon theme
« Reply #1 on: February 25, 2023, 01:27:15 PM »
@questions
there is mistake in item.php.
Find:
Code: [Select]
<?php _e('Make price offer''make_offer'); ?>
Replace with:
Code: [Select]
<?php _e('Make price offer''epsilon'); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: BUG Make orice offer plugin and epsilon theme
« Reply #2 on: February 25, 2023, 09:44:28 PM »
Can u update too these errors?

*

MB Themes

Re: BUG Make orice offer plugin and epsilon theme
« Reply #3 on: February 26, 2023, 10:46:04 AM »
Will be fixed in next theme uodate
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots