veliapola
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Make theme: resize header imageOoops, 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.
Forum: Fixing WordPress
In reply to: Exporting Blogroll LinksSorry… code here at pastebin
Forum: Fixing WordPress
In reply to: Remove "read more" from sticky post onlyI 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
Forum: Fixing WordPress
In reply to: Broken Images Before Title in IEI 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
Forum: Fixing WordPress
In reply to: Broken Images Before Title in IEI 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?
Forum: Fixing WordPress
In reply to: loose sidebar widgets after upgrading wordpressOK – 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!
Forum: Fixing WordPress
In reply to: loose sidebar widgets after upgrading wordpresswow, plus I just realized my whole footer is missing…
Forum: Fixing WordPress
In reply to: loose sidebar widgets after upgrading wordpressJust 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 the_title() ?>
<?php query_posts(‘showposts=7’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?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”>
</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>
-
” title=”<?php _e(‘Syndicate this site using RSS’); ?>”>Site Feed
-
” title=”<?php _e(‘The latest comments to all posts in RSS’); ?>”>Comments Feed
<li id=”meta”>
<h3>Meta</h3>
-
<?php wp_meta(); ?>
<?php wp_register(); ?>
<?php wp_loginout(); ?>
<?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 if (function_exists(‘wp_theme_switcher’)) { ?>
<h3><?php _e(‘The Themes’ ); ?></h3>
<?php wp_theme_switcher(); ?>
<?php } ?>
<?php endif; ?>
</div><!– end sbwidgets–>
</div><!–end sidebar–> ‘
my site is at https://golfforethegood.org
Thanks, anyone, for any fix!
Forum: Themes and Templates
In reply to: Free Revolution Like ThemeTurned out to be a missing ‘#’ in front of ‘body’ in my css file.
Forum: Themes and Templates
In reply to: Free Revolution Like ThemeI 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. ???Forum: Themes and Templates
In reply to: Free Revolution Like ThemeI 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.
Forum: Themes and Templates
In reply to: Free Revolution Like ThemeIf anyone can solve the center alignment issue and my header issue, I’d be psyched! This is my test site:
Forum: Themes and Templates
In reply to: Free Revolution Like ThemeDoes 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.
Forum: Installing WordPress
In reply to: Install Second BlogI 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)
Forum: Fixing WordPress
In reply to: Adding div class to front pageThanks, 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