Bruno Silva
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Newspaper X] Homepage Latest Post ImageGuess I found a way to help myself. Not 100% perfect, but much better looking.
At: public_html/wp-content/themes/*****/inc/libraries/widgets/widget-newspaper-x-header-module/layouts/default.php I changed this part of the code. (Bear in mind the original code is commented)
if ( has_post_thumbnail() ) { /* $src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'newspaper-x-recent-post-big', false, '' ); $srcsmall = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'newspaper-x-recent-post-list-image', false, '' );*/ $src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' ); $srcsmall = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' );
$29 for the addon?!?
Now, honestly, I don’t think that’s a proper price for it… I’d send some bucks your way, but $29 is way too much.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Comments Stacked and not TabbedNo updates, no answers, I’m moving elsewhere now.
Forum: Plugins
In reply to: [Contact Form 7] Input Boxes Border Issue@krissiev – That solved the problem, thank you very much!
I just had to create entries for the textareas and img also and everything is perfect.Thanks a Ton!
Viewing 4 replies - 1 through 4 (of 4 total)