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.

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 :
<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">
9 years 4 months ago #9 by TemplatePlazza

Please Log in or Create an account to join the conversation.

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 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 :
<div class="k2item block">
change that to
<div class="k2item mk2block">

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

Please Log in or Create an account to join the conversation.

That worked. Thank you very much for your time. :)
9 years 4 months ago #12 by Nick

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum