All Questions
Tagged with snippets javascript
6 questions
1
vote
2
answers
510
views
Insert Code into Middle of Channel Entry Post
I have a channel that stores ads (HTML ads I created and the Google Adsense Code block), and displays either my html or Google's JS to allow a random ad on each page load. I want to insert that ...
0
votes
1
answer
189
views
Include CSS file in JS
I have a problem with url in js file
First, in Snippets i have code
In that init.js i have that
(function($) {
skel.init({
reset: 'full',
breakpoints: {
global: { range: '*', ...
0
votes
2
answers
377
views
Dynamically create swiper based on images in wygwam field
I'm using ExpressionEngine and have a wygwam field that takes html formatting, including img tags. I was wondering how I could dynamically create a swiper based on these images? I was thinking that if ...
0
votes
3
answers
407
views
Snippet Syncing not working
I am building an html5 theme into expression engine. The theme came with a lot of JS that wasnt needed and it slows the pages down. When initially building the theme into expression engine i broke the ...
3
votes
1
answer
1k
views
EE conditionals within javascript snippet
I am trying to use EE conditional statement within Javascript. The Javascript is called through a EE snippet. Part of the problem is I am using js conditionals right below my EE conditional. Is this ...
1
vote
3
answers
900
views
Email encode tag Javascript issues
I use {encode="{webmaster_email}" title="Send E-Mail"} to hide my email address from harvester bots.
When I use this code within my template all is fine. This code is also part of the footer. The ...