• Resolved liikalat

    (@liikalat)


    Hi,

    I love your plugin. It did many of things I worried about Learndash. Anyway, I used CSS to move currency from left to right (€ should be shown right side) in cource page. After activating, the style stopped working.

    The code I used

    .learndash-wrapper .ld-course-status-price .ld-currency { order: 2;}

    .learndash-wrapper .ld-course-status-price .ld-currency:before { content:”\00a0″;}

    Is there any settings in Pro version to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Escape Creative

    (@escapecreative)

    Hi,

    I tested this and the code you included above works for me. It moves the currency symbol to the right side.

    LearnDash makes the parent element display:flex;, which is what makes the order property work. It’s possible that you have other CSS that is changing .ld-course-status-price from display:flex; to display:block;. That would make the order parameter invalid because you can’t use order with display:block;. order only works on things that are display:flex;.

    Our pro plugin will not address this issue, but if you post a link to your site, I’d be happy to take a look and see if I can tell you what’s causing it not to work.

    Dave

    Thread Starter liikalat

    (@liikalat)

    Thanks Dave for your professional reply. I believe you are right. I tried to edit the .ld-currency via Chrome’s inspection tool and the tool said display is set block. I tried to disable all non-essential plugins without results (Course url)

    I dont expect to get support for this because it wasnt caused by your plugin afterall.

    Anyway, I would love to buy pro version of your awesome plugin before launch of the site ??

    Plugin Author Escape Creative

    (@escapecreative)

    It actually says the same thing for me in the Chrome Inspector, however the code still works. And I tried it on the URL you provided and it works there, too. Does it not work for you when you add that CSS to the “Additional CSS” in the Customizer?

    I’d love to have you as a customer ??</img>.

    Thread Starter liikalat

    (@liikalat)

    Somehow the child themes styles.css stopped working same time I added your plugin. Probably updated the theme at the same time. Thanks for your help. Surely buying the pro plugin later!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Currency positioning’ is closed to new replies.