Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Mason Bjerke
Beigetreten 15. Apr. 2021
·
Letzte Aktivität 29. Juni 2023
Folge ich
0
Follower
0
Gesamtaktivitäten
4
Stimme
1
Abonnements
2
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Mason Bjerke
Mason Bjerke hat einen Kommentar hinterlassen
Community-Kommentar Q&A - Help center and community
Hey Ifra Saqlain,
Where does the following go? Is it in script.js or in the home_page.hbs? I am having the same issue as Cara:
$(document).ready(function(){
if ($('.blocks-item > a > span:contains("CATEGORY NAME ONE")')) {
$(".blocks-item > a").attr("href", "amazon.com");
}
else if ($('.blocks-item > a > span:contains("CATEGORY NAME TWO")')) {
$(".blocks-item > a").attr("href", "google.com");
}
});
Note: Remove CATEGORY NAME ONE and write your category name for which you wanna add custom url.
Remove amazon.com and write your URL.
Kommentar anzeigen · Gepostet 14. Feb. 2023 · Mason Bjerke
0
Follower
0
Stimmen
0
Kommentare