Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

module title linkable
(1 viewing) (1) Guest

TOPIC: module title linkable

Re: module title linkable 10 years ago #18272

any suggestions please?

Re: module title linkable 10 years ago #18385

Dear pikiame,

Could you please send us your live URl and if possible, the screenshots so that we could have closer look on the issue.

Thanks!

Re: module title linkable 10 years ago #18429

which url? i need to chamge the codes in modules.php to make title linkable!

Re: module title linkable 10 years ago #18430

i need to replace this but i can not find the line:

CODE: SELECT ALL
if($module->showtitle) {
echo '<h3 class="header"><span>'.$module->title.'</span></h3>';
}

Replace with below
CODE: SELECT ALL
if($module->showtitle) {
if($params->get('module_link_switch')) {
echo '<h3 class="header"><span id="module' . $module->id .'"><a href="'. $params->get('module_link') .'">' . $module->title . '</a></span></h3>';
} else {
echo '<h3 class="header"><span id="module' . $module->id .'">' . $module->title . '</span></h3>';
}
}

Re: module title linkable 10 years ago #18450

  • SA Hoang
Hello

You can change here templates/sj_worldnews/html/modules.php

Re: module title linkable 9 years, 12 months ago #18658

yes but i don't know how!
Time to create page: 0.25 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes