Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Bharat106

    (@bharat106)

    Just a little while back, I was going through every aspect of the page and realized that I had put a CSS of pointer-events: none on the container of the image to disable the lightbox temporarily and completely forgot about it!

    I noticed that only a short while back and once I removed it, everything started working fine…

    Thanks for the reply and sorry for the trouble!

    Thread Starter Bharat106

    (@bharat106)

    Figured the issue out,

    For anyone facing a similar issue in the future, i’ll post the solution I had to introduce for my multisite to work.

    This is a very basic sort of thing that I had over looked, hopefully I learnt a little from this >.<

    The issue was in wp-config.php, I had to move a line of code so that it looks like this –

    /* That's all, stop editing! Happy blogging. */
    
    require_once(ABSPATH . 'wp-settings.php');

    So basically, any require or include statements you have in your wp-config need to go after the Happy blogging comment, your multisite will work fine after that (Assuming you did everything else right)

    Hope this helps ^.^

    Thread Starter Bharat106

    (@bharat106)

    Hi,
    Thanks for the really quick reply!
    I checked out what you said and when i start typing a title or category name the right side of the box gets a loading sign and after a little while stops but no drop down, i tried waiting for a little over 5 minutes for it.

    Just FYI, we have 52 categories, including sub-categories and sub-sub-categories.

    Thread Starter Bharat106

    (@bharat106)

    If it’s in place of the captcha then I guess the email verification would be better.

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