Button Bug

Posted in: Newspaper
Post count: 8

Hi, I believe there is a bug in the button code when we set to open links in a new window.

When I add a button using TagDiv Composer and select it to open in a new window it behaves in the following fashion:

– if I click on the text of the button, it does not open in a new window;
– if I click on the button but outside the text, it opens in a new window
– if I add an icon and click on the icon it goes to a /null page (404 obviously)

Buttons from price tables do not suffer from this bug.

Kind Regards,

Post count: 23312

Hi,

It seems to be a mini-bug which will be fixed in future update. Until this, please use the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

.tdm-btn-text{
pointer-events:none!important;
}

Thanks.

Post count: 8

thank you Catalin, I will try that

Post count: 8

Catalin, in the end I did:
.tds-button span,.tds-button i{
pointer-events:none!important;
}
as the icon was still giving me the /null error

Post count: 23312

Hi,

Please provide your website URL. This code affects the general buttons and that’s why you bring this. Provide your website URL so I can investigate it closer to this button.

Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.