Ajaxed and Vpip

6 views
Skip to first unread message

Deyson

unread,
Mar 28, 2009, 6:51:53 PM3/28/09
to vPIP
Has anyone else had issues running Ajaxed and Vpip together, when I
click on read more , right before the fade out I get a duplicate of
the vpip module.

here is the test page:

www.deysonortiz.com/blog

Thank you.

Enric

unread,
Mar 28, 2009, 7:24:29 PM3/28/09
to vPIP
The link your calling, http://deysonortiz.com/blog/?p=1, is to a page
that already has vPIP on it. Try putting it in the url of a browser
window. So that's why it looks like this code:

<a id="awppost_link_1" class="awppost_link" onclick="aWP.doit({'id':
'1', 'type': 'post', 'fp': '1'}); return false;" href="http://
deysonortiz.com/blog/?p=1">Read More “Pep Boys Commercial”</a>

is showing duplicates. You may need to point to another page that
just has the credits info w/o vPIP.

-- Enric

Deyson Ortiz

unread,
Mar 28, 2009, 7:29:27 PM3/28/09
to vp...@googlegroups.com
Seems that there is now way to re-direct it to a different URL, since
I am using AJAXed it takes the information after the pagination break
to create the read more content :(

Enric

unread,
Mar 28, 2009, 7:37:04 PM3/28/09
to vPIP
On Mar 28, 4:29 pm, Deyson Ortiz <deysonor...@mac.com> wrote:
> Seems that there is now way to re-direct it to a different URL, since  
> I am using AJAXed it takes the information after the pagination break  
> to create the read more content :(
>
> On Mar 28, 2009, at 7:24 PM, Enric wrote:
>
>
>
> > The link your calling,http://deysonortiz.com/blog/?p=1, is to a page
> > that already has vPIP on it.  Try putting it in the url of a browser
> > window.  So that's why it looks like this code:
>
> > <a id="awppost_link_1" class="awppost_link" onclick="aWP.doit({'id':
> > '1', 'type': 'post', 'fp': '1'}); return false;" href="http://
> > deysonortiz.com/blog/?p=1">Read More “Pep Boys Commercial”</a>
>
> > is showing duplicates.  You may need to point to another page that
> > just has the credits info w/o vPIP.
>
> >  -- Enric
>
> > On Mar 28, 3:51 pm, Deyson <deysonor...@mac.com> wrote:
> >> Has anyone else had issues running Ajaxed and Vpip together, when I
> >> click on read more , right before the fade out I get a duplicate of
> >> the vpip module.
>
> >> here is the test page:
>
> >>www.deysonortiz.com/blog
>
> >> Thank you.

vPIP has a manual entry mode. See "Using the vPIP Code Generator",
http://wiki.vpip.org/index.php?title=Using_vPIP#Using_the_vPIP_Code_Generator.
The problem is probably that vPIP generates the page dynamically in
Media Entry mode that is confusing Ajaxed.

-- Enric

Deyson Ortiz

unread,
Mar 28, 2009, 7:47:53 PM3/28/09
to vp...@googlegroups.com
Seems that solves the duplicating problem.

Could I style the playback options like in the media entry ( side by
Side)
can I have more playback options like in Media entry. ( ipod-HD etc...)

And I do not see a code generator on my wordpress html entry section,
I had to use the one from the link you gave me to test.

Would be nice to add a toggle in case someone uses AJAX, so we can use
Media entry :)

Enric

unread,
Mar 28, 2009, 9:51:55 PM3/28/09
to vPIP
See, http://wiki.vpip.org/index.php?title=Using_Media_Entry, and
uncheck "Use Media Entry..." which will activate the Code Generator
instead. You can code as many vPIP videos in whatever style you want
in HTML. The code generator just simplifies generating the HTML.
Look at "How to Code vPIP in HTML",
http://wiki.vpip.org/index.php?title=Using_vPIP#How_to_Code_vPIP_in_HTML.

-- Enric
> >http://wiki.vpip.org/index.php?title=Using_vPIP#Using_the_vPIP_Code_G...

Deyson Ortiz

unread,
Mar 29, 2009, 4:27:07 PM3/29/09
to vp...@googlegroups.com
Thank you fo helping me solve the problem Enric, I will avoid using
Ajaxed and make my job simple for now and use the media entry.

Another thing I would like to do, is add the the blue (or any other
color ) underline as in the homepage of vpip.org, the video titled
"what is Vpip "
I like the hover effect when you place the mouse over the image.

Any idea on how to implement that.

Thank you :)

Enric

unread,
Mar 29, 2009, 6:08:27 PM3/29/09
to vPIP
Here's the style used on vpip.org for hovering over and active anchors
(<a ...>...</a>):

a:hover, a:active {
background:#157BA5 none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}

If you just want the background blue for hovering over the vPIP
anchors you could try in your css file:

a.vpip-vs-mediatitle:hover {
background:#157BA5 none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}

-- Enric

On Mar 29, 1:27 pm, Deyson Ortiz <deysonor...@mac.com> wrote:
> Thank you fo helping me solve the problem Enric, I will avoid using  
> Ajaxed and make my job simple for now and use the media entry.
>
> Another thing I would like to do, is add the the blue (or any other  
> color ) underline as in the homepage of vpip.org, the video titled  
> "what is Vpip "
> I like the hover effect when you place the mouse over the image.
>
> Any idea on how to implement that.
>
> Thank you :)
>
> On Mar 28, 2009, at 9:51 PM, Enric wrote:
>
>
>
> > See,http://wiki.vpip.org/index.php?title=Using_Media_Entry, and

Deyson Ortiz

unread,
Mar 29, 2009, 6:22:26 PM3/29/09
to vp...@googlegroups.com
This is something I would have to do using code generator results
instead of the media entry?
I apologize for my ignorance as I am still learning the wonderful
world of wordpress.

Thank you in advance...

Enric

unread,
Mar 29, 2009, 6:57:28 PM3/29/09
to vPIP
The CSS file or stylesheet is editable in the Theme or Appearance area
when logged in as Admin into the Wordpress blog. Which version of
Wordpress are you running?

-- Enric

Deyson Ortiz

unread,
Mar 29, 2009, 7:21:32 PM3/29/09
to vp...@googlegroups.com
I am using wordpress 2.7

So the code you sent me in the prior email is what I change in edit
plugins section for vpip in wordpress?

Enric

unread,
Mar 29, 2009, 7:27:55 PM3/29/09
to vPIP
When logged in as admin into your Worpdress blog, go to Appearance -
Editor. Select "Stylesheet (style.css)" under Styles on the right
(you may need to scroll down.) Then add these lines:

a.vpip-vs-mediatitle:hover {
background:#157BA5 none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;

}

and click the Update File button.

-- Enric

Deyson Ortiz

unread,
Mar 31, 2009, 7:15:19 AM3/31/09
to vp...@googlegroups.com
I was able to edit my CSS in a custom style Sheet provided by Thesis
Theme that hooks into the main CSS.

I see the code you gave me changed the hover on the media selection
words, which I like, but what I would also like to do is add the blue
( or any color ) Line under the image when you hover over the image
like in your Vpip homepage.

Thank you :)

Enric

unread,
Mar 31, 2009, 11:14:35 AM3/31/09
to vPIP
Sorry, I'm too busy to go into CSS coding and this doesn't relate
directly to my plug-in, vPIP. There's a lot of sites that teach CSS
like http://www.w3schools.com/css/ , or search, http://www.google.com/search?q=css
, and there's books on css, http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&field-keywords=css&x=0&y=0
.

-- Enric

Deyson Ortiz

unread,
Mar 31, 2009, 12:07:54 PM3/31/09
to vp...@googlegroups.com
Thank you :)
I will check them out.

Enric

unread,
Mar 31, 2009, 3:59:17 PM3/31/09
to vPIP
Sure thing.

Good luck,

Enric

On Mar 31, 9:07 am, Deyson Ortiz <deysonor...@mac.com> wrote:
> Thank you :)
> I will check them out.
>
> On Mar 31, 2009, at 11:14 AM, Enric wrote:
>
>
>
> > Sorry, I'm too busy to go into CSS coding and this doesn't relate
> > directly to my plug-in, vPIP.  There's a lot of sites that teach CSS
> > likehttp://www.w3schools.com/css/, or search,http://www.google.com/search?q=css
> > , and there's books on css,http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&field-key...
Reply all
Reply to author
Forward
0 new messages