• Hi,

    Love the look of the imported FB events and would love to continue using this plugin, but currently the events all show as unlinked. There is no way to get to the inside pages; I’d even just be happy with linking directly to the FB event page, but right now they link nowhere.

    https://neoqueenhoneybee.com/blog/events-2/

    Thank you for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Neoqueenhoneybee

    (@neoqueenhoneybee)

    I did make a sloppy edit to the PHP; I’m sure there is a more elegant solution but for now I edited the facebook_events_importer.php file. wrapped the div in an a href.

     <a href="<?php the_permalink(); ?>"> <div class="fbecol-1-3">
    	  <div class="fbecol" data-id="<?php echo $permalink; ?>">	
    	  <div class="fbe_list_image" style="background-image:url(<?php echo get_fbe_image('cover'); ?>);" >	  
    	  <div class="fbe_list_bar">
    	  <div class="fbe_list_date">
    	  	<div class="fbe_list_month"><?php echo $event_starts_month; ?></div>
    		<div class="fbe_list_day"><?php echo $event_starts_day; ?></div>	
    	  </div>	
    	  <div class="fbe_col_title"><h2><?php echo limitFBETxt( $event_title,150); ?></h2></div>
    	  <div class="fbe_col_location"><h4><?php echo limitFBETxt($location,100); ?></h4></div>
    	  </div>	
    	  </div>
    	  </div>  
    	  </div> </a>

    Hello–I was having the same problem and this worked so thank you.
    I also am having another problem in which my main events page with all of the pictures and links is not working.
    It started after I switched the slug in the Facebook Events settings page.
    I’m at 210restaurant.com, and the page is supposed to be /music-calendar
    Any tips are appreciated!
    Thank you,
    Judy

    I found the main events page. It’s Facebook-Events. I changed the slug in the Facebook Events settings page, but that was not correct I guess. It had been Upcoming-Events for several weeks, but when I switched the slug it reverted back. I am hoping I can change the name again.

    Working. It had reverted back to the Facebook-Events page (which I had earlier renamed Upcoming-Events)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Link to Individual Events’ is closed to new replies.