Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)
  • Thread Starter jwillua

    (@jwillua)

    Its a code problem not a website problem, is the code below correct for posting a link? Would you use this code? I dont understand this response.

    <li><a href="https://www.###.com" title="###.com" target="_blank">###.com</a></li>

    Thread Starter jwillua

    (@jwillua)

    <li><a href="https://www.rolltide.com" title="RollTide.com" target="_blank">RollTide.com</a></li>
    <li><a href="https://www.bamaonline.com" title="bamaonline.com" target="_blank">BamaOnline.com</a></li>
    Forum: Fixing WordPress
    In reply to: Pages location
    Thread Starter jwillua

    (@jwillua)

    O geez, no , i didn’t know there was one. Thanks, that worked.

    Thread Starter jwillua

    (@jwillua)

    Thanks for the response, i found something similar and tried to replace the rss url and a few others and still no luck. I attached the header code i think contains the link. What should i replace? Thank you for the response and help.

    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>"  />
    <title><?php
    if (is_home ()) { bloginfo('name'); echo " - "; bloginfo('description'); }
    elseif (is_category() || is_tag()) {single_cat_title(); arjuna_get_appendToPageTitle(); }
    elseif (is_single() || is_page()) {single_post_title(); arjuna_get_appendToPageTitle(); }
    elseif (is_search()) {_e('Search Results:', 'Arjuna'); echo " ".wp_specialchars($s); arjuna_get_appendToPageTitle(); }
    else { echo trim(wp_title(' ',false)); arjuna_get_appendToPageTitle(); }
    ?></title>
    <?php if(is_home()): ?><link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed"<?php bloginfo('rss2_url'); ?>" /<?php endif; ?>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php
    if (!$arjunaOptions['enableIE6optimization'] || !arjuna_isIE6()) { ?>
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' );?>
    	<?php wp_head(); ?>
    	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/default.js"></script>
    	<!--[if lte IE 7]><link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie7.css" type="text/css" media="screen" /><![endif]-->
    	<!--[if lte IE 6]>
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie6.css" type="text/css" media="screen" />
    	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/ie6.js"></script>

    Forum: Fixing WordPress
    In reply to: Photo uploader
    Thread Starter jwillua

    (@jwillua)

    O wow, that’s cool. Although it says it is broken with 3.0, is that true??

    Forum: Fixing WordPress
    In reply to: Photo uploader
    Thread Starter jwillua

    (@jwillua)

    actually, it seems to work fine with the picture as long as i haven’t “smushed” it with smushit. I’ve never had problems with smushit before, anybody had this problem?? I typically use a program called resizeit to get my image smaller(that one uploads fine) and then i smushit(this one does not).

    Forum: Fixing WordPress
    In reply to: email notification
    Thread Starter jwillua

    (@jwillua)

    I still can only get the test to work. I eventually set it up to send though gmail, the test work but when i leave a test comment i never get anything. Any other reasons it might not be working?

    Thread Starter jwillua

    (@jwillua)

    i actually found 2 JS’s running on my site from addthis and i have deleted the plugin, where can i find these files? Thanks.

    Thread Starter jwillua

    (@jwillua)

    the old links are not wordpress,does this matter?

    Thread Starter jwillua

    (@jwillua)

    anybody have any plugin suggestions? This looks perfect, https://urbangiraffe.com/plugins/redirection/, but can not get anything to work.

    Forum: Fixing WordPress
    In reply to: busted footer
    Thread Starter jwillua

    (@jwillua)

    cool, that was the trick, </div>, i am thankful as i am still learning this stuff. I knew it would be easy. Thanks for the response. I have not used Viper’s Video Quicktags, i have it installed but the youtube video was done with pure html. Thanks again.

    Thread Starter jwillua

    (@jwillua)

    Thanks, i “smushed” all of images and it seemed to help, also moved it to the top. I think i’ve done all i can with my knowledge. I’ve been using a program called Image Well for easy drag and drop photo reduction but my trial is running out. Do ya’ll have any recommendations for a free (Mac) program that works as easy as imagewell for size reduction? I’m not against paying for stuff but i don’t really do this enough to justify it. Thanks both of you.

    Thread Starter jwillua

    (@jwillua)

    102 KB, it was much bigger so i made it as small as i could.

    Forum: Fixing WordPress
    In reply to: YouTube Video
    Thread Starter jwillua

    (@jwillua)

    Thread Starter jwillua

    (@jwillua)

    Thanks, it kinda worked. Any reason why it would work in the left sidebar and not the right. These codes are exactly identical and it will center the left and not the right. Thanks for the response. See below. Sorry bout this, i’m still trying to learn some things.

    https://img.skitch.com/20100630-ngu64x1kdxnn49sqbm6p3ckbat.jpg

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