Adrian Mörchen
Forum Replies Created
-
Please use a separate forum for your problem.
I already answered, but my comment seemed to be hold for review (maybe possible spam detection). So just wait a while.
Ah okay,
The problem is quite clear: your theme is using AJAX to load other pages, when you don’t call them directly.
Personally I would suggest to disable this function (when your theme supports this), as this also shouldn’t add any real value (except the effect) and might be an error source for other plugins as well.
The “alternative” would be to implement a JavaScript listener for requests and whenever your theme finished to load the new site to invoke the following code:
jQuery(function (jQuery) { jQuery('.image-comparator').each(function (index, element) { new Scrobbleme.ImageComparisonSlider(element, jQuery); }); });If your theme already provides a (JavaScript) hook for this, it might really be a good solution. Else it may be quite complicated (and error prone) to be implemented.
Hi Jens,
It is really hard to say anything without more information.
The first guess is, that your friend is just using an ancient browser. But that is just oracling 😉
Maybe you can just send me a link to your site.
Forum: Plugins
In reply to: [Microstock Photo Plugin] Which service is functionalHi,
Any news on this?
Thanks,
Adrian
Forum: Plugins
In reply to: [Before After Image Slider Lite] sliderHi Gossmann,
if you mean something like this? The pro variant has this feature directly, else you have to write some custom CSS to Archive this on your own.
Hello Roel,
I’m very sorry for the late reply.
To use different images at the same time, you need to use the pro version, as the lite variant only allows to set one background per page.
Using the pro version you can set multiple backgrounds per page and decide which to use on mobile and which not.Please also note, that we separate mobile devices by user agents and not screen size, so just resizing the windows won’t work 😉
The problem with using CSS is propably the usage of backstretch. You may use jQuery and reset the image src (jQuery(‘.backstratch img’).attr(‘src’, ”); to set another image after page load.
Greetz,
Adrian
Forum: Everything else WordPress
In reply to: Can't reply to support requestAh,
Thanks for the clarification. Still would have been great to get a note on this. Now you propably have to review 10+ same comments 😉
Forum: Plugins
In reply to: [All-in-One Custom Backgrounds Lite] Slow Loading TimeHi Jess,
Ui, you really have a serious problem, your background is nearly 40 MB large 😉
Generally, compressing/optimizing images is out of the plugins scope, as this is a general problem.
Things should do:
- Use JPG instead of PNG for photos, which really reduces the size.
- Use small images, see if it is still okay to half the images size.
- From within the plugin, when you select the image you can choose one of the sizes, try to avoid “Full Size”.
- Lower the quality. Background images typically don’t need to be very detailed. Use JPG and try to use a low quality like 50%.
- Use images as pattern, means use a small image which can be layed out like a better to build a large background.
- Use some WordPress plugins to optimize images “on-the-fly”, like EWWW and Resize Image After Upload
For simple tasks you could use the free Paint.net
I hope this helps.
Adrian
Hi Nathan,
Thanks for your feedback. Don’t know why only 3 stars, if it “works as advertised”, but it’s your opinion anyway.
Regarding your suggestions.
1. You are right, no one wants to slow down a page. But I still think this is the best way, as it allows improved caching and combining of files.
Just to extend a little bit. Loading every needed script on every page allows to just create one combined file (or a few).
Using different scripts on multiple pages means different caching pathes, which essentially results in less effective caching, as every page has it’s own signature and therefor a new combined caching file. That’s also the reason I don’t ship minified versions out of the box.
Of course I expect that everyone uses some caching and combining, which is strongly recommended.2. This is just optional. There is no need to install it. As you already noted, it is just possible to insert the shortcode manually. (If you want you can find a lot of people wanting to pay us to develop our own shortcode generator, whithout using handy framework 😉
Greetz,
Adrian
Forum: Plugins
In reply to: [Extra User Details] can't delete fieldsI had the same problem.
For me it was another plugin (WP Members), after deactivatinng this I was able to remove all field.
Sounds strange, can you send me link to your site? (also privately to adrian [@] moewe-studio . com)
What mobile browser are you using?
Maybe just some caching issue with your mobile device?Hello Evanator,
Good, that you figured it out. But to be update save, you should put into some “custom css” field.
I think what you are looking for: http://members.photocrati.com/how-to-make-additional-style-edits-without-editing-style-css/
Forum: Themes and Templates
In reply to: [Zerif Lite] Incompatible/Outdated version of TGMThank you!
Forum: Reviews
In reply to: [All-in-One Custom Backgrounds Lite] Installation remained intact :)Hello Trisha,
Thank you for your review and trust 😉
Unfortunately we have to earn some money as well, so we had to put some of the useful features into the pro version.
Don’t hesitate to contact us, if you need any help.
Thanks,
Adrian
😉 Thanks.
Finally I got it easily fixed with Zerif (and hopefully others ;). So give it another try, if you want. There is a demo http://kunden.moewe-studio.com/zerif-test/
Maybe the author of Zerif updates TGM as well.