Forum Replies Created
-
AuthorPosts
-
soesit
ParticipantBarry thank you for your reply but the solution you offer is not what i want. Displaying the mini calendar widget inside a page template seems liked a stripped version of the full calendar. I quess what i need cannot been done. 🙁
soesit
ParticipantYes it works! Thank you for explanation and the awesome support 🙂
soesit
ParticipantSupport is not longer necessary on this case, i “solved” it with css. Displaying the full image and css code
.tribe-events-event-image img{
width:200px;
height:200px;
}soesit
ParticipantThis reply is private.
soesit
Participantin my template file i use ‘echo tribe_event_featured_image( null, ‘medium’);’
And the code snippet in the functions. I need to change the $image_src for the a href.soesit
ParticipantHi Barry, thank you for your reply.
The code snippet for in the functions doenst not really cover what i need. Because the image links now to the same image size. i dont know how to change the url for the a href=. Is there a way to echo only the image sources in the template?
So i am able to something like this
<a href="”>
<img src="” /> -
AuthorPosts
