Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter peopleinside

    (@peopleinside)

    I don’t know why the loading icon is showed on the footer where I have numbers of page but seems this icon is visible for that CSS:

    .pt-cv-spinner {
    	display: inline-block;
    }

    maybe I do not know if the solution is to replace this with:

    .pt-cv-spinner {
    	display: none;
    }

    I don’t know if this replacements will cause any issue.

    I AM trying to add this in the .css file, seems to work.

    .pt-cv-spinner {
    	display: none !important;
    }
    • This reply was modified 7 years, 10 months ago by peopleinside.
    • This reply was modified 7 years, 10 months ago by peopleinside.
    • This reply was modified 7 years, 10 months ago by peopleinside.
    Plugin Author Radek Mezulanik

    (@zedna)

    Hi,
    i′ve released new version with option to skip image in parent element with specific class. In your case it should be “pagination”.
    Let me know if it fixed your issue, please.

    Thanks
    Radek

    Thread Starter peopleinside

    (@peopleinside)

    Thank you,
    this seems is not fixing the issue.

    I removed my CSS FIX from the theme,
    I updated your plugin
    added pagination as you can see here:
    screen1
    than tested in a new incognito window.

    Seems I need go back with my CSS FIX.
    Thank you for your support!

    I can use also CSS

    .pt-cv-spinner {
    	opacity: 0 !important;
    }
    • This reply was modified 7 years, 10 months ago by peopleinside.
    Plugin Author Radek Mezulanik

    (@zedna)

    Sorry i wrote bad class, it′s “pt-cv-pagination-wrapper”

    Thread Starter peopleinside

    (@peopleinside)

    This works,
    thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem: a loading icon is showed’ is closed to new replies.