-
Search Results
-
Topic: Adding page breaks to a form
hi,
not sure if this is possible… but i have a form i’m building and i would like to create subheadings & add text in between form elements. Is there a way to do that with the enfold default editor or do i need a plugin?
thanks
jaz
reference for where this is coming from.
http://www.blastam.com/blog/index.php/2013/03/how-to-track-downloads-in-google-analytics-v2/
Hey guys this may be above tech support, but maybe not for you gurus. What I want to do is track outbound links, and download actions and such with my google analytics account. I found this script above that automates the process but I am not quite sure how to add a js script to the enfold theme. What I did was simply add the new script below my google analytics script in the child them backend. when I inspect a page I see the script referenced in the head after my normal google analytics script and if I am reading right you guys are referencing a newer jquery library than this needs. you have 1.10.2 or something. Can you look at my site and see if you know why this might not be working. my site is http://www.jackandaddi.comthe documentation is straight forward. just be sure to include the jQuery library reference in your section before the call to the tracking code. example <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js” type=”text/javascript”></script>
For those who have a lot of links and would like to dynamically detect clicks on links to file downloads, we have provided updated code below. As before, this code requires the jQuery JavaScript library to be set before the code. It can be placed in its own .js file and should be placed in the <head> of your pages.
<script type="text/javascript"> if (typeof jQuery != 'undefined') { jQuery(document).ready(function($) { var filetypes = /\.(zip|exe|dmg|pdf|doc.*|xls.*|ppt.*|mp3|txt|rar|wma|mov|avi|wmv|flv|wav)$/i; var baseHref = ''; if (jQuery('base').attr('href') != undefined) baseHref = jQuery('base').attr('href'); jQuery('a').on('click', function(event) { var el = jQuery(this); var track = true; var href = (typeof(el.attr('href')) != 'undefined' ) ? el.attr('href') :""; var isThisDomain = href.match(document.domain.split('.').reverse()[1] + '.' + document.domain.split('.').reverse()[0]); if (!href.match(/^javascript:/i)) { var elEv = []; elEv.value=0, elEv.non_i=false; if (href.match(/^mailto\:/i)) { elEv.category = "email"; elEv.action = "click"; elEv.label = href.replace(/^mailto\:/i, ''); elEv.loc = href; } else if (href.match(filetypes)) { var extension = (/[.]/.exec(href)) ? /[^.]+$/.exec(href) : undefined; elEv.category = "download"; elEv.action = "click-" + extension[0]; elEv.label = href.replace(/ /g,"-"); elEv.loc = baseHref + href; } else if (href.match(/^https?\:/i) && !isThisDomain) { elEv.category = "external"; elEv.action = "click"; elEv.label = href.replace(/^https?\:\/\//i, ''); elEv.non_i = true; elEv.loc = href; } else if (href.match(/^tel\:/i)) { elEv.category = "telephone"; elEv.action = "click"; elEv.label = href.replace(/^tel\:/i, ''); elEv.loc = href; } else track = false; if (track) { _gaq.push(['_trackEvent', elEv.category.toLowerCase(), elEv.action.toLowerCase(), elEv.label.toLowerCase(), elEv.value, elEv.non_i]); if ( el.attr('target') == undefined || el.attr('target').toLowerCase() != '_blank') { setTimeout(function() { location.href = elEv.loc; }, 400); return false; } } } }); }); } </script>Hello.
I am having a problem with a child theme I have created with enfold. None of my changes are showing up when using the “styling” tab in the theme options. Also when changing the blog template from something like “multi-author” to “grid layout” no changes are shown either.
Can you help me?Warning: session_start() [function.session-start]: open(/tmp/sess_0aa8aed9c9dcabd4cca3e3b9ef69a99f, O_RDWR) failed: Permission denied (13) in /home/vrsveric/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
I only get this message on your theme. I have installed plenty of sites with no problem. I even kept this configuration and changed the theme to avada…no errors. It has nothing to do with the install or tmp folders permission. It has everything to do with this theme. Just type the title of this topic into Google and see how many sites come up with this error. It happens and then clears itself, and then it happens again. It’s off an on. If I clear the cache it works and then comes right back. You need to look in to this.I can’t move forward on the projects with this problem.
Your old version on the seam server work fine.
Version 1.7 on wp 3.5.2 works fine
Version 2.0.1 on wp 3.6.1 fails
Version 2.4 on wp 3.6.1 failsI can email you the production site if you want.
Hi,
I just got an e-mail today saying the theme has been updated so I unzipped and uploaded the new Enfold theme using FTP.
After doing this on the new post I don’t get the advanced layout. On the pages that Enfold created you get the advanced layout open.How do I get the advanced layout option back?
Thank,
JohnnyTopic: Masonry Options?
I just updated to 2.4 (on a test environment) and I can’t for the life of me find any of the new masonry options; and I don’t know if I’m just blind as a bat right now or what. If I check the different portfolio pages (from previous Enfold data import) there is no template for Masonry and if I look through the Enfold theme options there doesn’t appear to be a section that allows me to set this option either (checked under General Settings -> Blog Style etc.).
I tried re-importing the data after my update to Enfold 2.4 but it doesn’t import the new masonry pages from the demo so how do we set up our portfolios/blog with the Masonry effect?
I’ve added the YouTube url to the Video section in the Enfold website. Naturally, YouTube logo displays and unwanted ‘related’ videos are recommended by YouTube when the video play ends. Adding the standard “modestbranding” “equals” 1 and “rel” “equals” 0 parameters result in the video not displaying at all, instead the code displays on the website. Please explain how to add these basic controls to the video.
I’ve added the YouTube url to the Video section in the Enfold website. Naturally, YouTube logo displays and unwanted ‘related’ videos are recommended by YouTube when the video play ends. Adding the standard modestbranding “equals” 1 and rel “equals” 0 parameters result in the video not displaying at all, instead the code displays on the website. Please explain how to add these basic controls to the video.
Viewing 30 results - 236,281 through 236,310 (of 244,363 total)
