Using Pixel 2 Theme... Logo image pixelates/degrades as Whale Slider progresses

Permalink
https://www.concrete5.org/marketplace/themes/pixel/support/logo-image-degrades-when-sticky-menu-resizes/

Here is the temporary production link...http://box5374.temp.domains/~gleasonk/new2019/...

As you'll notice the word, Gleason (in red in the logo), starts fine and then pixelates as the them installed "Whale Slider" progresses. I haven't gotten a response from the Pixel theme developer yet, it's only been a day, but I figured I'd throw it out to the forums to see if anyone knows what the issue might be. When I remove the slider, the issue resolves itself.

I'm using Bluehost with PHP 7.0.33:

# concrete5 Version
Core Version - 8.5.1
Version Installed - 8.5.1
Database Version - 20190301133300

# concrete5 Packages
Pixel Theme (2.3.0), Video Pro (1.0.0), Webli Vimeo PopUp (2.1)

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - On - If blocks on the particular page allow it.
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
7.0.33

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, ionCube Loader, json, libxml, mbstring, mcrypt, mysqli, mysqlnd, odbc, openssl, pcntl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, Reflection, session, SimpleXML, soap, sockets, SourceGuardian, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 260M
sql.safe_mode - Off
upload_max_filesize - 256M
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

barkingtuna
 
barkingtuna replied on at Permalink Reply
barkingtuna
I'm starting to think it may be the image file itself...
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
I don't see any problem with that image, the only thing I can see that might be an issue is the transition css statement being applied.
#header, #header-wrap, #logo img {
    height: 100px;
    -webkit-transition: height .4s ease,opacity .3s ease;
    -o-transition: height .4s ease,opacity .3s ease;
    transition: height .4s ease,opacity .3s ease;

I have viewed the page with chrome browser and firefox browser, what browser are you using?