• Resolved MIFIUSA

    (@mifiusacom)


    Overall, an awesome product and the customer service is beyond great for a plug-in.

    Two issues:
    1. My test product page is sometimes loading, but when it loads it super slow.
    Pagespeed said 9 seconds to load or longer or not at all.

    Does the custom code impact the speed?

    upcp-detail-title {color:#ef1446;font-weight: bold;}

    .upcp-detail-image-div {display:none;}
    .upcp-thumb-image {display:none;}
    .upcp-catalogue-link.fancybox {display:none;}

    .upcp-details-toggle-icon{display:none;}
    .Black-prod-cat-header-div{display:none;}

    /*details icon and link*/
    .upcp-detail-details-link {
    background: url(“https://www.mifiusa.com/wp-content/uploads/2015/04/arrow-icon-red.png”);
    background-repeat: no-repeat;
    background-position:center right;
    color:#ed1849;
    font-weight:bold;
    height: 40px;
    float: right;
    line-height: 40px;
    width: 80px;
    margin-right: 6px;
    }

    Then it doesn’t load at all on Internet Explorer.

    2. Uploaded a new details arrow in the admin page. It repeats constantly behind the word, Details. My fix was to place the CSS code in the custom code box (see above) to override it.
    Is there a fix for that?

    Please help.

    https://www.ads-software.com/plugins/ultimate-product-catalogue/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Just wanted to double check, has this been taken care of already over email?

    For the arrow button, could you try something like this:
    .upcp-thumb-details-link, .upcp-list-details-link, .upcp-detail-details-link {
    background: url(‘yourimageURL’);
    background-repeat: no-repeat;
    background-position: center right;
    }

    Thread Starter MIFIUSA

    (@mifiusacom)

    I have the custom code taken care of.

    I’m still trying to figure out the page loading speed.

    Thanks for checking. You’re a great help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload time is slow and sometimes doesn't load’ is closed to new replies.