Home Forums WoodMart support forum Theme star rating conflict with formidable form

Theme star rating conflict with formidable form

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #504838

    raulis
    Participant

    Hi,

    We found a conflict with star rating of formidable forms and your theme files. I am attaching photo and link. Please help to fix.

    Thank you.

    #504841

    raulis
    Participant

    Sending info from formidable support

    I will recommend contacting the theme developer to help you look into the issue. The declaration in the stylesheet is causing the issue on your site https://paste.pics/edit/0a45b347bbafe799cc1dc5d18d43940b

    Content declaration should have a single value, your theme has multiple values of the same item. https://developer.mozilla.org/en-US/docs/Web/CSS/::before

    #504934

    Hello,

    Please make the full backup of your site and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.

    Best Regards

    #505150

    raulis
    Participant

    Same thing.

    #505296

    Hello,

    It means the WoodMart theme does not influence the issue.

    If you have any questions please feel free to contact us.

    Best Regards

    #505368

    raulis
    Participant

    Sorry, I meant to say, that with other theme all is good.

    #505575

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .frm-star-group .star-rating:before {
    	content: none;
    	width: unset;
    	height: unset;
    }

    Best Regards

    #505649

    raulis
    Participant

    Yes, that helped, thank you.

    #505697

    You are welcome!

    Wish you a wonderful day!

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Theme star rating conflict with formidable form’ is closed to new replies.