pfundty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Moesia] Sticky Menu adjustmentsHi awanrmb,
Unfortunately your suggestion still leaves the menu with a changed appearance when scrolling, albeit different to previously. Also I am already using a child theme.
Thanks for pointing out the area for me though. I will check it out a bit more and see if I can find a way.
Sorry for the late reply,
Pfundty
Forum: Themes and Templates
In reply to: [Moesia] Adding social icons to site footerResolved
Forum: Themes and Templates
In reply to: [Moesia] Call to action button disappears?? Sorry I meant Welcome description. Thank you alot, I could not find this anywhere.
For anyone else in the same position where the button links to the about info. I have also included this:
@media only screen and (min-width: 601px) {
.welcome-button {
display: none;
}
}to turn the button off at resolutions where the welcome info is already displayed.
Thanks again Vladff for your fast response
Forum: Themes and Templates
In reply to: [Moesia] Header Fills Whole PageHey Vladd,
Unfortunately that code appears to have no effect. I will have a better look tomorrow and confirm this. Great theme though ??
Pfundty
Forum: Themes and Templates
In reply to: [Moesia] Header Fills Whole PageHi Guys,
I have been looking at this for a bit and changing the mast head values is good but it only adjusts the height of the area over the image itself (does not modify image). I have been using this to achieve scaling to different viewing area sizes but I would really like to be able to scale the actual image to the screen size.
‘
“@media (min-height: 300px) {
#masthead {
max-height: 200px
}
}
@media (min-height: 600px) {
#masthead {
max-height: 480px
}
}
@media (min-height: 800px) {
#masthead {
max-height: 680px
}
}
@media (min-height: 1000px) {
#masthead {
max-height: 880px
}
}
‘Sorry I can’t include a link as it’s offline, but can adjustments to the actual dimensions of the image be made; as in to stretch it to the size of the viewing area?
Pfundty
Forum: Themes and Templates
In reply to: [Moesia] Span a page content to screenForum: Themes and Templates
In reply to: [Moesia] Remove dotting effect on Header imageNever mind I found it ?? Great Theme!
For anyone else: It is found in the Welcome Area customization.
Forum: Themes and Templates
In reply to: [Hemingway] Header image sizeHi again,
It appears that the ‘Skip Cropping’ button is not available all the time. I just tried another image of greater height and the skip cropping button appeared. What are the requirements for this option to be available?
Cheers,
Pfundty
Forum: Themes and Templates
In reply to: [Hemingway] Header image sizeHi Anders,
The method you suggested just expands the image causing pixelation. What I am after is a way to circumvent the cropping of the uploaded header and allow us to upload images of any size. Is this possible?
Cheers,
Pfundty