AndreaTrasatti
Forum Replies Created
-
mobile_pack_base should serve as a base to customise colours and layouts playing with CSS files, if basic changes is what you need.
If you want to change more my recommendation would be to copy the mobile_pack_base directory to a new one and work on that. Via the WPMP settings you will tell the plugin to use your preferred theme.
we would be delighted to know about customised themes if you or pabile make changes.
The “remove media” does some regular expression magic. It might get confused somehow.
If I understand correctly only a few links are broken, right?
@matteo il file lo devi chiamare wordpress-mobile-pack-it_IT.po e poi devi generare il .mo. Se vuoi ti mando quello che ho iniziato a fare, almeno hai un punto di partenza
Hi guys,
we prepared the files, but we never completed translations for any language. I started Italian, but I got barely half way.If you want to work on the .po files and know how to do it, you are more than welcome to provide the files and we will add them to the distribution.
The more the merrier, of course.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Will it work with Hyper Cache ?FYI I have submitted to satollo a working version of Hypercache modified to integrate nicely with WPMP
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Fatal error call to undefined funtion AIOSEOHi,
I just downloaded the AIO SEO pack 1.6.11 (latest) and I do not see any call to that function. That function is also not called by our plugin. I fear it’s some other plugin that is causing this. It is possible that another plugin has added a functionality to be fired when generating the page headers and now it is somehow interfering with us.The best this, if possible, would be to disable all plugins, enable only WPMP and AIO SEO pack and see if you still get the error. If not, you start re-activating each plugin one at a time until you find the one that generates the problem.
In general I am afraid some plugins will hardly be compatible with us, but if you find it, let me know and I’ll try looking at it or you may contact the plugin admin.
I am afraid the Eshop plugin is not something we have ever looked into, so support is not granted.
Sorry.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Only widgets from one sidebar appearHi,
it would be nice if you could mark this thread as resolved and possibly you rated for our plugin ??Pages should work, but the problem is that the plugin by default sends the user to the blog posts. The best way is probably for you to design your own theme based on our base theme.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Only widgets from one sidebar appearCan you try the latest release, 1.2.2 that now supports multiple sidebars?
Let me know how it goes, we can’t test the plugin with all themes, as you can imagine ??
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Deactivate Mobile Switcher CookieNo, there is no way at this stage. We are working with frederick and we hope to have something that is mobile-plugin-friendly very soon.
If you feel brave, you could look into wpmp_swticher.php for the function “setcookie” and comment that line.
This:
setcookie(WPMP_SWITCHER_COOKIE_VAR, $type, time()+60*60*24*365, '/');
Should become this:
// setcookie(WPMP_SWITCHER_COOKIE_VAR, $type, time()+60*60*24*365, '/');
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Not working since moving to WP v3.0b1Release 1.2.2 should solve your issues. Please give it a try.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Bad bug in the newest version 5/27/10Hi, from your title I am to believe that this issue appeared in the later version?
I looked at your site and my first impression is that it is a configuration issue. I clicked on a few links here and there to test and reproduce your issue. I have to say I could reproduce it immediately, but I think the problem is due to your configuration. Let me explain, we use a cookie to avoid recognizing the device every time and the cookie is tied to the domain. You have your main site with https://www., your mobile site with m., but if I click on a section, say “applications”, I am sent to the naked domain (no prefix).
Could you try changing those links with the naked domain to use https://www.?
Let me know if that does it.
WRT the “ugly URL”, that is a way for us to force he plugin fto send you a new cookie. We hav not found a better way, yet, but if you have a recommendation we are all ears. Also, you use two separate domains for mobile and desktop anyway, so your SEO is spread on both, I think.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] No teaser and double ‘read more’Hi Tony,
it might be something to do with our cleansing process to remove unsupported media.
I will look into this next week and hopefully come with a solution for you.Sorry about your trouble, this is the first time we hear this, but I hope we can fix it quickly ??
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Not working since moving to WP v3.0b1Little update here. WPMP works with WP 3 Beta 2, but widgets are not displayed.
I have not tried MU yet, but we received other comments, so there must be an issue that needs to be looked at.
Further feedback on your specific issues (more details than “doesn’t work”!) and possibly how you solved it would be welcome.