Here is how I installed WordPress. I installed xampp in C:\xampp
and started apache and mysql, created the wordpresstest database,
extracted wordpress-3.5.1.zip to C:\xamppp\htdocs\wordpresstest
and did an http:// localhost/wordpresstest and proceeded with
the installation (I did this twice because I wanted the
root directory to have a different name, so I deleted
the database and recreated it and deleted my
wordpress folders and reextracted them and
reinstalled).
The problem I am having is that the Twenty Tweleve theme is
not displaying any images:
whereas the Twenty Eleven theme (the only other theme that
came with wordpress) seems to be working fine:
Can someone please explain to me why the default install theme
(Twenty Twelve) is not working as expected? Basically it does
not seem to be able to use the right style information.
Thanks.
In spite of what appears in the theme screenshot, Twenty Twelve doesn't seem to have a default header image.
Go to Appearance -> Header and try to upload a header image.
Twenty twele doesnt have a default header image.If you want add a image to header you can add it from Appearance. The two default themes have different themes. There is no any issue with your installation or Wordpress. This is how it comes and you have to select any theme that is suitable for your preference and customize it.
Related
I cannot edit my posts after an update to WordPress 5.9.3. They show up in classic editor format with no visual/text editor section. The same is not happening with my Pages though (they appear in block editor). I am using the blocksy theme but the issue does not go away with the Twenty Twenty-Two theme as well. Just to clarify, I want the block editor.
Make a backup.
Deactivate all plugins and test if it works. Change the theme and test if it works.
I am using a wordpress theme for my website and when installing the theme I made sure to avoid imporing the media files of the theme. The problem is that the theme keeps using a featured image that doesn't exist. I have tried to replace the image with my own and when inspecting the page I can see that I am using mine but what us displayed is always the theme default image.
Is there anyway to solve this, because I have cleaned all my website and tried again but no result.
Thanks.
1.can you check the template file if that is a part of the header or footer
could be that the image is hard-coded
2.if you have cache enabled try deleting the cache
3.Sometimes the demo content in themes is linked with images from the developers website demo site
check the network tab if the image is fetched from a different website.
I've tried everything:
Deactivate plugins and reactivate one by one
Configure .htaccess
Change Permalink
Re-install Wordpress
The issue is in the theme I guess. Whenever I changed mine to default, it works, but not with the current one.
I am using Averie Theme: screen shot
Problem Solved! The issue is in the theme. I just upgraded the theme to latest version
Try to change the theme to like Twenty seventeen etc.. and see if the issue is still remains. as Jovan Jovanović said, it can be related to your theme.
I'm hosting a wordpress network. It has a bunch of themes named "Nacka blue" "Nacka green" etc.
The folders the themes are in are also named this.(including the spaces unfortunately).
I recently upgraded wordpress to 3.4.1, and it somehow inteprets the links to the screenshots of the images differently. it's now
wp-content/themes/Nackablue/screenshot.png
rather than the previous
wp-content/themes/Nacka blue/screenshot.png
I want to rename the theme-folder, but ofcourse, then the blogs using the theme will believe that the theme is missing and revert to the default theme, also they apparently drop the header-image. What should I do?
I ended up solving it like this:
Duplicating all themes with new names
Activate the new themes
Manually change all the themes to the new ones.
Deleting the old themes.
Make sure to save and keep track of any custom headers/backgroundcolors etc. As theese will be reset to default.
I'm building a custom Wordpress theme that was working but at some point the theme stopped loading in Wordpress and Wordpress switched back to the default TwentyTen.
I think it may have had to do with upgrading to 3.1.3. Any pointers on how to debug this?
Turn on WP_DEBUG in config file
http://codex.wordpress.org/Editing_wp-config.php
Aslo except for WP_DEBUG when themes are not showing up and just displays blank pages there is usually a quick fix:
Change to another theme in the admin panel
Change back to the theme that was not working
If the theme has a hyphen in the name, remove it.
Check so that all the files are in their proper place
Check so that all the files are named right
When the theme doesn't have a screenshot it's hard to spot, even though it's in the list. Check again carefully.