Avoiding publishing of in-article module(s) in category blog layout - Joomla! Forum - community, help and support
joomla version 3.6.5, protostar layout.
i managed create category blog layout guitar lessons, heres rough mockup:
http://guitarguitar.net/joomla/index.php/guitar-lessons
at start of each guitar lesson, however, have module containing ad , social media buttons. not want show in category blog list of articles - how can avoid this? have searched , searched can't seem find answer.
i did manage find 1 solution: load module after read more text, modifying code module div (assigning float left , top position):
article code:
module code:
is solution or there better way it? because me seems rather cumbersome, maybe 1 can accomplish modifying/overriding core files of category blog layout?
modules loaded using "modules anywhere"-extension.
best regards
marcus
i managed create category blog layout guitar lessons, heres rough mockup:
http://guitarguitar.net/joomla/index.php/guitar-lessons
at start of each guitar lesson, however, have module containing ad , social media buttons. not want show in category blog list of articles - how can avoid this? have searched , searched can't seem find answer.
i did manage find 1 solution: load module after read more text, modifying code module div (assigning float left , top position):
article code:
code: select all
<p>welcome first beginner guitar lesson. main point of course teach how play guitar absolute beginner may never have held guitar before. contains lot of video lessons along way, made me, marcus.</p>
<hr id="system-readmore" />
<p>{module 87}this course players maybe learned bit before, want basics right reinforce guitar playing skills. may use outline , summaries on lessons page pick lessons find relevant you, or skim through lessons , see missed! there's tons of stuff here, don't miss out =).</p>
module code:
code: select all
<div style="float: left; margin-right: 10px; margin-bottom: 10px; width: auto; height: auto; positon: top; ">
<p><img alt="" class="pull-left" src="http://guitar.nano-it.dk/media/1005/ad336x280.png" /></p>
</div>
is solution or there better way it? because me seems rather cumbersome, maybe 1 can accomplish modifying/overriding core files of category blog layout?
modules loaded using "modules anywhere"-extension.
best regards
marcus
Comments
Post a Comment