Please post your issues on the right forum, i 'll anwser you in 24h. Thanks. Please Login before Posting
- Index
- » Publish Support
- » Jquery
- » Lof SiderNews Plugin
- » changing the width and height
changing the width and height
Re: changing the width and height
Fix width overlapping with overflow:hidden
Cypherinfo, the main issue comes from your parameter width = 114%px
meaning literally that you want an overlapping of 14 % with regard to the width of a parent window.
My suggestions are:
In the parameters of the module, always choose a fixed width that is to say without any percent.
Let us say 600px. When it will work, if you really need a fluid parameter with percent,
try later but it will be quite more complex than fixed width. Anyway never indicate more than 100%.
htdocs\Joomla\modules\mod_lofpiecemaker\assets\piecemakerCSS.css
only defines the CSS for the textual description of a picture in the cubes, not the module itself.
Create in your htdocs\Joomla\templates\ja-purity\css\template.css
(ja-purity is given as example, change it with your own template)
Code:
#ja-headermodule /* Nimmzo: 10/07/15: creation for mod_lofpiecemaker */
{
overflow:hidden; /* Hide any overlapping */
position: absolute;
display: block;
top: 0px;
left: 180px; /* bigger value will add a horizontal scrollbar */
}
Here the anchor of the module is in absolute position at (x=180, y=0).
So if one resizes the browser,
my logo will be preserved since it is in the first 180 pixels at the left of Lof PieceMaker.
If you prefer a magnetic anchor on the right edge of your main window, use right:fixedValue in pixel.
Since your HeaderImage Lof PieceMaker is below TopModule inside "header" it-self below "top-header",
if you wish to keep position: absolute, you will probably need to change the value for top.
Otherwise try position relative within "header";
Reference the new ja-headermodule as the id of the div that declares lof-piecemaker in index.php
With your width of 114%, the magnetic rule was extremely complex, since Lof PieceMaker was attracted within your page-R by the two sides when one resizes the width of the browser.
Only the left side of your page-L (the grass in background) was protected against an overlapping.
The goal of overflow:hidden; will be to hide any overlapping.
Let me know if it works.
Re: changing the width and height
First of all sorry for wasting your valuable time for checking my site and appreciate for help.
Yes my layout problem and trying to fix it.
This is correct url http://pcgnymanhattan.org/index.php?opt … Itemid=28.
In IE, I am getting java script error and details are ..
LofScroller is undefined at line 388
Once again thanks for prompt response and looking for response...
Thanks for great module as well.
Re: changing the width and height
Hi Kikinou,
Please view this page to get the module documentation Lof sobi caption documentation, Or please provide me the website url, I will check your problem on the site.
- Index
- » Publish Support
- » Jquery
- » Lof SiderNews Plugin
- » changing the width and height
Board Info
- Board Stats:
- Total Topics:
- 1691
- Total Polls:
- 0
- Total Posts:
- 3740
- Total Posts Today:
- 3
- User Info:
- Total Users:
- 17259
- Newest User:
- dnm1213
- Members Online:
- 4
- Guests Online:
- 133
- Most Active Users:
- panda, hatuhn, Nimmzo, Romeo.Tran, espacoautomotivo, Mackelito, MyWorld, janstars
- Online:
- pellaGrind, dnm1213, envidea, panda
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked

) But I can not passed to the next image with parameters identical to the images.





























