Questions tagged [impresspages]

ImpressPages is a PHP framework with drag & drop admin panel

ImpressPages is a modern PHP framework for website development and management. It features a unique drag & drop user interface that allows less tech savvy users to administer their websites.

152 questions
1
vote
2 answers

Overwrite CSS in an additional file?

Is there a way to overwrite CSS definitions in an additional file (similar to the concept of child themes of WordPress)?
1
vote
2 answers

Clear all revisions on ImpressPages 4.x

While i creating website, a lot of revisions have accumulated and these revisons confuses the customer. I want to clear all revisions before delivery website that I built for my customer. How can i do that?
Bora
  • 10,529
  • 5
  • 43
  • 73
1
vote
1 answer

Multiple widget instances on ImpressPages 4.x

I created new widget that generate sample data. For example: ContactWidget named widget makes contact template: Plugin/ContactWidget/Widget/ContactWidget/skin/default.php

Bora
  • 10,529
  • 5
  • 43
  • 73
1
vote
1 answer

How to override ip admin login template?

How to override ip admin login layout? I created the file 'Theme/Air/override/Ip/Internal/Admin/view/loginLayout.php but this solution doesn't work.
Rzusto
  • 21
  • 2
1
vote
1 answer

How to disable the CSRF function in Impresspages forms?

I wish to know how to disable the CSRF function in Impresspages forms. I'm building a custom made form which do not use the form builder of Impresspages but on form submit, I get the following…
1
vote
1 answer

Impresspages file uploads mask

Linux server, running suphp with Apache 2.2.22 and PHP5.5.17 When I upload an image using the image widget, it is stored in a date-based path under /file the path directories are created with properties of -rwx------, and the file is stored with…
user176717
  • 76
  • 7
1
vote
1 answer

Not able to convert vertical scrolling example to version 4

I tried it for a couple of days but I seem to be too stupid to adopt the vertical scrolling website example from the blog here: http://www.impresspages.org/blog/creating-a-vertical-scrolling-website/ I already get stuck with changing the content…
1
vote
1 answer

Bug when adding logo to the title in ImpressPages

I have tried to add logo to my impresspages, instead of default title. However after I uploaded logo into "Image logo" section of the title, it showed it black. Now I cannot change it: whenever I go to "Image Logo" section it is empty: no image…
1
vote
1 answer

How can i check the plugin is active on ImpressPages 4.x?

How can i check the plugin is installed and status on ImpressPages 4.x? I want to show rss feed link if RSS plugin is installed and active. Is there any function checking plugin status? I tried with ipGetOption(), but options stored always whether…
Bora
  • 10,529
  • 5
  • 43
  • 73
1
vote
1 answer

How to translate the search plugin from impresspages 4.0?

Is there a way to translate the search plugin from impresspages version4.0? The form label and form button are still in EN, in my case is need DE.
mcopta
  • 11
  • 2
1
vote
0 answers

How do I move the Impress Pages widget editor to the middle of my screen?

Anytime I use a widget editor it opens up with only a small portion of the editor showing on the left side or my screen. I have tried to drag it to the middle with no success. What am I missing?
1
vote
1 answer

Adding custom style format to tinymce editor

I want to add new style format to tinymce editor. One way to do so is to edit Ip/Internal/Core/assets/tinymce/default.js file: ... style_formats : [ {title : 'Quote', inline : 'span', classes : 'quote'}, {title : 'Note',…
Bounce
  • 2,066
  • 6
  • 34
  • 65
1
vote
1 answer

Adding a table in impresspages cms 4

I was using an older version for one client but when I installed a new setup on 4.x I noticed when editing the page content, there is no option for a table? Is this no longer supported? Thanks
jrock2004
  • 3,229
  • 5
  • 40
  • 73
1
vote
1 answer

ImpressPages admin page has 404 error

I have just installed ImpressPages 4_0_17 and I completed the installation process through the point of filling out the database form and submitting it. The next page gave a 404 error on the URL /ImpressPages/admin. Prior to that, the systems check…
Helioza
  • 147
  • 1
  • 1
  • 8
1
vote
1 answer

Impresspages - set meta title/description from plugin's PublicController?

Is there any way to set page-specific attributes for plugin in PublicController, like seo meta tags (title, description, keywords) or push it to breadcrumbs? I figured that I can easily set layout file for plugin, but can't go any deeper.
Przemyslaw
  • 23
  • 6
1
2
3
10 11