CMS Programmer: WP Next.js
Fix technical errors on the CMS site: WP Next.js
Domain and hosting registration in Germany
In the application list of tasks that need to be done first
Website: https://eurocomfortsolar.de/
CMS: WP Next.js
1) https://i.imgur.com/3E5Rcm1.png when submitting the form, if the mail is not specified, it redirects to the validation form and all data is deleted, make the window data optional https://i.imgur.com/ZMFTcv4.png to fill out.
2) Fix the image redirection https://i.imgur.com/44KqiRi.jpeg in the code the site refers to the subdomain for logos:
<img class="h-12" src=https://wp.eurocomfortsolar.de/wp-content/uploads/2023/09/ logo.webp alt="Eurocomfortsolar UG Logo" title=""> make the images on the main domain
3) Replace the receiving mail for message sending in the module.
4) Create a content page – “Confidential Information”. The page consists of a title and a container for text content
5) Add a phone number in the header - https://i.imgur.com/HE35ENw.png when clicking on the number – the number is called on the phone
6) https://i.imgur.com/gtyh5n8.png remove the numbers
7) Development of the cookies popup functionality:
- Create a popup component using Next.js that will be displayed on the first visit to the site.
- Implement cookie management functionality: the user should be able to enable or disable cookie categories (Analytical, Marketing, Functional). Opening checkbox selection blocks. – example
- User settings should be saved in cookies or localStorage, so that on repeat visits the settings are automatically applied.
- Ensure integration with WordPress, so that changes in cookie settings by the user affect the operation of plugins and external services (for example, disabling analytical cookies should disable Google Analytics). – it will work in the first version simplified, it will disable google tag man. Since it contains all analytical systems.
- Link to the privacy policy page.
Сайт: https://eurocomfortsolar.de/
CMS: WP Next.js
1) https://i.imgur.com/3E5Rcm1.png при отправки формы, если не указа mail перебрасывает на форму валидации и удаляется все данные, сделать чтоб данные окна были не обязательными https://i.imgur.com/ZMFTcv4.png к заполнению.
2) Исправить перенаправление картинок https://i.imgur.com/44KqiRi.jpeg в коде сайт за логотипами обращается к субдомену:
<img class="h-12" src=https://wp.eurocomfortsolar.de/wp-content/uploads/2023/09/ logo.webp alt="Eurocomfortsolar UG Logo" title=""> сделать картинки на основном домене
3) Заменить принимающий mail отправки сообщений в модуле.
4) Создать контентную страницу – «Конфиденциальная информация». Страница представляет из себя заголовок и контейнер для текстового наполнения
5) Добавить номер телефона в шапку - https://i.imgur.com/HE35ENw.png при нажатии на номер – происходит вызов номера на телефоне
6) https://i.imgur.com/gtyh5n8.png убрать номера
7) Разработка функционала попапа coocies:
- Создать компонент попапа с использованием Next.js, который будет отображаться при первом посещении сайта.
- Реализовать функционал управления cookies: пользователь должен иметь возможность включать или отключать категории cookies (Аналитические, Маркетинговые, Функциональные). Открытие блоков выбор чекбоксов. – пример
- Настройки пользователя должны сохраняться в cookies или localStorage, чтобы при повторных визитах настройки автоматически применялись.
- Обеспечить интеграцию с WordPress, чтобы изменения в настройках cookies пользователем влияли на работу плагинов и внешних сервисов (например, отключение аналитических cookies должно отключать Google Analytics). – у нас будет работать в первой версии упрощенно, будет отключать google tag man. Так как в нем содержатся все аналитические системы.
- Ссылка на страницу пол. Конф.
Website: https://eurocomfortsolar.de/
CMS: WP Next.js
1) https://i.imgur.com/3E5Rcm1.png when submitting the form, if the mail is not specified, it redirects to the validation form and all data is deleted, make the window data optional https://i.imgur.com/ZMFTcv4.png.
2) Fix the image redirection https://i.imgur.com/44KqiRi.jpeg in the code the site refers to the subdomain for logos:
<img class="h-12" src=https://wp.eurocomfortsolar.de/wp-content/uploads/2023/09/ logo.webp alt="Eurocomfortsolar UG Logo" title=""> make the images on the main domain
3) Replace the receiving mail for message sending in the module.
4) Create a content page – “Confidential Information”. The page consists of a title and a container for text content
5) Add a phone number in the header - https://i.imgur.com/HE35ENw.png when clicking on the number – the number is called on the phone
6) https://i.imgur.com/gtyh5n8.png remove the numbers
7) Development of the cookies popup functionality:
- Create a popup component using Next.js that will be displayed on the first visit to the site.
- Implement cookie management functionality: the user should be able to enable or disable cookie categories (Analytical, Marketing, Functional). Open blocks for checkbox selection. – example
- User settings should be saved in cookies or localStorage, so that on repeat visits the settings are automatically applied.
- Ensure integration with WordPress, so that changes in cookie settings by the user affect the operation of plugins and external services (for example, disabling analytical cookies should disable Google Analytics). – in the first version, it will work simplified, it will disable google tag manager. Since it contains all analytical systems.
- Link to the privacy policy page.
Сайт: https://eurocomfortsolar.de/
CMS: WP Next.js
1) https://i.imgur.com/3E5Rcm1.png при отправки формы, если не указа mail перебрасывает на форму валидации и удаляется все данные, сделать чтоб данные окна были не обязательными https://i.imgur.com/ZMFTcv4.png к заполнению.
2) Исправить перенаправление картинок https://i.imgur.com/44KqiRi.jpeg в коде сайт за логотипами обращается к субдомену:
<img class="h-12" src=https://wp.eurocomfortsolar.de/wp-content/uploads/2023/09/ logo.webp alt="Eurocomfortsolar UG Logo" title=""> сделать картинки на основном домене
3) Заменить принимающий mail отправки сообщений в модуле.
4) Создать контентную страницу – «Конфиденциальная информация». Страница представляет из себя заголовок и контейнер для текстового наполнения
5) Добавить номер телефона в шапку - https://i.imgur.com/HE35ENw.png при нажатии на номер – происходит вызов номера на телефоне
6) https://i.imgur.com/gtyh5n8.png убрать номера
7) Разработка функционала попапа coocies:
- Создать компонент попапа с использованием Next.js, который будет отображаться при первом посещении сайта.
- Реализовать функционал управления cookies: пользователь должен иметь возможность включать или отключать категории cookies (Аналитические, Маркетинговые, Функциональные). Открытие блоков выбор чекбоксов. – пример
- Настройки пользователя должны сохраняться в cookies или localStorage, чтобы при повторных визитах настройки автоматически применялись.
- Обеспечить интеграцию с WordPress, чтобы изменения в настройках cookies пользователем влияли на работу плагинов и внешних сервисов (например, отключение аналитических cookies должно отключать Google Analytics). – у нас будет работать в первой версии упрощенно, будет отключать google tag man. Так как в нем содержатся все аналитические системы.
- Ссылка на страницу пол. Конф.
Applications 1
-
15 days1165 USD
9897 67 0 15 days1165 USDHello! I will complete your task quickly and efficiently.
My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
Write to me, I will start working today. I will be happy to collaborate with you!
-
1 day29 USD
93908 1263 1 10 1 day29 USDHello. I have extensive experience with Next.js. I am ready for task-based collaboration.
-
Как для "списка", так больно кучеряво...
Если есть список, просто список и дайте! -
Current freelance projects in the category Web Programming
Need to extract POST / GET / PUT requests from the TikTok mobile application urgently.In essence. It is necessary to extract POST / GET / PUT requests from the TikTok mobile application. Even by essence, it is not necessary to fully reverse anything since signatures are available on the internet, etc. But it would also be great. All authorization (Sending… Web Programming, Desktop Apps ∙ 3 hours 39 minutes back ∙ 6 proposals |
Product search function by imageIt is necessary to develop and integrate a product search function by image on the website.What needs to be implementedA "Search by Photo" button on the website.Image upload by the user: JPG.Search for visually similar products in the catalog.Display results in the form of… PHP, Web Programming ∙ 4 hours 16 minutes back ∙ 23 proposals |
Full-stack development — Amazon PPC Dashboard (Stage 1)Need a full-stack developer with experience working with Amazon API to implement Stage 1 of the internal PPC dashboard. The project is real, the data is live, everything is ready to start. Frontend prototype (5 pages, React + TypeScript): WHAT IS ALREADY READY — Frontend… Javascript and Typescript, Web Programming ∙ 11 hours 59 minutes back ∙ 17 proposals |
Development of a website on WordPress for an IT company
226 USD
We are looking for a WordPress developer to create a small company website that will provide IT services. The project does not require designing from scratch — the main materials are already prepared. We already have: the website structure and page map; ready texts for the… Web Programming ∙ 19 hours 35 minutes back ∙ 79 proposals |
OpenCart — rental catalog of special equipment
135 USD
OpenCart — Equipment Rental Catalog Need to launch an equipment rental catalog on OpenCart. Theme: excavators cherry pickers forklifts generators cranes scaffolding other construction equipment. It is preferable that you already have a ready-made template or developments… Web Programming, Data Parsing ∙ 20 hours 8 minutes back ∙ 46 proposals |