iframe after joomla article

1

Speak people ... I need help from someone who already has a bit more experience in joomla.

I will summarize my question for you. I am currently working on a site for books ( cubomagi.co/bdl ) When the user enters the link of some book, the information of the book will appear, etc ... Example: Blame it on the stars

Now the real question comes

To appear the book, I'm using an iframe that I put inside the text when I create an article in joomla, however the size is limited due to the configuration of the article. I would like to know if there is any way I can put the iframe after the tag article, is there any plugin already created that allows this or etc?

    
asked by anonymous 11.01.2018 / 16:57

1 answer

0

Try this ... You can create a module of type "Custom" (unfortunately one for each book, as each one will have a% <iframe> different) .

After that you enable this module in the article page of the book, not within the article but on the article page.

Here you choose a position for the module with <iframe> of the book that falls below the content of the article.

See the screenshots for a better understanding.

AnotherthingInoticedisthatthearticlehasasidebarthatoccupiesacol-sm-4whichisaGridclassofBootstrap3.AndtheiframeoftheBookoccupiesacol-sm-8

BootstrapGrid

<linkhref="/bdl/templates/ja_moviemax/local/css/themes/cyan/bootstrap.css" rel="stylesheet" type="text/css" />

Grid Content Layout

TheninyourcaseIwouldformatthis<divclass="col-sm-4 article-sidebar"> with the book information so that it occupies a col-sm-12 and would let iframe of free occupy a col-sm-12 too, as in the image below.

Then in your case I would try to change the format of SideBar and not try to play iframe down on gambiarra.

    
11.01.2018 / 17:35