stijky
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: <?php the_ID(); ?>, javascript and the loopI am having a similar problem, but using the thumbnailviewer II script inside of the post loop. It works fine in Firefox/ Safari, but anything with the js (for example, images with rel=””) won’t show up at all in IE (the whole div just disappears, even the images without javascript in the tags)
Is there some issue with calling javascript from inside the WP loop (I am using it outside of the content box, in the template, but still inside of the loop)
Forum: Fixing WordPress
In reply to: IE Problem Using Thumbnailviewer2 js with Custom FieldsMy code for the thumbnailviewer II / custom field combo is like this:
thumbnails area:<a href="/wp-content/uploads/<?php get_custom_field ('d2',TRUE); ?>.jpg" rel="enlargeimage::mouseover" rev="loadarea"> <img src="/wp-content/uploads/<?php get_custom_field ('d2',TRUE); ?>.jpg" alt="<?php get_custom_field ('d2',TRUE); ?>" width="84" border="0"class="thumb"/></a>
And the loadarea is like this:
<div id="loadarea"><img src="https://www.laytonhower.com/wp-content/uploads/<?php get_custom_field ('full',TRUE); ?>.jpg" width="auto" border="0"/></div>
Working fine in everything except IE, and opera 9.3…
I am using Nathan Rice’s custom fields plugin from https://www.nathanrice.net/blog/an-easy-way-to-get-the-contents-of-a-custom-field/
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to delete the “[Show Slidshow] linkOh nevermind ?? I found it now
Gallery (wp dash) > Options (nextgen dash) > Gallery (nextgen dash) > Integrate Slideshow (check or uncheck box)
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to delete the “[Show Slidshow] linkokay… i am feeling very stupid but I also cannot find where the option is to turn off the slideshow. Your plugin is great, but the myriad settings could use a bit of clarification
Forum: Plugins
In reply to: “sociableoff” custom field stacks up on every edit of a postYes, this is a very annoying problem, please if anyone knows of a fix…
Forum: Fixing WordPress
In reply to: New User Password Email Not Sent But Admin Notification SentOh no, I am setting up a new blog that NEEDS to have multiple users, upgraded to 2.6.3 and I am having this exact same problem — when I create the new users, I get an admin email that a new user has been created but the new user registration email is nowhere to be found. Even when I tried creating new test users for myself (with different email accounts) the emails are not arriving.
Help please if this is a bug! This problem is so time sensitive for me… I need to be able to create Editor level users and I really do not want to give them all the admin access…
Forum: Everything else WordPress
In reply to: Unable to create directory during importI am having this same problem, but fixed it by having wp create the uploads folder, ie-
1. Go to settings>misc and choose your upload options.
2. Upload some sample image or anything to your uploads folder using the wp image uploader in the editor. Then you can delete that post.
3. Then try to import the xml file.