Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.

dleffler

Updated software to v2.5.2

About

Username
dleffler
Joined
Visits
461
Last Active
Roles
Guest, Member, Administrator

Comments

  • We've uncovered some bugs and other issues including some introduced within patch #1 , and fixed them in v2.2.3 (stable) (and v2.2.3 patch #1). This patch can be applied to any site already running v2.2.3 or v2.2.3patch1. The patch fixes these issu…
  • The line which determines the slingbar location is define("SLINGBAR_TOP",'0'); with 1 as the top and 0 as the bottom FWIW, I've seen the anomaly about yui-min.js not loading, but don't remember what caused it or how I got past it. If you can email…
  • You might try forcing a browser cache refresh (shift - refresh?) and go to another page? View article...
  • I've emailed you the updated view...you can add it as a custom theme view template or drop it into the system...it'll be part of the system in the next release (most likely 2.3.1 instead of a patch). You'll have to set the slingbar location via Site…
  • FWIW, I just added the 'bottom' feature to the newui slingbar (non-bootstrap3). View article...
  • YUI is created when the /external/yui/3.17.2/build/yui/yui-min.js script is loaded. If minification is on, you might try temporarily turning it off. It might be possible you're also getting this error when the newui slingbar is used, but you are usi…
  • After testing, I'm not able to reproduce the old style slingbar problem locally using the simpletheme. You might open up the browser console (F12 key) to see what script might be crashing? As I had said earlier, the new slingbar is mostly html/css w…
  • The newui slingbar is limited to the top 'static area at this time. I'll write up a ticket to add a feature to place it at the bottom of the page, but it most likely won't be a drag/drop affair since it is mostly a 'css' menu and not javascript like…
  • From the pictures, it looks as if the page is 'breaking' before completely sent to the browser. You should turn 'Error Reporting' on AND open up the web browser 'console' by hitting the F12 key. When you refresh/reload the page any javascript errors…
  • We've uncovered some bugs and other issues including some introduced within patch #1 , and fixed them in v2.2.3 (stable) (and v2.2.3 patch #1). This patch can be applied to any site already running v2.2.3 or v2.2.3patch1. The patch fixes these issu…
  • If you are indeed running v2.2.3 patch#4 (patch#5 was released yesterday to address 2 nasty bugs), you will have the option at the bottom of the Security tab. Note this picture https://db.tt/Zx9ODIme The issue with the tables is primarily duplicate…
  • One possibility might be the new 'Privacy' feature is making things too private. Go to the Exponent menu and select Configure Website. On the 'Security' tab, try turning off the 'Privacy' feature, by checking it off to disable it and then saving the…
  • Ok, specifically, the slideshow (& slides) are 1002 pixels wide by 579 pixels high, but most of the rest of the page is simply 100% (320px?) wide. It looks like mobile browsers automatically scale the large graphic to fit the screen, so the grap…
  • If you could send a link (live site?) to dleffler@hughes.net, I'll take a quick look at it. I'm not sure what module/view you're in, etc..., but can quickly get a better idea just looking at the page. View article...
  • I've written a custom view for the text module which uses the gmaps.js script http://hpneo.github.com/gmaps/ Is this what you're looking for? I've also created a view configuration which allows me to enter the lat/long, zoom, and a lat/long for the…
    in google maps Comment by dleffler May 2014
  • This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
  • This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
  • Thanks, it appears your server doesn't have php set up correctly. It is unable to write it's sessions files onto the server. Exponent requires php 'sessions' to work. Though the call is coming from within Exponent, most php programs requires session…
  • Ok, you probably should install patch#3 to v2.3.0...though it's not the cause of your main issue, it corrects several things such as the text for the toggle menu button. Essentially, it sounds like the page 'crashes' before it fully builds... You …
  • I'm sorry you're having difficulties. Have you taken a look at the help items on the http://docs.exponentcms.org/getting-started page? It's unclear where you're having problems. - Did you include any of the sample databases during installation? If n…
  • This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
  • This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
  • This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
  • We've uncovered some bugs and other issues, and fixed them in v2.2.3 (stable). This patch can be applied to any site already running v2.2.3. The patch fixes these issues: * Problem fully upgrading an EAAS module youtube to media player configurati…
  • When you run the 'upgrade', it updates the database structure (and database content and files) as needed. View article...
  • Also a couple of tutorials on our blog http://www.exponentcms.org/blog/how-to-insert-an-image-into-exponent-cms-text-module.htm and http://www.exponentcms.org/blog/using-graphics-and-files-in-exponent and http://www.exponentcms.org/blog/using-graphi…
  • I can help you, but would rather deal with email than long distance (dleffler@hughes.net). You might be able to find all you're looking for on the documentation/help site possibly in the Getting Started area http://docs.exponentcms.org/getting-start…
  • The above is a universal script loader since jQuery v2.x is incompatible with Internet Explorer versions earlier than 9. Therefore you are loading jQuery v2.1.1. Is the line (script tag) you are using to load the slideshow addon/script AFTER the exp…
  • There shouldn't be a compile problem, but... You're probably loading a 2nd copy of jQuery in your theme/subtheme template. A 'bootstrap' framework theme automatically loads jQuery, so a conflict arises when jquery is loaded twice. You best bet is to…
  • It is still working on my sites...is it possible that something changed on the facebook page? View article...