Search found 14 matches

by Pete
Mon Aug 07, 2023 12:34 pm
Forum: General Questions
Topic: News Feed Ticker stops
Replies: 4
Views: 733

Re: News Feed Ticker stops

Hi Pablo


Many thanks for the quick reply.

Yes - switching jquery back to 2.x and all is working fine.



Thanks for your help
Pete
by Pete
Mon Aug 07, 2023 10:58 am
Forum: General Questions
Topic: News Feed Ticker stops
Replies: 4
Views: 733

Re: News Feed Ticker stops

Hi Pablo



Thank you for your quick response.

Project attached:-
https://www.mediafire.com/file/t2xi11ssqw4mpzn/TempNewsTickerTest.wbs/file

text items are meaningless(!)
Only one object on the page - news ticker
No RWD
Don't *think* there is any custom code......

Mozilla Firefox - works fine ...
by Pete
Mon Aug 07, 2023 8:56 am
Forum: General Questions
Topic: News Feed Ticker stops
Replies: 4
Views: 733

News Feed Ticker stops

Hi


News Feed Ticker works fine in Mozilla Firefox but in Edge, Chrome, Opera, starts for a few seconds then hangs (stops scrolling)

v18.3.1

Brand new project

a single item on the page - New Feed Ticker
marquee
10ish items - random text (no URL) - User defined setting
scroll left - right

no ...
by Pete
Tue Mar 28, 2023 12:25 pm
Forum: General Questions
Topic: Style Manager and shapes
Replies: 3
Views: 500

Re: Style Manager and shapes

Thank you Pablo

(a super quick reply!)

Works perfect.


Just one question..... Is there any reason why I wouldn't want the output set as CSS? Any implications I should be aware of ?

thank you
by Pete
Tue Mar 28, 2023 12:13 pm
Forum: General Questions
Topic: Style Manager and shapes
Replies: 3
Views: 500

Style Manager and shapes

Hi

Using WWB18.1.1

Is it possible to use a custom style on a shape?

I've been into Style Manager, added a custom style, set background colour
How would you assign that style to a shape? (if possible)


thanks you
Pete
by Pete
Thu Mar 25, 2021 10:14 am
Forum: Links and Navigation
Topic: News Feed Ticker link
Replies: 1
Views: 15728

News Feed Ticker link

Hi

News feed ticker works fine and links to internal page fine.
However there's no obvious option to link with bookmark, as per setting up a link on an image.

Have I missed something? or is there an easy workaround?
(it's not really 'mission-critical' but if easy to make work, would be good ...
by Pete
Sun Mar 14, 2021 12:20 pm
Forum: Responsive Web Design
Topic: breakpoint question(s)
Replies: 3
Views: 6022

Re: breakpoint question(s)

@pablo, @crispy68

thank you for the replies
by Pete
Sun Mar 07, 2021 5:23 pm
Forum: Responsive Web Design
Topic: breakpoint question(s)
Replies: 3
Views: 6022

breakpoint question(s)

Hi

I currently have breakpoints:-
320, 480, 768,1024 and default.

Currently set to
"Activate breakpoints when browser window is larger than the device width"
I'm a bit confused whether I should use this option or the
"Activate breakpoints when browser window is smaller than the device width"
Is ...
by Pete
Tue Jan 19, 2021 5:09 pm
Forum: Links and Navigation
Topic: shape link with animation
Replies: 7
Views: 10649

Re: shape link with animation

Hi

Disabling the cache didn't seem to help, but the codepen.io link did the trick.

THANK YOU so much
Pete
by Pete
Tue Jan 19, 2021 11:33 am
Forum: Links and Navigation
Topic: shape link with animation
Replies: 7
Views: 10649

Re: shape link with animation

Hi


Having got a delayed link to work with timers - just spotted an annoyance.

Page 1 - click on button - does a hide with slide left and links to page 2. All good
Page 2 - clicking on home displays page 1 correctly

However, if when on page 2 you use the 'back' button in Mozilla Firefox the ...
by Pete
Tue Jan 19, 2021 10:19 am
Forum: Links and Navigation
Topic: shape link with animation
Replies: 7
Views: 10649

Re: shape link with animation

@Pablo - yes, thank you - a timer for each link option works fine

@crispy68 - doh! - having spent an afternoon adding a timer to each link option, I then saw your post.
Which would have done what I wanted and for $3 would have saved me an afternoon's work .....

thanks for the replies
by Pete
Mon Jan 18, 2021 2:40 pm
Forum: Links and Navigation
Topic: shape link with animation
Replies: 7
Views: 10649

shape link with animation

Hi

Simple shape, link to another page in the same project is all fine.
Is it possible to click on the link (shape) and animate it (slide off screen) just before the link takes place.


I can add an event Onclick to activate the animation, but that stops the link from working
I can add a second ...
by Pete
Wed Nov 05, 2008 2:04 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: CAPTCHA protection using PHP
Replies: 27
Views: 219182

Hi



with reference to the post above ..... ( imagettftext() not working ) ....


it's all sorted!

In case anyone else had this.......


I had to change the $font assignment
from
$font = 'akbar.ttf';
to
$font = dirname(__FILE__)."/akbar.ttf";

It seems the '/' before the font is important ...
by Pete
Wed Nov 05, 2008 11:51 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: CAPTCHA protection using PHP
Replies: 27
Views: 219182

Hi


I had this CAPTCHA protection all working fine and now it seems to have stopped working properly!


The problem appears to be the text is not showing in the "1 + 2 = ?" box.

The background is shown & if I change the RGB() values the background colour will change.

Also, if I guess the answer ...