Forum Replies Created

Viewing 15 replies - 1 through 15 (of 106 total)
  • Thread Starter mikem1986

    (@mikem1986)

    Hi guys

    I’m using Firebug now!

    It appears that the side items are being put into <p> tags by wordpress although i’m not using them in the code? Whats that all about?!

    Hi guys

    To add padding and alignment to the pictures uploaded just take the code above and add in the relevant styles like so

    <?php if (function_exists('usp_post_attachments')) {
    usp_post_attachments('thumbnail', '<img src="', '" alt="" align="left" style="padding:0px 10px 10px 10px" />', 99);
    } ?>

    I personally put it just above the_content as I like the images in the top left hand corner on my site but if you want it top right change “left” to “right” and padding to “padding:0px 0px 10px 10px”

    Hope this helps!

    Mike

    Thread Starter mikem1986

    (@mikem1986)

    A bit late but thanks Esmi!!

    Forum: Fixing WordPress
    In reply to: Something wrong!
    Thread Starter mikem1986

    (@mikem1986)

    Doesnt happen after switching to Twenty Eleven

    I disabled all plugins except Aksimet and WordPress Uploader and it didnt happen

    Its really annoying! Argh!

    Forum: Fixing WordPress
    In reply to: Something wrong!
    Thread Starter mikem1986

    (@mikem1986)

    Disabled all plugins and doesnt seem to be them?! I believe its somewhere in the theme code but I just dont know where to look?

    Thread Starter mikem1986

    (@mikem1986)

    Hi again guys.

    Ive deleted the <?php get_footer(); } ?>

    from most of the php files now and seems to be god on everything except page.php. Once I delete the code from this file i get the white screen of death?

    Thread Starter mikem1986

    (@mikem1986)

    Hi guys

    Footer looks like

    <?php
    $pageinfo = array(‘full_name’ => ‘Footer Options’, ‘optionname’=>’footer’, ‘child’=>true, ‘filename’ => basename(__FILE__));

    $options = array (

    array( “type” => “open”),

    array( “type” => “group”),

    array( “name” => “Contact Button Line 1”,
    “desc” => “Enter the first line of text to display within your contact button.”,
    “id” => “button1”,
    “std” => “Contact Form”,
    “size” => 20,
    “type” => “text”),

    array( “name” => “Contact Button Line 2”,
    “desc” => “Enter the second line of text to display within your contact button.”,
    “id” => “button2”,
    “std” => “get in touch with us”,
    “size” => 20,
    “type” => “text”),

    array( “name” => “Button Link”,
    “desc” => “Select the Page the button should link to”,
    “id” => “button_link”,
    “type” => “dropdown”,
    “subtype” => “page”),

    array( “type” => “group”),

    array( “name” => “Copyright Text”,
    “desc” => “Enter your copyright text here”,
    “id” => “copyright”,
    “std” => “This site uses valid HTML and CSS. All content Copyright © 2010 DISPLAY, Inc”,
    “size” => 75,
    “type” => “text”),

    array( “type” => “group”),

    array( “name” => “Facebook Account”,
    “desc” => “Enter the name of your facebook account to create a small icon link within your footer”,
    “id” => “acc_fb”,
    “std” => “”,
    “size” => 20,
    “type” => “text”),

    array( “name” => “Flickr Account”,
    “desc” => “Enter the name of your flickr account to create a small icon link within your footer (looks something like this: 34166943@N05 )”,
    “id” => “acc_fl”,
    “std” => “”,
    “size” => 20,
    “type” => “text”),

    array( “name” => “Twitter Account”,
    “desc” => “Enter the name of your twitter account to create a small icon link within your footer”,
    “id” => “acc_tw”,
    “std” => “”,
    “size” => 20,
    “type” => “text”),

    array( “type” => “group”),

    array( “type” => “close”)

    );

    Im not totally clueless when it comes to php and the 1, 2, 3, 4 columns can be edited from the widget area but I just cant seem to remove the search and contact options on the right side

    Forum: Plugins
    In reply to: Points/Coupons plugin
    Thread Starter mikem1986

    (@mikem1986)

    anyone?

    Thread Starter mikem1986

    (@mikem1986)

    Thanks, Google is now pending another review.

    When i click to view my site by ignoring the warning there is no CSS, is this normal or has this hacker edited it in some way?

    Thread Starter mikem1986

    (@mikem1986)

    Thread Starter mikem1986

    (@mikem1986)

    thanks e-sushi

    Thread Starter mikem1986

    (@mikem1986)

    apologies for the typos, i’ve just got mac and its got the auto spell correction on

    Thread Starter mikem1986

    (@mikem1986)

    Hi Kichu

    Yes i do know about them but theyre not intergrateable with a commerce solution i need to put it…

    Basically i want the user to fill in the form, then this then sends to the email and then they also have the option of paying a deposit when using the booking form

    Thread Starter mikem1986

    (@mikem1986)

    anyone?

    Thread Starter mikem1986

    (@mikem1986)

    Cheers guys

Viewing 15 replies - 1 through 15 (of 106 total)