Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
scott baxter
0 points
Beginner
Can anyone tell me where the .js file is located within the theme files for the below script. It is the script that changes the search place holder text on the home page.
Can anyone tell me where the .js file is located within the theme files for the below script. It is the script that changes the search place holder text on the home page.
<script>
jQuery(document).ready(function() {
var placeholderText = [
“Starbucks Vouchers”,
“Meal Discounts”,
“Software Coupons”,
“GoDaddy Coupons”,
];
jQuery(‘.placeholder-type-writter’).placeholderTypewriter({
text: placeholderText,
delay: 70,
});
});
</script>
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now