tarantej
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Event Tickets for WooCommerce] Remove Shipping tab from checkoutNever Mind. Made a few adjustments
ill try it out
Can the ical feature be used for this purpose?
I am sorry if did not clarify myself earlier. I have a button in the sidebar that I would like use in a such a way such that when I click it, I can download the dates of the event I am viewing . Something like a Download button for event dates
OK I got it. The custom attributes I had made for the Locations page work when values are added in the LOCATION of the Event. So now its working as it was needed. Thanks a lot guys
Industry Page For events
https://tradess.unifybusiness.co/industry/
Locations Page – Where the attributes are not working
In response to @caimin_nwl and @robswaimea.
My client wants to show columns for 4 quarter dates and custom button links per event for the event list. Here are my Event Attributes
#_ATT{qdate1}
#_ATT{qdate2}
#_ATT{qdate3}
#_ATT{qdate4}
#_ATT{Enquiry}
#_ATT{Register}
#_ATT{Inhouse}
Event Attributes made for locations page#_ATT{lqdate1}
#_ATT{lqdate2}
#_ATT{lqdate3}
#_ATT{lqdate4}Location Attributes
#_LATT{qdate1}
#_LATT{qdate2}
#_LATT{qdate3}
#_LATT{qdate4}
#_LATT{lqdate1}
#_LATT{lqdate2}
#_LATT{lqdate3}
#_LATT{lqdate4}
#_LATT{Enquiry}
#_LATT{Register}
#_LATT{Inhouse}
#_LATT{LEnquiry}
#_LATT{LRegister}
#_LATT{LInhouse}The reason I made so many variables because I want to show both details (Quarter Details and Custom Buttons) on both the pages
@robswaimea the #_ATT{Phone Number} attribute doesnt work on locations page. Did you give the value to #_ATT and #_LATT while editing the event?
I am using version 5.6.2
Tried it out. The values are still not appearing
Do event and location attributes require different variables for the same type of input?
yes i did
In the general options adding the attribute using the #_LATT{key} format and then using the same in the Location list formatting options.
Using WordPress plugin guidelines, I made a small plugin with a sub-menu option in the main Events manager menu. I am working on it to test and see if it solves my purpose
This plugin gives a sample of a Styles plugin that can be used to extend its functionality. I am looking up on the tutorial to create a submenu in the plugin options such that I am able to access the desired custom options from there. Unfortunately the styles example was not very helpful. It did not even show up in the menu, let alone function as per the example. So will I have to refer to the wordpress guides for making my on plugin and including it in the website?