alnestabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Response problemSeems that the plugin “W3 Total Cache” took care of caching the CSS. Now it is only 2s load time again.
Appearance > Max Mega Menu > Global Settings > CSS Output: Output in <head>
Then after a while the cache will take care of that, at least it did on my site.
Forum: Plugins
In reply to: [Max Mega Menu] Response problemIch have the same issue. When I deactivate MegaMenu the response time on https://tools.pingdom.com/ is about 2s. With the plugin activated it is 9s loading time.
https://cinderellas-wedding.com/wp-admin/admin-ajax.php?action=megamenu_css&ver=1.6 increases the load time by about 4s.
Putting the CSS-Output in <head> increases the time to 5s.My website is https://cinderellas-wedding.com
Forum: Plugins
In reply to: [Max Mega Menu] Flyout Menu only visible over the height of the menu barExcellent, that did it.
Forum: Plugins
In reply to: [Max Mega Menu] Flyout Menu only visible over the height of the menu barYes, my site is https://cinderellas-wedding.com/
Forum: Plugins
In reply to: [Max Mega Menu] Current page item highlightedNow it works even with the border-radius.
li.mega-current-menu-item { background: rgba(244, 14, 178, 1); border-radius: 10px; }
Forum: Plugins
In reply to: [Max Mega Menu] Current page item highlightedMany thanks, that was it.
And how do you do rounded corners?
li.mega-current-menu-item { background: red; border-radius: 10px; }
The border-radius switches the highlighting off again.
Forum: Plugins
In reply to: [Max Mega Menu] Current page item highlitedI have the same problem but could not get it to work yet. I use theme fifteen.
https://www.cinderellas-wedding.com (currently megamenu is inactive)How is this done?
Do I have to add a new class in the custom.css file?I changed code in the /wp-content/themes/fifteen/css/skins/default.css with trial and error.
For Gold you need to change:
background: -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
For Pink:
/* 7. Content ------------------------------------------------------- */ #content { background: rgba(255, 0, 255, 0.3);
Forum: Themes and Templates
In reply to: [Fifteen] Remove date time & author on postsForget what I wrote above.
This is how it works:
Dashboard > Appearance > Fifteen Settings > Layout SettingsAdd this into the Custom CSS:
.entry-author-link, .entry-date, .entry-meta { display: none; }
Forum: Themes and Templates
In reply to: [Fifteen] How to completely disable the background?Actually, it is solved.
That one line in the middle is not part of the background.
I will open a new topic for that.Forum: Themes and Templates
In reply to: [Fifteen] Remove date time & author on postsYou would need to edit in the .php files in \wp-content\themes\fifteen and test with trial and error. That is what I did a while ago.
Unfortunately I forgot the details, but they should be easily findable when you google for some phrases within those php files, e.g. “get_sidebar();”.
Forum: Themes and Templates
In reply to: [Fifteen] How to completely disable the background?Thank you, that got rid of it – almost.
There is still that one line in the middle of the front page, though.
Do you have another idea?