Forum Replies Created

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

    (@wolf_metallo)

    Thanks my friend! Appreciate you looking into the code. And apologies for such a late reply!

    I never got a solution from any other source and i still can’t use the customizer. But after so many months of WP use, I’ve become comfortable with customizing without GUI.

    I will look at your suggestions and try to see what works. Once again, sorry for the late reply and thanks for your help!

    Thread Starter wolf_metallo

    (@wolf_metallo)

    Thanks for the reply. I will try to research a little bit more and give some details if I find any. Everything else is working, except when I click Appearance –> Customize. I don’t see the webpage… so as you said, maybe its a problem with the plugin configuration I have done.

    And thanks for the upcoming fix, I’ll monitor the changelog so that I can remove it from my header.php file.

    Thread Starter wolf_metallo

    (@wolf_metallo)

    Part 1 of the problem is resolved – I found where the code was residing.

    Here’s the update I performed:
    1. Opened all .php files in Notepad++
    2. Did a “find in all” with keyword as “type in keyword…”
    3. Found it on row 82 of header.php
    4. Found the escapre URL code in this format:
    esc_url( home_url( ‘/’ );

    Updated it to:
    esc_url( home_url( $path = ‘/’ , $scheme = relative) )

    5. Saved and uploaded the header.php to the server – and Viola!

    Note to developer – Could you update the files in the next revision to use “relative” scheme so that https could be picked up? Or maybe isssl() function?

    Still looking for some help on the second issue though. Appreciate any input, thanks all!

    Were you able to solve your 404 error? I am having the same issue. Please let me know if you have found a solution.

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