hughb101
Forum Replies Created
-
i.e. ..core JS, not code …
Thanks. After one of the events listed is selected (i.e. booked) I want to update the status of others to I ended up hacking events-manager.js to force a page reload.
.... success : function(response, statusText, xhr, $form) { if(response.result){ button.text(EM.bb_booked); window.location.reload(); <*--- ADDED }else{ .....
I don’t really want to edit code JS. Can you suggest a better way?
Me too. I am using [events_list location=””] to display a list of events but I don’t want the Event title hyperlinked to a separate page.
Possible?
Forum: Plugins
In reply to: [Dropdown multisite selector] formatting the label, autoloading the dropdownWonderful, this worked perfectly.
In my case I added it to the CSS customization code of the theme I am using and it worked fine.
‘.header-social .dms-container { width:100%!important; }
.header-social select.dms-select { float: left!important;}
.header-social .dms-container label { float: left!important; padding-right: 10px!important;}’I can work around it, but do you have any suggestions for autoloading the dropdown with a particular item (perhaps by index)?
thanks again, excellent plugin.
Hugh
Forum: Plugins
In reply to: [Dropdown multisite selector] formatting the label, autoloading the dropdownThanks Alex.
See – https://test.pigmentinc.com/test/
I put [dms] in the body.
I put <?php echo do_shortcode(‘[dms]’); ?> in the header php – see the top left.I might be able to fix the alignment if I don’t have to put in a label (and add my own) but the plugin demands it. Can I get around this?
thanks,
Hugh