kubiq
Forum Replies Created
-
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] problems of supportHello,
I’m really busy last months, but I’ll update it soon ??Forum: Plugins
In reply to: [Better Admin Bar] Can i change the z-index?Just use inspect element – it’s bacis #wpadminbar where you can set whatever you need in your theme style
Forum: Plugins
In reply to: [PNG to JPG] How save original PNG and Make copies ?Hello,
my plugin works as converter, so it will change PNG to JPG – that means there is no “save original backup” or etc.
and yes, it will generate all thumbnails according to your “add_image_size” sizes
Forum: Plugins
In reply to: [PNG to JPG] jpg|jpeg|gif|pnghello, that’s not from my plugin ??
If you search in code in my plugin, you won’t find it there, so it must be some other plugin etc.Forum: Plugins
In reply to: [PNG to JPG] not saving as jpgHello,
it can be anything… but problem will be in your settings – maybe server setting, maybe directory chmod settings, maybe missing basic PHP functions on server or some restrictions…
Sorry, but without access and direct look I can’t say.
Maybe you can ask your server provider, maybe he will see the problem in logsForum: Reviews
In reply to: [Better Admin Bar] The best set of features compared to similar pluginsThank you ??
Forum: Plugins
In reply to: [PNG to JPG] Bug patch: transparent PNGs look corruptedOh, thank you very much. I didn’t notice this bug
Updated ??Forum: Reviews
In reply to: [Better Admin Bar] Hides admin bar with admin, not with everyonePlease don’t use any custom CSS, this plugin will create needed CSS
If you use your own CSS then there is a conflict
If I understood, you want to hide admin bar just for administrators?
Well, no, this plugin doesn’t have option for that, because it doesn’t make a sense.
Why would you do that?Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Are ScrollBars hidden?Hello,
no, this is not like nicescroll plugin etc.
This plugin does nothing with scrollbar.
This plugin just give you options to customize speed and distance of scroll on your webpage ??Forum: Plugins
In reply to: [PNG to JPG] Filename change?Hello, good point! I’m working on it, next version will replace it in whole database ??
Forum: Reviews
In reply to: [MouseWheel Smooth Scroll] This does not workHello, there is not script enqueued in source code of your web, so maybe some other plugin or function is blocking it
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Smooth scroll to anchor tag?I’m sorry, but that’s something different… To smooth scroll to the top you can use this code for example, but it’s not part of this plugin.
$('html,body').animate({ scrollTop: 0 }, 'slow');
Forum: Plugins
In reply to: [Better Admin Bar] Transparent bar, opaque textNo, that’s not part of options, but you can just add this code to your style.css in your theme.
#wpadminbar{background:transparent !important}
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Mouse Scroll clogs up on FirefoxHello, please try our newest version 2.0, there is completely different scrolling script ??
If you’re happy and it’s working, you can rate our pluginForum: Plugins
In reply to: [MouseWheel Smooth Scroll] Major Malfunction Using this Plugin in SafariHello, please try our newest version 2.0, there is completely different scrolling script ??
If you’re happy and it’s working, you can rate our plugin