In the news feeds page, you don't use sidebar but main content block only so if you want to customize HTML code, you can edit this file:
/templates/socialize/tpls/blocks/mainbody/no-sidebar.php
In the news feeds page, you don't use sidebar but main content block only so if you want to customize HTML code, you can edit this file:
/templates/socialize/tpls/blocks/mainbody/no-sidebar.php
Hi Saguaros,
Thanks for your reply. I seem to be in a state of confusion between J4, T3, and the Socialize template. I've watched several of the T-3 tutorial videos, and they appear to be all J3, so there are things I'm not seeing. I tried to create a copy of the default-content-left layout so I wouldn't edit the default, but I'm not seeing it in any of the directories.
if I use a copy of one-sidebar-right to give me the right side bar do I put my html under the <jdoc:include line? I really don't know what I"m looking at. Should that be removed and replaced with the html.
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<div class="t3-content-block">
<jdoc:include type="component" />
</div>
</div>
<!-- //MAIN CONTENT -->
<!-- SIDEBAR RIGHT -->
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>">
<jdoc:include type="modules" name="<?php $this->_p($vars['sidebar']) ?>" style="T3Xhtml" />
< NEW Ad Code here> ?
</div>
<!-- //SIDEBAR RIGHT -->
Thanks I will give that a try
Thanks, I've decided to go a different route. I don't really like having to update code for fear that will be overlaid with the next maintenance or upgrade. Now that I know where the module positions are I can create a custom html module or wrapper module and assign it to the correct position. Is there anyone working on making the T-3 Theme magic work on Joomla 4 templates?
Thanks for your help.
tskipton Is there anyone working on making the T-3 Theme magic work on Joomla 4 templates?
Due to the new updates of Joomla 4, I'm afraid that ThemeMagic will not be available in Joomla 4
Editing via ThemeMagic would be the same of editing LESS files for global changes in style, let me know if you want to customize LESS so I can suggest further.
Hello,
I try to alter the colors, but without any success.
Feels like being too stupid.
custom.css doesn't work and changes in the LESS file doesn't react at all.
A documentation would be very nice.
Kindest regards
Hi
This template is built using T3 framework, you can check out this documentation for how to customize theme with LESS: https://www.t3-framework.org/documentation/bs3-customization#theme-customization
Let me know if you need any further help.
Regards
Thank you for you quick reply :-)
Xiantropist Let me know if you need any further help then.