Trying Brow.si on a test site and not having very good luck with it. Seems impossible to touch to open any of the options. It’s almost as is if there is only a very small 1px x 1px area that needs to be touched to open?
Is there anything that can be done so as to allow it to open the options easier? I look forward to your response.
Chris
]]>I see push notifications talked about on the website and I see examples in the features section, but I don’t see any implementation or use information anywhere. Is this a future feature, or am I just missing it?
]]>Since i installed brow.si plug in, one of my sub pages “Bio” turned into an rss feed. I think i have disabled it by editing the functions.php pages not to auto generate feeds. I get this retirn sometimes when giong to the bio page from the home page “This XML file does not appear to have any style information associated..
then it lists a bunch of html (in my mobile browser because it does not have a rss reader probably> In my opera and firefox..it reads as an rss feed. I dont want that page to be a feed and i like brow.si for the mobile site to push info with alerts..so what did I do incorrectly or is this an anmonally?? I changed the functions.php page to include the following after reading about unwanted rss feeds generated from wordpress sites:
// Remove automatic links to feeds
remove_action(‘wp_head’, ‘feed_links’, 2);
remove_action(‘wp_head’, ‘feed_links_extra’, 3);
// Disable automatic feeds
remove_action( ‘do_feed_rdf’, ‘do_feed_rdf’, 10, 1 );
remove_action( ‘do_feed_rss’, ‘do_feed_rss’, 10, 1 );
remove_action( ‘do_feed_rss2’, ‘do_feed_rss2’, 10, 1 );
remove_action( ‘do_feed_atom’, ‘do_feed_atom’, 10, 1 );
oh and i also uninstalled brow.si for the time being..hopefully things will return to normal, but I am not certian. Any comments would be helpful!