Jump to content

mosravo

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by mosravo

  1. the little time i spent in learning something new i used processwire to do this www.mcalleluyashow.mil.nf

  2. A project completed with processwire by me http://mcalleluyashow.mil.nf/
  3. I am in love with process wire, still more to do with it....

  4. MY Question is which of the pages will i embed the slide code.?
  5. So Lance how do i implement this in process wire, i just need a basic step and i believe i can achieve the rest, i want to implement this jQuery Cycle 2 slide thing in the home page of this site i am working on lately www.mcalleluyashow.mil.nf. i will be very grateful if you can help. thanks in advance
  6. thanks, for your tips. i have arrived at the answer with this <?php $s = $pages->get("/service/"); echo "<li><a href='{$s->url}'>{$s->title}</a></li>"; ?> thanks.Kongondo and Jan Romero .Jan your method work too. you can see what i was able to achieve with it at www.mcalleluyashow.mil.nf though i am still working on the the slide show i am trying to still implement. Thanks once again for your support
  7. kongondo thank you, this method work for the subpages i created, what i actually want is the main page to link not the subpages, or is it only subpages that we can link?
  8. I want to add a link to a text to my custom page, how can i do that? assuming in my custom nav i have services i want to link it, how can i do that t in processwire to link it to the service page
  9. Kongondo thanks a lot for your correction and your detail explanation, i guess i will have to try what you just said in your post and see the outcome. thanks a million. i do appreciate all.
  10. Roger i guest you are a newbie( New to Processwire). i guess that is why you are sounding that way, Inorder for you to achieve the best from Processwire, always try to be patient as a web developer/programmer or a web designer. When ever you have issues, ask your questions in the right manner so that other developers or Processwire experts can give you a better solution to your problem. Well without much ado, start working with Processwire locally (install on your local system) on your system and see how it works before you go live so that you understand how it works before you deploy to a remote site. Though i am new to processwire, i faced the same problem and guys here helped me to resolved it and with my little knowledge i have been able to set it up and i am still modifying some things, also learning the Processwire API such as $page, $selector etc. Roger Never give up, with patients you will always achieve the best using Processwire. the link to the site i setup with processwire is www.mcalleluyashow.mil.nf and i am still on the modification of the site locally which i will upload the new changes this week so that you see the new look of what i i was able to do with processwire apart from the default settings. Roger i am glad you are here like me, because Processwire is flexible and user friendly and i promise to go more to the core of the Processwire API Thanks
  11. Hi i have an issue with my slide show display. i am using a plugin called cssSlider, though am new to process wire, the slide code was generated and i embedded it in my main.inc page. The problem i am having is that i am able to see the slide container 'rectangle box' but cant see the images ' the images are not displaying' but the slide process effect is sliding without images, what do you think is the problem. may be am not doing the right thing, below is the code generated by my cssSlider Plugin. Please i need your advise,i need possible solutions, from there i guess i can figure out the problem too. Thanks is advance Is the main.inc not the right page to insert the sliding code? Is the image tag refrence the not supported in this format? <!-- Start cssSlider.com --> <!--[if IE]><link rel="stylesheet" href="engine1/ie.css"><![endif]--> <!--[if lte IE 9]><script type="text/javascript" src="engine1/ie.js"></script><![endif]--> <link rel="stylesheet" href="engine1/style.css"> <div class='csslider1 autoplay '> <input name="cs_anchor1" id='cs_slide1_0' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_1' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_2' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_3' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_4' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_5' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_6' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_slide1_7' type="radio" class='cs_anchor slide' > <input name="cs_anchor1" id='cs_play1' type="radio" class='cs_anchor' checked> <input name="cs_anchor1" id='cs_pause1' type="radio" class='cs_anchor' > <ul> <div style="width: 100%; visibility: show; font-size: 0px; line-height: 0;"> <img src="cssSlider/data1/images/enter10ment_sd.jpg" style="width: 100%;"> </div> <li class='num0 img'> <img src='cssSlider/data1/images/enter10ment_sd.jpg' alt='enter10ment_sd' title='enter10ment_sd' /> </li> <li class='num1 img'> <img src='cssSlider/data1/images/img2013122100548.jpg' alt='IMG-20131221-00548' title='IMG-20131221-00548' /> </li> <li class='num2 img'> <img src='cssSlider/data1/images/llllll.jpg' alt='llllll' title='llllll' /> </li> <li class='num3 img'> <img src='cssSlider/data1/images/logooo.jpg' alt='logooo' title='logooo' /> </li> <li class='num4 img'> <img src='cssSlider/data1/images/mc_alleluya_entertainment.jpg' alt='mc_alleluya_entertainment' title='mc_alleluya_entertainment' /> </li> <li class='num5 img'> <img src='cssSlider/data1/images/mchead.png' alt='mchead' title='mchead' /> </li> <li class='num6 img'> <img src='cssSlider/data1/images/tellybronzelarge1.jpg' alt='tellybronzelarge-1' title='tellybronzelarge-1' /> </li> <li class='num7 img'> <img src='cssSlider/data1/images/ughelli2013121502808.jpg' alt='Ughelli-20131215-02808' title='Ughelli-20131215-02808' /> </li> </ul> <div class='cs_arrowprev'> <label class='num0' for='cs_slide1_0'></label> <label class='num1' for='cs_slide1_1'></label> <label class='num2' for='cs_slide1_2'></label> <label class='num3' for='cs_slide1_3'></label> <label class='num4' for='cs_slide1_4'></label> <label class='num5' for='cs_slide1_5'></label> <label class='num6' for='cs_slide1_6'></label> <label class='num7' for='cs_slide1_7'></label> </div> <div class='cs_arrownext'> <label class='num0' for='cs_slide1_0'></label> <label class='num1' for='cs_slide1_1'></label> <label class='num2' for='cs_slide1_2'></label> <label class='num3' for='cs_slide1_3'></label> <label class='num4' for='cs_slide1_4'></label> <label class='num5' for='cs_slide1_5'></label> <label class='num6' for='cs_slide1_6'></label> <label class='num7' for='cs_slide1_7'></label> </div> <div class='cs_bullets'> <label class='num0' for='cs_slide1_0'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/enter10ment_sd.jpg' alt='enter10ment_sd' title='enter10ment_sd' /></span> </label> <label class='num1' for='cs_slide1_1'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/img2013122100548.jpg' alt='IMG-20131221-00548' title='IMG-20131221-00548' /></span> </label> <label class='num2' for='cs_slide1_2'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/llllll.jpg' alt='llllll' title='llllll' /></span> </label> <label class='num3' for='cs_slide1_3'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/logooo.jpg' alt='logooo' title='logooo' /></span> </label> <label class='num4' for='cs_slide1_4'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/mc_alleluya_entertainment.jpg' alt='mc_alleluya_entertainment' title='mc_alleluya_entertainment' /></span> </label> <label class='num5' for='cs_slide1_5'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/mchead.png' alt='mchead' title='mchead' /></span> </label> <label class='num6' for='cs_slide1_6'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/tellybronzelarge1.jpg' alt='tellybronzelarge-1' title='tellybronzelarge-1' /></span> </label> <label class='num7' for='cs_slide1_7'> <span class='cs_point'></span> <span class='cs_thumb'><img src='cssSlider/data1/tooltips/ughelli2013121502808.jpg' alt='Ughelli-20131215-02808' title='Ughelli-20131215-02808' /></span> </label> </div> </div> <!-- End cssSlider.com -->
  12. @kongondo so explicit in your feedback and i love your approach, am getting to know things better. i am really comfortable with PHP, CSS AND HTML and with what you just explain now i will do the experiment and get back and i know how to work with the developer tools in FIREFOX OR BUG. I am really grateful for your support and all those who contributed. making sense.
  13. Pals i do appreciate your clear explanation of the 'theme-less' processwire with freedom to style to suit personal need, but the question again is where do i start my personal styling and where do i go from here.? assumming i want to add a horizontal menu to the Blog Profile of this site (www.mcalleluyashow.mil.nf)? Please i need guidelines and where to begin.
  14. Hi marcus, so what you are saying inorder word is that processwire doesnt have any theme, what it has is that one can style it to suite personal need right?
  15. Am new to processwire and there are certain things i want to do and i know they are possible, i have been able to install processwire, even install a Blog Profile. But now i want to change the theme of my processwire just as it is in WordPress, Because i saw a lot of site designed using processwire and their feel is great and you cant really tell if it was done with processwire from the front end, So how can i achieve this in Processwire. i will be grateful if some one can help here.
  16. Adrain thanks, the link http://mcalleluyashow.mil.nf/ is working fine now and you can view it, i do appreciate for your support and the rest of your guys. kudos
  17. Hello Pals(Developers/Webdesigners/Programmers) i am glad to announce to you that the site is now functional and everything is cool though i am still working on some things to add up. Am very grateful for your support. The site url is www.mcalleluya.mil.nf
  18. is it possible to install the process wire blog profile after running installation of the process wire, how can i achieve that after running the installation on the remote server.
  19. Thanks joer80 for your relentless replies. i contacted my host and i discover it has been fixed,the default page is now working, which is the home page.The other linked pages are not working like the home page. i don't really know why, can someone help? the site url still remain. http://mcalleluyashow.mil.nf/ Thanks, when i am true, i will definitely add the url on this link (forum)
  20. welcome i am using hostdepartment www.hostdepartment.com
  21. thank you all pals, but i have not been able to figure out the problem, though everything work fine in my local system. it is really annoying being that i have tried all that i can. if there is any suggestion i will like you to post it. Am really grateful. you can check out the error at www.http://www.mcalleluyashow.mil.nf/procwire
  22. @adrian @Nico Knoll @horst. Thanks alot for your response, ok let me try these basic steps you just gave to me now let me see how it goes. Thanks
×
×
  • Create New...