• When uploading the web page I made in localhost to a real server, the pages I made with Visual Composer are not loaded.

    I have seen with the inspector that there are css codes that are being loaded from localhost, but I can not find the file or where it is changed to get those values from the domain it is uploaded to.

    I have seen that there are similar values in the database, but there are many queries and, if there is no massive data change program (I used better search replace), I could not do it by hand.

    Could you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It appears that “localhost” is appearing in a lot of the inline styles. For example,

    <a style="a:hover {     text-decoration: underline; color: white; border: none;" title="Home" href="https://localhost/saezlaw/">ESPA?OL</a>
    <a style="a:hover {     text-decoration: underline; color: white; border: none;" title="Home" href="https://localhost/saezlaw/?page_id=2455&lang=en">ENGLISH</a>
    <a style="a:hover {     text-decoration: underline; color: white; border: none;" title="Home" href="https://localhost/saezlaw/?page_id=2451&lang=fr">FRAN?AIS</a> 
    <a style="a:hover {     text-decoration: underline; color: white; border: none;" title="Home" href="https://localhost/saezlaw/?page_id=2457&lang=pt">PORTUGUêS</a> 
    <a style="a:hover {     text-decoration: underline; color: white; border: none;" title="Home" href="https://localhost/saezlaw/?page_id=2439&lang=it">ITALIANO</a> 
    <a style="a:hover {     text-decoration: underline; color: white; border: none;" title="Home" href="https://localhost/saezlaw/?

    Disable all caching plugins. If your theme or Visual Composer do caching, clear those caches, too. You note that you used “better search replace”. Make sure you ran it with the “Dry Run” option unchecked.

    Thread Starter dfart

    (@dfart)

    Yes, the problem was there, there were many links that pointed to localhost instead of pointing to the real domain.

    I used two plugins to make the domain change but it seems that, for some reason, that part has not changed.

    Thanks for your help @sterndata

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The style sheet does not load’ is closed to new replies.