mojorob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: max width of postsForum: Fixing WordPress
In reply to: Paypal you $10 if you can help me install jcarouselForum: Fixing WordPress
In reply to: internet explorer background imagesA link would be an idea so people can see what you’re seeing, and know what code & css is behind whatever you’re talking about.
Forum: Fixing WordPress
In reply to: IE problem2) Again, this is because you have content that has been copied & pasted from MS Word or similar. In your code there is the following:
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!-- /* Font Definitions */ @font-face {font-family:"MS Mincho"; panose-1:2 2 6 9 4 2 5 8 3 4; mso-font-alt:"MS 明朝"; mso-font-charset:128; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:-536870145 1791491579 18 0 131231 0;} @font-face {font-family:Century; panose-1:2 4 6 3 5 7 5 2 3 3; mso-font-alt:BastardusSans; mso-font-charset:0; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:3 0 0 0 1 0;} @font-face {font-family:"Lucida Sans Unicode"; panose-1:2 11 6 2 3 5 4 2 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-2147476737 14699 0 0 191 0;} @font-face {font-family:"MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4; mso-font-charset:128; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536870145 1791491579 18 0 131231 0;} @font-face {font-family:"\@MS PGothic"; panose-1:2 11 6 0 7 2 5 8 2 4; mso-font-charset:128; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536870145 1791491579 18 0 131231 0;} @font-face {font-family:"\@MS Mincho"; panose-1:2 2 6 9 4 2 5 8 3 4; mso-font-charset:128; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:-536870145 1791491579 18 0 131231 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; text-align:justify; mso-pagination:none; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:Century; mso-fareast-font-family:"MS Mincho"; mso-bidi-font-family:"Times New Roman"; mso-font-kerning:1.0pt;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.Section1 {page:Section1;} --><!--[if gte mso 10]> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} --> <!--[endif]--></p>
Forum: Fixing WordPress
In reply to: IE problemRight under the photo that does show in IE7, you have the following in the source code:
<p><!--[if gte mso 9]><xml> Normal 0 false false false MicrosoftInternetExplorer4 </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--><!-- --><!--[if gte mso 10]>
(and it continues as such).You have copied & pasted from a program such as MS Word. Don’t do this. The problem is not with IE, the problem is with how you’ve copied & pasted – use a plain text program if you’re going to copy so you don’t carry over such extra information.
Forum: Fixing WordPress
In reply to: Word Wrapping ProblemTwo things – your code shows your WP to be 2.5.1, not 2.6.2 as you say, and secondly I don’t see the text wrapped around an image in Firefox like you suggest it is.
Forum: Fixing WordPress
In reply to: Contact form problemsIf your blog address is in a folder such as “blog” then the form action would be
<form action="/blog/index.php?page_id=XX" method="post">
Forum: Fixing WordPress
In reply to: Contact form problemsIf you go to Manage->Pages, hover your mouse over the relevant title of the page and and in the status bar you should see something along the lines of
https://domain.com/wp-admin/page.php?action=edit&post=XX
where XX again equals the page id.Forum: Fixing WordPress
In reply to: Contact form problemsHave you tried
<form action="/index.php?page_id=XX" method="post">
where XX is the id number of the contact page? This worked for me in a contact form I wrote.Forum: Fixing WordPress
In reply to: Embedding Videos without using youtube?FLV Embed is one plugin – searching plugins may have resulted in this, and possibly others too…
Forum: Fixing WordPress
In reply to: Very slow wordpress and dashboardCheck you HTML first (results here), and correct it. The design also displays for me with parts of it on top of other parts.
Forum: Fixing WordPress
In reply to: Displaying all posts except ONE categoryPerhaps by searching in the codex…
Forum: Fixing WordPress
In reply to: menu position wrong in IE; good in FFCheck and correct HTML first…
Forum: Fixing WordPress
In reply to: Problem Embeding Google Street Viewthats becoming
&
– forum board changed it to just the symbol!Forum: Fixing WordPress
In reply to: Problem Embeding Google Street ViewThere’s an issue with all the & symbol in the Google Maps link becoming & in the html code. That’s causing the map not to show from what I can see.