{{:isLazyLoaded}}
{{>nav_items_helper}}
{{/}}
The Art Worth Festival is a celebration of visual arts and classical music. The exhibition component features the work of 80+ Artists who have been selected from hundreds of applicants. Artists in the show are chosen for their superlative levels of skill. In addition to displaying art, the event’s arts education component includes live-demonstrations of disciplines including glass-blowing, metalsmithing, sculpting in stone, wheel-thrown pottery, wood-turning, and others. Additionally, the three-day event showcases Classical Music performances by area ensembles ranging from elementary and high schools to the Music Programs of TCU, UTA, UNT & Texas Wesleyan, as well as The Fort Worth City Band and professional companies such as The Fort Worth Opera (The Fort Worth Opera is a presenting partner, and will mount a production each day of the festival).
Hours are Friday October 24 10am to 6pm; Saturday October 25 10am oto 6pm; Sunday Octiber 26 11am to 4pm
Admission to the festival is free, and our location, the Shops at Clearfork provide ample free parking and exciting restaurant options ","expired":false,"past":false,"accountId":0,"city":"Fort Worth"};
var translations = JSON.parse($("#translations_4ec46f29-f5af-4b38-9041-be165e32fa2f").html());
var cityStateZip = "Fort Worth, TX 76109";
var streetAddress = "5188 Monahans Avenue @ Edwards Ranch Road";
var listingUrl = "";
var listingTitle = "";
var locations;
if (streetAddress !== undefined && streetAddress !== '') {
var location = {
streetAddress: streetAddress,
cityStateZip: cityStateZip
}
if (listingUrl !== undefined && listingUrl !== '') {
location.title = listingTitle;
location.url = listingUrl;
location.crmc = "";
location.crmsc = "";
location.city = "";
location.region = "";
location.recid = "";
location.acctid = "";
}
locations = [location];
}
var dates = "October 24, 2025 - October 26, 2025";
var startDate = "Friday, October 24, 2025 10:00 AM";
var endDate = "Friday, October 24, 2025 6:00 PM";
var time = "10:00 AM to 6:00 PM";
var attendees = "";
var placemarks = [];
if (data.latitude) {
// on event detail placemark represents the LOCATION/LISTING, not the event
placemarks.push({
recid : data.recid,
title : data.location || "",
latitude : data.latitude,
longitude : data.longitude,
address1 : streetAddress,
url : "",
detail : true
});
}
var vue = detail.getVue({
data : {
type : 'Events',
recid : data.recid,
title : data.title,
crmc : data.categories?.[0]?.catName,
acctid: data.accountId,
city: data.city,
region: data.region,
media : data.media_raw,
udfs : data.udfs,
tripbuilder : tripbuilder,
hasTripAdvisor : false,
locations : locations,
phone : data.phone,
tollfree : data.tollfree,
email: data.email,
weburl : data.linkUrl,
host: data.hostname && data.host || data.host ? {
title: data.hostname ?? data.host.title,
url: data.host.url,
crmc : data.host.primary_category.catname,
crmsc : data.host.primary_category.subcatname,
city : data.host.city,
region : data.host.region,
recid : data.host.recid,
acctid : data.host.acctid,
} : undefined,
dates : dates,
startDate : startDate,
endDate : endDate,
recurrence : data.recurrence,
time : time,
price: data.admission,
venues : data.convention_facilities,
attendees : attendees !== '' ? attendees : undefined,
description : data.description,
placemarks : placemarks,
expired : data.expired,
past : data.past,
translations : translations,
latitude: data.latitude,
longitude: data.longitude,
gtmVars : '{ "tClient_ga4" : {"interactionSource" : "detail"} }',
},
templates : {},
rootNode : $('[data-guid="4ec46f29-f5af-4b38-9041-be165e32fa2f"]'),
guid: `4ec46f29-f5af-4b38-9041-be165e32fa2f`
});
/* register available UI events for SEM tracking */
var watcher = new UIWatcher(vue, $, document);
var uid = clientLib.uuid().toString();
var widgetEvents = ["item-click"];
for (var i=0; i