thatdaveguy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce catalog thumbnails will not size consistentlyAhh… well that’s too bad.
Really appreciate the replies Mike. Tough luck for me it looks like!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce catalog thumbnails will not size consistentlyBut then it cuts all my images off – a game like Monopoly (for example) looks ridiciulous when all the thumbnail shows is NOPOL after the crop.
Is there no way to simply up/down size the entire image(even if it makes it slightly distorted)?
Forum: Fixing WordPress
In reply to: Strange Sidebar Rendering ProblemI have no idea. Maybe it’s just on my end… what a random sort of problem. Thanks a lot for trying though!!!
wow, that’s great. thanks so much lester, you are an amazing asset to the wordpress community.
Forum: Fixing WordPress
In reply to: How can I run scripts in a single blog post? Adsense Referral Links.got it working. 🙂 used exec-php, much better plugin
Forum: Fixing WordPress
In reply to: How can I run scripts in a single blog post? Adsense Referral Links.well i have been screwing with runphp for about 40 minutes with no luck. i think it’s because i use the tinyMCE editor which is no good for this plugin.
i dont really want to disable the visual editor permanently. it’s quite useful.
do any of these work on 2.3.1 with tinymce?
Forum: Fixing WordPress
In reply to: Moving to a host…problems…Actually I should clarify, I didn’t follow the steps on the link given perfectly:
I first used Fantastico to install 2.2.2
Then I tried to import my database-failed. I messed up here, meant to upload other misc. files first.
Uploaded all relevant files
Tried to import DB again, still failedNow you see the results.
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?ok, i got everything to lineup now without bullets
it looks better with bullets though, so i’m disappointed.
it seems when i use the UL tag, it changes the alignment and uses different bullets than the [li] tag. there is nothing in the stylesheet that i can find to reflect that…
also, when i use the li tag, it only places a bullet on the first item. how can i use the li tag around php code?
for example:
<td style=”padding: 5px” valign=”top”>[li]<font face=”Arial” size=”2″><?php wp_get_links(’15’); ?></font>[/li]</td>
only places a bullet in front of the first link. if i use the UL tag (in addition to li), it places a bullet in front of the first link and breaks the alignment. still no bullet on the second link.
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?i edited the code above, and put square brackets around the li tags so you guys can see my code.
is that not encompassing everything?
putting in UL code broke it more, only one item is bulleted plus the alignment is broken
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?bah its turning the li tags into an actual list.
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?<tr>
<td style=”padding-left: 5px; background-image: url(‘dailycute/wp-content/themes/petlove/images/d3navbg.jpg’)” height=”26″><span style=”letter-spacing: 1″><b><font face=”Arial” size=”2″>Membership:</font></b></span></td>
</tr>
<tr>
<td style=”padding: 5px” valign=”top”>[li]<font face=”Arial” size=”2″><?php wp_get_links(’15’); ?></font>[/li]</td>
</tr>Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?how do i fix the ul wrap?
i added the li to my membership items…and well, you can see the results when you hit the page…only one gets a bullet!
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?i’m guessing i have to edit the plugin
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?OK, thank you. That did the trick to at least make everything uniform. I guess it would be much harder for me to put bullets on everything, right?
I’m still not too sure how to sort out my alignment for the Top 5 posts on the left side.
Forum: Fixing WordPress
In reply to: Is there an easy way to get my sidebar to match up properly?bump