Rustwalker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Absolum] Remove comment bubble from postsThank you, worked like a charm!
Forum: Themes and Templates
In reply to: [Absolum] How can I remove image shadow in pages/posts?Thank you, worked perfectly by adding your code to the bottom of the style.css!
Forum: Themes and Templates
In reply to: [Absolum] Absolum is shrinking images in postsOk, thanks Jefferisp7, your information helped a great deal.
I realized that the code just prior to the image file was showing that the original image existed:
a href=”http://www.rustwalker.com/wp-content/uploads/2013/10/postapocalypse.png”
I then went into my media panel in the dashboard and opened the original image which was showing as the correct size.
I then replaced the second url in the code removing the -300×157 addition to the picture title. I also removed the width=”300″ height=”157″ code.
The picture is now appearing the proper size, but this also means I will have to edit the code for every picture that I upload which might become tedious.
Now my question is this, is there a way to remove this code that automatically shrinks the original image and references the smaller .png file? I would like it so that when I place an image into a page or post that it automatically references the larger image, without having to edit the code manually.
Thanks!
Forum: Themes and Templates
In reply to: [Absolum] Absolum is shrinking images in postsJefferrisp7 – I don’t want to use the default theme though, and I don’t want to lose the work that I have done with the theme Absolum. The image dimensions are 300 x 157 and 300 x 160. Not sure why they are slightly different in size. In code view one of the images states the following:
<img class=”alignleft” alt=”postapocalypse” src=”http://www.rustwalker.com/wp-content/uploads/2013/10/postapocalypse-300×157.png” width=”300″ height=”157″ />
It is showing that the image it is referencing is actually being named to postapocalypse-300×157.png, the name of the original file is actually postapocalypse.png, does this mean that the image is possibly being resized and automatically renamed during the upload media process?What would I remove from this?
Andrew Nevins – Not sure what you mean, both images are still on that page. Do you mean delete them and re-upload?
Forum: Fixing WordPress
In reply to: Pictures in wordpress posts are shrinkingSorry, I had made a typo in original post but edited it after you had searched I suppose. The theme is called “Absolum” not “Absoloum”.
Thanks!
Forum: Fixing WordPress
In reply to: Pictures in wordpress posts are shrinkingCurrent theme is “Absolum”.
Any way I can edit this to allow the original sizes, as well as having the option to make them at 80% etc. of the actual true original?