Image Help
-
My display images are super smooshed! I have tried to resize and they all appear the same. PLEASE HELP!
The page I need help with: [log in to see the link]
-
Hi @lynnebennett,
The image sizes are custom to Timeline Express, and it is a custom crop of the full image size. If you’d like to use larger image sizes, or even custom image sizes, you can use the filter built into the plugin to specify the ‘full’ image, or any other image size that you have registered.
We have documentation setup explaining how to achieve this:
https://www.wp-timelineexpress.com/documentation/how-do-i-use-a-larger-announcement-thumbnail-size/Essentially what you’ll need to do is add the following snippet into the functions.php file of your active theme.
function custom_timeline_express_announcement_image_size( $image_size, $post_id ) { $image_size = 'full'; return $image_size; } add_filter( 'timeline-express-announcement-img-size' , 'custom_timeline_express_announcement_image_size', 10, 2 );That will return the full image size and not the custom image size you are seeing now.
Let us know how that works!
Thank you!! I am going to try this.
Can I ask another question please?
(Keep in mind I am no WP pro:) your help is AWESOME!In the description under the banner image, I have tried to edit the code so that I can add H2 and display in the center… like this
<h2 style=”text-align: center;”>A New Home</h2>It doesn’t seem to work. Is it possible to edit the text description like this?
THANK YOU!!
LynneHi Lynne,
The excerpt should strips out any HTML so that won’t work on the timeline. That should work on the single announcement page but not on the timeline itself.
If you want to allow for html to be added to excerpts on the timeline you might want to take a look at our html excerpts add on.
https://ww.wp.xz.cn/plugins/timeline-express-html-excerpt-add-on/
That will allow for custom excerpts, independent of the announcement content, HTML, shortcode a and anything else you can use in the announcement content.
That should be exactly what you’re after. Let us know if you have any other questions – we’re here to help!
OOOOH is it possible to add a custom icon? MAYBE….. an ice cream cone?
ITS LOOKING GREAT!!! Thank you http://lacasagelato.com/wordpress/index.php/history/
Hi @lynnebennett,
Awesome! Glad that your timeline is starting to shape up how you need it to!
The pro version of Timeline Express integrates with our icon plugin, https://ww.wp.xz.cn/plugins/svg-vector-icon-plugin/, so you can upload a custom icon of your choosing and use it on the Timeline.
I don’t believe this features is available in the pro version. This just requires Timeline Express Pro and the free version of WP SVG Icons.
Good morning
I think the pro version will be needed. The icon really should be custom. I only have this website where I need the timeline. If I have any others I may need, is it possible to upgrade to another service before the year end?
The free version is really great though! Most free versions of add ons leave offer little use. Thanks for giving so much for free. I am definitely going pro 🙂
Thanks!
LynneHi Lynne,
You can upgrade from the single site pro license to the pro bundle so you get all of the add-ons if you need more than one, and you would just pay the difference in licenses. We also have a few bundles with some of the most popular or most frequently purchased add-ons if you just need the pro version + an add-on.
If you have any other questions please don’t hesitate to reach out!
Hello
I am wondering about mobile display. I have uploaded the images I want for each announcement (not all the same original image size) but on mobile, the images are twice as wide as the image frame. Can you help with this please?
http://lacasagelato.com/wordpress/index.php/history/
The topic ‘Image Help’ is closed to new replies.