Meag Menu Styles - lost when you edit the block

Permalink Browser Info Environment
I bought and installed the Mega Menu, I go and edit the colours, go back out to check the style, missed one or two things, so I go back and edit it, but all the same default settings are back again, which I am finding very annoying, am I missing something?

Type: Ticket
Status: Archived
craiglarsennz
View Replies:
jb1 replied on at Permalink Reply
jb1
Hi,
Thanks for your question. Apologies for the delay in getting back to you, I've been travelling away from my laptop over the Christmas period.

The first thing that comes to mind when you're describing this issue is a caching issue. If your C5 cache is turned on, try turning it off while you're making changes to the site.

A couple other cache-related causes:
- APC (server cache can interfere with C5 sometimes) - your hosting provider will know if this is being used.
- CloudFlare - this has a "developer mode" so you can turn that on while making changes to your website.

Hope this feedback helps. Let me know how you go.

JB
craiglarsennz replied on at Permalink Reply
craiglarsennz
Hi JB

Thanks for the reply, I checked all cache settings and they all seem to be off, is there something in the Mega Menu itself that has a cache thing?

I am also running this on a Localhost, using AMPPS on a MacBook, until the whole site is built, could it be because of that?

Cheers
jb1 replied on at Permalink Reply
jb1
I can't say I've used that specific combination for a setup before. I personally use LAMP on a Macbook and it works well. The add-on utilises the built-in C5 cache and doesn't have any caching features of it's own. My initial guess is that something on your "server" (localhost) is caching it. Do you find this issue with any other add-ons?

If you look within the "controller.php" file inside /packages/jb_megamenu/blocks/jb_megamenu/

look for this code:
protected $btTable = 'btJbMegamenu';
   protected $btInterfaceWidth = "800";
   protected $btInterfaceHeight = "350";
   protected $btCacheBlockRecord = true;
   protected $btCacheBlockOutput = true;
   protected $btCacheBlockOutputOnPost = true;
   protected $btCacheBlockOutputForRegisteredUsers = false;
   protected $btCacheBlockOutputLifetime = 300;
   protected $btWrapperClass = 'ccm-ui';
   protected $btDefaultSet = 'navigation';
   protected $btIgnorePageThemeGridFrameworkContainer = false;


These are the only places were C5 cache support can be turned on an off. Anything with the word cache that has "true" after it you could potentially turn to "false" and that should completely disable any C5 caching on that specific block.

Hope this helps.

JB
craiglarsennz replied on at Permalink Reply
craiglarsennz
Hi JB

Had a look at the controller.php - set them all to false and it still had the default settings when I go back to edit the "make my own gradient" part - so will have to leave it with the custom coding as its the only thing that seems to keep the style.

Cheers
Craig
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.

concrete5 Environment Information

# concrete5 Version
Core Version - 8.2.1
Version Installed - 8.2.1
Database Version - 20170802000000

# concrete5 Packages
Add and Remove Classes and IDs (0.9.5), Background Image and Overlay (0.9.9), Call to Action (1.0.0), Customize Editing Interface (1.0.1), Debug Kit (0.9.5), Honest Websites Back To Top (1.0.1), HonestWebsites Simple testimonials (1.0.0), Login Page Background (0.9.1), Manual Nav (2.2.0), Mega Menu (1.6.2.2), Nestable Manual Nav (1.2.0), Pure Accordion (0.9.1), Vivid Carousel (1.0.1), Vivid Simple Accordion (1.0.1)

# concrete5 Overrides
blocks/autonav/view.php, blocks/autonav, themes/new_base/blank.php, themes/new_base/css/bootstrap-modified.css, themes/new_base/css/build/add-ons/calendar.less, themes/new_base/css/build/add-ons, themes/new_base/css/build/blocks/date-navigation.less, themes/new_base/css/build/blocks/faq.less, themes/new_base/css/build/blocks/feature-template-hover-description.less, themes/new_base/css/build/blocks/feature.less, themes/new_base/css/build/blocks/image-slider.less, themes/new_base/css/build/blocks/image.less, themes/new_base/css/build/blocks/next-previous.less, themes/new_base/css/build/blocks/page-attribute-display.less, themes/new_base/css/build/blocks/page-list-option-buttons.less, themes/new_base/css/build/blocks/page-list-template-thumbnail-grid.less, themes/new_base/css/build/blocks/page-list.less, themes/new_base/css/build/blocks/page-title-option-byline.less, themes/new_base/css/build/blocks/page-title.less, themes/new_base/css/build/blocks/tags.less, themes/new_base/css/build/blocks/testimonial.less, themes/new_base/css/build/blocks/topic-list.less, themes/new_base/css/build/blocks, themes/new_base/css/build/body.less, themes/new_base/css/build/bootstrap-3.2.0/alerts.less, themes/new_base/css/build/bootstrap-3.2.0/badges.less, themes/new_base/css/build/bootstrap-3.2.0/bootstrap.less, themes/new_base/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/new_base/css/build/bootstrap-3.2.0/button-groups.less, themes/new_base/css/build/bootstrap-3.2.0/buttons.less, themes/new_base/css/build/bootstrap-3.2.0/carousel.less, themes/new_base/css/build/bootstrap-3.2.0/close.less, themes/new_base/css/build/bootstrap-3.2.0/code.less, themes/new_base/css/build/bootstrap-3.2.0/component-animations.less, themes/new_base/css/build/bootstrap-3.2.0/dropdowns.less, themes/new_base/css/build/bootstrap-3.2.0/forms.less, themes/new_base/css/build/bootstrap-3.2.0/glyphicons.less, themes/new_base/css/build/bootstrap-3.2.0/grid.less, themes/new_base/css/build/bootstrap-3.2.0/input-groups.less, themes/new_base/css/build/bootstrap-3.2.0/jumbotron.less, themes/new_base/css/build/bootstrap-3.2.0/labels.less, themes/new_base/css/build/bootstrap-3.2.0/list-group.less, themes/new_base/css/build/bootstrap-3.2.0/media.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/forms.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/grid.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/image.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/labels.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/panels.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/resize.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/size.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/new_base/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/new_base/css/build/bootstrap-3.2.0/mixins, themes/new_base/css/build/bootstrap-3.2.0/mixins.less, themes/new_base/css/build/bootstrap-3.2.0/modals.less, themes/new_base/css/build/bootstrap-3.2.0/navbar.less, themes/new_base/css/build/bootstrap-3.2.0/navs.less, themes/new_base/css/build/bootstrap-3.2.0/normalize.less, themes/new_base/css/build/bootstrap-3.2.0/pager.less, themes/new_base/css/build/bootstrap-3.2.0/pagination.less, themes/new_base/css/build/bootstrap-3.2.0/panels.less, themes/new_base/css/build/bootstrap-3.2.0/popovers.less, themes/new_base/css/build/bootstrap-3.2.0/print.less, themes/new_base/css/build/bootstrap-3.2.0/progress-bars.less, themes/new_base/css/build/bootstrap-3.2.0/responsive-embed.less, themes/new_base/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/new_base/css/build/bootstrap-3.2.0/scaffolding.less, themes/new_base/css/build/bootstrap-3.2.0/tables.less, themes/new_base/css/build/bootstrap-3.2.0/theme.less, themes/new_base/css/build/bootstrap-3.2.0/thumbnails.less, themes/new_base/css/build/bootstrap-3.2.0/tooltip.less, themes/new_base/css/build/bootstrap-3.2.0/type.less, themes/new_base/css/build/bootstrap-3.2.0/utilities.less, themes/new_base/css/build/bootstrap-3.2.0/variables.less, themes/new_base/css/build/bootstrap-3.2.0/wells.less, themes/new_base/css/build/bootstrap-3.2.0, themes/new_base/css/build/breadcrumb.less, themes/new_base/css/build/buttons.less, themes/new_base/css/build/captcha.less, themes/new_base/css/build/content.less, themes/new_base/css/build/custom-design-classes/area-content-accent.less, themes/new_base/css/build/custom-design-classes/block-sidebar-padded.less, themes/new_base/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/new_base/css/build/custom-design-classes/blog-entry-list.less, themes/new_base/css/build/custom-design-classes/recent-blog-entry.less, themes/new_base/css/build/custom-design-classes/testimonial-bio.less, themes/new_base/css/build/custom-design-classes, themes/new_base/css/build/errors.less, themes/new_base/css/build/fonts/blue-sky.less, themes/new_base/css/build/fonts/defaults.less, themes/new_base/css/build/fonts/night-road.less, themes/new_base/css/build/fonts/royal.less, themes/new_base/css/build/fonts, themes/new_base/css/build/footer.less, themes/new_base/css/build/header.less, themes/new_base/css/build/miscellaneous-styles.less, themes/new_base/css/build/mixins.less, themes/new_base/css/build/mobile/navigation.less, themes/new_base/css/build/mobile, themes/new_base/css/build/pagination.less, themes/new_base/css/build/reset.less, themes/new_base/css/build/search.less, themes/new_base/css/build, themes/new_base/css/General Styles.css, themes/new_base/css/main.less, themes/new_base/css/overwrite.css, themes/new_base/css/presets/blue-sky.less, themes/new_base/css/presets/defaults.less, themes/new_base/css/presets/night-road.less, themes/new_base/css/presets/royal.less, themes/new_base/css/presets, themes/new_base/css/styles.xml, themes/new_base/css, themes/new_base/default.php, themes/new_base/elements/footer.php, themes/new_base/elements/footer_bottom.php, themes/new_base/elements/header.php, themes/new_base/elements/header_top.php, themes/new_base/elements, themes/new_base/full.php, themes/new_base/images/background-slider-blue-sky.png, themes/new_base/images/background-slider-default.png, themes/new_base/images/background-slider-night-road.png, themes/new_base/images/background-slider-royal.png, themes/new_base/images/background.png, themes/new_base/images, themes/new_base/left_sidebar.php, themes/new_base/page_forbidden.php, themes/new_base/page_not_found.php, themes/new_base/page_theme.php, themes/new_base/right_sidebar.php, themes/new_base/thumbnail.png, themes/new_base/view.php, themes/new_base

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache/2.4.27 (Unix) OpenSSL/1.0.1p PHP/5.6.31

# Server API
apache2handler

# PHP Version
5.6.31

# PHP Extensions
apache2handler, bcmath, bz2, calendar, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, imap, intl, ionCube Loader, json, ldap, libxml, mbstring, mcrypt, memcache, mhash, mongo, mongodb, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_dblib, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, standard, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlwriter, 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 - 64M
post_max_size - 64M
sql.safe_mode - Off
upload_max_filesize - 64M
ldap.max_links - Unlimited
memcache.max_failover_attempts - 20
mysqli.max_links - Unlimited
mysqli.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

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:57.0) Gecko/20100101 Firefox/57.0

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.