Wordpress: installed theme doesn't show up - wordpress

Newbie on wordpress here. I just installed wordpress on my PC (ubuntu 12.04) directory '/var/www/wp'. I can see the themes in http://localhost/wp/wp-admin/themes.php.
Now I purchased a new theme xyz.zip and unzipped it in directory /var/www/wp/wp-content/themes, so the directory /var/www/wp/wp-content/themes has a new directory called xyz (in addition to the existing themes).
The problem is, when I refresh the web page http://localhost/wp/wp-admin/themes.php, I don't see the new theme.
Any idea why? Thanks.

Duh! Turned out it's permission problem on the directory xyz. Once I fixed the permission, it works ok.

Related

Newly Uploaded WordPress Theme Not Showing Up In Web Sever

I'm new to WordPress. I just successfully installed it on my site.
Now I'm trying to toy with creating my own custom theme. I created one with a custom index.php and a style.css. I zipped the folder, and uploaded it successfully from my WordPress admin by going to Themes > Appearance > Add New > Upload Theme, then browsing the zipped file. I activate the newly uploaded theme, and run my site's url, and lo and behold, the new theme gets loaded up in the browser. So far so good. But then when I look into my wp-content/themes folder in my web server through my ftp client, the newly uploaded theme isn't there. The default themes(twentyfifteen, twentysixteen and twentyseventeed) are all there but not my new theme. What could possibly be happening? Isn't that where the new theme should be?
Is there some crucial step in the installation of WordPress that I may have missed?
On the flip side, if I directly FTP to my new folder into the wp-content/themes folder in my web server, it doesn't show up in my Themes > Appearance page.
What gives? Please any hints/clues will be greatly appreciated.
To reveal weher is your theme
open your site
view page source in your browser (ctrl+u)
press ctrl+f to find this "wp-content/themes/" in the source
next word to "wp-content/themes/" is your loaded theme
There can be multiple WordPress installations on a single web server. Are you sure you are FTP'ing in to the correct web directory? Also, make sure you log in with the master credentials.

need help to find the installed theme in wordpress application #openshift

I am new to openshift. I have installed rhc on my local[ubuntu].
I have setup my first application in openshift which is of Wordpress. I choose the installation from the openshift console itself. It was not manual.
After installation I loaded my site in browser and logged into the admin panel; where I have installed one new theme.
Now to work on that theme I have cloned the repo into my local machine. But I am not able to find the newly installed theme to work on. So I tried to find that theme via ssh into my application but didn't find the theme there as well. path I am checking is- "/app-root/repo/.openshift/themes"
So where can I find the theme? Please help.
Thank you
The theme is saved in your data directory (~/app-root/data), you can see the specific locations of where the files are saved by reviewing this deploy action hook (https://github.com/openshift/wordpress-example/blob/master/.openshift/action_hooks/deploy).

Upload theme button don't work in wordpress

I have installed Wordpress in my Godaddy hosting.Its working quite well except i cant upload a new theme. when i click Appearance > Themes and then add new nothing shows up. The only thing that shows up are the buttons featured , most popular etc but when i click them nothing happens. When i press the upload theme button nothing happens either. How do i fix this?
I have tried it switching the default theme, deactivating all plugin but nothing resolver the problem. Godaddy support says that i will get a conformatin mail after the installation process completed within 24hours. Its almost 24hours but i haven't got any conformation mail. What can i do?? Do i really need to wait for the conformation. i can visit my blog but cant upload any theme, whats going wrong??
You can add your theme directly in your Wordpress installation. For this go to public-html/wp-content/themes/ and drop your theme folder here. Remember that your theme files must not be in subfolders of the folder e.g. /themes/your-theme/theme-files-and-folders/
Had the same issue today and solved it using these steps:
Download the Theme .zip file to your machine.
In cPanel File Manager, navigate to your Themes folder. Depending on your hosting, path to Themes folder can differ a bit but essentially you are looking for public_html inside which you’ll find /wp-content/themes/.
Once you’re inside the Themes folder in cPanel File Manager, click on Upload and upload that .zip file you saved in Step 1.
Once the .zip file is uploaded, right click on the name of that file in cPanel and select Extract from the context menu.
Now you can refresh the WordPress themes page and you should be able to Activate it.
The issue was theme related. I just renamed my current theme and then the default theme was automatically activated. Then i was able to upload my zerif lite theme and its now working fine.
I have been through this issue and i have solved it!
it happens mainly when yu transfer wordpress database from another location!
Solution:
UNinstall and deactivate all themes! delete and re install! if you cant delete the theme due to modifications, decativate the theme switch to another new theme by installing from wordpress and then reverting back to old theme!
if the problem persists: Reset server!

Wordpress - no themes

I have installed a fresh copy of wordpress on a windows XAMPP server. I configured the wp-config file and ran the install script. All is ok, and I am able to view my new wordpress site and login to admin area.
However - when I go to Appearance->themes - the current theme is set to TwentyTwelve and in the lower section the "Available Themes" does not show ANY themes.
After this I copied a new theme to the themes folder (which was working on a WP install on my test server at work) and that doesn't show up either.
Can anyone tell me how to make the other default theme (TwentyEleven) and more importantly my own built themes, appear as being available?
Thanks :)
Try to change the theme folder permissions to 777
style.css is very important for a theme.
You should check either style.css exists or not.
If No, try install wordpress again.
If Yes, then there might be the issue of File Permissions.
Set file permissions from below.
http://codex.wordpress.org/Changing_File_Permissions

how to install downloaded wordpress theme in xampp

I am trying to install a theme I downloaded from this website.
I am using XAMPP and I am not sure how to install this dowloaded theme using XAMPP.
I tried installing this theme with the zip folder (in zip format) in Wordpress but I get the error
” The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed. “
I found a similar on Wordpress website but they mentioned using FTP but I don’t know how to use FTP with XAMPP
I want to install the theme and test it out locally before I make it live or buy a domain name.
This is my first time doing this (I am a student) so I don’t totally know how things work together, don’t know if I am using the description/terms but I hope I described the problem well enough.
How to go about this? Any help will be appreciated.
Thanks
OK so its a bit weird that the theme you downloaded is missing the CSS file. When you upload it Wordpress is trying to find that file and failing. For now, let's assume that the creator of the theme put the CSS file in a different location than usual.
To install a theme manually via XAMPP do the following:
Locate XAMPP's htdocs folder. This is normally Applications>>XAMPP>>HTDOCs on Mac or My Computer>>C:>>XAMPP>>HTDOCs on Windows (I think - someone might need to correct me on that).
If your site is installed in a sud-directory in htdocs, go there. If not skip to next step.
Open the wp-content folder
Open the themes folder
Copy in your downloaded theme and extract it there (if its zipped)
Go to your Wordpress Dashboard and go to the Appearance button on the left and click Themes from the drop down. Find your newly installed theme and hit Activate.
That should do the trick unless your theme is missing some vital elements
(PS: what your are doing here - moving (theme) files from one location to another - is essentially the same as FTP. Difference is FTP allows you to transfer files accross the internet from computer to computer: say your computer to a web server hosting your site.)
Add this lines to your wp-config.php file
//** To add the direct installation of the themes **//
define('FS_METHOD', 'direct');
Then go to wp-admin and click on customize your site. Press on change button on the active theme and browse for your favorite theme from wordpress.org and install then enjoy

Resources