Mini K2 Content Default Sub-Template, Simple Template Breaking Bottom of Website
- Posted by TemplatePlazza (5310) Offline
Hmm ok, can you set the sub template to the default so I can see what is happened?
9 years 4 months ago #7
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Nick (7) Offline
I have set the sub-template back to the default. Please review and advise.
9 years 4 months ago #8
by Nick
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hmm ok, there's class naming confliction between your template and the module. Your template uses class name .block that is used by minik2.
Can you edit your template index.php file and find the bottom block contain this code :
try to change to
9 years 4 months ago #9
by TemplatePlazza
Can you edit your template index.php file and find the bottom block contain this code :
<section id="block-bottomb">
<div class="container">
<div class="block blockequalize equal-column row">
try to change to
<section id="block-bottomb">
<div class="container">
<div class="blockequalize equal-column row">
Please Log in or Create an account to join the conversation.
- Posted by Nick (7) Offline
There is no code entitled <div class="block blockequalize equal-column row"> within the entire website (did a find with both Dreamweaver and Notepad++).
Please advise.
9 years 4 months ago #10
by Nick
Please advise.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
It should be on your template file, but it's ok, let's do that from the module side. Open this file :
../modules/mod_minik2/tmpl/simple/default.php
at line 24 you will see this code :change that to
then open file
../modules/mod_minik2/tmpl/simple/assets/simple.css, then replace all .block class name to .mk2block
9 years 4 months ago #11
by TemplatePlazza
../modules/mod_minik2/tmpl/simple/default.php
at line 24 you will see this code :
<div class="k2item block">
<div class="k2item mk2block">
then open file
../modules/mod_minik2/tmpl/simple/assets/simple.css, then replace all .block class name to .mk2block
Please Log in or Create an account to join the conversation.
- Posted by Nick (7) Offline