- Posts: 14
- Thank you received: 0
How to turn off Title/Text on Newsflash Module
-
jordan8201@gmail.com
Inactive member - Topic Author
- New Member
Less
More
14 years 4 months ago #2110
by jordan8201@gmail.com
I have not found an option to turn off the text that is displayed over the images with the Newsflash module on the home page.
I want to create my own text on the graphic rather than the text from the module that is very difficult to see.
How is this done? Thank you!
I want to create my own text on the graphic rather than the text from the module that is very difficult to see.
How is this done? Thank you!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 4 months ago #2111
by milos
Replied by milos on topic Re: How to turn off Title/Text on Newsflash Module
How about to change text's color? If you'd like to create your own text on graphic please add text on the graphic using some photo editing software.
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 #2112
by jordan8201@gmail.com
Replied by jordan8201@gmail.com on topic Re: How to turn off Title/Text on Newsflash Module
I know how to add text to the graphic, but I want to remove the text that is on the graphics already. On each graphic, it displays the picture title and description. I want to remove that.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 4 months ago #2114
by milos
Replied by milos on topic Re: How to turn off Title/Text on Newsflash Module
Did you try to remove the text in the Hot Newsflash module parameters?
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 #2119
by jordan8201@gmail.com
Replied by jordan8201@gmail.com on topic Re: How to turn off Title/Text on Newsflash Module
Yes, when the text is removed, it adds the default text back in...which is even worse.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 4 months ago - 14 years 4 months ago #2120
by milos
Replied by milos on topic Re: How to turn off Title/Text on Newsflash Module
Please edit file /modules/mod_hot_newsflash/mod_hot_newsflash.xml
Find parts like
There, please delete all latin text. In example, make this part be like:
Find parts like
Code:
<param type="spacer" default="Article 1" />
<param name="heading1" type="text" default="Lorem Ipsum" label="LABEL HEADING" description="DESC HEADING" />
<param name="link1" type="text" default="#" label="LABEL LINK" description="DESC LINK" />
<param name="info1" type="textarea" cols="50" rows="4" default="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam." label="LABEL INFO" description="DESC INFO" />
<param name="image1" type="text" default="articles.jpg" label="LABEL IMAGE" description="DESC IMAGE" />
There, please delete all latin text. In example, make this part be like:
Code:
<param type="spacer" default="Article 1" />
<param name="heading1" type="text" default="" label="LABEL HEADING" description="DESC HEADING" />
<param name="link1" type="text" default="#" label="LABEL LINK" description="DESC LINK" />
<param name="info1" type="textarea" cols="50" rows="4" default="" label="LABEL INFO" description="DESC INFO" />
<param name="image1" type="text" default="articles.jpg" label="LABEL IMAGE" description="DESC IMAGE" />
Last edit: 14 years 4 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.107 seconds