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
460
Last Active
Roles
Guest, Member, Administrator

Comments

  • From searching online it appears to be an error generated when the 'from' addresses are not the same?
  • Though I can't think of a quick fix...might be the language has an accent which is a single quote and it clobbers the javascript when it tries to build the dropdown list, etc... e.g., the javascript ends up with an embedded single quote which closes…
  • If you open the browser dev window and the console tab, it should display a javascript error. Some javascript errors break the rest of the scripts on the page, sometimes this is caused by a condition which related to a remote object which has change…
  • Sorry, you'll need to copy the searchlist.tpl file into the theme also (same folder as search.tpl)
  • If this is a bootstrap 3 or 4 theme, I'd edit the search.bootstrap3.tpl file (or copy it into the theme as /themes/mytheme/modules/search/views/search/search.tpl). Edit that file and change the H1 title to

    {'Search Results'|gette…

  • I'll assume you have a large banner/image on the default subtheme which causes the 'fold' (content?) to be low on the page. A couple of solutions might be to: * Add an anchor or element with an id above the content (

    Search Results

    ) and som…
  • I'm not an expert in css, but height is a odd thing with respect to styling...you probably need to focus more on the width and and make the video 'responsive'. Not sure what theme framework you're using, but there are several examples on the web abo…
  • There is no physical command/folder structure, it's all handled by url rewriting. If that 'feature' isn't turned on (module not activated within the web server/apache settings) then you'll have to use the long url notation. yoururl.org?index.php&am…
  • We've updated the drag & drop widget a few times since I've used it to move controls. The page is saving changes in the background, so it's possible the display doesn't reflect what's in the DB. You might try moving the control(s) above or below…
  • Looking at the template, the link text should be displayed, but not as a (active) link. You could customize/edit (comment out) line #31 of the '/framework/modules/navigation/views/navigation/showall_Children and Grandchildren.tpl' file.
  • You may notice this anomaly in one of two ways: * You are NOT able to add new items * During a version upgrade the 'Version Update' script will return an error and the 'button' to advance to the next upgrade step will not appear
  • Perhaps a better solution is to change the sql_mode to NO_ENGINE_SUBSTITUTION [mysqld] sql_mode = 'NO_ENGINE_SUBSTITUTION'
  • What I've uncovered is a bootstrap 4 breadcrumb.tpl file is needed as the format/flow for bs4 breadcrumbs differs from bs3 (wasn't noted in the bs4 migration notes). The error I was getting in bs4 under scssphp was a coding error in the bootstrapthe…
  • It appears the more recent scss compiler is not working correctly in regards to css output files.
  • Yes, there was a change (regression bug) on Jan 23 that attempted to fix some styling issues and did NOT carry over cart.css...I'll try to have a fix for that template (store quick links) soon.
  • Sorry, which view (/cart/show?, cart/checkout?, cart/confirm?) are you looking at when it doesn't load? 
  • What 'view' is this related to? Is it failing to load (an error in the browser console), or is it not being requested to load (in the )? Oh, and what theme engine (Bootstrap 3)?
  • What version of PHP are you running? It's possible your web server is now running a different version and configuration of PHP. It appears that the 'php-xml' module is not being loaded by your web server. That particular portion of Exponent code has…
  • To launch an installation, you'll need to: * ensure the '/install/not_configured' file exists...with NO file extension * if you've had a failed installation, you'll want to rename or delete any existing configuration file '/framework/conf/config.ph…
  • For a fresh install I'd recommend doing an installation and NOT selecting a sample database. Once you have the system up and running, you can do the following in no particular order. * Install and switch to your custom theme * Restore your backup .…
  • Generally all versions of Exponent work with MySQL v5.5 to v5.7, though you'll need to change an .ini setting is using 5.7. Support for PHP v5.2 was removed in Exponent v2.3.3. Support for PHP v5.3 & v5.4 was removed in Exponent v2.4.2, and PH…
  • Most likely you're missing the installation 'trigger' file. To install any version of Exponent, the file '/install/not_configured' MUST exist. You cant do this by creating an empty text file of that name or doing a 'touch /install/not_configured'. T…
  • This was fixed in v2.5.0 released a few days ago.
  • This was fixed in v2.5.0 released a few days ago.
  • This was fixed in v2.5.0 released a few days ago. We've reverted to the old JSMIN compressor, but you'll find a new option under Site Configuration, Minify tab to disable JSMIN for css compression and thereby use CSSMIN.
  • I've added a possible fix by returning to use JSMIN instead of CSSMIN for inline css minification (as we did before v2.4.3). The default behavior will now be to use JSMIN, but it could be turned off under Site Configuration by unchecking that option…
  • I've found and fixed this issue. Fix will be included in next release very very soon.
  • Indeed a code problem injected back in v2.4.2patch2...I have a fix and plan to release a massive patch or 2.5.0 very very soon.
  • No, news articles should be in the search index...however, I'm NOT finding them in the search index on my sites...I'll have to take a look. Looks like several modules are not being added to the search index (though pages/text modules, blogs & pr…
  • Is this in an external stylesheet, or within a template? In v2.4.3 we switched the 'inline' CSS minifier to CSSmin.php because the base minifier was removing too many spaces, but the minifier for external sheets is still the base minifier.