Jump to content

peterpp

Members
  • Posts

    67
  • Joined

  • Last visited

Community Answers

  1. peterpp's post in Isotope using foreach loop was marked as the answer   
    HI  Esrch,
       Thanx for your help. One client can have multiple categories.
    Regards,
    Pravin
  2. peterpp's post in Category or tag wise listing of pages was marked as the answer   
    Hi all,
       I did it as i described in last post..
    <?php                      $posts = $pages->find("page_select=Processwire");                       echo "<ul>";                            foreach ($posts as $k) {                                  echo "<li>$k->title</li>";                               }                         echo "</ul>";  ?>   where page_select is pagefiled type.      Thanx for everybody's help..   Regards, Pravin
  3. peterpp's post in Link Image to a url was marked as the answer   
    Hi
      Gayan Virajith
      
        Thanx for your reply. I got the solution. I am using single image field. I am putting url in Description field and in template, i am calling it as <a href='{$image->description}' target='_blank'><img src='{$image->httpUrl}'></a>.
    Regards,
    Pravin
     
  4. peterpp's post in Unexpected Behavior of image field. was marked as the answer   
    I solved the issue. I set Maximum Files allowed to 0 in the header_image field setting. Then i removed size from template and placed $header_image = $page->header_image->first();
    Thanx for your help.
    This solved my problem.
    Regards,
    Pravin
  5. peterpp's post in Search Isuue was marked as the answer   
    Thanx Martijn. I got the issue. I have placed 1month in cache setting. Now i have changed. its working fine
  6. peterpp's post in Individual Validation was marked as the answer   
    Thanx all. I have edited FormBuilderProcessor.php file wrongly. Now validation is happening.
    Regards,
    Pravin
  7. peterpp's post in Image Align Center In Ckeditor was marked as the answer   
    Thanx a ton.
    Regards,
    Pravin
  8. peterpp's post in Different sidebars for different templates was marked as the answer   
    Thanx for replies..if-elseif looks good...thanx all...
  9. peterpp's post in image size issue in ckeditor was marked as the answer   
    Hi,
      my image issue is solved. The issue was related to Image Interceptor module. I have not specified the values in portrait mode.
    Thanx for your help.
    Regards,
    Pravin
×
×
  • Create New...