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

dynamic ipBlock() 's in Widget

I want to create a simple Bootstrap Jumbotron Widget with a ipBlock inside, where users can add other widgets. Their might be multiple jumbotron widgets on a single page. What is the best way to create a dynamic ipBlock allocation like:
Jonas Duri
  • 21
  • 5
0
votes
3 answers

Login after installing plugins

after installing these plugins: Concatenate Js/Css and SimpleCache I get this error in backend: Error: I have this behaviour at two sites. Other sites without these plugins are working. How can I reach the…
smitti
  • 1
  • 1
0
votes
2 answers

How to rewrite url in htaccess in IMPRESSPAGES cms?

I'm trying to add rewrite rule for url in .htaccess in IMPERSSPAGES CMS. I have example.com/obj?id=123 and I want it to look like example.com/obj/123 Is it even possible because there is already a rewire rule in htaccess pointing to…
0
votes
2 answers

How to config writing direction from right to left in tinyMce with impresspages plugin

I try to update tinyMce plugin to be able writing from right to left (like Arabic,Urdu,Persian) . So i found this code in tinyMce support tinymce.init({ directionality : 'rtl', }); The problem is that i don't found where i can add this lines…
0
votes
1 answer

ImpressPages - Unable to add plugin / themes

I am new to Impress Pages. Using version 4.2.7 ( Installed 4.2.6 and upgraded from within the CMS). I have the following issues; Tried to add the "PHP" plugin and got error message "Plugin signature verification failed" . Plugin is NOT…
MarcoZen
  • 1,556
  • 22
  • 27
0
votes
1 answer

How to add classes to rendered content-div of ipBlock($block)->exampleContent('')->render($revisionId);

I am currently working on a Bootstrap collapsable-widget. Now I have this line to render the content of a collapse-panel: exampleContent('')->render($revisionId); ?> The output is like this:
0
votes
1 answer

Implementing another language before installation on ImpressPages 4.2.7

I tried to implement default turkish language before installation on version 4.2.7: /install/Plugin/Install/sql/data.sql INSERT INTO `ip_language` (`abbreviation`, `title`, `languageOrder`, `isVisible`, `url`, `code`) VALUES ('TR', 'Türkçe', 1, 1,…
Bora
  • 10,529
  • 5
  • 43
  • 73
0
votes
1 answer

Impresspages CMS 4.2.6 and Brightr theme

After updating to version 4.2.6 and using the Brightr theme I have a strange behaviour with the form on: http://www.familienpflege-daheim.de/kontakt After sending the filled form there is no reloaded comment-site. The email is sent, but the user…
smitti
  • 1
  • 1
0
votes
1 answer

Error when updating

I got this error message when updating to IP 4.2.6: Warning: require_once(Ip/script/run.php) [function.require-once]: failed to open stream: No such file or directory in /home/stenly/public_html/index.php on line 14 Fatal error: require_once()…
0
votes
1 answer

Error message after update

With every update of ImpressPages 4 I receive the following error message: Update has failed: rmdir(/pathtomyinstallation/tmp/update/extracted//Ip/lnternal/Vendor/Zend/I18n/Validator/PhoneNumber)…
0
votes
1 answer

ImpressPages 4.x database where condition with greater or less than

How can i use greater or less than in sql where conditions (<, >, <=, >=) on ImpressPages 4.x. I tried something like following but i got error on ipDb()->update() and ipDb()->delete() functions: ipDb()->delete('Persons', array('age <=' =>…
Bora
  • 10,529
  • 5
  • 43
  • 73
0
votes
1 answer

Slider Widget (AsdSlider) causes Javascript Error on website

Using the plugin Slider Widget (AsdSlider) I get this error in the console of any browser. It happens on all pages which don't include a placed AsdSlider content element: Uncaught ReferenceError: asdSliderList is not defined More details: …
0
votes
1 answer

ImpressPages 4: Not all pages have the same width

There is a strange behaviour in one of my installations with ImpressPages: Not all pages have the same width. I'm using the default theme "Air". The installation is at http://www.impresspages.ch It is the page "Link" that has not the same width as…
0
votes
1 answer

Prevent resizing of images in ImpressPages 4.x

Whenever I add an image using the image widget in ImpressPages 4.2.5, the image is resized to the actual width of the parent container. However, as I use a responsive design, I need the image in full resolution. Otherwise, the images will look…
WanDal
  • 23
  • 3
0
votes
2 answers

How to get the ID of the current content

I am trying to modify the 'Collapsable and Tabs' widget to a Bootstrap one but I am stuck on finding out the IP of a whole collapsable/tab group/container. It's needed to set a unique ID to each group like this: