Viewing 15 reply threads
You must be logged in to reply to this topic.
Hi,
I would like to open a link in a new window when click on header button
Any advice?
Thanks
Hi,
If you find option as per your widget or option setting it will work otherwise you will need a custom code.
Thanks
Hi,
no option in the widget, since the button was added from “Header Options” panel.
Could you please provide custome code?
Thanks
Hi,
Just send me your admin login credentials along with URL as a private reply so I can guide you properly.
Thanks
Hi,
This is the jQuery code which will work for you.
jQuery(document).on(‘click’, ‘a.header_button_light’, function(e){
e.preventDefault();
var url = jQuery(this).attr(‘href’);
window.open(url, ‘_blank’);
});
Thanks
Hi Akram,
I just added the code you provided on “Custom JS Code” panel but it didn’t work.
Any advice?
Thanks
Hi,
Don’t worry I have even added that for you and it is working.
Let me know if you got it working ?
Thanks
Yes, it is! Thanks.
Would you be so kind as to do the same for social icon widget on footer area?
Thanks again.
Hi,
We can be kind if you can post us a favor as well, don’t forget to rate us with 5 star for the appreciation and surely we will be giving favor as well :)
Because this is something beyond the scope of support but still we are doing our best and our appreciation should be there too :)
Thanks
Hi Akram
I will, don’t worry! :)
Would you be so kind as to do the same for social icon widget on footer area?
Thank you!
Hi,
I have done my part kindly have a check now :) Would be waiting for your part :)
Stay safe
Thanks
Hi,
Perfect, let me know once you rate me with 5 star for my efforts :)
Thanks
Hi,
Perfect :)
Whenever you need assistance just let us know ?
Thanks
You must be logged in to reply to this topic.