CMSHelpLive
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Cloning Live Site to LocalhostHi,
Open dashboard -> Go to tools-> Export-> Choose all content-> Download export file.
Downloaded file should be with .xml extension.
Install new WordPress->create db for this->open dashboard after this->go to tools to imports that xml file.->import->
You might need to install import plugin after that, and then select this option, ‘all the content,post and pages’.
Now Select the desired theme,
Hi,
open your css file and write below given css.
.page-id-1 #header{display:none}
Note:-page-id-1 is the page where we want to remove header.You have to check your page id and write that id at the place of 1.
#header is the id of header.
Forum: Fixing WordPress
In reply to: Pagination doesn't work on single.phpHi,
You can use Wp-Paginate plugin for this.Forum: Fixing WordPress
In reply to: problem with my databaseHi,
Open bogo.php page and write-
<?php ob_start(); ?>
on top of the page.Remember one thing nothing should be written before this.This should be your first line of code.
This code will resolve your second issue.You can do this by CSS.Inspect element and find id’s of both areas where you want to do changes and then write css according to your requirement.
Forum: Installing WordPress
In reply to: Why is this child theme not working!???Check that your parent theme and child theme ,both are under theme folder.
Forum: Installing WordPress
In reply to: Problems importing a databaseHi,
Select database in which you want to import data.
Or create database first and import you data in it.Forum: Fixing WordPress
In reply to: moving page links on frontpageHi,
You can get css file in wp-content-> themes-> open that theme’s folder which you are using.Here you will find style.css file
or
Open Dashboard->Appearance->Editor->here you will get stylesheet .
Forum: Fixing WordPress
In reply to: Can not resize imagesHi,
Go to dashboard-> Media -> Library ->click on image you want to edit and save changes.
Forum: Installing WordPress
In reply to: How can I instaal wordpress into XammpHi,
1) Download WordPress.
2) Put wordpress.zip file into htdocs -> unzip it.
3) Open browser and write localhost/your wordpress folder name-> enter-> click on create configuration file-> click on lets go-> now you need database for your wordpress so write localhost/phpmyadmin in another tab.
4) Now create database here. Suppose you created database with name try.->write try on database name where you are installing wordpress. Write root in username and leave password blank.click on submit.
5)Click on run the install.
6) Site title is optional. So fill username and password of wordpress.
7) Fill email id.
8) Install wordpress.
Completed.Forum: Installing WordPress
In reply to: No theme will install – Stuck at requesting..Hi,
Try this- Copy your theme’s zip file directly in wp-content->theme.
And activate it from dashboard. Check if problem still exists.Forum: Installing WordPress
In reply to: Cannot install zip file theme from my filesHi,
You can diectly put your theme’s zip file in wp-content->themes
Forum: Installing WordPress
In reply to: Help! Cannot Find Server? Now Cannot Log In?Hi,
Do changes in database also.Open wp_option table and change site_url and home_url.site _url on first page of table and home_url on 2nd page.
Forum: Installing WordPress
In reply to: 404 Not found message – wordpress installation errorHi,
Check if wordpress folder is under htdocs.
Change port to 80.
Forum: Themes and Templates
In reply to: [Hueman] remove the spaceWorked?