+ Reply to Thread
Results 1 to 10 of 13
Thread: Mobile platform
Hybrid View
-
06-07-2012 12:32 PM #1Member
- Join Date
- May 2011
- Posts
- 35
Mobile platform
I've been testing a wordpress website with WPTouch so that I can capture the mobile marketplace (wishful thinking but hey, it's carpe diem). I set up a product page but when I operate in mobile theme, the search bar isn't there. However, when I switch to website theme, then I see the search bar. I can even see the results if I immediately switched to mobile theme.
How do I get Prosperent to work in smartphones? (I have iphone 4S).
-
06-07-2012 12:42 PM #2
Can you be a bit more specific? Our ads and such all work in mobile browsers. Since this is posted in the API forum i'm guessing you built something with the api and it isn't working properly? Is your code optimized to display in mobile browsers? Now, you mentioned search bar. Are you asking about our wordpress or vbulletin plugin? If so, I can help out and move this thread to the proper place as well.
-
06-07-2012 01:20 PM #3Member
- Join Date
- May 2011
- Posts
- 35
WPtouch is a plugin for Wordpress. I would say that my website is optimized for both platform. The problem is when I selected the product page, there's no search bar in the mobile theme.
Yeah, maybe it should be in the plugin section.
-
06-07-2012 01:37 PM #4
-
06-07-2012 01:45 PM #5Member
- Join Date
- May 2011
- Posts
- 35
Yes, it's regarding a prosperent word plugin that's not working in another wordpress plugin.
-
06-07-2012 01:47 PM #6Administrator
- Join Date
- May 2011
- Posts
- 117
I'll check as to why it doesn't. I'll let you know as soon as I figure out why and how to fix it.
-
06-07-2012 02:27 PM #7
-
06-07-2012 04:14 PM #8Administrator
- Join Date
- May 2011
- Posts
- 117
Are you using WPTouch Free or Pro. You may want to ask the developers of that plugin. I think they may block the functionality of the search bar in the free version. I'm still playing with it, but haven't had any luck yet.
-
06-08-2012 06:42 AM #9Member
- Join Date
- May 2011
- Posts
- 35
Using Free Version. I'll ask them. Thanks.
-
06-08-2012 07:10 AM #10Senior Member
- Join Date
- Apr 2011
- Posts
- 155
I did some experiments with wp-touch and manged the Proserpent product search plugin to work with it. I have to hack the wp-touch plugin and edit its source code. I edited newadsense.php in the pluigin's folder, removed the adsense code and placed "<?php prospere_header(); ?>" there instead. Now the product search box appeared in all the posts just below the post title. However the display was not properly formatted as the desktop css was being used which needs to be worked upon. We need a separate mobile display css for this to work perfectly. This whole thing happens because the plugin uses its own them for display and this theme does not have the "<?php prospere_header(); ?>" in it.

Reply With Quote