Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter veliapola

    (@veliapola)

    Ooops, just saw my image file is PNG. but it worked the first time I loaded the original 594×228 pixel version so I don’t think it is the file format.

    Thread Starter veliapola

    (@veliapola)

    Sorry… code here at pastebin

    I am also trying to remove “read more” from my sticky post. I am using Magazine Basic theme, WordPress 3.3.2 and the loop.php file has me stumped trying to find where to put what before and after. I keep breaking my test site (https://golfforethegood.org/1_test), obviously not placing new code properly. Too complex for my wordpress experience. Can anyone assist? Thanks. loop.php file is HUGE so I was prompted to use pastebin. Code here https://pastebin.com/Yuqf9rq3

    I don’t know why but when I post this some of the code text itself turns to blue in the forum psot and it also ads this /”> just before the blue part which is not actually in my header code

    I have a broken image in IE in my header – it is fine in Firefox. My header code is:

    ‘<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats please –>

    <link rel=”Shortcut Icon” href=”<?php echo get_settings(‘home’); ?>/wp-content/themes/revolution/images/favicon.ico” type=”image/x-icon” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>
    <style type=”text/css” media=”screen”>
    <!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –>
    </style>
    </head>

    <body>

    <div id=”wrap”>

    <div id=”header”>

    <div id=”headerleft”>
    /”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.gif” alt=”<?php bloginfo(‘name’); ?>” /><p><h3><?php bloginfo(‘description’); ?></h3></p>
    </div>’

    Can anyone offer a fix?

    OK – lesson learned!!! Hopefully this will keep someone else from freaking out on an upgrade! Knowing the error had to be in the code I finally thought to go to the THEME’s website (DUH!) and found a new version for WordPress versions greater than 2.3 – then re-uploaded the problem file (sidebar.php) and voila! All fixed!

    wow, plus I just realized my whole footer is missing…

    Just upgraded to WP 2.7.1 from 2.3.3 and I am getting an error – no sidebars show at all.

    I previously used plug-in Exec PHP 4.9. When I try to activate it all my front page posts disappear. Without it activated I get the following error:

    Fatal error: Call to undefined function: tla_ads() in /home/content/v/e/l/veliapola/html/wp-content/themes/w2_dnd/sidebar.php on line 45

    I also tried eliminating any widgets with code in them but still no sidebars show and I still get the error.

    This is my sidebar code:

    ‘ <div id=”sidebar”>

    <?php if (is_home()) { ?>

      <?php /* w_ShowAbout(); */ ?>

    <?php } ?>

    <?php if ( (is_archive()) or (is_search()) or (is_paged()) or (is_page()) or (is_category()) or (is_single()) or ($notfound == ‘1’) ) { ?>

    <h3>recent posts</h3>

      <?php query_posts(‘showposts=7’); ?>

      <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    • “><?php the_title() ?>
    • <?php endwhile; endif; ?>

      <script type=”text/javascript”><!–

      google_ad_client = “pub-1147445779577085”;

      /* 336×280, created 4/17/08 */

      google_ad_slot = “0730569478”;

      google_ad_width = 336;

      google_ad_height = 280;

      //–>

      </script>

      <script type=”text/javascript”

      src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;

      </script>

    <?php } ?>

    <div class=”sbwidgets”>

    <ul id=”sidebarright”>

    <?php if( is_home() ) tla_ads(); ?>

    <?php /* daniels_archive_dropdown(); */ ?>

    <?php if ( !function_exists(‘dynamic_sidebar’)

    || !dynamic_sidebar(2) ) : ?>

    <li id=”archives”>

    <h3>Archives</h3>

      <?php wp_get_archives(‘type=monthly’) ?>

    <li id=”rsslinks”>

    <h3>Syndication</h3>

    <li id=”meta”>

    <h3>Meta</h3>

      <?php wp_register(); ?>

      <?php wp_loginout(); ?>

    • WordPress

    • <?php wp_meta(); ?>

    <?php endif; ?>

    <ul id=”sidebarleft”>

    <!– Start AWSOM Archive Output –>

    <?php if (function_exists(‘display_my_awsom_archive_custom’)) { display_my_awsom_archive_custom(); } ?>

    <!– End AWSOM Archive Output –>

    <?php if ( !function_exists(‘dynamic_sidebar’)

    || !dynamic_sidebar(1) ) : ?>

    <li id=”links”>

    <h3>Links</h3>

      <?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>

      <?php endif; ?>

    • <?php if (function_exists(‘wp_theme_switcher’)) { ?>

      <h3><?php _e(‘The Themes’ ); ?></h3>

      <?php wp_theme_switcher(); ?>

      <?php } ?>

    </div><!– end sbwidgets–>

    </div><!–end sidebar–> ‘

    my site is at https://golfforethegood.org

    Thanks, anyone, for any fix!

    Turned out to be a missing ‘#’ in front of ‘body’ in my css file.

    I found only one “body” tag and one “html” that appeared to be extra. None of this :
    </object></layer></span></div></table></body></html><!– adsok –>
    I looked in both the footer and the home file. ???

    I did edit the footer but foolishly don’t think I kept the origonal… Maybe if I go clean up whatever I left hanging around… Or if that doesn’t work, couldn’t I upload a new foot.php? Thanks so much for your help.

    If anyone can solve the center alignment issue and my header issue, I’d be psyched! This is my test site:

    https://abridgebetween.net&#8217;

    Does anyone know how to contact Brian Garner? I have tried his sites all day, every link from everywhere is broken. I purchased Revolution last year and never used it. I have a new site I’d like to use it on but it is now aligning left instead of centered and I am having a problem with the logo image not showing. I wonder if this is due to updating to WP 2.5? Or if anyone is familiar with his themes, do you think you can assist? Thanks.

    I tried following this thread and my second program is not working for me. I have WP 2.3 installed in my root directory. Home page is site.org. I created a folder in the root called “new” and did a “successful” installation of my new program into the NEW folder(it is NOT WordPress so I set up a second data base. By successful I mean it loaded, I did the install and received my comfirma tion email with login info). However, the login page takes me to a 404 WordPress page, with my existing theme and all!

    I an trying to create an address of https://www.wordpress_site/new with the new program. can anyone advise?

    (program is Lyceum if it matters, and of course no forum there… I tried a test of WP MU and kept losing my login page)

    Thread Starter veliapola

    (@veliapola)

    Thanks, I had removed the second one from the css but had left it in the php file. It’s closer now but I’m still getting a double border and padding isn’t working properly… but without the border I can live with it! Many thanks

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