dustundag
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Pre-sales questionHi
When i insert the code on it’s own on a seperate page,
i get the right display,
https://www.teknoyangin.com/drawattension/The problem is on the combined page with “calculatec fields”
https://www.teknoyangin.com/atrium-16/
Although probably hot spot not possible as a flashing or permanently marked either.
I have replaced “test draw” with “drawattension” word
ThanksForum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Pre-sales questionForum: Plugins
In reply to: [Calculated Fields Form] DerivativeOk, js .
Okey thanksForum: Plugins
In reply to: [Calculated Fields Form] Field Type Change with the same field numberHi
I mean that for a long calculation fields sometimes wrong “fields type”
is inserted and then working calculations follows.
Having realized that wrong field exists, a replacement correct “field type” breaks the calculations as erased field numbers are lost. It would be user friendly practice to gain the erased “field numbers” when new field numbers are created if there are any erased field numbers.
RgdsForum: Plugins
In reply to: [Calculated Fields Form] DerivativeI mean integral calculations
Forum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotOkey. replacing display:block;” by display:none;” solves
ThanksForum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotThanks
I have added styles for each field as above.
“HTML Content”, are already on their own rows.
I understand the shifting of the picture due to the two column
and can be solved by using styles.
How about the issue of unnecessary combined pictures at the
bottom . I would like to remove those 6 pictures at the bottom?
ThanksForum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotHi
Good Morning
Thank you. It works now for multiple hotspot pictures with two minor
issues.
https://www.teknoyangin.com/atrium-9/
– there is one combined pictures unnessary.
– one picture out of line.
Any recommendation?
Thanksin advance1) I have ammended the html page as follows
[CP_CALCULATED_FIELDS id=”23″]
<div id=”firstParty” style=”display:block;”>[annotator_pro name=”atrium-1″]</div>
<div id=”secondParty” style=”display:block;”>[annotator_pro name=”atrium-2″]</div>
<div id=”thirdParty” style=”display:block;”>[annotator_pro name=”atrium-3″]</div>
<div id=”fourthParty” style=”display:block;”>[annotator_pro name=”atrium-4″]</div>
<div id=”fifthParty” style=”display:block;”>[annotator_pro name=”atrium-5″]</div>
<div id=”sixthParty” style=”display:block;”>[annotator_pro name=”atrium-6″]</div>
2) I have added related Html for each field
<DIV id=”myContainerx”></DIV>
<SCRIPT>
setTimeout(function(){
jQuery(‘#myContainerx’).html(jQuery(‘#xxxParty’).html());
}, 5000);
</SCRIPT>Forum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotGreat, it works now!!
I will now check if i can change related each hotspot picture for each “fieldset” or “Div”. I hope it goes smooth.
ThanksForum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotSorry “triple & Single” hotspot are all triple hotspots. ?t does not
work with single hot spot either.Forum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotHi
Thanks
Please find the related pages
https://www.teknoyangin.com/atrium-only/Calc & Hot Spot
https://www.teknoyangin.com/shevs/atrium4/ (triple)
https://www.teknoyangin.com/shevs/atrium3/ (single)Best Regards
Forum: Plugins
In reply to: [Calculated Fields Form] Back Ground Picture with hot spotThanks,
A) I have inserted to the web page as text (not visual)
<div id=”thirdParty” style=”display: none;”>[annotator_pro name=”atrium-4″]</div>
[CP_CALCULATED_FIELDS id=”22″]
B) I have inserted into the calc. field HTML Content
<DIV id=”myContainer”></DIV>
<SCRIPT>
setTimeout(function(){
jQuery(‘#myContainer’).html(jQuery(‘#thirdParty’).html());
}, 5000);
</SCRIPT>When i preview at the related web page, I only get “hotspots” but no background page as original?
Thanks