-
Search Results
-
Topic: Masonry Post Archive
I am missing a Masonry blog layout for post archives. It’s a bit clumsy to choose a post from a Masonry Layout (http://kriesi.at/themes/enfold/blog/masonry-blog/) but jump to another layout when using the breadcrumb navigation (http://kriesi.at/themes/enfold/category/frontpage-article/).
Just upgraded to Enfold Verson 2.4 and latest Woocommerce and am getting the following error on top of my Avia builder:
Warning: include_once(woocommerce-ajax.php) [function.include-once]: failed to open stream: No such file or directory in /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/woocommerce.php on line 348 Warning: include_once() [function.include]: Failed opening 'woocommerce-ajax.php' for inclusion (include_path='.:/usr/local/php-5.3.27/share/pear') in /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/woocommerce.php on line 348 Warning: Cannot modify header information - headers already sent by (output started at /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/woocommerce.php:348) in /nfs/c06/h02/mnt/93688/domains/mywellspringhealth.com/html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63 editxClone ElementTopic: 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?
Viewing 30 results - 236,071 through 236,100 (of 244,168 total)
