Questions & Suggestions
I will no longer answer questions here - please use the "Support Forum" instead !
Apologies
Hi there, i need to apologize because i have a lot to do right now and i can't provide so much support as i would like. So please be patient with me I will try to get back to you asap.
ja-purity css problem
Some people encountert some css problems using the ja-purity template. To fix these problems with "Horizon Slim" 0.2.6_RC3 add the following code to your css file:#ja-header ul.neHS li.neHS, #ja-mainnav ul.neHS li.neHS, #ja-content ul.neHS li.neHS, #ja-topsl ul.neHS li.neHS { margin: 0; overflow: hidden; padding: 0; position: relative; }
& (ampersand) in urls problem
if you encounter an error like:
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity
it is normaly caused by the & (ampersands) in urls like:
<a href="index.php?option=com_content&view=article&id=someID"></a>
this needs to be
<a href="index.php?option=com_content&view=article&id=someID"></a>
normally the tidy support takes care of this issue. But on some servers you do not have tidy support - so you have to do this by hand.
Thanks
And sorry for my english
src="/prueba/images/stories/horizon/21.jpg"
/stories/horizon/1.jpg"
Where we
src="/prueba/images/stories/horizon/25.jpg"
Our Products
Someone could help me fix this?
My site is www.pluscombustibles.com/prueba
Please I need some help with this.
Best Regards from Colombia
Juan G Polanco
find at line 34 - "foreach ($myHorizon['elements'] as $li)"
and change body by this code:
$counter++;
// write the List
$link = '';
if($li['link'])
{
$link = '';
}
if($counter==1)
{
$lis .= ''.$link.''; // style="width:'.$myHorizon['horizon_desc_width'].'px;"
}
$link = '';
if($li['link'])
{
$link = '';
}
$lis .= ''.$link.'
';
I manage to install your module, and on your page looks really great, however on mine images do not show up. I use the code form your page to create an article with pictures. You can check how it looks right now http://phasecorp.com/index.php/Blog-Demo/Test.html
but you have to log in earlier. Any thoughts how to fix it?
thanks,
Alicja
I am developing the site locally on my iMac so not able to let you see it live on the web.
I think the module you guys have developed is fantastic and very customisable.
The problem i am having is with slides collapsing while cursor is still over them.
The module loads perfectly and looks exactly as i wish, the slides open when rolled over but collapse soon after.
The url links only become active after each slide has completed auto play, not straight way as needed for a menu.
The auto play works just fine though.
Any help would be much appreciated.
In horizon.css, I changed the ul.neHS text-align from "left" to "center". Interestingly, this results in *only* the titles with more than one word being centered. One word titles remain left justified. Any thoughts?
Example:
http://arkdesignroofing.com/index.php
Thanks for your help and patience!!
Michael Barnett
I have managed to install your module and everything is working fine, except the error above. I notice that other people have had the same problem but am unable to find a solution on your forum. Please point me in the right direction. http://www.uktop-architectural.com.
amlas
Start Slide = 1
Auto Play = "yes"
Force Collapse = "yes"
This will NOT open the first slide on load. I'll have to wait for a full circle (set in the "Auto Play Speed" option).
Andreas
Regards,
Joachim Kleinhans
Is there any possibility of adding a feature that permits a random selection of slides on each load? It would be great to be able to constantly vary the images being displayed on a site that I have built. I envisage that 2 options would control this feature:
1. A toggle - random on or off
2. An option box - number of images to randomly add to a set
Perhaps an additional set of options that allow all horizonslim data articles assigned to a special category to be used for the randomised selection? This would be a great way to have a front page slider that randomly selects images from other parts of a website.
Would love to see this feature!
TKs a lot
if (@$doc->loadHTML('horizon_HTMLcharSet.'">'.$horizonSrc.'')) // Try for valid dom structure and start parsing
The way round it (for me at least) was to set the total width (in the advanced parameter section) to 1px less than the width of the containing div. Hope this helps.
I've tried different images, switching the order of the images, resiving the markup, trying different browsers, adding more items... no mater what I do, the last item is alway blank.
I'm using ja-purity, and I've even included the CSS snippit above.
my website is http://www.funfitover50.com
Advice?
I have the same problem like sanjay. I could not see article id in the admin area and it's very small drop down list not showing anything.
Any advices?
Thank,
On IE, i does not display when i nest the slider inside a table.
This is some examples:
- With no tables, it works in FF and IE: http://www.spc.int/taggingjoom/test/slim2_div.html
With the div nested in a tble it does not work: http://www.spc.int/taggingjoom/test/slim2_table.html.
I tried to remove the overflow:hidden for ul.neHS li.neHS in the css but then i get JavaScript error.
The problem is i need to nest the slider into a table...
Any advices or suggestions? I really would like to use this extension when it will work with IE.
Thanks
Sylvain
I've been using the article teaser 1 for some time and I love it. Now I wanted to try the demo5, however, the css overrides aren't working? Specifically demo5right isn't showing up as a white box and the text alignment is off. Inspection of element shows that it is not pulling the demo5 class at all, even though it is specified in the module parameters...any suggestions?
sonwau.com
Thanks!
~Ahmed
I love your Horizon slim extension, but I have an issue I can't fix...
I installed it with your demo5 example. Everything looks fine, but all the links remain inactive, and I can't figure why.
http://www.3toon.com/brand-content/index.php
I moved the module in different positions and it's always the same...
Any idea of what is going wrong?
Thanks for your help.
first of all Thanks a lot even from me for this great extension!!!
I installed your extension in Joomla 1.5 and it worked out very well, there are only two things...
1. The colours of handles doesnt work. I can change whatever I want but, inset the right colors but handles remain white. Do you have any idea for this?
2. the far more important problem is that viewing the site with IE the handles show me an error.
For a better idea how the problem looks like, see the site: http://lnx.ecogermania.it/
Thanks for your help and a big caffe latte is comming soon :-)
Nadine
thanks for your extension... it is simple to use.
on my localhost the module works perfect, when i put it online i am getting an error: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/instore/in-store.com.ua/mm/modules/mod_horizonSlim/helper.php on line 21
The online server runs php 5.... so actually I do not know where is the problem.
line 21 on helper.php is as follows:
private $horizon_article_id;
Thanks
adr
Your help will be appreciated. Helen
Thank you!
Kristina
I installed and configured the extension as a Slideshow and as an Article teaser, and it was looking great.
Since then, I installed and disinstalled others extensions, and suddenly when I try to open the page, I get the following message:
"Fatal error: Call to a member function getAttribute() on a non-object in /home/mydomain/domains/mydomain.com/public_html/joomla/modules/mod_horizonSlim/helper.php on line 333"
Any suggestion? Thanks in advance!
I'm using your awesome extension Horizon Slim but I'm having a little problem with IE7, I'm testing a page and it doesn't show any of the slides, just a black box. I've tried by disabling the other modules if it would be a bug between modules and everything stays the same. It is possible to fix this or it is better to quit and redesign the web in other way?
The web: http://temai.leroisanstete.com/
Thanks in advance for your help.
Love your module. I have had success using it with just images and descriptions, and read this helpful forum to solve the JoomFish and other issues already, and it looks great! But when I rewrite the code with divs, it displays a portion of each of my 4 slides side by side and doesn't move, like it is stuck. I confess, I do not know how to code, though, and i would also like to add links in my divs. Here is what I am trying:
I don't know how to write code for a link, but even with this to load properly and slide.
My website is kristinaskeys.com, but it is not published right now. If you need to see the page, let me know! Thanks!
Kristina
I´m using horizon slim with k2,and when I use it with all "menus", I can see in k2 article, but if i only want to see with k2 article, I can use it.
Can anybody help me ?
Thank you
Regards
I get this message when i activate the module . It is linked to an article and for now it has code that directs it to 3 images - thats it! not not added or tweaked anything else.
Fatal error: Call to a member function getAttribute() on a non-object in /home/urbanemissions/urbanemissions.info/modules/mod_horizonSlim/helper.php on line 333
Thanks a lot
puja
This module is fantastic! thanx!!
I have 1 question: I use horizon slim in different pages to describe different products, the problem comes when I have only 1 product and I would need only one slide plus description coming when the mouse hover the pic, but this is not happening. Is there any solution for this matter?... I really would like to have the same effect on all the pages!
thank you very much!!
Giorgio
i am using the solar sentinel rockettheme template. my problem with horizon slim is that when i add the link "read more" to the text and i point it to an article, the article is not shown in the article new page but in the same home page messing up the template. any help?
1. NO article text appears at all. It's not a color thing - I've used it straight out of the box, and altered colors. I use JCE in Joomla for my articles (which do display when used normally).
2. Only menu "bar" #1 shows (at the left in my case). #s 2 and 3 appear briefly when the extension first loads but then slide off to the right and disappear off the page.
Looks a great extension but I really need these 2 things sorted for it to be usable.
Cheers
However, although my implementation looks great on safari, firefox and chrome, I'm having some issues with speed that the slides play. That's both the sliding and transition (fade) effect on IE 8. It is so much slower than the other browsers.
I don't mind hacking the code but can you describe to me if it's possible to "tune" the speed and where in the code I should be looking? (I'm not a php or js expert!)
Thanks Jan.
I've just installed this great module but when I try to lunch a preview, the message bellow appear :
Fatal error: Call to a member function getAttribute() on a non-object in C:\Program Files\EasyPHP5.2.10\www\kleecommerce\modules\mod_horizonSlim\helper.php on line 333
I don't have joomfish, can you help me please.
Thanks a lot !
However, I'm having a problem with text in the display block not rendering unless it is . If I use any other tag such as there's no text displayed.
Any ideas?
Thanks
bonzo
i am not really sure what the problem is you encounter.
One guess would be: Did you enter a valid value for the "start slide" parameter of my module. It should be a Value between 1 and the number of Slides you use or "null" if you do not want any slide to be active.
I would be great if you could send me a link where i could take a look at the problem.
If that is not possible you could send me a saved version of the page in question.
Also the exact error message could help me to figure out your problem.
greetings Jan
I think your problem can be solved by adding z-index css values to the main container of my module and the container holding your menu. The z-index Value for the menu should be grater than the value for my Module. Then it should work fine.
greetings Jan
Hi mwprojects, the feature you are asking for would require a decent ammount of modification on my Javascript portion of "Horizon Slim". I am pretty buissy right now and it is a new feature i will considere it for some future update of my module but it will take some time because i have a lot of more important stuff to update first. However it should be possible to create such an effect by setting my module to "always show description" and integrationg some javascript which shows the content of the Slide when the parent li tag of my module has reached the given Slide width from my module parameters. This will require some scripting but should not be to hard to do. greetings Jan
i think there is a problem with my javascript and li tags in the content.
I had the same Issue with my "Presentation Slider Slim" Module where i already fixed the problem.
I am pretty buissy at the moment so it will take me some time to make a new update for "Horizon Slim" - I think i will release a new version in early August where this problem is fixed.
greetings Jan
Thanx.
There was only a problem in IE6 when the module in Joomla is inserted into the table
There is an error that inadmissible value in this place
if (l == j && M> 0) {l ++; M-; L-} O.style.width = (l) + "px";}
l value -46 :(
Prompt as it is possible to correct it?
I have a problem on a website under development that I can't achieve to solve.
A drop down menus is hidden by the horizon slim mod. It's impossible to put the menus in the foreground. But the problem only appears under IE7 (and before but nevermind for 6 and under).
Where should I search for a solution ?
Thanks
sorry for the repost, but my post before talks about "li"-tags.
thanks
Martin
do you know of any problems regarding -Tags in the content-area of your slides?
I am just testing your great module and have trouble to get it up and running if there are some -tags in a slide. For example, I am not able to include a "latest news"-module via loadposition in a slide. If I do so, all other slides do not work properly anymore.
Thanks for your help
Martin
Greetings Jan
my Module will can not use K2 Articles but it should be possible to use it on a site along K2 - don't see why not ;)
greetings Jan
Does Horizon Slim work on a Joomla K2 website?
Thanks
Henk
Fatal error: Call to a member function getAttribute() on a non-object in /home/huronlif/public_html/modules/mod_horizonSlim/helper.php on line 333
I've tryed using firefox and IE8. Also friend from Spain.
Can you help us? I unistall ans reinstall the mod but no results.
Regards,
JG
i am glad you like my module so much :)
The problem you describe seems to happen when you use a liquid layout and use my module in the liquid column of the Layout.
It normally only happens when there is some html element that in the dom structure comes behind my module and changes the width my module may occupy for some reason.
I would like to take a look at your specific case. Is it possible for you to send me an url where i can take a look or maybeyou could send me safed version of the site containing the problem.
maybe i will be able to help.
greetings Jan
you can replace the following line in the /your/joomla_installation_path/modules/horizonSlim/horizonSli.xml file:
<param name="article_id" type="sql" default="" label="LABEL ARTICLE_ID" description="DESC ARTICLE_ID" query="SELECT id, alias FROM #__content" key_field="id" value_field="alias" />
with this one
<param name="article_id" type="text" default="0" label="LABEL ARTICLE_ID" description="DESC ARTICLE_ID" />
This will allow you to insert the article Id in a textfield.
Hope that helps
greetings Jan
First of ALL, i don't actually like your extension, I LOVE IT!
best simple exptension for Joomla IMHO.
But I am having slight problem, the same as Valerio had.
The HorizonSlim I used doesnt properly shows the last slide, only shows when I define total width in the advanced parameter, but in doing so, the banner doesn't look nice in browsers with different width (i.e.widescreen).
Is there anyway so that the last slide can be shown properly?
Thanks
Rifky
Any advice will be helpful. Thanks in advance.
Regards,
Chris
at the moment i think it is not possible to use "Horizon Slim" with Jumi because my module does not execute content plugins.
When i wrote "Horizon Slim" i did not have in mind to include this functionality.
I will try to implement this but it will take some time.
greetings Jan
i am not sure if i am really getting your problem.
From what you wrote i would tend to think it is a css related issue.
Could you please send me URL where i could look at your problem or maybe a screenshot and the html source of the site containing the problem.
greetings Jan
i have this problem, as the subject, my images do not diasppear... under the slidshow (horionslim), there are all images i used for the module...
all parameters in module are ok (i check many times), the slideshow work correctely (i try with success to configure many parameters).
on my "templatedetails.xm" i put a new position and i call from the article (with section and categories).
i use "JCE editors", so i disable it and make "no editor" but the problem persist...
help...
thanks in advance (and sorry for my bad english).
I do not think you have the same problem as Lucy because she had the Problem that her Server did not support dom and without php Dom Support my module will not work at all.
What you descripe seems to be a Joomfish problem. at first I would suggest that you enabled the Joomfish System Plugin which i think is essential for joomfish to work at all.
I know that you can encounter problems if you have Articles for wich there is no translation because Joomfish will put a warning message at the top of those Articles - but i think you can turn that off somewhere in the Joomfish settings. I already implemented a function to remove the joomfish error messages inside Horizon Slim and this will be included in the next update.
greetings Jan
When I unpublish the following joomfish plugin: "System - Jfdatabase" my site is back again, with Horizon Slim working, but no access to any joomfish functionnalities... I have a wraning : "Joomfish System Plugin not enabled" on the language selector module position!
BTW :
Fresh install
PHP 5.2.8
MySQL 4.1.22
Joomla 1.5.18
Joomfish 2.0.4
JCE 1.5.7.4
Thanks for your help :)
I've got the same problem as Lucy.
It seems, in my case, that there is a conflict between Joomfish and Horizon Slim.
It happens on a brand new site, blank or with default contents.
When I activate Horizon Slim I get only a blank screen. If I uninstall Joomfish, I see my site back again. Or if I unpublish the horizon module it's ok again.
Do you have any idea please ?
Thanks,
Philippe
I know of that problem - and will be fixed soon - sorry for the inconvinience.
To get it running just add an non empty alt tag to every Image like alt="my description text" and it should work fine.
greetings Jan
Reading through the issues, I think I have a similar issue to johnlewisdesign. On both IE and firefox, it throws an error: t.parentNode is undefined
http:///modules/mod_horizon/js/horizon.slim.0.2.js line 16
seems like it send one every time it tries to go to the next slide. System is:
PHP 5.3.2
Web Server: Apache/2.2.15 (Fedora)
Joomla: 1.5.15 stable
browser: Mozilla/5.0
For the example, I took your demo 1 exactly and even used your slides.
Thanks for any help,
-scott
thats an odd problem. I never got feedback from John so i do not know what caused the problem for him.
Do your two Sites run on different Servers or on the same ?
Could you please check your error logs for some hint what went wrong.
On a System with PHP 5+ i do not know how my module could cause a blank page without any error message.
greetings Jan
Firstly I'd like to say thank you for a great module. It works a treat on one of my sites.
My problem is similar to John's where when I activate it on one of my other sites it produces a blank page. I've checked that the settings and parameters I have used for both sites and they are the same so I don't know why it's working on one site and not the other.
The problem site
PHP Built on: Linux
PHP Version: 5.1.6
Web server: apache2.2.3
Joomla! Version: Joomla!1.5.15 Stable
I hope you can help, thanks :)
when you copied the Article did you turn of your wysiwmyg Editor or used the sourcecode option as stated in my Documentation page ?
If you did so and it is not working i will need some more Information to help you like:
1. What system are your working on windows/Linux/Mac local or server ?
2. What php version do you have installed.
3. Are there any error messages.
You could also try to turn on the "php debug" option under advanced in my modules module settings - the resulting output could give me some insight of the problem at hand.
i hope i will be able to help you with your problem
greetings Jan
What a great module;) thnx for that,
My question is, i've installed it already, but i can't see a slide on my page..
Is there something i can do? I've copied the html code in an article, nd set the parameters to the same article, without any results..
Grtz
httpdocs->.htacces
AddHandler x-httpd-php5 .php
put this at the end of the file, and it will allow you to use php5
succes
Hi Jake, adding links to the Slides works exactly the same way for demo 2 as they are applied in demo 3 and 4
just add a link like:
<a href="/negetics-Horizon-Slim/horizon-slim-demo-gallery-slideshow.html">link title text</a>
somewhere in the main div of the Slide
greetings Jan,
I had to change to Demo 2 as the powers that be liked the look of it beter, is there any way i can make the slides into links aswell?
it seems you have changed the demo since you made your comment. It looks more like Demo 2 now.
But I can imagine what your problem was - when you want an effekt like in demo 4 it is best to have a setup where the total width my module may occupy is a multiple of the width the single Slides. In my example the total width is 980px and the Single Slides have a width of 196px times 5 this makes exactly my 980px.
In your case the total width is 988 say you use 6 Slides that would make 164.66 which is not optimal but you could try to set the width for the expanded Slide to 165 in my modules parameters. I think this will make the Single Slides to jump a little when they get active but it should work.
When you put the demo back to what it was i can take a closer look at your problem.
greetings Jan
Firstly let me say that you have created a wonderful module and i shall be using it when ever i can. I am however having a little bit of a issue with it that im hoping you can help me out with,im using the Demo 4 - Article teaser 2 but i don't have the slides sliding up or down for that matter when i mouse over. You can view it at www.xposure.co.za
Thanks again for a totally wonderful module
Jake
is it possible that your online host runs php 4.x ?
This would be the only explanation i could think of for this to happen.
My module needs php 5.x to function and since php 4 is no longer supported as of August 2008 i would strongly recommend to update to php 5.x for security's sake.
greetings Jan
After working fine on localhost I try to bring the site online. The site won't load. This is the error message I get:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/drummingsecrets.com/subdomains/achzoja/httpdocs/modules/mod_horizonSlim/helper.php on line 10
Do you know how I can fix that? Hope so.
Best regards
what version of IE are you using.
The speed difference is because i made it so. I have IE 5.5 6 and 7 parallel installed and on my client pc the firefox version was always much faster than the IE or Opera or Safari so i slowed the script down on firefox. So it is pretty much possible that on a fast pc the other browsers work with the proper speed they should wich they do not on an pc with 2.8 ghz.
So it would be interesting on what frequence your pc is running :)
I will try to fix this in the next update and make it optional to slow mozilla down or something like that.
greetings Jan
Modifying the "Slide Speed" parameter changes the speed in all browsers but it's always relatively slower in firefox (or too fast in other browsers if you want to call it that way). The difference is too great to ignore frame rate is pretty much halved. Any opinions?
Bye.
i am not at home at the moment so i cant get to my emails but from the error message, plese check if you have entered a valid entry in the "start slide" field in the setup. It hase to be a value > 0 or 'null' if you do not want any slide to be active. I will check your eMail on sunday.
cheers Jan
Fout: uncaught exception: [Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "http://localhost/achzoja//modules/mod_horizonSlim/js/horizon.beta.0.1.js Line: 6"].
I hope this will do.
Thanks!
i am glad you apreciate my module :)
To help you it would be good to know.
1. Do my demos work in your firefox ?
2. could you send me a link to your page so i can take a look at the problem?
if that is not possible you could just send me the sourcecode of the the site where "Horizon Slim" does not work proper.
3. if you get any javascript error messages those would be of interest too.
To get the javascript console in firefox press str+shft+j
I hope i can help you with your broblem.
greetings Jan
Congrats with the succes of your extentions. Rightly so! I love them! I buy you a hamburger, ok?
The Horizon Slim ads much dynamic to my website. But in the Firefox browser (3.6.4) the first two slides shows full and dimmed.
The app is frozen. No movement. In IE8, Opera, Chrome and Safari
the slideshow works excellent. Any idea how I can it let work also in Firefox? Thanks in advance.
Henk
it seems your server configuration has set the php error repoerting "E_ALL" wich is a very unusual setteng in a joomla environment.
Try this in the file "mod_horizonSlim.php"
insert after this line:
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
this line:
error_reporting(E_ALL ^ E_NOTICE);
this should turn off the E_NOTICE warnings.
I hope this helps you.
greetings Jan
Thanks for developing the Horizon Slim... it looks great! I'm getting errors though, and hoping you can help me please? The errors are:
Notice: Undefined index: js in /mnt/glusterfs/apache/hosting-dir/48336/user_dir/mysite.com/modules/mod_horizonSlim/helper.php on line 142
Notice: Undefined index: link in /mnt/glusterfs/apache/hosting-dir/48336/user_dir/mysite.com/modules/mod_horizonSlim/tmpl/default.php on line 70
Notice: Undefined variable: listeOpener in /mnt/glusterfs/apache/hosting-dir/48336/user_dir/mysite.com/modules/mod_horizonSlim/tmpl/default.php on line 80
Notice: Undefined variable: listeCloser in /mnt/glusterfs/apache/hosting-dir/48336/user_dir/mysite.com/modules/mod_horizonSlim/tmpl/default.php on line 80
Not sure quite how to fix these - so any help you can provide would be great!
Thanks
Ryan
looks like there is some eeror with the Article sourcecode you use to generate the Slides.
Make sure you edit the used Article without a WYSIWYMG editor.
I can See from the error message that my module was not able to find an image within the div's.
If you send me the source code of the Article you use i can take a look at the problem.
I hope i will be able to help you with your problem.
greetings Jan
Fatal error: Call to a member function getAttribute() on a non-object in C:\xampp\htdocs\tripuraportal\modules\mod_horizonSlim\helper.php on line 333
could you please tell me wich release of "horizon slim" you use and could you please send me the sourceCode of the Article you are using with "horizon slim" so i can take a look at your problem.
And please make sure the "Tidy support" under "Advanced Parameters" set to "yes".
I hope i will be able to help you with your problem.
greetings Jan
Can you please help me? I have installed your module and is working fine, but in the top of the slide is appearing this message:
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: error parsing attribute name in Entity, line: 1 in /home/inspired/public_html/test/modules/mod_horizonSlim/helper.php on line 261
How can i fix this?
Many thanks,Angelo
Thanks for your great module. I'm gonna buy you a coffee.
For those experiencing the same issue, make sure "Hide active Description on mouseover" is set to yes.
GREAT MODULE! I LOVE IT! :D
Thank you for all the support you have been providing, I have been able to answer a lot of questions just by reading over this page.
However, I have a problem when I try to reproduce the demo 2: specifically, the first opens automatically and when I move to another pic, the description from the first does not go away. All the other pics and descriptions move and are color overlayed correctly except for the first one. In fact, it seems as if the first div is not following the custom css override at all.
All other settings are exactly the same (to my knowledge).
Any suggestions?
Thanks!
Ahmed
i have to apologize for the inconvenience with the css override.
I updated the stylesheet of my module with the last update so that the css won't break so easy anymore.
So the css overrides have changed but i did not have the time to correct the demos yet.
the override for demo 4 should work like that now:
ul.physicists li.neHS div.neHSc div.neHSf {
background:#b84212; opacity: 0.8;
}
ul.physicists li.neHS div.neHSc div.neHSb div.neHSbb {
background:#eea701;
}
I hope that solves the problem otherwise just contact me again.
greetings Jan
I added "physicists" to the module class and the provided code into "templates/rt_dominion_j15/html/mod_horizonSlim/default.php"
but no matter where I put it, the override doesn't take effect and I have everything configured the same as the demo 4 settings.
Thank you!
i am glad you want to try my module.
Just put the css code in this file:
/your/joomla/intsallation/path/templates/ja_purity/css/template.css
or in the "Horizon Slim" css file:
/your/joomla/intsallation/path/modules/mod_horizonSlim/css/horizon.css
I hope this helps you.
greetings Jan
could you please give me some specifics about the error you encounter like what browser did you use - very good would be the source code of the site you encountert the error.
I know about a problem with the Internet Explorer that could lead to such an error message. But this only happens in sites with a broken dom structure and IE.
If you send me some more information i will look into your problem.
greetings Jan
i just tested my module with Joomfish and it will work fine as long you have translations for the Articles used with horizon or you have the fallback activated for Articles without translations.
If you do not have a translation for an "Horizon Slim" Article and fallback is not defined Joomfish adds a message Div at the front of the Article and that causes an error with my module.
So just try to activate the fallback - you can find this setting under components > Joom!Fish > Language Manager.
I will build in a Joomfish check to prevent this error in the next update of my module.
Hope I could help you.
greetings Jan
I'm new to make website..and now struggle to put the demo 1 slide show in an article..
Please tell me which css file i should add the follwing code.
#ja-header ul.neHS li.neHS,
#ja-mainnav ul.neHS li.neHS,
#ja-content ul.neHS li.neHS,
#ja-topsl ul.neHS li.neHS {
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
Regards.
Firefox error console shows
Error: tParentNode is undefined
Source File: http://mysite/modules/mod_horizonSlim/js/horizon.slim.0.2.js
I have debugged JS but no output. Debugging PHP just shows me a PHP file that looks OK.
Any idea?
Will check back after the weekend, hope you had a good break, and thanks for such a wonderful mod!
First of all thanks for the great job,
I've installed the module, it works perfect in the french version, when i tried to move to the english version -using joomfish 2.0.4- the following error appears :
Fatal error: Call to a member function getAttribute() on a non-object in C:\Program Files\wamp\www\virtuemart\modules\mod_horizonSlim\helper.php on line 333
I saw the same error from Adam, but i think no solution yet?
Hope you have good holidays :)
i figured out the problem.
You have a huge table in your Layout. The horizon script is called while the table is still being set up by the browser so I get a 0 value in an offsetWidth check for my ul wich causes the error.
I send you a version of Horizon Slim with a fix for that.
Try to install the "Horizon Slim" package i attached to the email.
This should fix your problem.
Greetings Jan
thanks for your answer. I see that i have the error "x is null" in the horizon.slim.0.2.js at row 16. Maybe this is not a major issue in most of browsers but it is in IE. Probably i have some conflict with another js but i am not such an expert with java..
Any suggestion about how to solve this?
Thanks
i am happy you like my little module.
To solve your problem there are two possibilities:
I guess you are using a version of "Horizon Slim" s if you use a Version ollowing style:
#ja-topsl .negeticsHorizon li (
padding: 0;
margin:0;
)
I hope this fixes your problem.
greetings Jan
to solve the problem with the Slides not showing try to add a Total Width in the Settings of my module you find this setting under:
advanced parameters > Total Width
I think in your case something about 740 should be ok
That should solve the Issue of the not shown slides.
The problem with the IE seems to be some kind of broken script inside your side - so i can't help you with that sorry.
greetings Jan
I have the same problem as Mathieu Braekeveld and in accordance with the suggestion put . NegeticsHorizon li (padding: 0;) to template.css but the problem still is, something like Firebug shows:
template.css (line 1236)
#ja-topsl li;, # ja-botsl li (
background-image: url ("../ images/bullet2.gif ");
background-position: 1px 8px;
padding-left: 10px;
)
template.css (line 1218)
#ja-topsl li, # ja-botsl li. NegeticsHorizon li (
padding-left: 0;
)
What am I doing wrong? I add that I have to stay with the #ja-topsl li, # ja-botsl li (line 1236) it to me makes all the lists. When I delete this everything is fine.
Any thoughts, thanks!
Jamie
I am testing it on my site but i have some issues maybe related to template or other modules stylesheet..
- With iexplorer (v. 7) i can't see any slide.
- With firefox (3.6.5pre), safari and chrome it's ok.
- With firefox 3.6.4 i can't see the last slide but if i activate php debug in the module then it's fine....
Here is the homepage i am testing with debug on: http://www.efoeawaonlus.org/web/
Here is another page with php debug off http://www.efoeawaonlus.org/web/it/progetti (i can't see last slide on firefox 3.6.4)
Any help would be very apreciated
Thanks
[02-Jun-2010 16:12:44] PHP Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /modules/mod_horizonSlim/helper.php on line 21
Any suggestions?
looks like your php version does not know the DOMDocument Class.
I can see from the error message that you are trying my module on a windows environment.
I never tried it under Windows :(
Could you please check your
PHP version
and your dom infos
you can find all this Information under System Info > PHP Information
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\Silouette\modules\mod_horizonSlim\helper.php on line 260
Fatal error: Call to undefined method domdocument::loadHTML() in C:\xampp\htdocs\Silouette\modules\mod_horizonSlim\helper.php on line 261
I have SEF URL's enabled so don't think it relates to the other DOMDocument error, any help muchly appreciated.
Adam.
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity....
This usually means that you use url's containing one or more & (Ampersands).
You need to replace them with the proper html-entity & and all will work fine.
I will try to fix this problem in one of the next updates but i am not sure how to fix this right now but i will find some way ;)
greetings Jan
index.php?option=com_content&view=article&id=38
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity, line: 1 in /home/maitak87/public_html/modules/mod_horizonSlim/helper.php on line 261
When you create a link in the article you must use the following format:
index.php?option=com_content&view=article&id=xx
I excluded the ;view=article& and that is what was giving me the error.
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity, line: 1 in /home/maitak87/public_html/modules/mod_horizonSlim/helper.php on line 261
The warning message only shows up when i have links in the module. I saw your suggestion about charset and tidy, but i don't understand where that is accessed. Can you be more clear about the navigation to those settings?
Site with error message here.
http://www.new.interculturaljourneys.org/
Otherwise great module. Donation coming soon.
what charset does your site use ?
try entering the correct charset in the module settings under:
Advanced Parameters > HTML Charset
and turn the tidy support off:
Advanced Parameters > Tidy support: no
if that does not help please send me the contents of the article you use as Data for "Horizon Slim" and if possible a link to your test site so I can take a look.
Greetings Jan
i found an error message when i'm using your module:
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity, line: 1 in /home/maitak87/public_html/modules/mod_horizonSlim/helper.php on line 261
i don't know how to fix the problem. Please help me to fix the problem.
I'm using mod_horizonSlim_0.2.6_RC3.zip.
Thanks..
I know about the list bullet problem, this happens when in an existing stylesheets the padding for li elements is clobally set.
you have to add the following line somewhere in your stylesheet and it will be fine:
.negeticsHorizon li {padding:0;}
For the containerFirst thing - I also know about that. It is something I forgot to fix with the last update. And the reason that it doesnt apear on my site that way is because here I already use a newer version.
Ther is a delay with the next update because I added some image resizing capabilities - which I have to remove again before I release the next update. Otherwise I would get kicked from the JED for using a php script licensed under MIT-License.
But I will release the next update within the next 12 hours. Wich will fix a Javascript bug. The list css issues and the containerFirst problem.
So check back and look for the update.
Greetings Jan
i haven't tried my module under a php4 environment yet so it is possible that it doesn't works there. I am not using any fancy php5 only function in my Module though.
If anybody has "Horizon Slim" running under php4 please contact me.
If you send me an URL I willtake a look at the problem.
greetings Jan
I haven't tried my Module with other Charsets besides utf8 because I personally prefer this charset over all athers because it works with every Language.
If you need to use Latin2 as charset you can try to replace all special chars with the proper Html entities then it shoul be fine with horizon Slim.
I am working on a new Version of horizon Slim with included php-tidy support to cleanup the provided sourceCode that could also take care of your problem but for that to happen you will have to wait a few days.
greetings Jan
img src="/images/stories/banner/banner2.jpg" alt="Nieuwbouw 2" />
img src="/images/stories/banner/banner3.jpg" alt="Nieuwbouw 3" />
img src="/images/stories/banner/banner4.jpg" alt="Nieuwbouw 4" />
My website with the banner: http://www.creativewebsolutions.be/rubenvercamst/
I'm looking for hours now but can't find out why there is always a bullet displyed on the left of my images. Also not all my images are displayed (but this i think is because the bullets are shown).
My article containts only images as you can see (i did'n use an WYSIWYG-editor so this is the source code):
What i find very strange is that when i look at the generated html all images are stored in a seperate and the div's always have the name "container first". When i look at other pages with examples this is not the case...
Can anyone help me please?
Regards,
Matthew
PHP Built on: Linux
PHP Version: 4.3.11
Web Server: Apache
Joomla! Version: Joomla! 1.5.17 Stable
Thanks in advance!
Basic Parameters -> total height: 200 or whatever your desired height is.
greetings Jan
It's installed here:
http://demo.zenithsolutions.com.au/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=58
Try adding the following code to your stylesheet:
#content ul.negeticsHorizon {
margin-bottom:0;
margin-left:0;
}
That shoud fix the Problem.
Cheers Jan
I'm having a problem in Firefox where the module sits off-center to the right, actually going outside the main body. Any ideas why this is happening?
See site here.
http://www.new.interculturaljourneys.org/
thanks for your suggestion.
I added a form to submit sites using "Horizon Slim" and will put the submissions on my site soon ;)
Just a quick suggestion. Could you add a section for users to post links to Horizon Slim in use on other sites? If I understand Horizon Slim correctly, the possibilities are impressive, and it would be easier to demonstrate that potential with more examples.
Thanks,
Patrick
Thanks for posting the solution of the "No Article Id" problem. I wrote this in an E-mail to sanjay but forgot to put it in the questions Area. Hope you like my little module. A new Version is on the way I rewrote the complete php portion so it is good oop code and easier to maintain and customize. Will add the possibility to parse div's instead of paragraphs inside the main div's so there will be more flexibility in the custom HTML code. Cheers Jan