Related Items Extended is not showing up
- Posted by codeware (30) Offline
- Posted by TemplatePlazza (5263) Offline
I don't see the module published there, can you point me directly to a page where you publish the module?
Please Log in or Create an account to join the conversation.
- Posted by codeware (30) Offline
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 :
10 years 10 months ago #10
by TemplatePlazza
.slidetag {display:block; height:1px;}
Please Log in or Create an account to join the conversation.
- Posted by codeware (30) Offline
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 :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
.slidetag {display:block!important; height:1px!important;}
Please Log in or Create an account to join the conversation.