Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

popup

  • Ahmad Batebi
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
10 years 2 months ago - 10 years 2 months ago #139653 by Ahmad Batebi
popup was created by Ahmad Batebi
Hi
I hope doing wall.
I have a problem with popup window. This module dose not work and when I click on that, it open in a independent window, not as a popup window. you can see that on this address www.radiojibi.com. I thought the problem is for a plugin or module or component. but its is not true. I remove and disable all extension and test that several times. but it dose not work. can you help me to fix this problem pleas. Thank you so much.
My code is :
<div id="rj-player">
<div class="rjp-player-container">
<div id="rjp-radiojar-player"></div>
<div id="rj-player-controls" class="rj-player-controls">
<div class="jp-gui jp-interface">
<ul class="jp-controls">
<li>
<a href="javascript:;" style="display:block;" class="jp-play" title="Play"><i class="icon-play"></i><span>Listen Live</span></a>
<a href="javascript:;" style="display:none;" class="jp-pause" title="Pause"><i class="icon-pause"></i><span>Listen Live</span></a>
</li>
<li>
<a href="javascript:;" style="display:block;" class="jp-mute" title="Mute"><i class="icon-volume-up"></i></a>
<a href="javascript:;" style="display:none;" class="jp-unmute" title="Unmute"><i class="icon-volume-off"></i></a>
</li>
<li>
<a class="popup" href="index.php?tmpl=popup" onclick="window.open(this.href,'targetWindow','width=690,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,');return false;"><i class="icon-popup"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="rjp-playingNow">
<div id="rj-cover"><a href="#"><img src=""></a></div>
<div class="rjp-trackinfo-container">
<h4 class="rjp-label">Now playing</h4>
<p id="trackInfo" class="rjp-info"></p>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #139654 by Krikor Boghossian
Replied by Krikor Boghossian on topic popup
Hello Ahmad,

It is the same error as I have explained in my previous posts.
The
<a class="popup" href="index.php?tmpl=popup" onclick="window.open( ...

gets altered to on-click which breaks your code.

I think you should look at this post: www.joomlacontenteditor.net/support/forum/onclick-being-replaced-with-onclick

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Ahmad Batebi
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
10 years 2 months ago #139655 by Ahmad Batebi
Replied by Ahmad Batebi on topic popup
HI
Thank you so much for answer
I edited code, but it does not work.
This is my code.
<div id="rj-player">
  <div class="rjp-player-container">
    <div id="rjp-radiojar-player"></div>
    <div id="rj-player-controls" class="rj-player-controls">
     <div class="jp-gui jp-interface">
      <ul class="jp-controls">    
        <li>
        <a href="javascript:;" style="display:block;" class="jp-play" title="Play"><i class="icon-play"></i><span>Listen Live</span></a>
        <a href="javascript:;" style="display:none;" class="jp-pause" title="Pause"><i class="icon-pause"></i><span>Listen Live</span></a>
        </li>
        <li>
        <a href="javascript:;" style="display:block;" class="jp-mute"  title="Mute"><i class="icon-volume-up"></i>Silent</a>
        <a href="javascript:;" style="display:none;" class="jp-unmute" title="Unmute"><i class="icon-volume-off"></i>Silent</a>
        </li>
        <li>
        <a class="popup" href="index.php?tmpl=popup" on-click="window.open(this.href,'targetWindow','width=690,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,');return false;"><i class="icon-popup"></i>Popup Window</a>
        </li>
      </ul>
     </div>
    </div>    
  </div> 
  <div class="rjp-playingNow"> 
    <div id="rj-cover"><a href="#"><img src=""></a></div>
    <div class="rjp-trackinfo-container">
      <h4 class="rjp-label">Now playing</h4>
      <p id="trackInfo" class="rjp-info"></p>
    </div>  
    <div class="clr"></div>
  </div>
<div class="clr"></div>
</div>

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #139656 by Krikor Boghossian
Replied by Krikor Boghossian on topic popup
Once again.

The code id perfectly fine. No error whatsoever. Please read the post I sent you.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Ahmad Batebi
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
10 years 2 months ago #139657 by Ahmad Batebi
Replied by Ahmad Batebi on topic popup
HI my friend.
I did several times. but it dies not work.
this option is so important, pleas hep me to fix it.
thank you.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #139658 by Krikor Boghossian
Replied by Krikor Boghossian on topic popup

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Ahmad Batebi
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
10 years 2 months ago #139659 by Ahmad Batebi
Replied by Ahmad Batebi on topic popup
Dear Krikor
I see and I change all settings like order.
But It dose not work.
If I send User and Pass, Can you check directly please?
Thank you.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #139660 by Krikor Boghossian
Replied by Krikor Boghossian on topic popup
Since this goes beyond the normal scope of support (this is an issue of another extension and not the template) you can use the contact form to send me the credentials to your site but the solution might take a couple of days.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Ahmad Batebi
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
10 years 2 months ago - 10 years 2 months ago #139661 by Ahmad Batebi
Replied by Ahmad Batebi on topic popup
I know and relly appreciated for your help and kindness. I sent it . just tell me what was problem. best

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #139662 by Krikor Boghossian
Replied by Krikor Boghossian on topic popup
Thank you for your kind words. I will let you know on my findings.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum