reelism
Forum Replies Created
-
Yeah I tried all those permutations (pasted one of them by mistake), and like I said it DID work in dev tools, css came from there, so it seems something’s blocking the code.
Forum: Plugins
In reply to: [Code Snippets] Suddenly missing front/backend radio buttonsAh, that was it, not sure if it was tripped on the migration or what.
Working now.
Thanks!
Oh, of crs. In my feeble minded up-too-late-brain I thought I didn’t see a unique class, it actually does, but while this works in DevTools, it isn’t on my site, ideas?
li #wp-admin-bar-leadin-admin-menu {
display: none !important;
}‘Save changes’ right next to ‘compression settings’ (instead of at bottom)?
Also, after turning it off it instantly hides which makes you think change has been made?
That’s some confusing UX you guys!
But yes, did that, this issue is solved.
Forum: Plugins
In reply to: [Code Snippets] Disable indent on new lineGreat, when fixed i’ll happily give you 5 stars!
Forum: Plugins
In reply to: [Plugin Toggle] Showing deleted pugins, stays in Toolbar after deletionThe list would always ‘collapse’ the more plugins I’d install. For some reason the layout breaks.
The following assets/CSS is fixing the layout across various WP installs.
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-item .ab-icon:before {
content: “\f106”;
top: 2px;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-sub-wrapper {
overflow-y: auto;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li .ab-item {
opacity: 0.6;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li .ab-item:hover,
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li.is-active .ab-item {
opacity: 1;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li.is-active .ab-item {
font-weight: bold;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle.has-many {
position: static;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle.has-many .ab-sub-wrapper {
position: absolute;
right: 0;
left: 0;
width: 1024px;
}#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle.has-many .ab-submenu {
-moz-columns: 4;
-webkit-columns: 4;
columns: 4;}
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle.has-many .ab-submenu li {
position: relative;
white-space: normal;
}@media only screen and (min-width: 1680px) {
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle.has-many .ab-submenu {
-moz-columns: 4;
-webkit-columns: 4;
columns: 4;
}
}@media only screen and (min-width: 1920px) {
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle.has-many .ab-submenu {
-moz-columns: 6;
-webkit-columns: 6;
columns: 6;
}
}Forum: Plugins
In reply to: [Code Snippets] Header, Footer options?Further to this, it could be CSS, JS or Php stuff you want to load in footer, or header, etc
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] CSSBetter to have it here, simply need an exact working CSS example.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Elementor Pro OR Custom Fonts?BTW, i’m using Astra free theme.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] CSSCan you give a specific/working example?
Are you calling, i.e. in my case an uploaded .ttf file, or simply the font name?
- This reply was modified 5 years, 8 months ago by reelism.
I applied for beta testing, linked back to here and will ask at link u gave.
Thanks
Thanks for reply.
I’m a bit unclear what is working in v2 beta vs Pro?
Is this the v2 beta for free and pro have that feature, you don’t support icon shadow, but maybe in Pro?Can I get a demo of what Pro can do?
Forum: Plugins
In reply to: [Code Snippets] Header, Footer options?Um, yeah:)
Forum: Plugins
In reply to: [Code Snippets] Header, Footer options?Well, yeah, all the things you’d load in the header, or footer.
Google Analytics, Tracking, Footer stuff, etc.
HFCM is the clear answer to this need: https://www.ads-software.com/plugins/header-footer-code-manager/ , but if snippets could specify WHERE to place code (outside functions.php code, of crs), it’d be more useful ?? .
Forum: Plugins
In reply to: [Templator] Error on 1st uploadGot beyond that and I seem to have got my templates online, but none of the templates have Thumbnails (all onlyshow “generating preview”).
When I try to import any file “Importing..” hangs forever – I can see a file is created, but it’s empty.
Any tips?