mi327
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Warning: call_user_func_array()dunar21, I have the Maya Shop theme that has a line in its woocommerce.php page that calls the action and commented it out like you said. It works.
Thank you!
Forum: Fixing WordPress
In reply to: Valid XHTML?My amazon plugin also does not validate my page, all of my errors have to do with my amazon posts. Can anyone help?
Forum: Themes and Templates
In reply to: Flash Banner in WP 1.5I haven’t checked it with all browsers please give me some feedback.
Forum: Themes and Templates
In reply to: Flash Banner in WP 1.5I tried putting the .swf code between the
<h1></h1>
, but it didn’t work.What did work was placing the .swf code after the body
<body>
<div id= "page">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="200">
<param name="movie" value="http:www.shortforstephen.com/blog/wp-content/path/to/.swf">
<param name=quality value=high>
<embed src="https://www.shortforstephen.com/blog/wp-content/path/to/.swf" quality=high pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="750" height="200"></embed>
</object>Forum: Fixing WordPress
In reply to: Search error when searching from pages.more information:
my search.php is in my top.php which I have on all of my pages. I also call top.php in my index.php where the search box works. I also installed the search plugin where the word that was searched for shows up highlighted. that’s all. thanks in advance.Forum: Plugins
In reply to: Flickr Galleryactually this would be a better example
Forum: Plugins
In reply to: Flickr GalleryMy flickr gallery thumbnails are floated to the right and they do not fit in my wrap and hang below my rap. If I unfloat the thumbnails the individual albums are in my content area, but then the gallery home doesn’t line up horizontally.
https://www.shortforstephen.com/gallery.php?album=132233
how do I float my images, but keep them in my content area?
Forum: Themes and Templates
In reply to: IE explorer header does not floatI’m sorry, I got it to validate thank you for all of you help!
Forum: Themes and Templates
In reply to: IE explorer header does not floathow do I get the code to post?
Forum: Themes and Templates
In reply to: IE explorer header does not floatForum: Themes and Templates
In reply to: IE explorer header does not floatForum: Themes and Templates
In reply to: IE explorer header does not floatWhen I only put this in my page becomes valid, but I don’t get the categories that I have posted in already in my navigation.
Forum: Themes and Templates
In reply to: IE explorer header does not floatI’ve finally validated my CSS and XHTML, except my navigation is a navigationlist at the top of my page. In the XHTML check the error is that I cannot list my categories in my navigationlist. Why is this and is there any other way to have a horizontal menu that includes all of my categories that are posted in?
Thank you for your other response it was helpful for organizing my index.https://validator.w3.org/check?uri=http%3A%2F%2Fwww.shortforstephen.com%2F
Forum: Themes and Templates
In reply to: IE explorer header does not floatdo all of my .php’s need a Doctype?
Forum: Themes and Templates
In reply to: IE explorer header does not floatI’m confused as how to validate my site. I did the CSS, but in wordpress 1.5 and using themes there is not only one .php document. When it says line 17 is that line17 in my header? index.php? can I close tags that are open in my header.php and close it in my footer.php?