• Resolved Guido

    (@guido07111975)


    Hi,

    When Slider Direction is left to right a product title that ends with a
    punctuation mark such as ! or .. will be displayed wrong. The punctuation mark(s) will be displayed before the title.

    So for example “This is the title..” becomes “..This is the title” in left to right slider.

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi @guido07111975,

    Sorry for the delay. I got your point and thanks for choosing our plugin.

    Put the below CSS to the plugin Setting > Custom CSS field to fix the issue.

    .wpsp-slider-section .wpsp-product-section .wpsp-product-title {
        direction: ltr;
    }

    Hope the above helps.

    Thank you.

    Thread Starter Guido

    (@guido07111975)

    Hi,

    Thanks, will try it. Guess that slider direction is for LTR-websites only.

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slider Direction left to right’ is closed to new replies.