Website improvements (WP, JQuery UI, JointsWP - Sass, Animation,
71 USDAs there may be clarifications,
The price is that, as it will be possible to work 0-1 hours, for 5-7 days.The website on WP
Link to the file with wishes (by some points discussed)
http://www.kondratovich.kiev.ua/virtual/site_dorabotki.docx
on the front of the site many SCSS Animation, JQuery UI, JointsWP - Sass, Animation, Contact Form 7, SVG Animation,
I ask the mediators not to worry, as I am in this PM project,
I have frontend/css/wp/js knowledge, but I’m already loaded with another work.
Three versions of the response.Full cast WP theme, there are SASS sources you can walk).Animated
by animate\add_animation.scss
animate\all_page_animation.scss
by animate\remove_animation.scss
animate\three_variant_slider.scss
animate\two_variant_slider.scss
by responsive\about_response.scss
responsive\animate_response.scss
responsive\case_response.scss
responsive\events_response.scss
responsive\global_response.scss
responsive\header_response.scss
responsive\home_response.scss
by mobile.scss
reviews_response.scss
The tablet.scss
by about.scss
by case.scss
by error.scss
by events.scss
by fonts.scss
by global.scss
by header.scss
by home.scss
by modals.scss
by reset.scss
Reviewed.scss
by slick.scss
by style.scss
500 lines of similar JQuery code
/*Start the animation when switching the slide---*/
function addAnimate(){
$('body').addClass('add-animation to-right');
The
by addAnimate();
homeSL.on('beforeChange', function(event, slick, currentSlide, nextSlide){
var itemThis = parseInt (nextSlide)
by addAnimate();
$('body').removeClass('remove-animation');
$('body').addClass ('remove-animation');
SearchDataId (itemThis)
and the
homeSL.on('afterChange', function(event, slick, currentSlide){
$('body').removeClass('remove-animation');
and the
function searchDataId(itemThis){
Adding the active slider class to the body*/
$('.slider-home .slick-slide').each(function(){
var itemSearch = parseInt($(this).attr('data-slick-index'));
if( itemSearch === itemThis){
var searchData = $(this).find('.default-slider').attr('data-type');
$('body'). attr('id', searchData
The
and the
/*Add class to active navigation element (Dots)*/
$('.slick-dots-custom LI').each(function(){
var activeDots = parseInt($(this).find('button').attr('data-index'));
if(activeDots === itemThis) {
$(this).addClass('active-button').siblings('li').removeClass('active-button');
The
and the
The
$('.block-position-nav').on('click', 'a', function(event){
var thisHref = $(this).attr('href');
var arrayHref = thisHref.split('=');
if(arrayHref.length > 1){
the event.preventDefault();
var locationArray = location.href.split('/');
if(locationArray.length > 4){
location.href = thisHref
by ELLE
$('body').removeClass('open-nav-menu');
homeSL.slick('slickGoTo', arrayHref[1]);
The
The
and the
function goToSlider(){
var urlSite = location.href.split('=');
if(urlSite.length > 1){
$('body').removeClass('open-nav-menu');
homeSL.slick ('slickGoTo', urlSite[1]);
The
The
by goToSlider();
Требуется свободный толковый фронтенд разработчик со знаниями WP,
поскольку по ходу может возникнуть уточнения,
цена такая, так как возможно будет работа по 0-1 ч, на протяжении 5-7дней.
для доработки сайта на WP
Ссылка на файл с пожеланиями (по некоторым пунктам, обсуждаемо)
http://www.kondratovich.kiev.ua/virtual/site_dorabotki.docx
на фронте сайта много SCSS Анимации, JQuery UI, JointsWP - Sass, Animation, Contact Form 7, SVG Animation,
посредников просьба не беспокоить, так как я в этом проекте PM,
сам со знаниями frontend/css/wp/js, но я сейчас уже загружен другой работой..
3 версии по респонсив.
Полностью кастомная WP тема, есть исходники SASS можно разгуляться).
animate\
animate\add_animation.scss
animate\all_page_animation.scss
animate\remove_animation.scss
animate\three_variant_slider.scss
animate\two_variant_slider.scss
responsive\about_response.scss
responsive\animate_response.scss
responsive\case_response.scss
responsive\events_response.scss
responsive\global_response.scss
responsive\header_response.scss
responsive\home_response.scss
mobile.scss
reviews_response.scss
tablet.scss
about.scss
case.scss
error.scss
events.scss
fonts.scss
global.scss
header.scss
home.scss
modals.scss
reset.scss
reviews.scss
slick.scss
style.scss
500 строк подобного JQuery кода
/*Запуск анимации при переключении слайда-------*/
function addAnimate(){
$('body').addClass('add-animation to-right');
}
addAnimate();
homeSL.on('beforeChange', function(event, slick, currentSlide, nextSlide){
var itemThis = parseInt(nextSlide);
addAnimate();
$('body').removeClass('remove-animation');
// $('body').addClass('remove-animation');
searchDataId(itemThis);
});
homeSL.on('afterChange', function(event, slick, currentSlide){
$('body').removeClass('remove-animation');
});
function searchDataId(itemThis){
/*Добавление класа активного слайдера в body*/
$('.slider-home .slick-slide').each(function(){
var itemSearch = parseInt($(this).attr('data-slick-index'));
if( itemSearch === itemThis){
var searchData = $(this).find('.default-slider').attr('data-type');
$('body').attr('id', searchData);
}
});
/*Добавление класа к активному элементу навигации (Dots)*/
$('.slick-dots-custom LI').each(function(){
var activeDots = parseInt($(this).find('button').attr('data-index'));
if(activeDots === itemThis) {
$(this).addClass('active-button').siblings('li').removeClass('active-button');
}
});
}
$('.block-position-nav').on('click', 'a', function(event){
var thisHref = $(this).attr('href');
var arrayHref = thisHref.split('=');
if(arrayHref.length > 1){
event.preventDefault();
var locationArray = location.href.split('/');
if(locationArray.length > 4){
location.href = thisHref;
}else {
$('body').removeClass('open-nav-menu');
homeSL.slick('slickGoTo', arrayHref[1]);
}
}
});
function goToSlider(){
var urlSite = location.href.split('=');
if(urlSite.length > 1){
$('body').removeClass('open-nav-menu');
homeSL.slick('slickGoTo', urlSite[1]);
}
}
goToSlider();
Client's feedback on cooperation with Olexii Rahno
Website improvements (WP, JQuery UI, JointsWP - Sass, Animation,Thank you, Alexey, that you got up with the complex CSS grid with the line of the old project under WP, and with urgent questions not waiting for the customer's answers, showed an initiative that accelerated the solution of the task.
Freelancer's feedback on cooperation with Aleksandr Kondratovich
Website improvements (WP, JQuery UI, JointsWP - Sass, Animation,Alexander puts the tasks clearly and always in touch.
I advise for cooperation!
-
546 33 1 6 Good day ! Ready to discuss the details of the project and implement it.
More than 6 years of experience in creating different websites, priority work with WordPress and Opencart.
https://www.facebook.com/maystrenko.kirill
Freelancehunt
Доброго Дня! Готов обсудить детали проекта и выполнить.
Более 6 лет опыта по созданию различных сайтов, в приоритете работа с Wordpress и Opencart.
https://www.facebook.com/maystrenko.kirill
Freelancehunt
-
1230 36 1 1 I looked at the direction,
Ready to Correction Multi-Language Bugs
Let’s discuss the details and start cooperation.
Посмотрел правки,
готов приступить к исправлению багов мультиленга
давайте обсудим детали, и начнем сотрудничество
-
179 Hello, I’m developing themes and plugins for WordPress for more than 4 years mainly on the Sage theme, I’m well mastered in html, css, sass, less, js, jquery, php, mysql. With the description I met, I would like to discuss details and tz in ls.
Здравствуйте, занимаюсь разработкой тем и плагинов для Wordpress уже более 4 лет в основном на Sage theme, хорошо владею html, css, sass, less, js, jquery, php, mysql. С описанием ознакомился, хотелось бы обсудить детали и тз в лс.
-
Как собран проект?
-
Current freelance projects in the category HTML & CSS
Need an HTML/CSS specialist with experience working on the Khoroshop platform.Who I am looking for: An experienced HTML and CSS specialist to perform tasks on the Khoroshop platform. The main part of the work involves changing the design of the main page of the online store, as well as minor adjustments to the appearance of product cards. Requirements:✅… HTML & CSS ∙ 21 minutes ago ∙ 1 proposal |
It is necessary to redesign and create a new website.
643 USD
Very large project Need to redesign and create a new website Website https://slovaci.at The site is currently made on Contao (can be redone there or built anew in Word Press) Among the functionality should be Information pages (about us) Calendar (event calendar) Personal… HTML & CSS, Web Programming ∙ 1 hour 15 minutes ago ∙ 12 proposals |
Create a layout similar to Bootstrap 5
36 USD
It is necessary to create a layout from scratch similar to: temp-mail.org On Bootstrap 5 The design should be modern and responsive, for now we are only doing the main HTML & CSS, Web Programming ∙ 22 hours 1 minute ago ∙ 24 proposals |
Layout of the figma / webflow mockupLayout according to the design.Layout of the design on webflow. Desktop and 4 responsive versions. Add online support. Create a Telegram bot and provide it to the client (the bot informs about payment).Add animation at your discretion, modern and unobtrusive. HTML & CSS, Web Programming ∙ 1 day ago ∙ 8 proposals |
Design and layout of the landing page in HTMLCreation of 2 landing pages for selling an online course and pre-registration for a retreat Platform: WordPress. Integration with the platform Moodle HTML & CSS ∙ 1 day 1 hour ago ∙ 26 proposals |