Jump to content

hamzaalibhatti

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by hamzaalibhatti

  1. $page->get('slider') returns nothing my issue resolver if this return SliderId
  2. i filled the slider field in the template name home and get the slider on the same template file and place the code before body i do the same steps that you advised but it throws the error
  3. @kongondo install all the three module in the MarkupSlider.Module file it not get the slider id if i place the slider id in the query slider is showing but the problem exist $sliderId is not getting the id from db yes my error is on the same line if i pass the id in the getreplacement function in query in the place of :id to 1the slider id in db its showing the slider
  4. implement a process slider module and set the field slider in template when place the code in template file its throw the error unknown slider here is the code i placed in template file $slider = $modules->get('MarkupSlider'); echo $slider->getStyles($arrows = false, $bullets = false); echo $slider->render($page->get('Slider1'), $includeScript = true, $options = array());
×
×
  • Create New...