Home › Forums › Support › Widget Support › Facebook Events › Customize information location
- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by responsive-muse.
- AuthorPosts
- January 6, 2018 at 7:52 pm #30901AnonymousInactive
Hi,
Just started working with the widget today and is there a way to change the locations of the picture or information displayed?
I want to show a small short list of events with the title and date, then on another page have the more detailed list. The first would be on the home page.
Thanks
JimmyJanuary 6, 2018 at 8:35 pm #30908AnonymousInactiveI looked at a few things, but looks like I need a way to re-arrange the table structure.
Would be nice to have a small listing that has
EVENT NAME (View button)
Date & Time (with optional time)
——————
repeatThanks
January 7, 2018 at 4:50 pm #30929responsive-museKeymasterHi James,
It would not be possible to rearrange the fields of Facebook Events widget as Adobe Muse does not allow this rearrangement of the structure. It would be possible to modify it but it would require advanced coding knowledge.
Kind regards,
January 8, 2018 at 3:59 pm #31035AnonymousInactiveThat I have some of, programmer at times in C, HTML and other. I’m working with CSS coding to get some changes completed but some of the class you use are global already.
I would love to see the code for the widget and see if I can help you guys with it.
It would be nice to have the CSS class start with a prefix for that widget, then we can makes changes without affecting other parts on pages.
Thanks
January 8, 2018 at 7:10 pm #31061responsive-museKeymasterYou can see any widget code in the exported page source. They are usually below a tag like
I think your best bet would be using jQuery, trying to reorder the < table > columns.
These links may help, they include a working example:
https://stackoverflow.com/questions/5464219/change-table-columns-order
http://jsfiddle.net/Qsys7/1/ - AuthorPosts
- You must be logged in to reply to this topic.