patrickperte
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying subdomain content on another websiteThis is happening when you visit the site itself. What would I do with the entries in .htaccess? How would I change them?
Forum: Fixing WordPress
In reply to: Using different database for subdomain websiteAh ok, makes sense. You also mentioned doing this by exporting just website B’s database by doing something with the table and wp_config? Could you give me a guide on how to do this?
Forum: Fixing WordPress
In reply to: Using different database for subdomain websiteHowever, redirecting his domain to newsite would bring it to website A, not website B, correct?
Forum: Fixing WordPress
In reply to: Using different database for subdomain websiteDoes this completely replace the clients website with mine, or does it only replace newsite’s look?
Forum: Fixing WordPress
In reply to: Using different database for subdomain websiteMy client has his own website, not created by WordPress. I created a website, using WordPress, and I would now like to replace his website with the one I have created. I did forget to mention that on his website’s cPanel, I created a subdomain and named it ‘newsite’. This subdomain is what uses the database from the website I created using WordPress. For now, I would just like to take the website I created and for newsite to look like it, so yes as you said, replace newsite’s content (as right now, it displays website A, my original, not the one I want, website B)
Forum: Fixing WordPress
In reply to: Using different database for subdomain websiteCould you explain how to do that, or link me to a guide on how to replace the client’s website content with website B’s content only?
Forum: Fixing WordPress
In reply to: Using different database for subdomain websiteI’m sorry I didn’t understand that last sentence you said, could you elaborate? Also, how else would I be able to choose website B to be displayed? Is there a way to grab only website B and use it for the client without any other databases or content from any of the other websites I have created?
Forum: Plugins
In reply to: [Column Shortcodes] Text AlignmentI managed to fix it, I put a <p> within the text area and aligned the text there to the right.
[one_half_last] <p style="text-align: right;"> Text Here </p> [/one_half_last]Forum: Plugins
In reply to: [Column Shortcodes] Text AlignmentSadly, it did not work…
Forum: Fixing WordPress
In reply to: 404 ErrorsI’ve managed to fix the problem. I had to delete the .htaccess file, create a new one, and change the permissions to 664. Thank you very much for your help.