Hello,
I installed using quickstart package.
The social icons and copright text do not appear in the left column in either your demo or quickstart website as per your template thumbnail on this page: https://www.joomla51.com/joomla-templates/j51-artisan see (screenshot 2)
Thank you in advance.
Edit: The social icons and copright text do not appear in Firefox Quantum browser, but do in Google Chrome.
- Chamberlain
-
- Commercial Templates
- Friday, 02 March 2018
- Subscribe via email
Hello
On what screensize are you having this issue? Is your browser zoomed in in any way (CTRL + 0 to reset).
Ciarán
On what screensize are you having this issue? Is your browser zoomed in in any way (CTRL + 0 to reset).
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Firefox Quantum browser is at 100%, definitely. However, you raise an interesting point. I try zooming out, to 90%, and the copyright text becomes visible.
But it is not visible at 100%.
Try it yourself in Firefox Quantum?
But it is not visible at 100%.
Try it yourself in Firefox Quantum?
- more than a month ago
- Commercial Templates
- # 2
Hello
We are unable to replicate this issue however that would be expected behavior considering our screen resolution is relatively large. May I ask at what screen resolution are you viewing your site?
Ciarán
We are unable to replicate this issue however that would be expected behavior considering our screen resolution is relatively large. May I ask at what screen resolution are you viewing your site?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Screen resolution 1600 x 900. Firefox quantum at 100%. See attached screenshot.
- more than a month ago
- Commercial Templates
- # 4
Hello
To disable the hiding of social icons below a certain viewport height may I suggest adding the following to the Custom CSS field of your template settings...
Ciarán
To disable the hiding of social icons below a certain viewport height may I suggest adding the following to the Custom CSS field of your template settings...
@media only screen and (max-height: 767px) {
#socialmedia, .copyright {
display: block;
}
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
This causes the copyright block to display over the logo on smaller screens. see screenshot attached.
- more than a month ago
- Commercial Templates
- # 6
Hello
You can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
Ciarán
You can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
@media only screen and (max-height: 767px) {
.copyright, #socialmedia {
display: block !important;
position: relative;
top: 0;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
I added that CSS and it does not resolve the issue. In Firefox Quantum at 100% view it moves the copyright block to the top above the logo. See screenshot attached.
- more than a month ago
- Commercial Templates
- # 10
I would need to provide you with the access details to the website securely. How can I do this?
- more than a month ago
- Commercial Templates
- # 12
Hello
Details can be email to info@joomla51.com. Please paste a URL to this post in your email for our reference.
Ciarán
Details can be email to info@joomla51.com. Please paste a URL to this post in your email for our reference.
Ciarán
- more than a month ago
- Commercial Templates
- # 13
I've sent my details through via email. I have stated previously, that this issue can be viewed in your Demo for the template.
- more than a month ago
- Commercial Templates
- # 14
Hello
We have just updated our Artisan template amending both the social icons and copyright information to be displayed on all screen devices as requested. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/item/updating-your-template
Ciarán
We have just updated our Artisan template amending both the social icons and copyright information to be displayed on all screen devices as requested. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/item/updating-your-template
Ciarán
- more than a month ago
- Commercial Templates
- # 15
I have updated thre template on my website but the copyright section is still not visible in firefox quantum. You can only see it if you zoom out to 90%. Also, you still can't see these sections in your demo.
- more than a month ago
- Commercial Templates
- # 16
Hello
Could I ask you to resend your login details as we do not appear to have received them (info@joomla51.com). Please paste a URL to this post in your email for our reference.
Ciarán
Could I ask you to resend your login details as we do not appear to have received them (info@joomla51.com). Please paste a URL to this post in your email for our reference.
Ciarán
- more than a month ago
- Commercial Templates
- # 17
Thank you. Received.
I have removed the media query disabling these elements on smaller height screens. Are you now getting the desired result?
Ciarán
I have removed the media query disabling these elements on smaller height screens. Are you now getting the desired result?
Ciarán
- more than a month ago
- Commercial Templates
- # 19
- 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 »