Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter A2E

    (@a2e)

    Several problems:
    1. The main page is showing blank, instead of showing my blog posts. In fact, there’s no intuitive way for users to even see my blog posts!
    2. The main content area is taking up only about a 1/4 of the screen width. The rest is just a large gray area
    3. The two menus on the top bar are both in the top-right corner, instead of one being on the left and one on the right
    4. I’ve selected the Black version in the Admin panel, but it still shows default coloring.

    I’m sure these are all css issues, but I’d appreciate any pointers you can give me!

    Thanks

    ” The main page is showing blank, instead of showing my blog posts. In fact, there’s no intuitive way for users to even see my blog posts …”

    YES I have the same problem !!!! I’m using WP 3.3 + BuddyPress … wonder whether this Plugin is compatible with the latest version of WP.

    Also I found their developers won’t reply to anything in the FORUM. AND I tried to make a post in buddypress.org, but don’t know why I can just read and reply, can’t post new topic?

    Plugin Author modemlooper

    (@modemlooper)

    Guys, read the FAQ page. It tells you how to create the home page.

    just checked and done what the FAQ says :

    … TO create a page in the WordPress admin titled bp-mobile …

    but the situation is the same, a blank white page with the “login” & “Menu” button on the top left and right.

    and the MAIN problem is, when I click the “Menu” button, just a top-down blank “grey” bar and nothing inside?

    Isn’t it the site’s “main” page should contains a list of latest posts (as what I saw in my PC version)?

    Plugin Author modemlooper

    (@modemlooper)

    When you create the page bp-mobile you will need to add content to the post editor just like creating a WordPress page.

    The menu needs to be created as well. Go to the menus admin and create a menu and set its location to the mobile menu.

    ok, I knew how to setup the “menu” now, but the main problem is the “Main (or Front) page. In PC version, when I type in my blog site “www.myblog.com”, I could see a page with a list of recent POSTS. When view in mobile, I just saw a blank white page with two button. I’ve even tried to type in “www.myblog.com/index.php” in Safari and the situation is the same.

    THE second problem is when I attached a photo in my post, the photo would be distorted (width is wider …). Please help and thanks.

    An update of the photo distortion problem I mention above. I found that it happens whenever the width of the POST photo is larger that the display device, well, like iphone.

    Greetings wpaaa and everyone else!

    I would also like to be able to view blog posts in my iPhone on the front page, when Buddypress Mobile is activated. Presently it either shows a white screen or the custom page I created for myself.

    Can anyone advise? Thank you!

    modify home.php in themes directory

    remove this line
    <?php query_posts(‘pagename=bp-mobile’) ?>
    and change this line
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    to
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h2 class=”pagetitle”><?php the_title(); ?></h2>

    dkcho…wow! awesome solution thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: BuddyPress Mobile] Doesn't really work with RTL’ is closed to new replies.