gomez77
Forum Replies Created
-
Ok, that makes sense. Thanks for your replies – I appreciate you taking the time to help me.
This was my one initial thought as a possible reason, as the table with the wrapper div had the “Offer the following functions for site visitors” box checked and the other didn’t. Now having changed the second table to have the same settings as the first, it still doesn’t have a wrapper div.
The table that doesn’t have the wrapper div does have #rowspan# – could that cause a problem?
*Edit* when I add the functions for site visitors, they don’t actually appear on the page, even with a hard refresh.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table not scrollableI can’t actually see a table on the page you have linked to, but I think you need to set overflow-x to auto on the parent div of your table.
Problem solved and now I feel a bit stupid as it was actually nothing to do with the plugin: In WordPress > Settings the time format was set to Custom but the field was blank. Once I selected one of the other options the times displayed on the event calendar.
Forum: Plugins
In reply to: [WP-Strava] Massive error msg on widgetsI have the exact same issue. Does anyone have any idea what is causing this?
Forum: Fixing WordPress
In reply to: Cropping featured imageWell, I seem to have solved this issue.
I deleted all of the images for my posts and re-uploaded them and the thumbnails now appear at the desired size.
This was not a problem as I am just building the website, so fortunately I only had three posts and three images. It might have been a bit annoying if it had been three hundred, for example.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Cropping featured imageThanks for your reply Andrew,
I have tried deactivating all of my plugins but it doesn’t solve the problem.
I am using the old Starkers theme, mainly because I want to create my own styles and simply because I don’t know any better.
I have noticed this code in the function.php file:
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 400 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 260 ) );
I changed the values to 400 and 260 but this doesn’t help. I wondered if this code might have been conflicting with the
set_post_thumbnail_size
and tried commenting it out but that made no difference either.I have looked in the uploads folder for my website and the 400×260 images have been generated, they are just not being used.
Forum: Fixing WordPress
In reply to: Cropping featured imageSorry, I wrote this question in a hurry this morning. I should have mentioned that I have the ‘Regenerate Thumbnails’ plugin and I run it each time I try to crop the images. I must have done it at least twenty times by now.