Minifrontpagepro
- Posted by SK UP Olomouc (5) Offline
Hello,
I have purchased a module Minifrontpagepro. I need the article to open in a new window when I click the link. The article now opens on the same page below the article list.
Thank you for your help.
4 years 11 months ago #1
by SK UP Olomouc
I have purchased a module Minifrontpagepro. I need the article to open in a new window when I click the link. The article now opens on the same page below the article list.
Thank you for your help.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5325) Offline
- Posted by SK UP Olomouc (5) Offline
- Posted by TemplatePlazza (5325) Offline
You can do that by creating a template override for newsy theme of minifrontpage. If you don't know how to create a template override you can follow this tutorial :
If you have succesfully created a the minifrontpagepro override, find the newsy.php then replace all the a tagwith
4 years 11 months ago #4
by TemplatePlazza
If you have succesfully created a the minifrontpagepro override, find the newsy.php then replace all the a tag
<a href=
<a target='_blank' href=
Please Log in or Create an account to join the conversation.
- Posted by SK UP Olomouc (5) Offline
I use the Template Creator CK program to create templates.
4 years 11 months ago #5
by SK UP Olomouc
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5325) Offline
Have you tried to follow the youtube tutorial ? Template override is a common joomla practice, so it should be working with your template too I think.
4 years 11 months ago #6
by TemplatePlazza
Please Log in or Create an account to join the conversation.