Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

jquery popup panel

Asked Modified Viewed 3,846 times
S
snakou
S
snakou 10
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Junior Member

Hello,
can you tell me how to enable pop up on a personal page ?
I have steep , but I do not see how to enable it.
thank you very much

Merged on Jan 24 2015 at 17:46:49:
hello,
person afraid to tell me how to make a pop up on the Staff page ?
or tell me why <div> not?
thank you for your help

<a class="ui-btn ui-corner-all ui-shadow ui-btn-inline" href="#popupBasic" data-rel="popup" data-transition="pop">Basic Popup</a>
<div id="popupBasic" data-role="popup">
<p>This is a completely basic popup, no options set.</p>
</div>
Edited by snakou on 24-01-2015 18:47,
0 replies

2 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

You are missing the whole jQuery parts where the action control need to happend, all you display here is a html snipped without an jQuery engine.

Here is an example of a Colorbox window ( we use it native, you can make it popup as well with some mods, please read the Colorbox examples page.

echo "<a target='_blank' href='".BASEDIR."Your Image.jpg' class='box_link' title='Your Title'>
<img src='".BASEDIR."Your Image.jpg' border = '0' width='100%' alt='' />PopUp</a>";

add_to_head("<link rel='stylesheet' href='".INCLUDES."jquery/colorbox/colorbox.css' type='text/css' media='screen' />");
      add_to_head("<script type='text/javascript' src='".INCLUDES."jquery/colorbox/jquery.colorbox.js'></script>");
      add_to_head("<script type='text/javascript'>\n
         /* <![CDATA[ */\n
            jQuery(document).ready(function(){
               jQuery('a.box_link').colorbox({
                  width:'98%', height:'98%', photo:true
               });
            });\n
         /* ]]>*/\n
      </script>\n");
0 replies
S
snakou
S
snakou 10
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

thank you very much ,
but that's an image.
I 'd do the same thing to display the text of a page personel create site.et via the colorbox appears a print button.
thank you very much
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
S
S
snakou 10
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet