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
3
votes
1 answer

I need to know how to disable the CSRF function in Impresspages cms

I need to know how to disable the CSRF function in Impresspages cms. i saw a possible answer provided on a previous thread, but wasnt fully sorted. When my customer logs into my impress pages site at: cleanwaterpartnership.co.uk, he gets an "ERROR…
John H
  • 31
  • 2
3
votes
1 answer

Use Flags instead of links for language switching?

Is there a way to use flags instead of the language shortcodes for the language switcher links in ImpressPages 4? Unfortunately I wasn't able to find any information on this and am not really clear where that code is generated in the php…
Michael S
  • 33
  • 3
2
votes
1 answer

ImpressPages Image Upload

I've no clue how impresspages uploads images. I've tried many of the function but did not succeeded yet. $("#choose_image").on('change',function(e){ var data = { 'aa' : 'InlineManagement.customImageSave', 'securityToken' :…
1
vote
1 answer

when I enter long text in ipBlock then it goes out from block in Impresspages, any solution?

When I enter long text in ipBlock or ipSlot (For Example sdfcvghbjnkmlsxdcfvghbjnkmldfctvgbyhujnbuihmklwedrftgyuhjnimkodcfvghbnjkml) then it goes out from ipBlock. Any Solution?
Deeps
  • 11
  • 1
1
vote
1 answer

Modify array beforeCreate

I am trying to modify array before create: 'beforeCreate' => function($postData){ $postData['slug'] = Event::slugify($postData['name']); return $postData;}, In Grid, but it doesn't seems to work. when I print $postData I can see it on…
flakerimi
  • 2,580
  • 3
  • 29
  • 49
1
vote
0 answers

Empty theme.css when trying to use original Bootstrap 3 files

I tried to adopt the Air theme insinde the current IP. The problem is that the resulting theme.css stays empty, Ithink due to a compilation error. I have replaces the original less files of the theme inside the assets/less-subfolder by the twitter…
1
vote
1 answer

Render page from plugin controller

Is it possible to render an existing page from my plugin controller? Something like: ipContent()->getPage($id)->render()
John
  • 123
  • 1
  • 6
1
vote
1 answer

How to remove English language from ImpressPages

I would like to completely delete English from my ImpressPages installation and leave there only Czech language. When I delete English using Languages menu, IP stops working with error: Fatal error: Call to a member function getUrlPath() on null in…
tach
  • 663
  • 12
  • 19
1
vote
1 answer

How do I pull in page's "url path" field, via php, into the theme?

I'm trying to apply the page's url as a
id to be able to target some css on each individual page. After some characters cleanup I'm hoping to get
. I have tried pulling it in from the object that I get…
Andrew
  • 21
  • 3
1
vote
1 answer

Impresspages Recovery Page Event

What's the event that catch the System->Recovery page action. we have ipPageMarkedAsDeleted, ipPageRemoved and ipPageAdded, for instance. Is there anything like ipPageRecovery. Any idea? Thanks
1
vote
1 answer

AsdBlog Blog list widget showing image from PageImage Plugin

Is there a simple way to assign image (from PageImage plugin) to the "blog list" widget skin file? Default widget shows image from a block. It would be great, if the "blog list" widget displaying the image from PageImage plugin.
Rzusto
  • 21
  • 2
1
vote
1 answer

Impresspages: Grouping images on single page, in ColorBox

On an impressPage's site homepage, I am listing many items; each item with their own set of pictures. When an image for an item is clicked, lightBox is opened accordingly, but you can cycle through all the images on the page, as opposed to just…
give-me-id
  • 15
  • 4
1
vote
1 answer

change default gallery image size on impresspages

i try to change the default gallery size over the theme.json , but the result always same (square size picture like 200 x 200 px) "imageGallery": { /* For responsiveness and optimization it should the size as it would appear on the widest block */ …
1
vote
1 answer

Impresspages Widget disappears after drag and drop

I've seen a strange behavior for a custom plugin. It's skin generates some html and it works fine. As soon as i drop the widget onto the page it is only visible after a page refresh. Same is true when i try to drag the widget to another position.…
Jonas Duri
  • 21
  • 5
1
vote
1 answer

ImpressPages add pages custom fields

I need to add custom fields to a Page. I created a Plugin that manages the Categories/SubCategories. But now I can't find how can I show the category field on the "Add Page Modal" view without editing the original file inside Ip/Internal/Pages. As…
1
2 3
10 11