Tagged: blog image align, image resize
- This topic has 5 replies, 2 voices, and was last updated 8 years, 7 months ago by Theme Horse Support Team.
-
AuthorPosts
-
April 3, 2016 at 10:40 pm #43979BoniParticipant
Hi there. I am about to change themes to another company. I am giving it one last try….. I have had a few programers look at this and even they are stumped. I am inserting images into my Blog posts and they are getting squished to different sizes than are set in the images settings (large, medium and thumbnail.) Can I attach two screenshots to show you?
Also the stripping of lines and paragraphs is a pain…. Even when I insert <p></p> between text that I want to show as new paragraphs either WP or Theme Horse is stripping this code. Are there setting I can change to stop this.. I am not a programer.
April 4, 2016 at 10:28 am #43997Theme Horse Support TeamKeymasterHi Boni,
Could you provide your site link? Yes we have cut the image in many size. These are the below image size. The below code is inside theme folder -> functions.php
`add_image_size( ‘featured’, 670, 300, true ); // blog large image
add_image_size( ‘featured-medium’, 230, 230, true ); // blog image medium
add_image_size( ‘slider-narrow’, 1038, 460, true ); // used on Featured Slider on Homepage Header for narrow layout
add_image_size( ‘slider-wide’, 1400, 460, true ); // used on Featured Slider on Homepage Header for wide layout
add_image_size( ‘gallery’, 474, 342, true ); // used to show gallery all images
add_image_size( ‘icon’, 80, 80, true ); //used for icon on business layout`If you want to change the image then change the numeric value to fit your size. Doing it regenerate the thumbnail using regenerate thumbnails
You don’t need to add
<p> tag
. You write the content on visual or on text no problem. It will automatically add p tag to your front end.Hope this may help you!
Thank you!April 4, 2016 at 7:06 pm #44007BoniParticipantHi the site is http://www.bclearwriting.com. I would be happy to provide you with access to the site through my computer or godaddy account. What I see when using the visual editor is NOT what I get when rendered and posted….
We need to fix this now or I need to find a better solution….
Thanks for your help.
John Wagner-Stafford
Founder 2 GreatGuys Inc.Creating a better world
One entrepreneur at a timeApril 5, 2016 at 10:17 am #44029Theme Horse Support TeamKeymasterHi Boni,
Are you trying to say that what you have view in the front end same like that you want to display in visual editor?
It seems that you have to upload a larger image. Now you have set a small size images in your blog post. Please provide us the screenshot which images are you talking about.
Thank you!
April 7, 2016 at 5:46 pm #44098BoniParticipantI am now changing the image size in the HTML each time and that seems to work. What I now rewuire is to change the image alignment of the blog page. The features image on the blog page is centered on top of the blog summary. I wish to place that image to the left of the blog summary. How can that be done. I cannot find settings in the CSS or in the large or medium blog template.
Thank you.
April 8, 2016 at 10:33 am #44120Theme Horse Support TeamKeymasterHi Boni,
How you are trying to align the image of the blog page?
We could not find that the featured Images are centered on the top of the blog summary in your site.
You can view this screenshot as well. It’s already at the left aligned.If we are getting wrong what you trying to say. Please clarify. Also you can provide screenshot. So that we can understand what you are trying to say?
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.