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

    (@sterndata)

    Volunteer Forum Moderator

    You moved your site wrong. Here’s what your HTML shows:

    
    <html>
     <head>
     <title> Dallas Torah </title>
     <style>
     body {
         margin: 0;
         padding: 0;
     }
     body, iframe {
         width: 100%;
         height: 100%;
     }
     iframe {
         border: 0;
     }
     </style>
     </head>
     <body>
     <iframe src="https://dev.dallastorah.org/"> </iframe>
     </body>
     </html>

    As you can see, all you’ve done is iframe the dev site on the public one.

    Please see https://duckduckgo.com/?q=wordpress+move+dev+site+to+production&ia=web for some “more proper” methods of moving from dev to production.

Viewing 1 replies (of 1 total)
  • The topic ‘slug no showing in live site only dev site’ is closed to new replies.