Jump to content

mosravo

Members
  • Posts

    23
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.softideass.com

Profile Information

  • Gender
    Male
  • Location
    FCT ABUJA
  • Interests
    READING/RESEARCH, IT CONSULTANCY

mosravo's Achievements

Jr. Member

Jr. Member (3/6)

12

Reputation

  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.
×
×
  • Create New...