Okay
  Public Ticket #1264133
Move site to live - problem
Closed

Comments

  •  1
    cosmins started the conversation

    Hello!

    I tried right now to move my new site to live and I have problems.

    I change everywere with find and replace the old domain name with the new one in all files and in MySQL db but on live the site look very strange. The footer disappear and the header look totally strange.

    I try to import the code from Theme Options/Backup Import but he import just half.

    This is the code from test domains

    .top.sticky{ background: #fff; }
    .top .sf-menu a{ color: #333; }
    .top .sf-menu ul a, .top .sf-menu a:hover{ color: #fff; }
    #contactform input[type="url"], #contactform input[type="tel"]{ font-size:15px;padding: 5px 10px;height:45px; width:100%; border: 1px solid #d4d4d4; box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1); margin:0; }
    .row form .row{ margin: 0 -15px; }
    .footerlinks a, .footerlinks a:visited, .footerlinks a:focus{ color: #ededed; }
    .footerlinks a:hover { color: #989797; }
    .social ul li.youtube:hover {
      background: #C65441;
    }
    @media (max-width: 1200px){
    .sf-menu li{ margin: 0; }
    .sf-menu a{ padding-left: 8px; padding-right: 8px; }
    }";s:6:"backup";s:0:"";s:16:"background_color";s:6:"ededed";}

    and this is after I paste the code and I click on Import:

    a:26:{s:18:"custom_css_post_id";i:-1;s:4:"logo";s:0:"";s:17:"home_screen_icons";s:0:"";s:16:"icon_ipad_retina";s:0:"";s:9:"icon_ipad";s:0:"";s:18:"icon_iphone_retina";s:0:"";s:11:"icon_iphone";s:0:"";s:10:"stickymenu";s:0:"";s:7:"bg_head";s:0:"";s:14:"excerpt_length";s:2:"30";s:11:"author_post";s:1:"1";s:9:"whmcs_top";s:0:"";s:12:"whmcs_banner";s:0:"";s:9:"topfooter";s:1:"1";s:7:"address";s:0:"";s:5:"phone";s:0:"";s:8:"livechat";s:0:"";s:5:"email";s:0:"";s:5:"copyr";s:0:"";s:12:"footer_color";a:7:{s:5:"image";s:0:"";s:10:"position_x";s:4:"left";s:10:"position_y";s:3:"top";s:6:"repeat";s:6:"repeat";s:10:"attachment";s:6:"scroll";s:5:"color";s:0:"";s:4:"size";s:0:"";}s:7:"socials";a:18:{s:8:"facebook";s:0:"";s:7:"twitter";s:0:"";s:6:"google";s:0:"";s:6:"tumblr";s:0:"";s:6:"flickr";s:0:"";s:5:"vimeo";s:0:"";s:7:"youtube";s:0:"";s:8:"linkedin";s:0:"";s:9:"pinterest";s:0:"";s:8:"dribbble";s:0:"";s:7:"behance";s:0:"";s:10:"soundcloud";s:0:"";s:7:"spotify";s:0:"";s:6:"github";s:0:"";s:9:"instagram";s:0:"";s:6:"picasa";s:0:"";s:10:"foursquare";s:0:"";s:6:"lastfm";s:0:"";}s:19:"custom_color_scheme";s:0:"";s:14:"custom_color_1";s:0:"";s:14:"custom_color_2";s:0:"";s:10:"custom_css";s:0:"";s:6:"backup";s:0:"";}

    Thank you very much!

  •  2,005
    Ocean replied

    Hi,

    Please try using this plugin to move your website: https://wordpress.org/plugins/duplicator/

  •  1
    cosmins replied

    Hello!

    Works perfect with Duplicator, thank you!

    One more question please: how can I edit Posts template page? I want to remove your page header (with title and clouds picture)  but is not permitted like in any other Page.

    Thank you very much!

  •  1
    cosmins replied

    About blog page, this is live: https://www.host-age.ro/blog/ or https://www.host-age.ro/blog/scurt-ghid-optimizare-wordpress/

    I want to remove the purple cloud image and make the title black. Also to remove or change the text ---Single Blog ---


    Thank you very much!

  •  2,005
    Ocean replied

    You can add css code here http://www.awesomescreenshot.com/image/868495/cf4c1c5da08b7ecc7e3fc520f49d1229

    .page-top.bg-blog{ background: #000; }

    .page-top.bg-blog .message-intro p{ display: none; }