Related Items Extended is not showing up

10 years 10 months ago #7 by codeware

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline

10melhoresfilmes.com.br/

I don't see the module published there, can you point me directly to a page where you publish the module?
10 years 10 months ago #8 by TemplatePlazza

Please Log in or Create an account to join the conversation.

If you use firebug and point right above the read more (green) button you will see the <p id="slidetag"> </p> which I believe comes from your extension.
10 years 10 months ago #9 by codeware

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Ah ok. That <p id="slidetag"> is a trigger if you use a slideout type of module. You can make it to to have less space by adding this css to your css file :
.slidetag {display:block; height:1px;}
10 years 10 months ago #10 by TemplatePlazza

Please Log in or Create an account to join the conversation.

I had tried that before and I tried again but it did not work...
10 years 10 months ago #11 by codeware

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Please try :
.slidetag {display:block!important; height:1px!important;}
Or if you didn't use the slideout type of module, then it is safe for you to delete that <p id="slidetag"> lines.
10 years 10 months ago #12 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum