Search found 233 matches

by twc
Sat Feb 11, 2017 11:01 pm
Forum: Addons and Plugins
Topic: watermark....tweak..
Replies: 3
Views: 1443

watermark....tweak..

i try tweak it :oops: :roll: ....... wanna change the place of the watermark at the bottom :( <FilesMatch "\.(gif|jpg|jpeg)$"> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ /watermark.php [T=application/x-httpd-php,L,QSA] </FilesMatch> <?php waterMark($_SERVER['DOCUMENT_ROOT...
by twc
Thu Feb 09, 2017 8:26 am
Forum: Addons and Plugins
Topic: /jqueryscript
Replies: 8
Views: 2313

Re: /jqueryscript

Make a html-file (test-counter.html) with this code and save it in a folder Put "jQuerySimpleCounter.js" from your download in the folder. Open "test-counter.html" in a browser: <!doctype html> <html> <head>     <meta charset="UTF-8">     <title>jQuery SimpleCounter Plugin Demo</title> <style> body...
by twc
Wed Feb 08, 2017 9:04 pm
Forum: Addons and Plugins
Topic: /jqueryscript
Replies: 8
Views: 2313

Re: /jqueryscript

frase wrote:Sorry.
Misunderstood.
wanna jus this
http://www.jqueryscript.net/time-clock/ ... lugin.html

butt how can i get txt after the counter ?

i try it :oops:

counter
txt (wrong)
by twc
Tue Feb 07, 2017 8:58 am
Forum: Addons and Plugins
Topic: /jqueryscript
Replies: 8
Views: 2313

Re: /jqueryscript

Tips: https://www.timeanddate.de/countdown/erstellen - german http://comingsoon.magiccms.org/ - demo https://github.com/magicbruno/mb-comingsoon code github http://www.jqueryscript.net/time-clock/Animated-Responsive-jQuery-Countdown-Timer-Plugin-mbCoimingsoon.html - code http://www.jqueryscript.net...
by twc
Tue Feb 07, 2017 8:25 am
Forum: Addons and Plugins
Topic: /jqueryscript
Replies: 8
Views: 2313

/jqueryscript

Can anybody help / Tweak this........cant find any script :roll: I'm looking for a script which scrolls to a day-month-year date. Which can show the years or days.in numbers http://www.jqueryscript.net/demo/Lightweight-jQuery-Animated-Counter-Plugin/ now i have this javascript and not scrolling <scr...
by twc
Sun Feb 05, 2017 2:50 pm
Forum: Addons and Plugins
Topic: Shariff_XH
Replies: 59
Views: 23780

Re: Shariff_XH

if i install this plugin, my content change Problem ist (wieder einmal) ein globaler Selektor in ./plugins/shariff/css/stylesheet.css * {     margin: 0;     padding: 0 }  Dieser Selektor wirkt auf alle Elemente des Dokumentes und sollte in dieser Form nicht verwendet werden. Ist es unbedingt notwen...
by twc
Sat Feb 04, 2017 7:33 pm
Forum: Addons and Plugins
Topic: Shariff_XH
Replies: 59
Views: 23780

Re: Shariff_XH

if i install this plugin, my content change :roll:

[ external image ]
by twc
Sun Dec 18, 2016 2:50 pm
Forum: Addons and Plugins
Topic: how to get lb_Gallery >> Gallery-Demo2
Replies: 20
Views: 3955

Re: how to get lb_Gallery >> Gallery-Demo2

cmb wrote:
frase wrote:But, the source-code is incorrect.
Indeed, but I believe most of the HTML on the WWW is, see e.g. https://validator.w3.org/nu/?doc=https% ... ogle.de%2F.
oky..to bad....dont have many time for fix websites again...
by twc
Sun Dec 18, 2016 2:20 pm
Forum: Addons and Plugins
Topic: how to get lb_Gallery >> Gallery-Demo2
Replies: 20
Views: 3955

Re: how to get lb_Gallery >> Gallery-Demo2

butt..., if you have one popup picture its drops down @ the page and click on the next button its drops down and stay there I see, but I'm not sure what exactly causes the problem. First of all you should fix your html to standard mode. Right know your page runs in Quirks Mode . Indeed! Good catch!...
by twc
Sun Dec 18, 2016 1:36 pm
Forum: Addons and Plugins
Topic: how to get lb_Gallery >> Gallery-Demo2
Replies: 20
Views: 3955

Re: how to get lb_Gallery >> Gallery-Demo2

... </head> <link rel="shortcut icon" href="/favicon.ico"> <body bgcolor="#eeeff1" onload=""<a name="top"></a> ... change it in template to: ... <link rel="shortcut icon" href="/favicon.ico"> </head> <body bgcolor="#eeeff1" onload=""> <a name="top"></a> ... The Doctype: <!DOCTYPE HTML PUBLIC "-//W3...