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
2 answers

Multiselect in Impresspages Plugin Options

How may I use a multiselect field in the Impresspages Plugin options. Something like this: { "label": "Social Nets", "name": "socialNets", "type": "select", "multiple": "multiple", "default": "", …
0
votes
1 answer

impresspages database large at 3mb. ip_widget has many rows

I am working with Xampp during development and regularly export/download/import the database via phpMyAdmin. Now it is 3Mb and too large to complete a simple import (2Mb max.). I note that the ip_widget table has over 11,000 rows and is occupying…
give-me-id
  • 15
  • 4
0
votes
1 answer

How to solve redirect loop in Impresspages Plugin

I am developing an impresspages plugin where I need a redirection. For such a thing I catch the event ipInitFinished, v.g., creating a code like this: class Event { public static function ipInitFinished() { if( !(ipIsManagementState())) { …
0
votes
2 answers

Undefined is not a function ImpressPages DatePicker

I want to create my own form plugin.I get undefined is not a function error when I add jquery datepicker to _header.php file in impresspages.
Basheer Kharoti
  • 4,202
  • 5
  • 24
  • 50
0
votes
0 answers

Impresspages 4 jquery javascript trouble (.redy function)

I am developing a plugin and I have tasks performed in $(document).ready(function() In admin environment and even in preview way the implementation working perfectly. However, in 'standalone' approach (system unlogged), the function…
0
votes
1 answer

Add font_formats to ImpresspagesCMS tinyMCE

Trying to add custom font formats I cant seem to figure out how. I have been able to do other stuff with config files and created a few things already but this one isn't working whatsoever. originalConfig.toolbar1 = originalConfig.toolbar1 + '…
0
votes
1 answer

ImpressPages 4.5.1 seems to be missing the theme setting after install

I have just installed a fresh copy of ImpressPages 4.5.1 and I am getting the following error after install: require(/var/web/testsite/public/pagesdemo/Theme//main.php): failed to open stream: No such file or directory in…
Aaron Murray
  • 1,920
  • 3
  • 22
  • 38
0
votes
1 answer

increased Page loading speed with gallery widget

I am testing IP4.4.2 on localhost and planning my upgrade strategy (from ip3.x). One thing I have noticed is the very long page loading times with the gallery widget. I am using the NET tab in Firebug to get the speeds. Typical results; (1) Pages…
0
votes
1 answer

impresspages html widget not saving

I have a problem with saving content in html widget. I am using impresspages 4.4.2 (although problem was present on 4.4.0 I just have upgraded from). CMS is installed on a shared hosting so I only have access to cPanel. I found this question without…
isp-zax
  • 3,833
  • 13
  • 21
0
votes
1 answer

How to convert the simpleproducts plugin of impresspages into a booking plugin

I need ton convert the simpleproducts plugin of Impresspages onto a simple booking plugin. The only requirement is to add a check-in and check-out field to the simpleproductcheckout page. On submit of this simpleproductcheckout form, an email to…
ISAWEB
  • 1
0
votes
1 answer

Server reporting Error 404 on click of menu

I think I'm having a server configuration error but not sure. Can someone figure this out: Link: http://isaweb.co/rbobois/ On click on the pages in the menu, the server report an error 404. This is so for all pages except the main homepage. The…
ISAWEB
  • 1
0
votes
1 answer

I cannot add movie in text widget

I use impresspage 4 -current verion I send the video to the repository. I add a text widget to the page. I click the Insert / edit your movie and choose the video from the repository. Unfortunately, the movie does not appear. If I add the html…
0
votes
1 answer

Override preview view file in Impresspages

I would like to override the default "Preview Mode" view template but i cant find any template file which seems to generate this view. Thanks in advance.
Jonas Duri
  • 21
  • 5
0
votes
2 answers

impresspages Main Home URL ipHomeUrl( )

i try to get the main url of my web site by using function of ipHomeUrl(); The issue is this function bring also the path of languages even it was left , function bring auto the current languages path is like that…
0
votes
2 answers

Impresspages ugly hash tag in address bar

I wish to know what is the purpose of these ugly has tag at the end of every link in the address bar of a Impresspages 4.x website. How can I remove them from Impresspages front side website...
Plasebo
  • 338
  • 3
  • 4