Icon links work wrong in WB18

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Al_Sin
 
 
Posts: 22
Joined: Wed Jan 23, 2019 1:40 am

Icon links work wrong in WB18

Post by Al_Sin »

Good morning,
My links on icons working wrong way in WB18.
I put several icons in FlexGrid object and created links for each icon. Everything worked well in WB17, but in WB18 link opens even if I click in any location of FlexGrid and even in in the background.
I published demo page
https://www.travelcanadatninsurance.ca/ ... n_link.php

and demo project
https://www.travelcanadatninsurance.ca/carousel.wbs
There is only one icon on the page: Home. But this icon disabled all SELECT elements in FlexGrid and link opens when I click in any area of the FlexGrid.

Thank you,
Alexandre
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Icon links work wrong in WB18

Post by Pablo »

The quickest way to solve this is by adding the following code in the page HTML (between head tags)

Code: Select all

<style>
#wb_Icon1 {
    position: relative;
}
</style>
In the next update, I will add this automatically for flexgrids.
Al_Sin
 
 
Posts: 22
Joined: Wed Jan 23, 2019 1:40 am

Re: Icon links work wrong in WB18

Post by Al_Sin »

Thank you!

The problem resolved.
Alexandre
Post Reply