Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Johnny
tagDiv Member

I agree that h1 and h2 should be possible on the front page!

Johnny
tagDiv Member

Thank you very much for your suggestion. To achieve this I need to change the module title’s default h3 to inline h3 or even a span class.


function get_title($cut_at = '') {
$buffy = '';
$buffy .= '<h3 itemprop="name" class="entry-title td-module-title">';
$buffy .='href . '" rel="bookmark" title="' . $this->title_attribute . '">';

I’m not sure I can create a new class if that h3 styling is in the td_module.php since that markup isn’t created with a variable, as I understand it. I will need to overwrite that h3 styling or replace it entirely I think.

Johnny
tagDiv Member

After poking around I’ve found where I need to make the change, it’s in the wp_booster/td_module.php.

But that means I need to do something like, “If module_6_2, then load td_module-new.php” because I don’t want to make this change for EVERY module, just this one. Any suggestions? Thanks!

  • This reply was modified 11 years by Johnny.
Viewing 3 posts - 1 through 3 (of 3 total)