• Resolved anneng1

    (@anneng1)


    After updating the plugin, there is a problem with the display of related products of the product, which shows the code directly on the front end. After disabling the plug-in, it is back to normal.
    jQuery(document).ready(function () { // Swiper: Slider new Swiper('.swiper-container', { loop: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', slidesPerView: 2, paginationClickable: true, spaceBetween: 10 }); }); .wt-related-products .wt-crp-heading{ text-align : center; } .swiper-container { width:66.666666666667%; height: 50%; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .swiper-slide li { list-style-type: none;display: flex; flex-direction: column; } .swiper-slide h2 { font-size: 22px; font-weight: 400; margin-bottom: .5rem !important; margin-top: 1rem !important; } .swiper-slide .amount { color:#8f8a8a !important; } .swiper-slide .button { background-color: #28303d; color: #eeeeee; margin-top: .5rem !important; width: 68% !important; margin: 0 auto ; } .swiper-slide a { text-decoration: none !important; } .swiper-slide .col-md-4 , .swiper-slide .col-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .swiper-slide .fade-in-block{ position: initial; } .swiper-slide h2,.swiper-slide span.price { font-size: 1rem !important; }

    The page I need help with: [log in to see the link]

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

    (@webtoffee)

    Hi @anneng1,

    Thanks for reaching out.

    We are sorry for the inconvenience caused. It seems like the theme/third-party plugin that you use removes the script and style tag inside the related product. Could you please share your WooCommerce system status report (WooCommerce>status>system status report) via this link for a better understanding?

    Thread Starter anneng1

    (@anneng1)

    I have submitted the ticket. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product page display code’ is closed to new replies.