• Resolved dichotomy

    (@dichotomy)


    Hi,
    I have two sites… one test/development and the other is live. They are exactly the same, except that the live site is secure https.

    I have a plugin that messes with one page and I am using Plugin Organizer to disable it on that page. It works perfectly on the test site, but does not work on the live site. The only difference (that I can think of) is that the live site is https.

    Could this be? Is there a way around it?

    The test page that works is: https://osgifix.wpengine.com/osgi-certification/osgi-enabled-products-and-services/
    The desired result is that the left sidebar is NOT extended to the bottom (using the Equal Heights plugin) so it allows the accordion on the page to work properly. If you look at any other internal page, you will see the left sidebar extends to the bottom.

    On the live site: https://www.osgi.org/osgi-certification/osgi-enabled-products-and-services/, you see that the sidebar DOES extend to the bottom, proving that the Equal Heights plugin is NOT disabled on the page (and the accordion completely destroys the page when any of the items are clicked).

    All settings on both sites are EXACTLY the same.

    Thank you for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you change the permalink from http to https in Plugin Organiser for that page?

    Here’s a trick to quickly change all your filters from http to https:

    In phpmyadmin, run the following mysql query:

    UPDATE wp_XXX_po_plugins SET secure = ‘1’ WHERE wp_XXX_po_plugins.secure = 0
    replacing XXX with your wordpress prefix (if any)

    • This reply was modified 8 years, 3 months ago by xberg.
    Thread Starter dichotomy

    (@dichotomy)

    I added a filter using the https permalink and it worked. THANK YOU!!!!

    • This reply was modified 8 years, 3 months ago by dichotomy.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘https issue?’ is closed to new replies.