craaaam
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Problems styling the calendarHi Darian.
Thank you very much!
Forum: Plugins
In reply to: [The Events Calendar] How to showcase events on Google SearchThank you very much!
Forum: Themes and Templates
In reply to: [Kadence] Space between menu and contentHi.
That helped! Thank you very much!
Forum: Plugins
In reply to: [The Events Calendar] Show events on list widget in a rowThat was it!
Thank you very much for your help! Have a great day!Forum: Plugins
In reply to: [The Events Calendar] Show events on list widget in a rowYes, here it is: https://otrahistoria.com.ar
I’ll take a look at featured images. Thank you very much.
Forum: Plugins
In reply to: [The Events Calendar] Show events on list widget in a rowHi Tristan.
Thank you very much. It really helped a lot.
I only made a small change by adding a ” flex: 1 0 21%;” so that they are rows of 4 events. The problem I have is that when there is only one event left at the end, it breaks the column and is out of place. How can I make it look the same as the rest?
I would also like to know if there is a way to not change the size so much for the images. While I’m going to try to make them the same size, it’s hard to get them all the same.
Thats how it looks: https://imgur.com/FOU6dks
And I want it to look like the others.
Forum: Plugins
In reply to: [The Events Calendar] Link featured image to event in event list widgetThat was it!
Thank you very much for your help!
Forum: Plugins
In reply to: [The Events Calendar] Link featured image to event in event list widgetHi Darian. Thanks for your answer.
I tried with the code you provided but sadly doesn’t work. I noticed that the code doesn’t look right in the original post. Here it is again correctly:
function my_action_add_event_featured_image( $file, $name, $template ) { // Get the event for reference - we'll need it. $event = $template->get('event'); $link = sprintf( '<a href="%1$s">%2$s</a>', get_the_post_thumbnail_url( $event ), get_the_post_thumbnail( $event, 'thumbnail', array( 'class' => 'alignleft' ) ) ); echo $link; }
I think we can put something in the a href because with that “%1$s” links to the image file, but I dont know how to trigger the link of the event or whats the code.
Thanks in advance.
Hi @jahidulhassan
Sorry for my late response but I didnt receive the notification.
I know that the Dokan is making this issue because it only happens when the plugins is activated. For some reason, it changes all my theme color to white. For some reason, it changes the CSS of my website. I dont understand why. If you want I can provide temporary access so you can see what the problem is.
Thanks in advance.- This reply was modified 2 years, 6 months ago by craaaam.