kozzmic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: thumbnail image resize problemsI added this in functions.php:
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 615, 250 );But it doesn’t work?
Forum: Fixing WordPress
In reply to: thumbnail image resize problemsTrisha, yeah I know, i dont need ps or ftp, but could’nt find better way, till crop= false.
Works now with bigger img.
I want to resize the image wich shows on the article page, so it matches my ad on sidebar. But dunno what it’s called. I find this in html:
post type-post status-publish format-standard has-post-thumbnail hentrywith no img class, so i think i need to add another:
add_image_size( 'xxx', 270, 180, false);what do i fill in by xxx?
Forum: Fixing WordPress
In reply to: thumbnail image resize problemsadd_image_size( 'archive_thumb', 270, 180, false);so if i put it to false, it resizes the image complete, not cropped, but the width is wrong, it’s giving me an img of 270×111.
Any solution?
Forum: Fixing WordPress
In reply to: thumbnail image resize problemsHello katlove,
I tried it also in media, with a plugin, that showed all thumbs option and regenerate them. I deleted them also all in ftp. But they still end up showing like that.
I guess I don’t know how I would need to edit the code in a way that they show up like I want. I don’t understand the offical wordpress wiki all that well, cause I don’t speak native english.
Forum: Themes and Templates
In reply to: Need help trying to style somethingsolved with different #
Forum: Fixing WordPress
In reply to: Problem hiding h2 of a widgetFixed it
Forum: Fixing WordPress
In reply to: Problem hiding h2 of a widgetYeah sorry. So how do i get rid of it? Cant change it in the witgetarea and i cant remove the css, because it will remove all h3 tags of sidebar.
Forum: Themes and Templates
In reply to: Need help trying to style somethingI tried with #ny_email p – since its stylable with regular p
But it doesnt work
I have styled the form with #ny_email
Forum: Your WordPress
In reply to: Please , review my wordpress theme !!Worthless
Forum: Fixing WordPress
In reply to: Add social buttons. Dunno where entry is of topbarrightNevermind
Forum: Fixing WordPress
In reply to: Add social buttons. Dunno where entry is of topbarrightFound this in header.php.
But im not really familiar with php.
How do i do this?
<div class=”topnavbarright”>
<p>“><img style=”vertical-align:middle” src=”<?php bloginfo(‘template_url’); ?>/images/rss.gif” alt=”Subscribe to <?php echo get_option(‘blogname’); ?>” />“>News Feed“><img style=”vertical-align:middle;margin-left:10px;” src=”<?php bloginfo(‘template_url’); ?>/images/rss.gif” alt=”Subscribe to <?php bloginfo(‘name’); ?>” />“>Comments</p>Forum: Plugins
In reply to: Need an email subscribe widget wich can easely be css styledThx, but thats not what im looking for. Sure it may work, but i need to set it up multiple times for different customers. I want to insert the css myself, not on their website. + I would need anew api key for each new client. Seems like a hassle
Forum: Fixing WordPress
In reply to: Adsense not showing in articlesI see, i turned crawling off, since its only a testsite
Forum: Fixing WordPress
In reply to: Adsense not showing in articlesNone show actually. The first one on sidebar is just a pic, real one gives whitespace
Forum: Themes and Templates
In reply to: How do i add widget to homepage?Thx, ill try that