Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter JNauman

    (@jnauman)

    Tried that. No luck. I cleaned up the entire page of erroneous styling in the text editor….even edited off of word press and repasted it into the text editor without ever touching the visual side and still the same result. Looks fine on a computer but the ‘[pullquote style=”left”]’ is on the mobile versions. I’m stumped.

    Thread Starter JNauman

    (@jnauman)

    I did not use visual for this particular page. In text mode I inserted the pullquote commands on the lines I wanted. When I switch over to see it in visual the HTML ‘[pullquote]’ are there though it doesn’t show up when I preview the page on my Mac. Seems to be a bug in WordPress. None of the other code (ie. strong, etc) show like this in visual or on the mobile versions.

    Thread Starter JNauman

    (@jnauman)

    I figured out the reply form issue. Still can’t get the pull quote commands to go away. How can I edit what’s going on on the mobile side?

    Thread Starter JNauman

    (@jnauman)

    That’s for entire page, correct? Won’t that block quote each of the entire testimonies? I only want a line from each.

    Also, I see that the mobile version shows a comment section at the end which I don’t have on the full version and doesn’t show on the template. Why is that there and how do I delete it? I don’t have any widgets for comments on that template. I also looked at the php file but I don’t know what to remove if anything. Is there not a way to edit mobile version separately that would allow me to fix the above problem as well as this? The template css file looks like this:

    <?php
    /**
    * @package WordPress
    * @subpackage U-Design
    */
    /**
    * Template Name: Page Template 4
    */
    if ( !defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly

    get_header();

    $content_position = ( $udesign_options[‘pages_sidebar_4’] == ‘left’ ) ? ‘grid_16 push_8’ : ‘grid_16’;
    ?>

    <div id=”content-container” class=”container_24″>
    <div id=”main-content” class=”<?php echo $content_position; ?>”>
    <div class=”main-content-padding”>
    <?php udesign_main_content_top( is_front_page() ); ?>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div <?php post_class(); ?> id=”post-<?php the_ID(); ?>”>
    <?php udesign_entry_before(); ?>
    <div class=”entry”>
    <?php udesign_entry_top(); ?>
    <?php the_content(__(‘<p class=”serif”>Read the rest of this page »</p>’, ‘udesign’)); ?>
    <?php udesign_entry_bottom(); ?>
    </div>
    <?php udesign_entry_after(); ?>
    </div>
    <?php ( $udesign_options[‘show_comments_on_pages’] == ‘yes’ ) ? comments_template() : ”;
    endwhile; endif; ?>
    <div class=”clear”></div>
    <?php udesign_main_content_bottom(); ?>
    </div><!– end main-content-padding –>
    </div><!– end main-content –>

    <?php if( sidebar_exist(‘PagesSidebar4’) ) { get_sidebar(‘PagesSidebar4’); } ?>

    </div><!– end content-container –>

    <div class=”clear”></div>

    <?php

    get_footer();

    I am not fluent in html but I get by. I’m afraid if I delete what I think here I will screw the entire layout up. Appreciate any help for this newbie!

    Forum: Fixing WordPress
    In reply to: Backup problem
    Thread Starter JNauman

    (@jnauman)

    I enter password and username but it comes back with an error though it finds the server.

    Will have to talk to support in the morning. Thanks.

    Forum: Fixing WordPress
    In reply to: Backup problem
    Thread Starter JNauman

    (@jnauman)

    My mistake. This is a self hosted site but ftp is not working. Is there any other way to manage the files.

    Forum: Fixing WordPress
    In reply to: Backup problem
    Thread Starter JNauman

    (@jnauman)

    thanks.

Viewing 7 replies - 1 through 7 (of 7 total)