Jump to content

peterpp

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by peterpp

  1. HI, I am using form builder module. I have created a form which has File Upload field. I want to change text on file type. How can i do it?. By default its showing Browse on Mozilla and Choose file on chrome. Regards, Pravin
  2. Hi, How to style form in form builder module. i am traying to give custom style but its not working. Even i tried 3/4 different themes. Plz help me. Regards, Pravin
  3. Hi, I am working on a site which contains lot of images. I am using processwire with foundation. I am using sliders that contains images of width 1600px and height 605px. and size of image is between 600kb to 1mb. Below 480px resolution on mobile images looks pressed. Can i do something to show these images properly on mobile? Regards, Pravin
  4. Thanx for replies..if-elseif looks good...thanx all...
  5. Hi, I want to add different sidebars for different templates. How to do this? Regards, Pravin
  6. Hi, How to migrate wordpress site to processwire? Regards, Pravin
  7. Hi, I have installed processwire with foundation. I have edited my site a lot. Now i need site search. But my search is not working. It gives me a blank page. I have placed below code where i want search box. <form id='search-form' action='<?php echo $config->urls->root?>search/' method='get''> <input type="text" name="q" value="<?php echo $sanitizer->entities($input->whitelist('q')); ?>" placeholder="" /> <button type='submit' class="button prefix">Search</button> </form> I copied this code from _main.php file. I have removed _main.php file as it is not required for me. Plz help me. Regards, Pravin
  8. 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
  9. Hi, Its on my local machine. i cant show till i upload on sever. Regards, Pravin
  10. Hi horst, I am uploading images via ckeditor. Images are displayed via calling body. What i found is that, when image's width is lesser than images's height, this issue occurs, else everything works fine. Any solution if ihave image with width lesser than height? Regards, Pravin
  11. Hi, I have made image fields. When i am uploading images in one field, some image's size gets reduced to 50%. some images are getting displayed correctly. I have no idea how it genererates size automatically to 50%. I am sure that their is no issue in images. Waiting for immediate help. Regards, Pravin
×
×
  • Create New...