ankitverma02
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing the Size of a SlideShowcan you please show me the URL here or post it in your comment box.
Forum: Themes and Templates
In reply to: [Xin Magazine] Change the Full Header Backgroundreplace this code in you css file of the theme.
And put the file path of your bg img.
.site-header
{
background: url(“Url of your back groung image”) repeat scroll 0 0 #f1f1f1;}
.section-bar
{
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.65);
margin-bottom: 1px;
padding: 5px 0;}
Thank you
Ankit vermaForum: Themes and Templates
In reply to: [Virtue] How to stop the two rows in the menuHi,
For this issue you have to make changes in css.You can not adjust from the wordpress menu.
Your theme support limited area for the menu and it is only have 6 menu to show in line and if you add more than it will display from the next line.Thank you
Ankit vermaForum: Plugins
In reply to: [Special Text Boxes] Css problems after moving siteHi,
I think you have to make proper changes in DB.
Replace OLD URL to NEW URL in DB from all the place.Forum: Installing WordPress
In reply to: Warning: Cannot modify header informationHi
Put ob_start at the top of the pluggable.php.Forum: Installing WordPress
In reply to: Exported/Imported site – missing imagesHi,
Before uploading the database update the old URL to new URL from all the places in the database file.Forum: Localhost Installs
In reply to: How to Make ""Local Host"" of my personal PCHi ,
First install the wamp server than start it.Go to the www directory and make a folder there for your site and than past the wordpress folder.
Now go to the localhost/phpmyadmin/Make a database there for your site.
Now again
type the URL
Ex:localhost/Your-folder/wordpress/
Than you can begain the installation of the wordpress.
After that you have fill some fields for the database and user and pwd
by deafult the local host user is root and leave blank the password field and click on go button than next page have to add some info for admin login like user/pwd .Than the installation is complete .Forum: Installing WordPress
In reply to: Database Import Failedcreate a new database and select the file to import and uncheck the below listed check boxes. I hope this will work..
Thanks