yorickt
Forum Replies Created
-
EDIT: Deactivated W3 Total Cache, working now >.< Looks like this plugin is causing the mess…So the empty cache feature there isn’t working properly – deleted. Sorry for that!
Forum: Themes and Templates
In reply to: [Moesia] Header height in %Hi vladff!
the has-banner doesn’t do anything for me – I use
.site-logo { top: -18px; } .admin-bar .stuck { height: 7vh; } /* Bar normal */ .top-bar { height: 10vh; background-color: #343538; opacity: 1; }
Link here>
Works fine in full-screen but on a small screen the logo isn’t sized anymore and the bar doesn’t expand when I want to show the menu!How can I fix this?
Thanks!
Forum: Themes and Templates
In reply to: [Moesia] Increase Logo size and Nav MenuLol for everyone who has the same problem – for me it was that I used a CDN network and that cached my style.css as well so my changes didn’t take effect until I cleared the CDN’s cache!
Thanks vladff for answering anyway! ?? Actually it’s rather sad than funny but I’m just happy that works after 6 hours of trying ??
Forum: Themes and Templates
In reply to: Child theme style.css just doesn't take effectDamn…lol 6 hours gone and now that works…I already got this working with the enqueing (but somehow it only accepted 1 of the 2 commands I wrote in the style.css).
I am not sure about this but I think this wasn’t working for me the whole time because I am working on a CDN network and they have their own cache, too! Means you need to clean their cache so that the reload the new style.css!
Well thank you Ross, at least it’s solved now ?? man I need to get some sleep now O.o
Forum: Themes and Templates
In reply to: [Moesia] Increase Logo size and Nav MenuHi!
I have a child theme of moesia but it looks like WP is ignoring my entries in the child theme’s style.css. I entered different versions and even !important but it doesn’t work ??
Any ideas?
EDIT:
Kept trying and even now as I crashed my child theme (deleting the link to the parent theme), Moesia still works fine? Although my child theme is selected as theme. What the heck??? :OSolved it. Anyone who wants to now: just add
<?php add_filter("ws_plugin__s2member_mailchimp_replace_interests", "__return_false"); add_filter("ws_plugin__s2member_mailchimp_update_existing", "__return_true"); ?>
to the wp-content/mu-plugins/s2hacks.php file. If not exist, create path + file.