Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

Mobile view plugin


 
Prev Previous Post   Next Post Next
  #1  
Old Feb 15, 2009, 08:25 PM
joestyer's Avatar
joestyer
 
17 posts · Feb 2009
Falmouth Kentucky
Mobile view plugin

I will describe best I can what I am trying to do. I am using mobileview plugin for www.blackberrysites.com. It works really well except Home is the only thing in Header on Mobile site.
Pages are at the bottom of the mobile site and work fine. I would like to add PAGES to the Header portion next to Home. So people wont have to scroll to bottom.
I see under Menu Bar settings >> Home link in Page Menu Bar is why Home is showing up in my mobile header. I went to Appearance>Editor>Header and see the script is this.

// load postinfo function
include (TEMPLATEPATH . '/functions/bfa_postinfo.php');
// if this is a multi post page, and a "home" link is set for the next/prev navigation on multi post pages,
// figure out if this the blog homepage, and remove the "home" link from the next/prev navigation if true
if ( !is_single() AND !is_page() AND $bfa_ata_home_multi_next_prev != '' ) {
$nav_home_div_on = '<div class="home"><a href="' . get_option('home') . '/">' . $bfa_ata_home_multi_next_prev . '</a></div>';
// for WP 2.5 and newer
if ( function_exists('is_front_page') ) {
// make sure this is the real homepage and not a subsequent page
if (is_front_page() && !is_paged() ) {
$nav_home_add = ""; $nav_home_div = "";
} else {
$nav_home_add = '-home';
$nav_home_div = $nav_home_div_on;
}
}
// for WP 2.3 and older
// make sure this is the real homepage and not a subsequent page
elseif ( is_home() && !is_paged() ) {
$nav_home_add = ""; $nav_home_div = "";
}
else {
$nav_home_add = '-home';
$nav_home_div = $nav_home_div_on;
}
Could I manipulate this so that mobileview will also add pages in the header? Also keep in mind I could be way off base.
This is not a big deal at all time wise and if another mobile plugin is better than view mobile let me know.
Flynn if you want to private message me your paypal email addy I will just donate that way. Just a thought. Thank You
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobile and iPhone themes? paulae Plugins & Atahualpa 9 Oct 21, 2009 12:29 PM
Why is my website formatted differently when I view it in firefox or IE? Joelb53 Atahualpa 3 Wordpress theme 4 Aug 13, 2009 09:11 AM
Comments from Media View thetravelchronicle Forum How-To 0 Jun 30, 2009 03:05 PM
Another novice question... how do I view my traffic stats? rachkitty Atahualpa 3 Wordpress theme 1 Mar 31, 2009 06:22 PM
View all post from a category la_scrapbookeuse Atahualpa 3 Wordpress theme 6 Feb 1, 2009 10:36 AM


All times are GMT -6. The time now is 03:05 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.