theresse
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help with theme and pagesanyone have any suggestions?
Forum: Your WordPress
In reply to: Need Cross Browser Reviews on Custom ThemeHey Thanks Moshu, very helpful. I’m trying to fix the theme that I had someone else design for me because I didn’t have the time and of course, now I’ve spent way more time fixing it then I would have had I just done it from scratch myself ??
Had no idea that it was uploading a 600KB thumbnail, I’ll take care of that immediately.
thanks!
Forum: Fixing WordPress
In reply to: Images in Excerpts?Thanks I’ll check out the plugin, it sounds like that might do the trick.
Forum: Plugins
In reply to: Widget Plugin Added to Custom Theme but not showing upThis was resolved.
Forum: Fixing WordPress
In reply to: Unable to move or re-organize navigation links in custom themestill trying to solve this issues…any takers?
Forum: Fixing WordPress
In reply to: Unable to move or re-organize navigation links in custom themeFor reference, here is the header code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>
<style type=”text/css” media=”screen”>
@import url(<?php bloginfo(‘stylesheet_url’); ?>);
</style><link rel=”Shortcut Icon” href=”<?php echo get_settings(‘home’); ?>/wp-content/themes/pool/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 //comments_popup_script(); // off by default ?>
<?php wp_head(); ?></head>
<body><div id=”content”>
<div id=”header”>
<table width=”100%” align=”left” cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td width=”267″ height=”154″></td>
<td>
<table width=”100%” align=”center” bgcolor=”#FFFFFF” cellpadding=”0″ cellspacing=”0″ border=”0″ ><tr>
<td colspan=”3″ valign=”top”>
<div id=”pages”>
<div class=”alignleft”>- “> Home
<?php wp_list_pages_Customize(‘title_li=’,0,5);?>
</div>
</div>
</td>
</tr>
<tr><td height=”3″ colspan=”6″></td></tr>
<tr>
<td colspan=”12″>
<table width=”100%” align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td height=”30″ width=”19″ bgcolor=”#FF7300″ align=”left” valign=”baseline” class=”bar”></td>
<td bgcolor=”#FF7300″ class=”menubottom”>Direct Call Us 206.720.7603</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table></div>
<div id=”header22″>
<table width=”100%” align=”left” cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td width=”266″ align=”left” bgcolor=”#FFFFFF”><img src=”wp-content/themes/new_design/images/header_left.jpg” align=”left”></td>
<td width=”505″ height=”198″ valign=”baseline” align=”right” bgcolor=”#FFFFFF”><img src=”wp-content/themes/new_design/images/header_images.jpg” align=”right”></td>
</tr>
</table>
</div>
<div id=”header23″>
<table width=”100%” align=”left” cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td class=”menubottom22″><img src=”wp-content/themes/new_design/images/line.jpg” align=”left”></td>
<td class=”menubottom22″>
<div id=”pages1″>
<div class=”alignleft”>-
<?php wp_list_pages_Customize(‘title_li=’,5,9);?>
</div>
</div>
</td>
</tr>
</table></div>
<!– end header –>
Forum: Fixing WordPress
In reply to: Unable to move or re-organize navigation links in custom themesorry…typo
Forum: Installing WordPress
In reply to: Moving WordPress from One Server to antherI am familiar with importing an SQL file and I got so far as to try and import it but I get errors regarding the file. From what I can tell it was saved as an RTF file and has a lot of extra syntax in it. I cleaned it up but it still doesn’t work. At this point is there any reason at all to use a theme that was designed with a sql file as it’s basis or should I ask them to redo it? It seems counter intuitive to how the wordpress themes work and I’m not sure why they did it.
The designer has it working on his website https://www.ahadbrothers.com/wordpress/ but not sure exactly how he has it set up. A few things don’t look like they work right to me when I view them there. I can only get a portion of the header to appear when I try and load the theme with the files they sent me.
Forum: Installing WordPress
In reply to: Moving WordPress from One Server to antherThanks Moshu. I thought that it belonged to the sql database which didn’t make sense to me. I’ll talk to the designer.
Forum: Installing WordPress
In reply to: Moving WordPress from One Server to antherI installed the file theme.sql before I installed WordPress when I uploaded the WordPress folder I uploaded the theme.sql file. The file is residing in it’s own folder titled database under the main root. I have never used a separate theme file that worked differently, should I place the theme.sql file then inside of content where the other themes are like normal or leave it in it’s own folder?
It’s definitely not being recognized where it currently is. Is this a less then desirable way to create a theme? I’m fairly new to WordPress, although I understand the basics I’m not too savvy when it comes to theme creation.