• Resolved Fabio G

    (@fabio-g)


    Hello,
    first of all congratulations for this great plugin!

    The site currently has a coming soon page and I cannot put it online, which is why I wanted to ask you if it was possible to privately provide you with access credentials to let you check the problem.

    In practice, in my Home there is the ranking where the respective team logos do not appear. Also, next to it I added a countdown widget which, however, has a strange continuous intermittent behavior.

    Doing some tests I noticed that, if I disable the Codevz Plus plugin of my theme, the logos appear but obviously then the countdown disappears. And if I disable the SportsPress plugins obviously then the ranking disappears but the countdown works normally.

    I also reached out to my theme developers who told me that both issues are caused by a conflict with the SportsPress plugin (possibly JS).
    Would it be possible to privately send you a login login to let you check the problem to help me fix it?

    Let me know.
    Thanks in advance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there!

    Thanks for reaching out.

    It’s against the forum rules (made by WordPress) to share any type of admin-access or request for it. So unfortunately we can only help you with issues that are publicly accessible.

    But if the issue happens only when the Codevz plugin is active, unfortunately it looks like a conflict. Usually we can’t help with this kind of issue, but let us know when your site is live, so we can take a look at it.

    Thanks!

    Thread Starter Fabio G

    (@fabio-g)

    Hi,
    thanks for your reply.
    The site is temporarily online.

    As you can see in the Home there is a section with the ranking of the teams and the relative logo does not appear next to each name.
    Also, in the left column of the same section, there is the countdown that has an intermittence that it shouldn’t have.

    Please, let me know
    Thanks.

    Hi there!

    Thanks for your reply.

    Unfortunately, it looks like the issues are all coming from the Codevz plugin:
    https://prnt.sc/26f65xk

    These JS errors prevent other JS code from running.

    Maybe they have a compatibility mode or similar that allwos you to remove these errors.

    Thanks!

    Thread Starter Fabio G

    (@fabio-g)

    Hi,
    thanks for your reply, If possible I would like your suggestion on my modification.

    I would like to remove the entire “Pos” column from each ranking so that there is no numbering in the list.
    I have used the following CSS code and it seems to have worked, but I’d like to have your advice in case you have a better one to suggest.

    th.data-rank.sorting {
        display: none;
    }
    
    td.data-rank {
        display: none;
    }

    Thanks in advance.

    Plugin Contributor Savvas

    (@savvasha)

    Hi @fabio-g ,

    For the “Hiding Pos column” please open a new topic. We will need to have a link to the site you want to change this, otherwise we cannot provide the appropriate custom css code ??

    Thanks,
    Savvas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict plugin + countdown JS interval’ is closed to new replies.