ginaf40
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirection with /* not replacing whole urlAh, thank you so much! That is it sorted now.
Much appreciated.I added a hook that works.
I can’t refer to the actual ID of the button because it has a dynamically changing ID, so I had to refer to an <input> just before it.
Do you know how to target the ID of the button (below)?
(id=”es_subscription_form_submit_1600441239″)add_action( 'ig_es_after_form_fields', 'add_label_to_Subbutton' ); /** * Adds a label to the Subscribe button * for tech blogs */ function add_label_to_Subbutton() { echo "<label for='es_subscribe' class='visuallyhidden'>Subscribe button:</label> "; }
<input type="submit" name="submit" class="es_subscription_form_submit es_submit_button es_textbox_button" id="es_subscription_form_submit_1600441239" value="Subscribe">
Thanks
GinaMany thanks for your advice – I shall look into adding it using that hook.
GinaMany thanks for your response.
Although you can see the word “subscribe” on the button, the <label> for the button is empty.<label style="position:absolute;top:-99999px;left:-99999px;z-index:-99;"><input type="email" name="es_hp_email" class="es_required_field" tabindex="-1" autocomplete="-1" value=""></label>
I am reviewing our site for Accessibility and need to have labels for all form elements. Are you able to help with this?
Forum: Plugins
In reply to: [The Events Calendar] Show which category on list viewI have managed to show the category wherever I want using css. Happily, the events all have the event in their css class.
For whoever it may help:.tribe-events-category-external-events h3:after{
content: “External Event”;
height: 28px;
background-color: #fcb140;
display: inline-block;
color: #FFFFFF;
padding: 0 4px;
border-radius: 4px;
font-size: 0.5em;
}Forum: Plugins
In reply to: [The Events Calendar] Show which category on list viewCan anyone help on this?
ThanksForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Show category on list viewOK, thanks anyway
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Show category on list view pageSorry, my mistake!
Forum: Plugins
In reply to: [Custom Post Type UI] Filtering custom posts by WP core Categories widgetBrilliant, thank you – that’s sorted it.
Many thanks, that has solved the problem and it’s working fine now.