Hi,
I've just migrated my site (http://www.usaf-sig.org) to Joomla 4 using your J51 Juliet template. I have two specific issues:
1. Although I have created a slogan, it is not showing up on the front page. How do I fix this, and how can I force it to a specific position?
2. On my old site (using J51 Polaris), the layer slide show was centred and took up the exact width of the site (in this case 1240px). I currently have it set to showcase_1a but it is taking up the full width of the screen and forcing the menu (hornav) to do the same thing. How can I centre it and constrain it to the same width as the site itself?
Many thanks!!
Chris
Hi Chris
My apologies for the delay as I completely missed this post at the first time of asking
1. Yes as mentioned, the slogan is currently only displayed alongside a text-based logo. Expected is that with an image-based logo, the slogan would be part of the image.
2. In the Module Widths -> Showcase 1 Modules tab of your template settings, try setting the 100% Width option to No.
Ciaran
My apologies for the delay as I completely missed this post at the first time of asking
1. Yes as mentioned, the slogan is currently only displayed alongside a text-based logo. Expected is that with an image-based logo, the slogan would be part of the image.
2. In the Module Widths -> Showcase 1 Modules tab of your template settings, try setting the 100% Width option to No.
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Ciaran,
Apologies for the delay in replying - and thanks!! - I was on holiday and am now catching up.
1. Is it possible to override the settings so that I can have the slogan as well as the image-based logo?
2. I have set the Showcase 1 Module width to "No" and moved the showcase itself to showcase-1a. This has physically moved the showcase but the images are still being cropped and are not fully displayed - this is strange as they are 350px height and the module is set the same (General Settings > Max Height > 350).
3. Furthermore, the central bar of the header is left-formatting itself but when I turn off the showcase, it reverts to centre formatted (where it should be!!)
Help!!
Chris
Apologies for the delay in replying - and thanks!! - I was on holiday and am now catching up.
1. Is it possible to override the settings so that I can have the slogan as well as the image-based logo?
2. I have set the Showcase 1 Module width to "No" and moved the showcase itself to showcase-1a. This has physically moved the showcase but the images are still being cropped and are not fully displayed - this is strange as they are 350px height and the module is set the same (General Settings > Max Height > 350).
3. Furthermore, the central bar of the header is left-formatting itself but when I turn off the showcase, it reverts to centre formatted (where it should be!!)
Help!!
Chris
- more than a month ago
- Commercial Templates
- # 4
Hi Chris
1. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this possibility further. For our reference please paste a link to this post in your email.
2. Although your images are 350px in height they are only 896px in width. The module will increase the image size to fill the showcase area. Increasing your image width to your template width should resolve the issue (1240px) as there will be no need for the module to increase the image size to fill the entire area.
3. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
1. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this possibility further. For our reference please paste a link to this post in your email.
2. Although your images are 350px in height they are only 896px in width. The module will increase the image size to fill the showcase area. Increasing your image width to your template width should resolve the issue (1240px) as there will be no need for the module to increase the image size to fill the entire area.
3. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (min-width: 768px) {
#container_header,
.sticky-wrapper {
position: fixed;
}
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Ciaran - THANKS!!
1. Done - see separate email
2. Damn! The site was previously narrower and the images were set for this! I will regenerate them and see if it fixes the problem
3. I have applied the code as suggested, but it does not seem to have made any difference?
Chris
1. Done - see separate email
2. Damn! The site was previously narrower and the images were set for this! I will regenerate them and see if it fixes the problem
3. I have applied the code as suggested, but it does not seem to have made any difference?
Chris
- more than a month ago
- Commercial Templates
- # 6
Thank you Chris
3. This issue should be now resolved by using the following custom CSS instead...
Ciaran
3. This issue should be now resolved by using the following custom CSS instead...
@media only screen and (min-width: 768px) {
#container_header,
.sticky-wrapper {
width: 100%
}
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hi Ciaran,
I tried this and it had no effect on the slogan.
HOWEVER - the suggested custom CSS DID have and effect - it broke all of my articles!! When you go into a specific article, the category, title and article information disappeared! When as I removed the CSS they reappeared so confirmed that it was the CSS causing the problem...
Can you take another look - I did email you separately re access to the site.
Thanks!!
Chris
I tried this and it had no effect on the slogan.
HOWEVER - the suggested custom CSS DID have and effect - it broke all of my articles!! When you go into a specific article, the category, title and article information disappeared! When as I removed the CSS they reappeared so confirmed that it was the CSS causing the problem...
Can you take another look - I did email you separately re access to the site.
Thanks!!
Chris
- more than a month ago
- Commercial Templates
- # 8
Hi Chris
Does disabling the General Settings -> Overlap Header if in showcase-1# module position option in your LayerSlideshow module settings give you the desired result?
Ciaran
Does disabling the General Settings -> Overlap Header if in showcase-1# module position option in your LayerSlideshow module settings give you the desired result?
Ciaran
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »