• Resolved webfantastic

    (@webfantastic)


    Hi!
    Your plugin violates our website design and changes the basic price to your style and makes it emphasized. After that, we cannot change the style of the price in other ways. Why did you make a forced change in the price style when installing your plugin? How to disable it?

    2. Please make a shortcode for the price table. It is very inconvenient when a page is created using Element or or other constructors. How can I display the price table using the where do I need function? I don’t want to use standard output methods because they spoil the design of the site.

    • This topic was modified 2 years, 2 months ago by webfantastic.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WP Developer

    (@bycrik)

    Hello @webfantastic,

    1. Can you please clarify what styles are force applied to your price? Can you please provide a link so we can investigate this?

    2. We plan to add shortcode support in a subsequent release. For now, you can technically trigger a hook (which is chosen on the setting) in the place you want to show the table.

    Thread Starter webfantastic

    (@webfantastic)

    When you activate your plugin and the product has a discounted price, then the style of your plugin is applied and the discounted price becomes underlined. There is no way to remove it. If the price is without a discount, then it is displayed normally.
    https://prnt.sc/26sdoof

    Plugin Author WP Developer

    (@bycrik)

    Hello @webfantastic,

    The plugin does not provide any additional CSS styles for prices.
    If you change the theme, the problem should go. That’s why we need an URL for your project to investigate where the style comes from.

    The plugin covers the price tag into a wrapper to make it accesseble from the scripts, which can cause your theme to apply different styles for the new price HTML structure.

    Thread Starter webfantastic

    (@webfantastic)

    I managed to remove the underscore by assigning an additional style to ins. That’s the only way. Check your plugin, you need to add a style parameter there without underscores. As soon as I disabled the plugin, everything became normal. We use the Impreza theme.

    /* Ins */
    #page-content span ins{
    text-decoration:none;

    }

    Plugin Author WP Developer

    (@bycrik)

    Hello @webfantastic,

    We will check this for future updates. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The plugin changes the style of the price to underline’ is closed to new replies.