tekka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Featured Images size issueThanks – that has worked now after amending the functions.php and regenerating thumbnails 🙂
Forum: Themes and Templates
In reply to: [Hueman] Featured Images size issueThanks for such a quick response Alexander.
I have checked the points you made and can’t see anything wrong. Currently I only have thumbnail image sizes in my functions.php file, as below
if ( ! function_exists( ‘alx_setup’ ) ) {
// Thumbnail sizes
add_image_size( ‘thumb-small’, 160, 160, true );
add_image_size( ‘thumb-medium’, 520, 318, true );
add_image_size( ‘thumb-large’, 720, 440, true );}
Is there any way of checking how I could have broken something else or shall I just remove child files to see if I can find the offender?
Thanks
I knew it… sorry, please disregard this post, I have found a random bit of css in my main style which was affecting things.
Sorry 🙂
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Importing dataFor anybody having the same problem:
I found a way around this by instead of exporting the html directly from Excel, I made a new html file in Dreamweaver, created a new table, copied and pasted the data from Excel into this table, saved the html through Dreamweaver and hey presto, it uploaded perfectly to WP-Table Reloaded
Happy days 🙂
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] changing the h2 stylePerfect! thank you so much 🙂
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] changing the h2 styleHi again
Sorry but the h2 css code you gave me doesn’t change the h2 style so not sure now what i am doing wrong.
I reverted the plugin.css back to the original and added in custom css as you advised, but no change?
the site has now moved to here
thanks!
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] changing the h2 styleHi Tobias
Yes in my naivety i think i may have changed something in that file so i will revert it back to the original and use your code above
many thanks for your help 🙂