Updated women leading the way section
This commit is contained in:
@@ -343,14 +343,6 @@ function background_image_parallax(object, multiplier) {
|
||||
});
|
||||
}
|
||||
}
|
||||
function scroll_to_top_init() {
|
||||
let scrollTop = jQuery(window).scrollTop();
|
||||
if (scrollTop > 100) {
|
||||
jQuery(".footer-scroll-top").addClass("active");
|
||||
} else {
|
||||
jQuery(".footer-scroll-top").removeClass("active");
|
||||
}
|
||||
}
|
||||
function check_custom_field(element) {
|
||||
if (element.val() || jQuery("option.placeholder", element).is(":selected")) {
|
||||
element
|
||||
@@ -596,19 +588,6 @@ function genre_get_posts(
|
||||
}
|
||||
jQuery(document).ready(function () {
|
||||
setTimeout(sticky_menu_active, 300);
|
||||
jQuery(".footer-scroll-top").on("pointerdown", function (e) {
|
||||
jQuery(this).data("fastScrolled", true);
|
||||
window.scrollTo(0, 0);
|
||||
setTimeout(() => jQuery(this).data("fastScrolled", false), 500);
|
||||
});
|
||||
jQuery(".footer-scroll-top").on("click", function (e) {
|
||||
if (jQuery(this).data("fastScrolled")) {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
e.preventDefault();
|
||||
jQuery("html, body").stop(true, true).animate({ scrollTop: 0 }, 150);
|
||||
});
|
||||
side_panel_open();
|
||||
search_panel_open();
|
||||
overlay_close_all();
|
||||
@@ -636,7 +615,6 @@ jQuery(document).ready(function () {
|
||||
logico_custom_cursor();
|
||||
logico_ticker();
|
||||
scroll_to_anchor();
|
||||
scroll_to_top_init();
|
||||
jQuery(".elementor-widget").on(
|
||||
"click",
|
||||
".content-pagination a",
|
||||
@@ -704,9 +682,6 @@ jQuery(window).on("resize", function () {
|
||||
logico_custom_cursor();
|
||||
logico_ticker();
|
||||
});
|
||||
jQuery(window).on("scroll", function () {
|
||||
scroll_to_top_init();
|
||||
});
|
||||
jQuery(document).on(
|
||||
"elementor/popup/show",
|
||||
function (event, popupId, popupDocument) {
|
||||
|
||||
Reference in New Issue
Block a user