• Resolved The Endearing Designer

    (@the-endearing-designer)


    Hi, and thanks for the awesome plugin! πŸ™‚

    I’m having a little issue. The plugin is working for me on my site in Firefox, but it’s not working in Google Chrome for some reason. I also tested it, and it doesn’t seem to be working in Internet Explorer.

    My website is: http://theendearingdesigner.com/

    And the sidebar widget that’s not working for me is the last widget in the sidebar.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    You have to disable these style properties:

    .td-ss-main-sidebar, .td-ss-row .td-pb-span4 .wpb_wrapper {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
    }
    Thread Starter The Endearing Designer

    (@the-endearing-designer)

    Hi Max,

    Thank you! πŸ™‚

    How should I disable them?

    And will disabling them affect my WordPress theme in any way?

    Plugin Contributor Max Bond

    (@max-bond)

    Well… there are several ways:
    1. Add custom css to override these properties:

    .td-ss-main-sidebar, .td-ss-row .td-pb-span4 .wpb_wrapper {
        -webkit-backface-visibility: visible !important;
        -webkit-perspective: none !important;
    }

    You theme may support inserting of custom css, if not – use Simple Custom CSS plugin.
    2. You can make child theme and add new styles there
    3. Direct modification of your current style.css – not recommended.

    And will disabling them affect my WordPress theme in any way?

    When I was making tests with your site I didn’t see any problems

    Thread Starter The Endearing Designer

    (@the-endearing-designer)

    Thanks Max,

    I have installed Simple Custom CSS with the properties you recommended, and it seems to be working perfectly now! πŸ™‚

    Thank you! I appreciate the help.

    5 Stars for both plugin and support!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin Working In Firefox, Not In Chrome’ is closed to new replies.