accuwebhosting
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Should I use WordPress for my next projectHi,
Yes, you can use WordPress for your project as it is on Content Management System.
WordPress supports this system and it also provides functionalities to save user information in database. It also provides plugins, themes, widgets, links, menus, etc. I am using one of the shopping plugin in my shopping site http://www.kumkumsarees.com/. THis shopping site is purely made from wordpress.
Please visit the following sites:
http://wordpress.com/
http://wordpress.org/I am sure you will get idea about WordPress.
Forum: Everything else WordPress
In reply to: Cant use my site at allHey,
Please specify the URL of your site.
But then also i would suggest you to modify the theme of your site.
Hi manidip,
If you don’t want to publish some unnecessary posts then just go to those posts using /wp-admin.
Please figure out the right side of a particular post where, they have displayed one ‘Publish’ block related to the status of the post.
Where you can see ‘Status’ option which is currently set to ‘Published’.
From the drop down menu select Draft option and then Update your post.
Now your post will not be displayed on Google but you have it at the Admin side from where you can recover it in future.
Thanks.
Forum: Everything else WordPress
In reply to: Page flip a pageHi,
You can flip pages as well as images by using ‘Page Flip Image Gallery’ Plugin.
For the more details about this plugin please visit the following site
http://www.bestwpthemez.com/top/wordpress-plugins-directory/image-related-plugins/I have specified instructions related to this plugin in this site.
Thanks.
Forum: Plugins
In reply to: how to make the add to cart box background transparent ?Hi,
You can change the background of Add to cart button.
For that, please open the following file which is your stylesheet:
http://www.nomadikal.com/wordpress-1/wp-content/uploads/eshop_files/eshop.css
After that, figure out the following lines from that file…
form.eshop input.button {
background:#676B7B;
color:#fff;
border-width:1px;
border-style:solid;
border-color:#9396A4 #555 #555 #9396A4;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
background:#D1FDA5;
color:#404040;
}
form.eshop input.buttonimg {
background:transparent;
border:none;
}Please change the ‘background’ and ‘color’ attributes as you required.
For example,
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
background:#000000;
color:#ffffff;
}And then save your stylesheet and re-upload it.
I hope it works for you…
Thanks.
Hi,
You have set the theme which displays font in White color in input text box. So, you need to change the color of font for input box.
Please open the below link, which is actually your stylesheet:
http://www.mayuphotography.com/wp-content/themes/widescreen/style.css
FInd out the following lines …
/* TYPOGRAPHY */
body,textarea,input { font-family:Helvetica, Arial; color:#fff; }On this line, you can see that color is specified as color: #fff.
Change this color to any other color ( like #000) and save that file.Re upload CSS file … That’s all ….
Forum: Fixing WordPress
In reply to: picture blog movedMake sure that you have transferred all your images to another server. Also, if you are receiving blank page then there could be a PHP memory problem. You will need at least 32 MB for WordPress and you will require more depending on the plugins you are using.
Forum: Fixing WordPress
In reply to: Moving WordPress blog (i’m very nervous)– Restore your web site contents to a new web site.
– Restore your MySQL database.
– Create necessary database user and assign require privileges to it.
– Update your wp-config.php file to connect to your new database.Once you complete the above steps, follow the below codex link to update your web site URL:
Forum: Fixing WordPress
In reply to: “http error” on media uploadCan you provide exact error message you are receiving? Also, check the error logs from your control panel. Probably you will get some more information from there.
Forum: Installing WordPress
In reply to: Problems with installationCreate a sample PHP script to check the database connection. Use the same hostname, database username and password and try to connect the database.
Sometimes this happens if database is corrupted. If the tables are already present in the database then make sure that they are not marked as crashed.
Forum: Fixing WordPress
In reply to: plugin activation errorIf you cannot raise the limit via wp-config.php, you will need to raise it from .htaccess or php.ini (depending on the server configuration).
Forum: Fixing WordPress
In reply to: Help! Error 500 – Internal Server ErrorIf you have any hosting control panel, there should be an option to access your web site’s error logs. If it is not there you can contact your hosting provider to obtain the error logs.
On Settings > Permalinks, set your permalink structure and click on “Save Changes” button.
Forum: Fixing WordPress
In reply to: incorrect link from log inNever faced such issue with fresh installed WordPress. Can you paste your blog link here?
Forum: Fixing WordPress
In reply to: why displaying dual links in header nav bar?Edit your header.php (which is in your theme directory wp-content/themes/theme-name) file and remove one link for “Home” from it.
Forum: Fixing WordPress
In reply to: Help! Error 500 – Internal Server ErrorThere are many reasons for 500 errors i.e. invalid code in .htaccess file, PHP memory issue etc. Check the error logs for your web site. You should get the more information for 500 error. Additionally you can report this error to your host.
Once you fixed the wordpress admin problem, regenerate permalink from your dashboard (Settings > Permalinks).