lord_dupalski
Members-
Posts
35 -
Joined
-
Last visited
About lord_dupalski
- Birthday 09/01/1988
Profile Information
-
Gender
Male
Recent Profile Visitors
lord_dupalski's Achievements
-
show my array of images on my js slider?
lord_dupalski replied to lord_dupalski's topic in Getting Started
this is how i initialise them by the way all path seems correct damn it im so stupidd! i found at the bottom that theres another js script i havent properly initialise with <?php echo $config->urls->templates?> -
show my array of images on my js slider?
lord_dupalski replied to lord_dupalski's topic in Getting Started
yup there is $(document).ready(function() { $("#owl-demo").owlCarousel(); }); at the bottom of my code. I think there is something wrong with my implementation of the loop? can you see it? coz i really cant figure it out. maybe something i miss with the quotes? its so hard -
show my array of images on my js slider?
lord_dupalski replied to lord_dupalski's topic in Getting Started
am i coding this r ight guys? this still doesnt work it only works only if i remove div before the for each but the images all showed vertically not as a slider -
show my array of images on my js slider?
lord_dupalski replied to lord_dupalski's topic in Getting Started
im using kongodo link tried them problem is i cant incorporate it on my code above -
show my array of images on my js slider?
lord_dupalski replied to lord_dupalski's topic in Getting Started
-
show my array of images on my js slider?
lord_dupalski replied to lord_dupalski's topic in Getting Started
thanks for the link $image = $page->images->first(); but can i just use this code like change the first() into second() third() forth() and so on? -
I made an image field name slider1 with max of 3 images. uploaded the 3 images for my slider to use on my slider in my homepage. but how do i call it one by one? for ex. ignore the code for my first item it doesnt work but how do i make my slider work? have 3 images uploded on a single image field called slider1 how do i call each of them , what is the code to be put on img src for each item
-
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
thanks for the help guys kinda figure it out had to make images field then upload then call it using <img src=<?php echo $page->my_imagefield->url; ?> /> sorry for the trouble , im such a noob hehe -
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
omg i think i got it now? i think i have to make image field first and upload the images in pw first then call them with api's gonna try it now ill get back to you guys if theres still problem sorry for this im such a noob with pw -
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
Joss the code works as it is since it is a working template from responsee. when I just use the original html file from the template. im trying to port it on pw, right now im just changing the path of the files (css, js ) etc.. to make it look like the original template the problem is i dont think the .js files are being loaded by pw? thats why the slider and the feature slider at the bottom part wont show up also the logo? -
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
Nico Knoll the problem is i mean my website should look like this its actually a template from responsee but mine looks like this all css is working except for some of the .js files is it just a js problem? -
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
what do you mean checked my console? tried downloading it and did this still not working yup did that and it says jquery is loaded -
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
the problem is with the "http://code.jquery.com/jquery-1.8.3.min.js" it doesnt work -
how to use jquery / javascript code online version in pw?
lord_dupalski replied to lord_dupalski's topic in Getting Started
thats what im planning to do, but lets say I want to call it that way , i want to call it on the jqeury website instead of a physical .js file? is there any way I can do that? -
how do I get jquery/javascript code online and use it on pw? I'm trying to port my static html in pw by the way. I successfully used the css code since there are css files included in my template folders which I placed it there. and used the <?php echo $config->urls->templates?> to make it work. see code above. however there is a jquery code which is being called online. I know <?php echo $config->urls->templates?> wont work. So how do I call it in pw? to make the jquery codes work? it doesnt work if I left it like that by the way. or should I just download the js files place it on my scripts folder then use <?php echo $config->urls->templates?> way again?