ראשי › פורומים › תמיכה › אלמנט מפה, היכן אני מוסיפה את קובץ ה js בכדאי לגרום למפה לא להגיב לעכבר בגלילה
תגיות: מפות
-
מאתתגובות
-
23/03/2015 בשעה 12:34 #19055
אני גם רוצה לגרום למפה לא להגיב לעכבר בגלילה, מצאתי את התשובה הזו
https://pojo.co.il/topic/%D7%90%D7%9C%D7%9E%D7%A0%D7%98-%D7%9E%D7%A4%D7%94-%D7%94%D7%90%D7%9D-%D7%99%D7%A9-%D7%93%D7%A8%D7%9A-
%D7%9C%D7%92%D7%A8%D7%95%D7%9D-%D7%9C%D7%95-%D7%9C%D7%90-%D7%9C%D7%94%D7%92%D7%99%D7%91-%D7%9C/אבל לא ברור לי איפה אני מוסיפה את ה js
אשמח לתשובה
ל23/03/2015 בשעה 15:45 #19077זה לא קוד רישמי שאנחנו תומכים בו, אבל את יכולה להוסיף את הקוד הזה ב-functions.php בצורה כזאת:
function pojo19055_disable_google_maps_mouse_whell() { ?> PUT THE CODE HERE <?php } add_action( 'wp_footer', 'pojo19055_disable_google_maps_mouse_whell' );
29/03/2015 בשעה 18:17 #19490הי תודה, לצערי לא עבד.
הוספתי לקובץ ה function.php ב child theme
את הקוד הנ״לfunction pojo19055_disable_google_maps_mouse_whell() {
?>
jQuery(document).ready(function () {// you want to enable the pointer events only on click;
jQuery('.pojo-google-map-wrap iframe').addClass('scrolloff'); // set the pointer events to none on doc ready
jQuery('.pojo-google-map-wrap').on('click', function () {
$('.pojo-google-map-wrap iframe').removeClass('scrolloff'); // set the pointer events true on click
});// you want to disable pointer events when the mouse leave the canvas area;
jQuery(".pojo-google-map-wrap iframe").mouseleave(function () {
jQuery('.pojo-google-map-wrap iframe').addClass('scrolloff'); // set the pointer events to none when mouse leaves the map area
});
});
<?php
}
add_action( 'wp_footer', 'pojo19055_disable_google_maps_mouse_whell' );ואז לקובץ style.css את
.scrolloff {
pointer-events: none;
}אבל זה לא עובד, בפוטר מופיע לי :
iframe').removeClass('scrolloff'); // set the pointer events true on click }); // you want to disable pointer events when the mouse leave the canvas area; jQuery(".pojo-google-map-wrap iframe").mouseleave(function () { jQuery('.pojo-google-map-wrap iframe').addClass('scrolloff'); // set the pointer events to none when mouse leaves the map area }); });ממש אשמל לעזרה, תודה
29/03/2015 בשעה 18:19 #19491קישור לאתר:
עוד משהו, האתר מכוון מ url אחר וברגע שעשיתי את זה כל ה font awesome נעלמו..
מדוע?
29/03/2015 בשעה 21:11 #19511הצלחתי עם עניין המפה, תודה.
נשאר העניין עם fa-icons.. ?
01/04/2015 בשעה 11:18 #19728תגובה זו סומנה כפרטית.01/04/2015 בשעה 12:25 #19742רק כאן זה לא נטען,
http://record-studio.co.il/
מדוע?01/04/2015 בשעה 12:38 #19746מה כתוב לך בהגדרות -> כללי, בשני השדות של הכתובת של האתר?
01/04/2015 בשעה 13:21 #19752שניהם על
http://record-school.co.il/record-studioאת ה redirection עשיתי מה control panel של האחסון
האם אני צריכה לשנות גם את ה כתובת URL של האתר בהגדרות, בטח עדיף שאשנה, לא.. ?
תודה
01/04/2015 בשעה 13:36 #19754בוודאי.
(חשוב לעשות גיבוי לפני הכל)01/04/2015 בשעה 13:43 #19757אוקיי. תודה
-
מאתתגובות
הפורום 'תמיכה' נסגר לדיונים ולתגובות חדשות.