VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Frontend edition problem with new module position
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Frontend edition problem with new module position

Frontend edition problem with new module position 18 May 2013 04:36 #2110

Hi !

So, first of all, thanks for all the gret stuff.

So here I am, customizing Texturia by adding a new module position. Basically, it's a "top-module2". I use "place article anywhere" to display videos on this module. Everything works so far, except when I want to edit the article in Frontend (the content place itself over the edition space).
Here are some images:

This image is hidden for guests. Please log in or register to see it.
Here we see it displays the custom new module position with its content properly.

This image is hidden for guests. Please log in or register to see it.
Here we can clearly see that content override the edition space

This image is hidden for guests. Please log in or register to see it.
And finally here, we can see that, when placed in original "top-content" position, there are no problem at all when editing from frontend.

Here is the piece of code I use for this custom position:

 
 
#jf-topmodule2contain{
margin-bottom:10px;
padding-bottom:40px;
}
 
#jf-topmodule2contain p { margin: 0; }

#jf-topmodule2contain-marge{ margin-right: 10px; margin-left: 10px; margin-bottom: 20px; }

#jf-topmodule2title {
background-image: url(../images/topmodule2title.png);
background-repeat: no-repeat;
float: left;
width: 424px;
height: 84px;
margin:0;
padding:0;
}
 
#jf-topmodule2title h3 { padding-left:30px; padding-top:30px; }

#jf-topmodule2title p { margin: 0; }

#jf-topmodule2 {
background:#323232;
float: left;
margin:0;
padding:0;
-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;
}


 
<?php if($this->countModules('top-content2')) : ?>
<div id="jf-topmodule2contain">
<div id="jf-topmodule2title"><h3>Videos</h3></div>
<div id="jf-topmodule2">
<div id="jf-topmodule2contain-marge">
 
</div>
</div>
</div>
<?php endif; ?>
 


So, I am wondering, what could be the source of the problem, and how to fix it ?
Anyway, thanks for the answer you'll can give me.
Last Edit: 18 May 2013 04:49 by BickyBik.

  • Posts:1
  • BickyBik
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.44 seconds
Thursday 25 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.