Jump to content

SIERRA

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by SIERRA

  1. I found the problem. When I load the website using localhost, it works fine. However, when I load it using the IP address, it does not work. I want to run the website using the IP address. Is there a solution for this?
  2. Hi @DV-JF I have installed and configured Wamp server for the development source. It downloads something when I try to open the URL. Thank you. No
  3. Sorry @zoeck I tried with 8080 port , but it remains same.
  4. We are using XAMPP local web server https://www.apachefriends.org/
  5. Hi, Thanks for your help. Even after commenting out lines 194 and 195, it still didn't work. Please find a screenshot of what issue I facing now in the incognito window. Could you please suggest any other options that I need to check? Thank you.
  6. Hi We need to validate the input fields of the repeater item in Process Wire Admin Page. Currently we can be able to show our custom error messages on page beginning and repeater item field beginning (Please find the attachment). How can we display our custom error messages below the input fields of the repeater item (Similar to Process Wire Error message). Please suggest?
  7. Hi, We copied the production source and configured it the same as the development source on the localhost. However, the website is not working on the localhost, whereas it is working fine on the production source. Please find the error attached. FYI - we have SSL for the production environment. Can anyone kindly help resolve this issue? Thank you
  8. Hi, We are capturing the following using repeater items using process wire admin interface for sending Event related instant SMS Venue Time Event name Once 'Submit' button is clicked we are replacing the above in our SMS template and are sending. Before that we would like to validate the character count of SMS content. We would like validate the character count of Venue+time+Event name. How can we do this using JavaScript. How can we insert custom .js file in ProcessWire admin side. How can we refer these repeater fields. Please help Thanks
  9. Hi, For a website we are using ProcessWire partially for some features. This will be available in a folder. Some other features will be available in Core PHP and they will be available in another folder. The structure will be as below Website ProcessWire (Sub folder - ProcessWire soure) admin (Sub folder - Core PHP source) We would like to allow the users who logged in to ProcessWire to access the other admin panel also without asking them to login again. How can we do this. Thanks
  10. Hi, We have 'Seminar_Schedule' repeater field in the template (One of the Admin Control Panel Page) Inside the 'Seminar_Schedule' repeater field (parent), we have 'SS_Datetime' repeater field. Inside the 'SS_Datetime' repeater field (child), We have 'SS_Startdatetime' and 'SS_Enddatetime' fields. How to do validation for 'SS_Startdatetime' and 'SS_Enddatetime' fields for below cases. 'SS_Startdatetime' should be lesser than to 'SS_Enddatetime' 'SS_Startdatetime' should not be equal to 'SS_Enddatetime' PFA and Suggest,
  11. Hi, We have 'Seminar_Schedule' repeater field in the template (One of the Admin Control Panel Page) Inside the 'Seminar_Schedule' repeater field, we have 'preview_sms_content' field and other fields. In this 'preview_sms_content' field (textarea) - How to add our SMS Content to this field dynamically. (Based on the values entered on the other input fields) How to display the characters count of SMS Content to this field dynamically. How to restrict to enter the characters manually.(How to make this field readonly) PFA and Suggest, Thank you
  12. Hi, We have 'Seminar_Schedule' repeater field in the template (One of the Admin Control Panel Page) Inside the 'Seminar_Schedule' repeater field (parent), we have 'SS_Datetime' repeater field. Inside the 'SS_Datetime' repeater field (child), We have 'SS_Startdatetime' and 'SS_Enddatetime' fields. How to do validation for 'SS_Startdatetime' and 'SS_Enddatetime' fields for below cases. Disallow creating duplicate items with the same date and time The 'SS_Startdatetime' value must not set within the range of existing items 'SS_Startdatetime' and 'SS_Enddatetime' fields. Similarly, The 'SS_Enddatetime' value must not fall within the range of existing items 'SS_Startdatetime' and 'SS_Enddatetime' fields.
  13. HI, In Seo Maestro Plugin - There is no provision to add twitter:url, twitter:title, twitter:description, twitter:image values.PFA Please suggest.
  14. Hi, Please suggest do we have plugins to scan malware/vulnerable scripts in ProcessWire source (similar to WOrdFence WordPress plugin) Thanks
  15. HI We like to show the PDF in the document viewer in our website. So,please suggest any module/plugin or options for document viewer.
  16. HI Thanks for the reply. Please find below screenshot and suggest Editor Login page:
  17. Hi Team, How to provide access to editor or non-admin users for adding or editing the values in the field. Please suggest.
  18. Could you please suggest on the below Do we have any good SEO plugin compatible with both PHP 5.6 and PHP 7 Also do we have export and import feature in SeoMaestro Thanks
  19. Hi, We are in the process of upgrading our website. Our current PHP version is 5.6. Do we have SeoMaestro version compatible with PHP 5.6. If yes could you please share the download link After upgrade we will make use of the latest version of SeoMaestro Thanks
  20. Hi We are having a checkbox as below. 1=Career Guidance 2=Admission Alert 4=Facilitation Classes We are having a requirement like to get id from title. For example: 'Career Guidance' will be passed in query string. $param_service=""; if (!empty($input->get->service)) $param_service = $input->get->service; // By using the value of $param_service we would like to get the id value that is 1 Please suggest how can we do that Thanks
  21. I am using CKeditor for text area. How can I add bootstrap tabular data here. Thanks
  22. Hi teppo, I am able to get the SESSION variable's value in header Here I am trying to provide access to the logged in users to some of the PW's pages. But the user will be logging in from another system. In PW I am just checking the session alone. Thanks
×
×
  • Create New...