• Resolved jimon07

    (@jimon07)


    I started using your plugin and i found out that everything works as expected except the button of the Details Panel but only on the Home page of the site.

    I removed every caching and optimization plugin and checked again but there was the same problem.

    It is very puzzling because in every other page everything works fine.

    https://prnt.sc/fIzhAyNMrA7K

    It looks like a :before css is in front of the button element as shown bellow:

    https://prnt.sc/OD45r64aAfm8

    Thank you, i hope we can find a solution.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jimon07

    (@jimon07)

    Also i should add that i use the BLocksy theme.

    Plugin Support Kris

    (@c0nst)

    Hi @jimon07!

    This CSS should fix the problem:

    .dgwt-wcas-pd-addtc-form .button:before {
    	z-index: -1 !important;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

    Thread Starter jimon07

    (@jimon07)

    Thank you this fixed it :). If it was a bug and it gets fixes on the next update please inform me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Details Panel Button Only on Home Page’ is closed to new replies.