Nicepage and Joomla

brandl
3 Posts
brandl posted this 14 July 2019
Ask a Question

I am a Artisteer user since 2009 and I have created some templates using this tool. The templates work fine and also the responsiveness is ok.

I would like to use Nicepage for my existing websites. I only need the blog and the post templates. It seems that it is not possible to use Nicepage for this without adapting to Nicepage which ist not practicable for hundreds of articles.

So, the articles consist of one image and text. Introducing text is separated by "Read next". The Nicepage template is not responsive as for the images. In the quick preview everything is ok.

What is going wrong?

Thank you

Richard

The website with Artisteer is https://cyc-prien.de the (rudimentary) Nicepage template can be used with https://cyc-prien.de?template=cycnp1

I am a Artisteer user since 2009 and I have created some templates using this tool. The templates work fine and also the responsiveness is ok. I would like to use Nicepage for my **existing** websites. I only need the blog and the post templates. It seems that it is not possible to use Nicepage for this without adapting to Nicepage which ist not practicable for hundreds of articles. So, the articles consist of one image and text. Introducing text is separated by "Read next". The Nicepage template is **not** responsive as for the images. In the quick preview everything is ok. What is going wrong? Thank you Richard The website with Artisteer is https://cyc-prien.de the (rudimentary) Nicepage template can be used with https://cyc-prien.de?template=cycnp1
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 16 July 2019

Hi Richard,

All images have width and height attributes. But Nicepage does not provide basic image width and height. Therefore the attributes are used. Please try adding the following code to the Site Settings >> CSS tab (in Nicepage Desktop):

.u-post-content img {
    max-width: 100%;
    height: auto;
}

This should help.
Please let us know if this code causes problems on other pages.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Richard, All images have width and height attributes. But Nicepage does not provide basic image width and height. Therefore the attributes are used. Please try adding the following code to the Site Settings >> CSS tab (in Nicepage Desktop): .u-post-content img { max-width: 100%; height: auto; } This should help. Please let us know if this code causes problems on other pages. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
brandl
3 Posts
brandl posted this 16 July 2019

Hi Olivia, it works. Thank you Richard

Hi Olivia, it works. Thank you Richard
Support Team
Support Team posted this 16 July 2019

Hi Richard,

Nice to hear that. Feel free to contact us on any other occasion.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Richard, Nice to hear that. Feel free to contact us on any other occasion. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments