Home Forums WoodMart support forum Bug on price bottom fixed price

Bug on price bottom fixed price

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #318031

    EDEN
    Participant

    Hello, thanks again for all the work, we are very proud to use the template for years now and to see it evolve, even if we did not update the theme the last time since it made too many changes to it (by the way we hope it wont cause issues in the future)

    anyway, i just suscribed now to an extension of support only for one question which is :

    we have now a plugin for add on products which works fine, but we found out that on mobile now there is a display bug that makes the price appear and mess the design, when it should not appear (normally the price doesnt show up on mobile on fixed botton price bar)

    please see attached photo

    thanks a lot in advance for the help

    Attachments:
    You must be logged in to view attached files.
    #318036

    EDEN
    Participant

    could you please tell me how to fix, and also on another hand tell me just how to get rid of the price on bottom bar add to basket on all displays, i didnt manage to make it disapear in the css using :

    .woodmart-sticky-btn .price {
    display: none;
    }

    #318084

    Bogdan Donovan
    Keymaster

    Hello,

    We have checked your site and find that some plugin on your site adds inline style “display: inline” to theme prices that have disabled our theme styles (https://prnt.sc/1s0y890).

    Try to add the following code snippet to the Custom CSS area in Theme Settings to overweight plugin styles

    @media (max-width: 575px) {
    	
    	.woodmart-sticky-btn .price,
    	.woodmart-sticky-btn .wd-action-btn, 
    	.woodmart-sticky-btn p.stock,
    	.wd-sticky-btn .price,
    	.wd-sticky-btn .wd-action-btn, 
    	.wd-sticky-btn p.stock {
    		display: none !important;
    	}
    }

    Kind Regards

    #318097

    EDEN
    Participant

    thank you so much Boss <3<3<3

    #318377

    Luke Nielsen
    Keymaster

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future.

    Have a wonderful day.

    Kind Regards

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

The topic ‘Bug on price bottom fixed price’ is closed to new replies.