Override mini frontpage template?
- Posted by ckubs (10) Offline
Is it possible to override mini frontpage templates? Trying to make some edits to match my site template and I didn't saw any info about that.
Thank you for any help. I don't know for now another way than modifiing the corefiles. Wich is not ideal in case of an update.
4 years 4 days ago #1
by ckubs
Thank you for any help. I don't know for now another way than modifiing the corefiles. Wich is not ideal in case of an update.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, minifrontpage is fully support template override. Please have a look on this video to do that
4 years 4 days ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by ckubs (10) Offline
Thank you for the response.
One of the reasons that made me wanting to override default templates is this piece of code from carousel.php that duplicates the default joomla 3.9 module title. It's quite annoing.
4 years 3 days ago #3
by ckubs
One of the reasons that made me wanting to override default templates is this piece of code from carousel.php that duplicates the default joomla 3.9 module title. It's quite annoing.
<div class="mfp_block_title"><h4><?php echo $module->title; ?></h4></div>
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi you don't need to override the template for that purpose. You can use CSS adjustment tab from the module backend and hide that part by css
4 years 3 days ago #4
by TemplatePlazza
.mfp_block_title {display:none!important}
Please Log in or Create an account to join the conversation.
- Posted by ckubs (10) Offline
Should work that way. Unfortunatelly everything I override in my template CSS doesn't work without !important added as the mfp selector style gets picked over it.
3 years 11 months ago #5
by ckubs
Please Log in or Create an account to join the conversation.