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?

Is possible add new panel what is without frame?

Asked Modified Viewed 3,257 times
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
asked
Member

Hi!

I have question, is possible make or add new panel and it contect is without frame?
0 replies

8 posts

T
Tyler
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

Yeah, just don't use openside or whatever. Use a div and you'll have to set the width accordingly.
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

Quote

Tyler wrote:

Yeah, just don't use openside or whatever. Use a div and you'll have to set the width accordingly.


Yeah but if i remove all Panel Content and just add there

ex
?>
<div>
  <p>Any kind of content here.!</p>
</div>
<?php


it give me error
Parse error: syntax error, unexpected end of file in blablabla/public_html/administration/panel_editor.php(153) : eval()'d code on line 5


Merged on Aug 18 2013 at 20:15:16:
And one other fast question also, how i can positsion hover text left side of picture
code is here

$text = preg_replace('#\[youtube\](.*?)\[/youtube\]#si', '<a class="video iframe" href="http://www.youtube.com/embed/\1?autoplay=1"><img src="http://www.jomppaspace.net/images/youtube.png"  title="Movie Trailer" border="0"  /></a>', $text);
Edited by Jompsa on 18-08-2013 21:15,
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Don't add the <?php at the end unless you type some php code after it but then it needs to be closed with ?>
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

And one other fast question also, how i can positsion hover text left side of picture
code is here

$text = preg_replace('#\[youtube\](.*?)\[/youtube\]#si', '<a class="video iframe" href="http://www.youtube.com/embed/\1?autoplay=1"><img src="http://www.jomppaspace.net/images/youtube.png"  title="Movie Trailer" border="0"  /></a>', $text);
0 replies
T
Tyler
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

Jompsa, if your looking for hover text when moused over an image or whatever probably want a tooltip plugin.. The title attribute may be an option but then again I don't know exactly what your doing...

I'd look into a tooltip plugin if you want to specify where the hover text appears. This will also allow you to style the text and stuff..
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

Look http://jomppaspace.net/infusions/movielib/movie.php?movie_id=44 go with mouse over that red play button and that hover text is out of windows, i want it show left side of picture!
0 replies
T
Tyler
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums
answered
Member

The last few times I've checked your site hasn't worked...

People can only do so much with the info you give them... If you'd like help its wise to provide the most info that you can so we don't have to go searching for it to help you.

Make sure your tooltip plugin doesn't have offset options which allow you to change the positions... If that doesn't work then check the CSS.


Edit: Jompsa - Check your qTip.js file. In there there's a snippet like this:
var qTipX = 0; 
var qTipY = 10;


Change the qTipX value.... Maybe going with a negative number will get you the result you want
Edited by Tyler on 21-08-2013 20:33,
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

yeah if i change something there but no effect, still same
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

J
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
T
T
Tyler 10
Helping, would be pointing you in the right direction, not doing it all for you.
  • Member, joined since
  • Contributed 198 posts on the community forums.
  • Started 3 threads in the forums
J
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet