bfloris11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing my PostsI have my old database, so does that mean I can still access user accounts? The person who hacked my blog changed/deleted all of the users in the WordPress backend so I cant export my posts from my Wordpess backend.
Forum: Fixing WordPress
In reply to: Importing my PostsIs there a way to do that despite no longer being able to log-in to my old WordPress user on my old database though? Or else I would just use my old database.
Forum: Fixing WordPress
In reply to: Post images croppingScratch that, the problem was located in the portfolio page template:
_e(“bookmark”, “solostream”); ?>” title=”<?php _e(“Permanent Link to”, “solostream”); ?> <?php the_title(); ?>”><img class=”<?php echo $solostream_img[‘class’]; ?>” src=”<?php bloginfo(‘template_directory’); ?>/scripts/timthumb.php?src=<?php echo $the_img_url; ?>&w=400&h=600&zc=1″ alt=”<?php the_title(); ?>” title=”<?php the_title(); ?>” />
<?php } } ?>Just need to change 600 and 400
Forum: Fixing WordPress
In reply to: Post images croppingI looked for a theme option but there is none. I can definitely try contacting them now that I am aware it is probably because of a theme file and not a wordpress file.
Thanks for the help, and ill update once the problem is finally solved!
Always appreciated.
Forum: Fixing WordPress
In reply to: Post images croppingAlright,
I will have maintenance mode deactivated for the next hour so you can take a peek.
Forum: Fixing WordPress
In reply to: Post images croppingVtxyzzy, thank you for your response,
No, only on an archives page. I need to edit a specific image setting which has all of the blog post images display full-size on the main blog page with all of my posts. Single posts show up fine.
Anyone have an idea on how I can make my post images show up full size on the blog archive page? The page which displays all blog posts?