Template setting
Thank you, that was very helpful.
Other questions:
I assigned the Masthead module to all pages, with no custom setting to any page.
Some pages display sub-titles, but other pages don't.
Where can I turn this 2nd line on/off?All pages have a large blank space under the Masthead module, where can I control this space?
- Edited
I didn't make any setting in the "Masthead Description" it's blank, and that's my question, why there is a description on some pages and not in others while there is no Description set at all, the Description that I want to remove in the above image is the website meta name in the Global Configurations. I did add the menu item to the module without subtitle, still showing a subtitle.
Here you go https://missarab.org/index.php/usa-pageant/how-it-works and you can see the large space on all pages, just click on any menu item.
Thank you
Which JS and ARK plugin? I will try to disable it to see if it helps.
But there are 100+ ARK plugins
Hello
Any update from the technical team?
Thank you
- Edited
ashraf1
Hi,
By default, if you haven't set a subtitle for the masthead module, it will fallback to the menu meta description or the site description from the global configuration. To avoid this, I recommend adding a simple description to the JA Masthead configuration.
However, if you still don't want to display the subtitle, you can use the following CSS:
.ja-masthead-description {
display: none;
}
Regards
Thank you Manhta
I'm sorry, but I believe that your analysis may not be correct. The reason for me saying that is:
Please see the attached print screen, some pages have subtitles, other pages don't have subtitles, and some pages don't even have a title.
I removed the menu meta description and the site description, however, the subtitles remain there, I don't know where it getting it.
I used the provided CSS, and it did work, however, it did change the title font (Which I like the new font
) but also the pages that don't have a title remain without a title.
Would you please advise in specific:
- how to have a title for the pages without a title? (the page is assigned in the module)
- How to control the title font?
Thank you
ashraf1
You're right, I was wrong.
Let me correct, the description will fallback to article meta description. You can see that on article edit > tab Publishing. To hide subtitle, you can remove meta description, then subtitle will be hiden.
- About set a title for page, in this case, it's menu named "Video Gallery" with id:722. You can open module "JA Masthead" , select the menu as you want > set the title > then save the setting. (check screenshot below)
- To control the title font, you can use this css:
h3.ja-masthead-title { font-family: monospace; }