How to do this in a WP page

by bwh1
6 replies
  • WEB DESIGN
  • |
So I have a sales page and would like to offer a section to show a detailed listing from my videos from the course I sell and also another for a FAQ's.

I don't know if there is a better option but would you agree that a clickable image which opens a new browser window (Not a new tab) in a reduced size on top of the page would resolve this.

If that's the best option, how this is done?

What code has to be used in WP for that this works?

Again, a clickable link or image would open a new browser window of about 1/4 in size of the webpage and show a new page of my site with the FAQ or Video Listing.

Many thanks

G.


P.S. I used Google to find some answer but all I found are some complicated PHP code which I believe don't work in WP
#page
  • {{ DiscussionBoard.errors[9293430].message }}
    • Profile picture of the author RobinInTexas
      Just create custom page template Page Templates « WordPress Codex you can include any php or javascript in the template. You can build a complete page that wordpress will display within the template, and then from the add new page menu, simply enter your desired page title and select the new template, leave the text entry box empty and publish the page.
      Signature

      Robin



      ...Even if you're on the right track, you'll get run over if you just set there.
      {{ DiscussionBoard.errors[9293444].message }}
      • Profile picture of the author bwh1
        Originally Posted by RobinInTexas View Post

        Just create custom page template Page Templates « WordPress Codex you can include any php or javascript in the template. You can build a complete page that wordpress will display within the template, and then from the add new page menu, simply enter your desired page title and select the new template, leave the text entry box empty and publish the page.
        Thanks Robin but the plugin Bryak mentioned above seams more like what I need, simple solution actually.

        But I have to try it first as the last activity at the developers page is from 2012 where people had a few problems.

        Will let you how and if it worked.

        G.
        Signature

        Affiliates Wanted! Make anywhere from 42,- to $72 in commissions. Simply Recommend the Best QuickBooks Pro Video Course available at Clickbank.

        {{ DiscussionBoard.errors[9293524].message }}
    • Profile picture of the author bwh1
      Originally Posted by brayk View Post

      So here's where I'm stuck.

      This plugin works for the FAQ popup as it is not that big BUT it doesn't work for the video listing as this one is too long and don't fit into the popup.

      So how to get something similar but in stead of the popup I get a little new browser window with a scroll bar when I clicked at a link?

      G.
      Signature

      Affiliates Wanted! Make anywhere from 42,- to $72 in commissions. Simply Recommend the Best QuickBooks Pro Video Course available at Clickbank.

      {{ DiscussionBoard.errors[9293612].message }}
  • Profile picture of the author bwh1
    I went to the ole W3 schools and found the solution (I guess that will work in Wordpress too).

    Window open() Method

    G.
    Signature

    Affiliates Wanted! Make anywhere from 42,- to $72 in commissions. Simply Recommend the Best QuickBooks Pro Video Course available at Clickbank.

    {{ DiscussionBoard.errors[9293726].message }}
    • Profile picture of the author RobinInTexas
      I don't know about the plugin, but if you can code your page+popup in html, you can drop it right into WordPress using the method I suggested.
      Signature

      Robin



      ...Even if you're on the right track, you'll get run over if you just set there.
      {{ DiscussionBoard.errors[9293750].message }}

Trending Topics