can anyone tell me if can convert this website halal permit to wordpress? If yes, then please, guide me.
Hi @lvholmes,
Button only removes pop-up window and returns visitors to the calendar page where you clicked to see the event. It is not designed to redirect users to another page or view.
Thanks,
Ben
Thanks for the reply Ben. What’s happening is that I am accessing the event from the widget, not the calendar page. When I click on an event in the widget, it drops a window down from the top of the page, with the calendar button on it.
I just copied the widget creator code to make the widget. Is there some other code I could use that not show that button in the drop down window?
Thanks!
Hi @lvholmes,
You can hide the button just on the home page using the following code, so please add the code to your site css or style file:
.home #ai1ec-event-modal .ai1ec-calendar-link {display: none;}
Take care,
Ben