Search found 308 matches

by bastingse
Mon Oct 11, 2021 10:48 am
Forum: General
Topic: Insert javascript in a page
Replies: 12
Views: 5658

Re: Insert javascript in a page

And with the code you gave (see below) it also works with the stylesheet itselfs!! Thanks folks. Much appreciated!!! <?php function myJs() { return '<link href="/1632923145_813/core/framework/libs/pj/css/pj.bootstrap.min.css" type="text/css" rel="stylesheet" />' . '<link href="/1632923145_813/index....
by bastingse
Mon Oct 11, 2021 10:45 am
Forum: General
Topic: Insert javascript in a page
Replies: 12
Views: 5658

Re: Insert javascript in a page

cmb wrote:
Sat Oct 09, 2021 9:53 am
Ah. Then you need to return:
Yeah!!! That did the trick. It works now!!!
However it works without stylesheet from the script itself :x
by bastingse
Sat Oct 09, 2021 8:10 am
Forum: General
Topic: Insert javascript in a page
Replies: 12
Views: 5658

Re: Insert javascript in a page

IT says to paste the code in the text where i want to show it.
What do you mean with pre-defined element??
by bastingse
Fri Oct 08, 2021 10:50 am
Forum: General
Topic: Insert javascript in a page
Replies: 12
Views: 5658

Re: Insert javascript in a page

Hi Christoph, i did create a userfuncs and added the code..... it does work but..... the result is not showing in the content but in the top of the page. https://kreutzerindemorgen.nl/?test
by bastingse
Wed Sep 29, 2021 3:22 pm
Forum: General
Topic: Insert javascript in a page
Replies: 12
Views: 5658

Re: Insert javascript in a page

whow, if that works, that would be cool!!
Gonna try that later, thanks a lot !!!
by bastingse
Wed Sep 29, 2021 2:28 pm
Forum: General
Topic: Insert javascript in a page
Replies: 12
Views: 5658

Re: Insert javascript in a page

i wonder if somebody have a simple solution alreeady to insert java script into a page. I want to add something like this: <link href="/1632923145_813/core/framework/libs/pj/css/pj.bootstrap.min.css" type="text/css" rel="stylesheet" /> <link href="/1632923145_813/index.php?controller=pjFront&action=...
by bastingse
Mon Apr 15, 2019 9:17 pm
Forum: Addons and Plugins
Topic: date format calendar
Replies: 5
Views: 2747

Re: date format calendar

thanks for reply Christoph. Now i know i can forget about it and that is giving me rest :-)
Thanks!
by bastingse
Sun Apr 14, 2019 10:54 am
Forum: Addons and Plugins
Topic: date format calendar
Replies: 5
Views: 2747

Re: date format calendar

Me myself not a programmer so i have no idea what to change, but i would like to have the option to show dates like this: May 24, 2019 And the time showing like this: 8:00p.m.

Any suggestion where to search in what file to get above visible?
Thanks already!!
by bastingse
Fri Apr 05, 2019 12:34 pm
Forum: Templates
Topic: New Responsive Template - JekyllAndHyde
Replies: 112
Views: 50608

Re: New Responsive Template - JekyllAndHyde

Thanks a lot!!
I was searching the forum in englisch so thats why i couldn't find this answer cause it is in german language .

Thanks!!
by bastingse
Fri Apr 05, 2019 11:14 am
Forum: Templates
Topic: New Responsive Template - JekyllAndHyde
Replies: 112
Views: 50608

Re: New Responsive Template - JekyllAndHyde

i added this into the template, now this problem is solve

Code: Select all

<script type="text/javascript">
   $('html,body').animate({scrollTop:0},800);
</script>