Anna
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Change caption location, add tabsNot a worry. Much thanks for the fantastic plugin Stefan!
(for OP: possible hard fix would be to go into the code and change the “bottom:0” to “top:0” for the caption div)
Forum: Plugins
In reply to: [Slideshow] Change caption location, add tabsI would also like to know if it’s possible to move the captions, perhaps either above or below the photo instead?
Solved, thanks to nofearinc on the wp.org irc chat! ??
Forum: Hacks
In reply to: get_term_by and variables (ID of newest created custom category)Hm, I ended up with the following because it was easy to modify the number to be displayed (I have three different sections: the most recent, the most recent 3, and all). Would this be sufficient or can it be changed further?
<?php foreach (get_terms('issue', 'number=3&orderby=ID&order=DESC&hide_empty=0') as $cat) : ?> <a href="<?php echo get_term_link($cat->slug, 'issue'); ?>"><img width="300" height="400" src="<?php echo z_taxonomy_image_url($cat->term_id); ?>" /></a> <?php endforeach; ?>
Forum: Hacks
In reply to: get_term_by and variables (ID of newest created custom category)Ah shoot, that worked perfectly. Thank you!
Though apparently “query string syntax is deprecated and will be remove in the future” ? Does this mean I should try to look for a different way of going about things instead of this?
Forum: Plugins
In reply to: get_term_by and variablesOops, I found the issue! The site was actually set to “Archive” status.
So sorry to waste your time yet again ??
Hey Ipstenu ??
I did as you said and imported from a separate install. The pages and posts all came in okay. The URLs are all correct as well.
The only issue is that all the images are 404’d even though I checked to make sure that they’re all in the right place.
I’ve tried both default and permanent permalinks.
Would you have any idea why this is happening?
The images are coming out with this URL:
domain.net/files/2010/05/picture.gifand it’s a 404; but if you go to:
domain.net/wp-content/blogs.dir/8/files/2010/05/picture.gif
the image loads fine.I’m thinking it’s perhaps htaccess but I wouldn’t have the faintest idea how to fix this.
I honestly don’t know why that didn’t occur to me. Thanks again Ipstenu <3 You’ve been such a helpful guy over the years.
Hi, I’ve got this problem right now on my installation.
Where can I find the dm_network_pages() function so that I may add the line maybe_create_db(); (what file and directory)?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Hide "cleared by Akismet"?Absolutely pleased.
Cheers to the team of Akismet!
Forum: Themes and Templates
In reply to: 2 full posts, 18 excerptsWorked perfectly. Thank you!
Forum: Themes and Templates
In reply to: Conditional tag isn't workingHello sir.
Thanks very much! The reset query worked great. Wish I thought of it earlier.
Problem solved!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Domain name as senderHitting reply does actually send my response to the sender. My only problem is getting the name displayed to be their actual name. ??
Maybe it’s time to look for another contact form plugin..?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Domain name as senderBump