-
AuthorPosts
-
August 11, 2014 at 7:35 pm #200428
hi there!
some thing went wrong with my video page and i cant find what’s cousin a problem.http://www.artforspeed.com/index.php/videos
Thx
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 11, 2014 at 8:20 pm #545536What usually happens here is the editor strips the HTML used to create the page. You can turn off that feature depending on which editor you use.
http://www.joomlart.com/documentation/joomla-faqs/other-questions#editor
Once you have your editor setup to leave HTML untouched you can see how it should have been in the guides here – http://www.joomlart.com/documentation/joomla-templates/ja-playmag-joomla-template-documentation
1 user says Thank You to Phill for this useful post
August 12, 2014 at 5:55 pm #545697Well it works good on other pages, any more precise answer please.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 13, 2014 at 1:26 pm #545843What happens is when you open an article that contains HTML, simply saving it the editor will strip out the HTML by itself. It is a feature of the editors there for various reasons such as security, protecting layouts etc. However, in this case we know what the HTML is and as such we do not want it stripped. JA create some very nice video layouts in the templates but simply opening them in the standard Joomla editor will cause this problem. If you open them in the Joomla “No Editor” mode then this does not happen, but better to configure your editor to leave the code in tact.
All the HTML exactly as it should be is in the guides I linked to above. If you are having trouble restoring it to as per the demo I would be happy to do so for you if you send me via PM super admin logon details and the name of the article that has the problem.
August 13, 2014 at 6:33 pm #545902I’m using TinyMCE editor, but i think problem is here:
<div class=”article-img”>
<a href=”/index.php/videos/178-wheels-waves-012″>
<span class=”item-image-border”></span>
<img alt=”Default Image” src=”/images/joomlart/demo/default.jpg”></img>
</a>Page loading default.jpg in the background but i don’t know where get rid of it.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 13, 2014 at 8:04 pm #545905Normally the articles for the videos would be something such as.
<div class=”video-container”><iframe width=”1120″ height=”630″ src=”//www.youtube.com/embed/dIfeh6EGZo8″ frameborder=”0″ allowfullscreen></iframe></div>
<p>Gravida cursus urna sollicitudin tellus Ut et Nulla a dolor auctor. Id neque vel dui porttitor Integer Suspendisse condimentum pellentesque feugiat faucibus.</p>
<hr id=”system-readmore” />
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p>
<p> Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.</p>
<p> Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.</p>August 14, 2014 at 7:07 pm #546038<div class=”article-img”>
<a href=”/index.php/videos/178-wheels-waves-012″>
<span class=”item-image-border”></span>
<img alt=”Default Image” src=”/images/joomlart/demo/default.jpg”></img>
</a>This is not a code I’m inserting to editor, this what web site generate itself, go to my page and check.
That’s what im paste in article editor:<p><iframe src=”//player.vimeo.com/video/13159991?title=0&byline=0&portrait=0&color=252b2b” width=”700″ height=”394″ frameborder=”0″ allowfullscreen=””></iframe></p>
<p>A short film about custom motorcycle engineer shinya kimura @ chabott engineering, directed by Henrik Hansen http://www.henrikhansen.net, shot on the Canon 5D and 7D.</p>Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 14, 2014 at 7:17 pm #546039Exactly, you are missing the div class I listed above as suspected.
August 14, 2014 at 7:51 pm #546044sorry but there is no change after adding div class.
It look like web load default image coz it can’t load a video image
as per code
[PHP]<?php }else{ ?>
<a href=”<?php echo $item->link; ?>”>
<span class=”item-image-border”></span>
<img src=”<?php echo JURI::root(true);?>/images/joomlart/demo/default.jpg” alt=”Default Image”/>
</a>
<?php } ?>[/PHP]Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 15, 2014 at 8:15 am #546101Please PM me a super admin logon so I can investigate.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 18, 2014 at 3:47 pm #546402Hi @buell
I checked your custom-html module and seems that issue is caused by 2 things
1) The advanced module manager remove from the available options in the display options tab the column settings
now i switched again to Joomla core from advanced module manager and it is showing correctly .2) You were missing the background image for the featured article in the image and links tab, i added them and now seems to be ok
Please check it.
1 user says Thank You to pavit for this useful post
August 19, 2014 at 7:49 pm #546575Hi maybe I’m wrong but I think it was displaying miniature image of video in “hot videos” same like in “all videos” with out adding link image. To me it looks like a bug coz it works in “Must See Video” and “all videos”, there is any solution to avoid making PRT SCR and uploading every time. It will make much more sense to make it right, that’s a lot of time wasted if you think about several hundreds videos and only 3 of them are show.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 19, 2014 at 8:09 pm #546576Template was released in this way with features available as in Quickstart Version
To have what you need i think you will need of some php code customizaton
We tested that your template configuration respect the quickstart configuration and works as expected, so no bugs were discovered in the code, but it’s the way the template works.
-
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by buell 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum