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

Impresspages 4 Google Maps custom style

I try assign custom style to Google maps widget. I created a file in a directory /Theme/themename/override/Ip/Internal/Content/Widget/Map/Skin/ My skin filename: map-styled.php with code:
Rzusto
  • 21
  • 2
0
votes
2 answers

impresspages - 1) styling blocks 2) change background color as admin 3) plugins request

I am just playing around with ImpressPages and got three questions: 1) Widgets can be styled. There are options available, where you can adjust everything. But what about the blocks? Where can the style of blocks be edited in a graphical way?…
0
votes
1 answer

Impresspages 4 Pagination Newslist

I'm trying to create a blog on Impresspages 4 but on one side I would have a maximum of 10 entries. Is there a way to pagination Newslist module?
Rzusto
  • 21
  • 2
0
votes
1 answer

Folders inside File Repository not possible?

Maybe it sounds a bit like a stupid question but are there no folders inside the File Repository tool? It becomes pretty messy after a time for editors. Manually created folders (via file system) are not displayed. Best regards!
0
votes
1 answer

Install impresspages to localhost - problems with db connection

When i try to install impresspages on localhost in Database installation i see this: Can't connect to database. I try to solve this problem by installing it on hosting(its install with no problems) and then transfer it to localhost with all…
0
votes
1 answer

Wrapping button formats (classes) in text editor does not work properly?

Probably I haven't got the clue about the best-practice here yet but I cannot create any clean buttons within the tinyMCE not the fullTinyMCE. The wrapping makes the link always get the default link color instead of the appropriate white. This is…
0
votes
1 answer

Limit users to edit only certain pages or exclude pages for them?

I just started to look around in IP4 - looks great! As usual, in these situations I will ask some stupid questions from time to time. :-) Here is my first: Is there a way to limit editors to certain pages or exclude certain pages from editing by…
0
votes
1 answer

Only include scripts from used plugins in page

Is it possible to only include the scripts etc. that are actually used on the site/page in the HTML output shown to the world? Loading the JS and CSS files for all installed plugins and the admin interface (like the following), slows down the page a…
dotmlj
  • 35
  • 2
  • 8
0
votes
0 answers

ImpressPages 4.x HTTPS getUrl BUG

We use ImpressPages 4.1.1 on Amazon and some IP core files need a FIX because the string is case sensitive and Amazon returns $_SERVER['HTTPS'] = "On": BUG: C:\wamp\www\bazaar\Codigos\site2\Ip\Request.php (2 hits) Line 116: return…
0
votes
2 answers

impresspages after installation Fatal error: Uncaught exception

I try install Impresspages on my hosting but after installation have: Fatal error: Uncaught exception 'Ip\Exception\View' with message 'View view/widget.php not found.' in /Ip/Functions.php:887 Stack trace: #0 /Ip/Internal/Content/Model.php(272):…
Rzusto
  • 21
  • 2
0
votes
1 answer

adding 2checkout to impresspages

Dear Impress Page users, I need to know how to setup 2checkout as peyment option in my widget, currently my ms-widget has Filter.php referring to plugin 'PayPalSubscription', I want the plugin to refer to '2Checkout' I am not good in php, and I…
0
votes
1 answer

Is there an option to change the width from the grid container in bootstrap theme?

Is there a way to change the width from the grid container in bootstrap theme using IP or should i hack the CSS style sheet?
mcopta
  • 11
  • 2
0
votes
2 answers

Impresspages ipBlock default widget

Can you set up a default widget to ipBlock(), same as you can create a slot and set defaults in ipSlot('name',array('id'='id','tag'=>'tag','default'=>'default whatever)); ?
0
votes
1 answer

ImpressPages 4 : upload photo auto-rotate

I'm on IP 4.1.1. I want to upload a photo (for photo or gallery widget for example). I take a portrait photo (jpg) on my pc but when I upload it, it is in landscape format... I try to use read_exif_data and imagerotate (like in this post : PHP…
Gitzko
  • 3
  • 1
0
votes
0 answers

Escape double quotes

My JSON: { "label": "Menu Position", "name": "topmenualign", "type": "select", "values":["left", "right", "center"], "default": "right" }, My JS: var ipDesignOptions = { 'topmenualign': function (value){ $('nav…
SergeDirect
  • 2,019
  • 15
  • 20