- Posts: 6744
- Thank you received: 716
How to turn off Title/Text on Newsflash Module
-
milos
Support Staff - Moderator
Less
More
14 years 4 months ago #2121
by milos
Replied by milos on topic Re: How to turn off Title/Text on Newsflash Module
If it's hard for you to edit, please open a support ticket and I will send the edited file to you.
Please Log in to join the conversation.
-
jordan8201@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
14 years 4 months ago #2124
by jordan8201@gmail.com
Replied by jordan8201@gmail.com on topic Re: How to turn off Title/Text on Newsflash Module
Thank you. That, along with removing the Latin text from the .php file, did the trick.
The heading is still showing up. I'm thinking I need to remove something from the .php file to keep it from pulling the heading title and putting it on the images, but I am not sure what to take out.
Thanks again,
The heading is still showing up. I'm thinking I need to remove something from the .php file to keep it from pulling the heading title and putting it on the images, but I am not sure what to take out.
Thanks again,
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 4 months ago #2126
by milos
Replied by milos on topic Re: How to turn off Title/Text on Newsflash Module
Actually, you need to edit .xml file, not .php file. Make sure you edited lines heading1, heading2...
Please note, default="" value should be empty.
Code:
<param name="heading1" type="text" default="" label="LABEL HEADING" description="DESC HEADING" />
Please Log in to join the conversation.
-
jordan8201@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
14 years 4 months ago #2128
by jordan8201@gmail.com
Replied by jordan8201@gmail.com on topic Re: How to turn off Title/Text on Newsflash Module
I should have clarified. It is no longer auto-generating the Latin text, it is not inputting my heading. I cannot leave the title blank, because I need that in the right sidebar. So when I add a title, it automatically transfers to the image as well. I could probably leave the title blank and then write it into the code, but that will make it more of a hassle when I want to change it. I really just want to make it so that it does not put the title over the image automatically.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 4 months ago #2130
by milos
Replied by milos on topic Re: How to turn off Title/Text on Newsflash Module
Ah I see... Please edit default.php file of the module and delete line
Code:
<h2><a href="<?php echo $link[$loop]; ?>"><?php echo $heading[$loop]; ?></a></h2>
Please Log in to join the conversation.
-
jordan8201@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
14 years 4 months ago #2134
by jordan8201@gmail.com
Replied by jordan8201@gmail.com on topic Re: How to turn off Title/Text on Newsflash Module
Beautiful! Thank you very much for the help.
Please Log in to join the conversation.
Time to create page: 0.087 seconds