.artx templates with extra functionality!

Krav
75 Posts
Krav posted this 06 August 2015

Hi there,
The .artx templates that you can download, either free or paid versions, do any of them have features like fixed headers and or footers, parallax scrolling etc, or is this something that the user needs to add later?

Interested to know, as I would pay that little extra for these if they had similar features included that I am struggling to create myself.

Thank you

Krav

Hi there, The .artx templates that you can download, either free or paid versions, do any of them have features like fixed headers and or footers, parallax scrolling etc, or is this something that the user needs to add later? Interested to know, as I would pay that little extra for these if they had similar features included that I am struggling to create myself. Thank you Krav
Vote to pay developers attention to this features or issue.
8 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 06 August 2015

Hello

do any of them have features like fixed headers and or footers, parallax scrolling etc,

No, unfortunately they do not have such features. But if you familiar with html/css/js you can implement evething you need manually.

We can help you in creating somethign simple if needed

BTW, As I understand you are Artistere customer. Did you consider using Themler? It has much more features than Artisteer.
We provide discounts for expired Artisteer licenses and free subscriptions for active licenses.

Thank you,
Olivia

Hello > do any of them have features like fixed headers and or footers, parallax scrolling etc, No, unfortunately they do not have such features. But if you familiar with html/css/js you can implement evething you need manually. We can help you in creating somethign simple if needed BTW, As I understand you are Artistere customer. Did you consider using Themler? It has much more features than Artisteer. We provide discounts for expired Artisteer licenses and free subscriptions for active licenses. Thank you, Olivia
Krav
75 Posts
Krav posted this 07 August 2015

Hi Olivia,
Thank you for the quick response, explaining that the .artx templates (free/paid) do not have functionality - o'well I asked!

Re Themler: I will definitely be going for Themler (possibly the Pro version), but as a Mac user I am awaiting the release of the 'Mac Desktop version' which I believe maybe out within the next 2 months - can't wait!!

You mentioned the kind offer of help regarding simple 'fixed headers and maybe parallax scrolling'? This would be very welcome thank you so much, as I have been really struggling!! Would you have any simple .artx demo templates showing fixed headers and or parallax scrolling', so that I can see the code used, where its placed within Artisteer etc - this would be very useful indeed. I want to do as much of the background work within Artisteer first, before exporting to my CMS (Quickersite).

I have tried to create a fixed header myself in Artisteer, with limited success - please see: http://www.fontales11.quickersite.com/r/default.asp?iID=LMKKKME this is what I've done so far.

I have three small problems with the above file that I'm stuck on (perhaps you could help?):

1: In Tablet Portrait, Phone Landscape and Portrait I loose the header background peppermint colour?
2: In Tablet Portrait, Phone Landscape and Portrait the title 'Home' and 'content' area moves too far down the sheet. In Desktop and Tablet Landscape the spacing is fine (this is the spacing I would like to maintain)?
3: In Tablet Portrait, Phone Landscape and Portrait when you click on the menu icon, the menu titles (and sub menus) are lost under the header. It would be good if they could start / all appear under the header?

Any help would be really, really appreciated - thank you so much. I have attached the Zipped folder containing the .artx file for you to see what I've done.

Thanks a lot Olivia
Krav

Hi Olivia, Thank you for the quick response, explaining that the .artx templates (free/paid) do not have functionality - o'well I asked! Re Themler: I will definitely be going for Themler (possibly the Pro version), but as a Mac user I am awaiting the release of the *'Mac Desktop version'* which I believe maybe out within the next 2 months - can't wait!! You mentioned the kind offer of help regarding simple 'fixed headers and maybe parallax scrolling'? This would be very welcome thank you so much, as I have been really struggling!! Would you have any simple .artx demo templates showing fixed headers and or parallax scrolling', so that I can see the code used, where its placed within Artisteer etc - this would be very useful indeed. I want to do as much of the background work within Artisteer first, before exporting to my CMS (Quickersite). I have tried to create a fixed header myself in Artisteer, with limited success - please see: http://www.fontales11.quickersite.com/r/default.asp?iID=LMKKKME this is what I've done so far. I have three small problems with the above file that I'm stuck on (perhaps you could help?): *1: In Tablet Portrait, Phone Landscape and Portrait I loose the header background peppermint colour? 2: In Tablet Portrait, Phone Landscape and Portrait the title 'Home' and 'content' area moves too far down the sheet. In Desktop and Tablet Landscape the spacing is fine (this is the spacing I would like to maintain)? 3: In Tablet Portrait, Phone Landscape and Portrait when you click on the menu icon, the menu titles (and sub menus) are lost under the header. It would be good if they could start / all appear under the header?* Any help would be really, really appreciated - thank you so much. I have attached the Zipped folder containing the .artx file for you to see what I've done. Thanks a lot Olivia Krav
Support Team
Support Team posted this 13 August 2015

Hello Krav,
I apologize for delay in response.
To extend the header for the full page length in responsive mode please edit the exported
style.responsive.css file and set

.responsive .art-header {
    width: 100% !important;
...
    z-index: auto !important;
}

Regards,
Aileen

Hello Krav, I apologize for delay in response. To extend the header for the full page length in responsive mode please edit the exported `style.responsive.css` file and set .responsive .art-header { width: 100% !important; ... z-index: auto !important; } Regards, Aileen
Krav
75 Posts
Krav posted this 14 August 2015

Hello Aileen,
Thank you for coming back to me with a solution, very kind.

I have done what you said, but unfortunately it did not work, and the problem is still there. I even tried putting the suggested .css code in the Artisteer > Options>css options - but no luck!

Can you help at all?

Thank you very much.

Regards Krav

Hello Aileen, Thank you for coming back to me with a solution, very kind. I have done what you said, but unfortunately it did not work, and the problem is still there. I even tried putting the suggested .css code in the Artisteer > Options>css options - but no luck! Can you help at all? Thank you very much. Regards Krav
Krav
75 Posts
Krav posted this 14 August 2015

Hello Aileen,
Correction to the last post - the Header background is now right and covers the full width of the screen in all responsive modes - thank you very much for that.

The only two things left that I would really appreciate your help with are :

1: Getting the Menu Button when in tablet/mobile mode to say fixed to the header, and not move with the page contents.
2: The sub menus in table/mobile mode, to start below the header background.

Any help would be really welcome - thank you in advance as I've spent all afternoon trying to sort!!

Kind regards
Krav

Hello Aileen, Correction to the last post - the Header background is now right and covers the full width of the screen in all responsive modes - thank you very much for that. *The only two things left that I would really appreciate your help with are* : 1: Getting the Menu Button when in tablet/mobile mode to say fixed to the header, and not move with the page contents. 2: The sub menus in table/mobile mode, to start below the header background. Any help would be really welcome - thank you in advance as I've spent all afternoon trying to sort!! Kind regards Krav
Support Team
Support Team posted this 17 August 2015

Hello Krav,
the last issue is caused by fixed header position. It should be changed to relative in responsive mode. I.e. to the previous code add

.responsive .art-header {
    width: 100% !important;
...
    z-index: auto !important;
position:relative;
}

Regards,
Aileen

Hello Krav, the last issue is caused by fixed header position. It should be changed to relative in responsive mode. I.e. to the previous code add .responsive .art-header { width: 100% !important; ... z-index: auto !important; position:relative; } Regards, Aileen
Krav
75 Posts
Krav posted this 20 August 2015

Hello Aileen,
Thanks very much for getting back to me and for the code - great!

Regards Krav

Hello Aileen, Thanks very much for getting back to me and for the code - great! Regards Krav
Support Team
Support Team posted this 21 August 2015

Hi,

You're very welcome.

Please let us know if you have any further questions.

Thanks,
Ivan

Hi, You're very welcome. Please let us know if you have any further questions. Thanks, Ivan
You must log in or register to leave comments