batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: upload wordpressGo into the servers base folder.
XAMPP = C:\xampp
WAMP= C:\wamp
etc…then open the php folder
then open the php.ini file
search for the line that saysupload_max_size=2Change the number to 6 or 8 or whatever you want.
Forum: Themes and Templates
In reply to: Where is wp-content/themes?You create a css file with a text editor, it it saves as a txt extensin just rename it.
Are you on a live server or local install?Forum: Themes and Templates
In reply to: Site wipe out, no access to admin – is my content gone?What FTP software are you using?
Forum: Themes and Templates
In reply to: upload wordpressLive site or local server?
Forum: Themes and Templates
In reply to: Using a Theme – HELPYou will need to fill with your content. Look under Appearance in your admin screen, you should see a Theme Options or something similar.
Forum: Themes and Templates
In reply to: Site wipe out, no access to admin – is my content gone?just upload to the Twenty Eleven folder, you should be able to see a functions.php file listed in there. Upload the one you pulled out of the zip file and let it overwrite the existing one.
Forum: Themes and Templates
In reply to: Site wipe out, no access to admin – is my content gone?What folders are listed in your theme folder?
Forum: Themes and Templates
In reply to: Site wipe out, no access to admin – is my content gone?Download the theme from here, pull the functions.php out of the zip file
Upload it to your server via FTP or your hosts admin panel.Forum: Themes and Templates
In reply to: Edit Copy in Titlehttp://codex.wordpress.org/Forum_Welcome#Commercial_Products
We don’t have access to that theme, you will need to seek support from the site that provided you with the theme.Forum: Themes and Templates
In reply to: [Customizr] Remove logo from one pageYou have some short code in your custom css. Need to remove that.
.plants [wp-catalogue]
Short codes should be used in the page/post editor window.
Forum: Themes and Templates
In reply to: Responsive Theme – How to change header color in blog?Use a custom css plugin or child-theme as edits to the original files will be erased if the theme is updated.
Forum: Themes and Templates
In reply to: Possible to have a theme for online book or novel?Sounds like a good candidate for Post Categories.
As each book title could be it’s own category.
Then as the author creates the posts, categories can be assigned to the them.She could then assign the category as a menu item so her readers could easily find the books.
Forum: Themes and Templates
In reply to: Responsive Theme – How to change header color in blog?.entry-title a { color: #ff0000; font-size: 50px; }@grasshorses
You need to create your own thread.I searched for 30 minutes and could not find 1 legitimate website that sells this theme.
Forum: Themes and Templates
In reply to: Analytics tracking code installation mess up theme<body </script>Need to remove that closing script tag.