roadie
Forum Replies Created
-
Thanks for the support article. Do you have any idea why the figure tag is sometimes added?
Forum: Fixing WordPress
In reply to: Wrong thumbnails created after using plugin wordpress-importerI copied the uploads folder from my existing website onto my local version. It all works now.
And this thread shows how to fix it for new images.
Many thanks. That did it.
I went to Settings > Media and unticked the box “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” and clicked “Save Changes” (I’m always forgetting to do that because it’s below the bottom of the screen.)Now any new images uploaded can be thumbnailed the way I want them.
Forum: Fixing WordPress
In reply to: New posts are being stored in uploads folder, result: server errorHow long since WP was working correctly?
Could you post here the html of a typical post to your site? (Go to wp-admin -> Posts -> Add New, make sure that the editor for the post is in “Text” mode not “Visual” and copy the text to here.) Also show us what is in the “Enter title here” field?
I am also getting similar warnings (but I’m using WordPress 2.9.2). They don’t seem to have any effect on the site or my admin:
Warning: Creating default object from empty value in ............./wordpress/wp-admin/includes/post.php on line 342This item at stackoverflow.com looks relevant, but that implies that you have been tweaking the php code in your theme?
Forum: Fixing WordPress
In reply to: Header image url refers to old siteMaybe use the plugin Search Regex? I’ve used it a few times with good results.
Forum: Fixing WordPress
In reply to: Wrong thumbnails created after using plugin wordpress-importerI now realize that I can’t make new posts the way I want either.
I’ve made a new topic at https://ww.wp.xz.cn/support/topic/cant-create-small-thumbnails-that-show-all-of-image-in-version-4-9-8-of-wp/
Forum: Localhost Installs
In reply to: Trouble Cloning a WP SiteIt could have been easier to export site A to a .xml file, create an empty new site B, set up a new database for site B and then use the wordpress-importer plugin to populate B with the posts in the .xml file. Then change the theme etc.
Forum: Localhost Installs
In reply to: Some URL links not working when migrated to localI guess you also set the URLs in WordPress Admin->Settings->General Settings?
Forum: Fixing WordPress
In reply to: Wrong thumbnails created after using plugin wordpress-importerHere are some typical sizes of thumbnails that I use. It’s not clear how I could regenerate them automatically.
camion-10-141x150.jpg camion-10-282x300.jpg camion-10.jpg camion-9-150x147.jpg camion-9-300x294.jpg camion-9.jpg dog-3-112x150.jpg dog-3-225x300.jpg dog-3.jpg dog-fr-2-150x127.jpg dog-fr-2-300x255.jpg dog-fr-2.jpg dog-fr-3-150x136.jpg dog-fr-3-300x273.jpg dog-fr-3.jpg dog-horse-horn-1-194x300.jpg dog-horse-horn-1-664x1024.jpg dog-horse-horn-1-97x150.jpg dog-horse-horn-1.jpg fish-2-150x150.jpg fish-2-300x300.jpg fish-2.jpg fish-uk-2-150x64.jpg fish-uk-2-300x128.jpg fish-uk-2.jpg helicopter-uk-1-150x138.jpg helicopter-uk-1-300x276.jpg helicopter-uk-1.jpg horse-fr-1-150x136.jpg horse-fr-1-300x272.jpg horse-fr-1.jpg horse-uk-2-150x134.jpg horse-uk-2-300x268.jpg horse-uk-2.jpg motorhome-fr-1-150x143.jpg motorhome-fr-1-300x286.jpg motorhome-fr-1.jpg school-4-150x144.jpg school-4-300x289.jpg school-4.jpg skate-ch-1-145x150.jpg skate-ch-1-290x300.jpg skate-ch-1.jpg skate-fr-1-150x137.jpg skate-fr-1-300x274.jpg skate-fr-1.jpgForum: Fixing WordPress
In reply to: Wrong thumbnails created after using plugin wordpress-importerThat didn’t help. The sizes it was offering were the ones my local WordPress had already created:
thumbnail: 150×150 pixels (cropped to fit) skate-ch-1-150x150.jpg medium: 300×300 pixels (proportionally resized to fit inside dimensions) skate-ch-1-291x300.jpg medium_large: 768×0 pixels (thumbnail would be larger than original) large: 1024×1024 pixels (thumbnail would be larger than original) The attachment says it also has these thumbnail sizes but they are no longer in use by WordPress. You can probably safely have this plugin delete them, especially if you have this plugin update any posts that make use of this attachment. twentyseventeen-thumbnail-avatar: 100×100 pixels skate-ch-1-100x100.jpgForum: Themes and Templates
In reply to: [Modality] Slider doesn't show imagesThanks Vitaly, that was it.
Forum: Themes and Templates
In reply to: [Modality] Slider doesn't show imagesChanging function modality_flex_slider() from
<?php the_post_thumbnail('full'); ?>to
<?php the_post_thumbnail(); ?>also had no effect
Forum: Themes and Templates
In reply to: [Modality] Slider doesn't show imagesSorry, I forgot to mention the website: http://om3.artprop.org.uk/
Forum: Themes and Templates
In reply to: [Andrea] Failing to make Andrea theme a Flexible-width LayoutI copied style.css from https://wpcom-themes.svn.automattic.com/andrea/style.css
and then copied it to the remote …/wordpress/wp-content/themes/andreaI edited header.php and replaced <body> with
<body class=”flexible-width”>I then had to alter lots more in the style.css because this version 0.4 of andrea is quite different in the php files and style.css from the version 0.3 that ww.wp.xz.cn provides.