Reply 353405 to: Remove price range in variable product .

Avatar: Rose Tyler
Rose Tyler
Support staff
April 15, 2023 at 14:02

Hello, Clean,

1/ Our “Minimum Price Only” option was not tested with WooCommerce Dynamic Pricing & Discounts plugin.
When this option is disabled the price is correct? If so, we will try to sagest you another way to remove the price range on variable products.

2/ We can’t connect FTP:

Error:        	Connection timed out after 20 seconds of inactivity
Error:        	Failed to retrieve directory listing

Please try to connect to FTP using FileZilla by yourself.
What FTP host and port can we use?
Is there a restriction by IP or something else?

3/ Here is site that will help you to compare code – https://text-compare.com/
Here is the content of Global custom CSS area from Theme Options > Theme custom CSS from niche-market02 demo:

/* Site preloader */
body > .et-loader {
    background-color: rgba(255,255,255,.75);
}

body > .et-loader .et-loader-img {
    max-width: 140px;
}

.et-preloader-on .template-container {
    filter: blur(2px);
}
/* Menu item labels */
.menu-label-sale > a .label-text {
    background-color: #11a45d;
    color: white;
}
.menu-label-sale > a .label-text:before {
    border-right-color: #11a45d;
}

/* Breadcrumbs */
.cart-checkout-nav {
    font-size: 24px;
}

/* Track order in header */
.header-track-order{
		white-space: nowrap;
}

/* Header shadow */
.header-bottom-wrapper {
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.15);
}

/* Breadcrumbs */
.page-heading {
		    box-shadow: 0 -2px 5px 0px rgba(0,0,0,.04) inset;
}

/* Button size */
.button, .btn, input[type="submit"], input[type="button"], form button, form #qna-ask-input button,
.btn-checkout, .btn-view-wishlist,
.et_element .btn-checkout, .et_element .mini-cart-buttons .wc-forward:not(.btn-checkout), .et_element .btn-view-wishlist {
		font-size: 100%;
}

/* Tags */
.tagcloud a {
    background: #F0F0F0;
    border-color: #F0F0F0;
    color: #999999;
}

/* Sidebar */
.sidebar {
    --space-between-widgets: 40px;
}

/* Shop */
.products-loop .product,
.products-slider.second-initialized .product-slide {
		transition: all .2s ease-in-out;
}
.single-product-builder .products-slider .product-details {
    padding-bottom: 15px;
}
.products-slider {
    padding: 15px;
}
.products-loop .product:hover,
.carousel-area .product-slide:hover{
		box-shadow:0 0 10px 3px rgba(0,0,0,.1);
		z-index:2;
		transform:translateY(-5px) scale(1.007);
		border-radius:5px;
		background-color: #fff;
}
.products-loop .type-product{
		padding-top:15px;
}
.products-loop .content-product{
		margin-bottom:15px
}
.content-product .products-page-cats a {
    font-size: 15px;
}
.product-view-default .content-product  .footer-product .show-quickly {
		border: 2px solid #e95d2a;
    color: #e95d2a;
    border-radius: 5px;
    padding: 7px;
}
.product-view-default  .content-product .footer-product .show-quickly:hover {
		color: #e95d2a;
}

/* Product view mask3 */
.product-view-mask3 .footer-product > *, .product-view-mask3 .footer-product .button, .product-view-mask3 .footer-product .add_to_wishlist.button {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.wcmp_vendor_banner_template.template1 .img_div img {
    max-width: 100px;
    max-height: 100px;
}
.vendor_description {
    padding: 40px 30px;
}

/* Single product */
.woocommerce-tabs .wc-tab .product-vendor h2 {
		display: none;
}

/* Hover underline for links */
.et-menu-list .subitem-title-holder a,
.et-slider-button-underline-hover .slide-button,
.banner-button-underline-hover .banner-button,
.el-button-underline-hover .elementor-button-text{
    position: relative;
    display: inline-block;
}

.single-product .cross-sell-products .product-view-default .footer-product {
    display: none;
}

.et-menu-list .subitem-title-holder a:before,
.et-slider-button-underline-hover .slide-button:before,
.banner-button-underline-hover .banner-button:before,
.el-button-underline-hover .elementor-button-text:before {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    transition: width .2s ease-in-out;
    bottom: -4px;
    background: var(--et_active-color, currentColor);
}

.et-menu-list .subitem-title-holder a:before,
.et-slider-button-underline-hover .slide-button:before {
		bottom: 0;
}

.et-menu-list .subitem-title-holder a:hover:before,
.et-slider-button-underline-hover .slide-button:hover:before,
.banner-button-underline-hover .banner-button:hover:before,
.el-button-underline-hover .elementor-button-text:hover:before {
    width: 100%;
    right: auto;
}

/* hide add to cart button in popup after adding product */
.popup-added-to-cart .content-product .quantity-wrapper {
		display: none;
}

/* Vendor description */
.vendor_description_background .description_data {
    display: none;
}

/* Mobile panel */
.et-mobile-panel .with-dot > a .et_b-icon:before {
    background-color: #f3e500;
}

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.