Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey their,

    I have the same problem. Give it a solution? I like this template ??

    Thanks for help.

    Same here, any kind of text prompts the http thingie and leaving it blank leaves Web Developer by default.

    digging trough teh coe I found the line that did this and fixed it.

    echo ‘<p>’.get_theme_mod(‘SilverStone_frontpage_center_name’).'</p>’;
    //echo ‘<p>’.esc_url(get_theme_mod(‘SilverStone_frontpage_center_name’)).'</p>’;

    find the like that is commented and subsitute it with the one above it, this will fix it.

    Thread Starter remijonquieres

    (@remijonquieres)

    Thank you very much but can you precise in witch file we can find it?

    I also have the same issue.

    You can see it plainly when viewing the main page of: wallace.solutions

    It’s in the section called “Center Product”. As the first user indicated in their ticket, there is publicly viewable an involuntary “https://&#8221; that’s inserted before any text we as users type into that field. And there is nothing on our end for us to adjust and delete this randomly inserted “https://&#8221;

    Please fix ASAP because this is a landing page and a major header to all of our web sites!!
    ??

    I have the same problem and wish to continue using this theme
    wwww.jplmedia.com.au/newsite

    Any idea when it can be fixed?

    WFJwp

    (@wfjwp)

    I too like the theme but now I have the same problem. Seems it hasn’t been fixed yet either.

    WFJwp

    (@wfjwp)

    Hi Everyone, I just figured out a way to fix this! I found the code above that the guy gave BUT the code he gave is the EXACT code of the original so replacing it does nothing!

    However, I found a way to fix it. I first made a copy of the entire code under the “front page” editor in case I messed it up. So do that first with notepad. If you don’t know where to find it. Go under the WordPress “Appearances” menu. Click “editor” then click the “front page” option in the menu to the right. Then Click ctrl+s to Search for the text that says: Web Development. There are 2 places where the text appears. You can then replace those words with whatever you want it to say.

    Of course, it’s not perfect because it doesn’t let you edit it properly under the regular menu, but it will fix it for your site as needed if you leave you regular center column name blank it will substitute your phrase instead of the “Web Development” phrase. And don’t forget to click “Update File” once you’re done editing. Hope this helps everyone.

    Hi everyone,

    I found the bug near the line 85 in the file front-page.php

    echo '<p>'.esc_url(get_theme_mod('SilverStone_frontpage_center_name')).'</p>';

    You must replace esc_url by esc_attr.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Center section name with https://’ is closed to new replies.