I am a newbie and I need your little help. I have got a problem with a [url=https://www.smashingmagazine.com/2009/02/23/magazeen-free-magazine-look-wordpress-theme/]MAGAZEEN theme[/url]. I have translated and modified this theme for [url=https://blog.ratlerek.pl]my first blog site[/url] just by my self. Unfortunatly, the timthumb.php file dosen’t work properly and the miniatures of the photos don’t show up in the “Featured News” section (I have translated this into “Aktualno?ci” in Polish language but it dosen’t matter – this is not the problem issue).
I have read on internet that this problem was a very common. I have read a lot of posts about fixing this bug but I need a step by step manual what to do? I remind you I am not a native English speaker. I used to learn HTML last time when I was in high school and it was in past century. Javascript code is like a magic to me. Could you help me?
Firstly, I haven’t changed anything into the timthumb.php code. The file was uploaded just like it was in the magazeen theme pack on my ftp account. Then I saw this bug on my website:
Notice: Undefined index: extension in /home/u526522969/public_html/blog/wp-content/themes/RATLEREKTHEME/timthumb.php on line 245
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/u526522969/public_html/blog/wp-content/themes/RATLEREKTHEME/timthumb.php on line 206
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: '/home/u526522969/public_html/blog/' is not a valid JPEG file in /home/u526522969/public_html/blog/wp-content/themes/RATLEREKTHEME/timthumb.php on line 206
Unable to open image : /home/u526522969/public_html/blog/
The code of timthumb.php which I have had uploaded with magazeen theme pack was:
[Excessive code moderated. Please use a pastebin.]
Please, can you help me to fix my problem? I have created a timthumb-config.php file. What should I write here to make my blog works right?
Best regards,
Radek Herka
blog.ratlerek.pl
if anyone can help me, that would be wonderful.
www.blog.noahdamaren.com
thank you very much.
-nd
]]>I run a gaming website on the Magazeen theme and while I love most aspects of the theme, I want to get rid of a feature that appears on each post I publish.
As you can see on this example, there is a picture box in the top-right corner that I would prefer not to be there because it usually contains only a small portion of the whole image, looking unprofessional.
This is a portion of the Single.php code (for the posts) that references the image:
Which part should I cut out to get rid of the image box?
Thanks so much for any help!!!
Geoff
</div><!-- End post-meta -->
<div class="post-box">
<div class="page-content clearfix">
<div class="clearfix">
<?php if( get_post_meta( $post->ID, "image_value", true ) ) : ?>
<div class="post-image-inner right">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="<?php bloginfo( 'template_directory' ); ?>/timthumb.php?src=<?php echo get_post_meta( $post->ID, "image_value", true ); ?>&w=imagesx($image);&h= imagesy($image);&zc=1" alt="<?php the_title(); ?>" /></a>
</div>
<?php endif; ?>
<?php the_content( '' ); ?>
<?php wp_link_pages( array( 'before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number' ) ); ?>
<br />
</div>
</div><!-- End post-content -->
]]>My problem is that I added a Google Ad to the header for visibility but there seems to be a reflection from that ad in the black header and it also seems to be messing around with the “terminal gamer” headline. I’m wondering how I can possibly fix that and any help would be immensely appreciated!
My problem is that I added a Google Ad to the header for visibility but there seems to be a reflection from that ad in the black header and it also seems to be messing around with the “terminal gamer” headline. I’m wondering how I can possibly fix that and any help would be immensely appreciated!
Here’s my header.php code:
`[Code moderated as per the Forum Rules]
]]>