Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Integration of ExtraContent in own developed theme
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adam Merrifield  
View profile  
 More options Feb 18 2012, 4:18 pm
From: Adam Merrifield <mac...@gmail.com>
Date: Sat, 18 Feb 2012 16:18:43 -0500
Local: Sat, Feb 18 2012 4:18 pm
Subject: Re: Integration of ExtraContent in own developed theme
If this is your actual template file then you'll need to remove the empty myExtraContent1 and myExtraContent2 divs.

Adam Merrifield (out of office)
seyDoggy vCard: seydoggy.com/vcard
seyDesign vCard: seydesign.com/vcard

On 2012-02-17, at 2:40, Christian <cw.hi...@googlemail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Merrifield  
View profile  
 More options Feb 21 2012, 7:10 am
From: Adam Merrifield <mac...@gmail.com>
Date: Tue, 21 Feb 2012 07:10:53 -0500
Local: Tues, Feb 21 2012 7:10 am
Subject: Re: Integration of ExtraContent in own developed theme
Without seeing a live example it's impossible to see what you've done wrong.

--
Adam Merrifield
seyDoggy vCard: seydoggy.com/vcard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Merrifield  
View profile  
 More options Feb 22 2012, 7:26 am
From: Adam Merrifield <mac...@gmail.com>
Date: Wed, 22 Feb 2012 07:26:00 -0500
Subject: Re: Integration of ExtraContent in own developed theme
You need to actually include the ExtraContent script in your theme:
https://skitch.com/seydoggy/8d2sy/no-extracontent-script-found

when you see %pathto in the published site that means RapidWeaver wasn't able to find the resource to parse the pathto.

--
Adam Merrifield
seyDoggy vCard: seydoggy.com/vcard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Merrifield  
View profile  
 More options Feb 22 2012, 9:39 am
From: Adam Merrifield <mac...@gmail.com>
Date: Wed, 22 Feb 2012 09:39:45 -0500
Local: Wed, Feb 22 2012 9:39 am
Subject: Re: Integration of ExtraContent in own developed theme
%pathto()% is essential for themes and their resources. You can't use hard links to files within the theme, they need to be parsed with %pathto()%. So if %pathto()% is failing when looking for the extracontent.js file, that means that it's not where it's supposed to be and RapidWeaver is looking for it in the wrong place. You need to resolve that.

--
Adam Merrifield
seyDoggy vCard: seydoggy.com/vcard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian  
View profile  
 More options Feb 22 2012, 10:49 am
From: Christian <cw.hi...@googlemail.com>
Date: Wed, 22 Feb 2012 07:49:39 -0800 (PST)
Local: Wed, Feb 22 2012 10:49 am
Subject: Re: Integration of ExtraContent in own developed theme
ok, now the paths seem to work, I had to put an additional string in
the theme.plist so that Rapidweaver uploads the scripts folder where
the extracontent files lie.
But the safari console displays now : ReferenceError: Can't find
variable: jQuery

On 22 Feb., 15:39, Adam Merrifield <mac...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Merrifield  
View profile  
 More options Feb 22 2012, 10:59 am
From: Adam Merrifield <mac...@gmail.com>
Date: Wed, 22 Feb 2012 10:59:46 -0500
Local: Wed, Feb 22 2012 10:59 am
Subject: Re: Integration of ExtraContent in own developed theme
You need to backup a few steps and read all of the documentation. There are two versions of ExtraContent--one which relies on jQuery if your theme already requires it, and one that doesn't rely jQuery.

In your live example you included the script that doesn't require jQuery (which is perfectly fine) but then you've also hard coded in the jQuery version of ExtraContent into the head of the document despite the fact that you don't include jQuery (hence the error).

So you need to choose one or the other and follow the directions pertinent to that version.

--
Adam Merrifield
seyDoggy vCard: seydoggy.com/vcard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Merrifield  
View profile  
 More options Feb 23 2012, 7:29 am
From: Adam Merrifield <mac...@gmail.com>
Date: Thu, 23 Feb 2012 07:29:41 -0500
Local: Thurs, Feb 23 2012 7:29 am
Subject: Re: Integration of ExtraContent in own developed theme
*sigh* no, no, no. There are TWO ExtraContents--one WITH jQuery and one WITHOUT. Only use ONE. You are using BOTH.

In addition, you've included jQuery TWICE--the production version and the minified version.

You need to slow down, back up and read all the documentation of anything you are going to include in your theme or you are going to make it a nightmare for those developing in the same environment (i.e. stacks, snippets and scripts that the end user adds to their page using your theme).

--
Adam Merrifield
seyDoggy vCard: seydoggy.com/vcard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Giuseppe Caruso  
View profile  
 More options Feb 23 2012, 9:19 am
From: Giuseppe Caruso <peppecar...@gmail.com>
Date: Thu, 23 Feb 2012 15:19:38 +0100
Local: Thurs, Feb 23 2012 9:19 am
Subject: Re: Integration of ExtraContent in own developed theme
Christian,
I think it would even better for to start from the beginning: https://developer.mozilla.org/en-US/learn

If you think it is "hard" to implement EC in your theme, it means you need to learn basis of web development.
This, of course, is just a gentle suggestion. It is clear you lacks the most basic understanding of web development.

Giuseppe

On 23/feb/2012, at 13:29, Adam Merrifield wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »