Title: joadard's Replies | WordPress.org

---

# joadard

  [  ](https://wordpress.org/support/users/joadard/)

 *   [Profile](https://wordpress.org/support/users/joadard/)
 *   [Topics Started](https://wordpress.org/support/users/joadard/topics/)
 *   [Replies Created](https://wordpress.org/support/users/joadard/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/joadard/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/joadard/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/joadard/engagements/)
 *   [Favorites](https://wordpress.org/support/users/joadard/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] Possible to see enlarged photos with mouseover instead of click?](https://wordpress.org/support/topic/possible-to-see-enlarged-photos-with-mouseover-instead-of-click/)
 *  Thread Starter [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/possible-to-see-enlarged-photos-with-mouseover-instead-of-click/#post-4616412)
 * Hi –
 * Thank you – davidspielman.com
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] Possible to see enlarged photos with mouseover instead of click?](https://wordpress.org/support/topic/possible-to-see-enlarged-photos-with-mouseover-instead-of-click/)
 *  Thread Starter [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/possible-to-see-enlarged-photos-with-mouseover-instead-of-click/#post-4616355)
 * Hello –
 * Thank you very much. This particular site has a series of galleries for a professional
   photographer and this is how he would like it set up 🙂 I understand the ‘annoyance’
   factor – but it hasn’t been an issue for him!
 * I added the code – but it doesn’t seem to load the images on the mouseover 🙁
 * Any thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] 'failed to open stream: No such file or directory' error](https://wordpress.org/support/topic/failed-to-open-stream-no-such-file-or-directory-error/)
 *  Thread Starter [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/failed-to-open-stream-no-such-file-or-directory-error/#post-3513893)
 * Hello,
 * In my particular case I looked closer at the files it was trying to find and –
   alas – they were not there! Rather than fudge with the plugin I simply created
   empty copies of the files that it was looking for. Seems to have resolved the
   issue and its working fine now.
 * Not quite sure why it was looking for at least 5 files that weren’t even there!
 * Oh well!
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Constant Contact for WordPress] [Plugin: Constant Contact for WordPress] Shortcode support?](https://wordpress.org/support/topic/plugin-constant-contact-for-wordpress-shortcode-support/)
 *  [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-constant-contact-for-wordpress-shortcode-support/#post-1626023)
 * Hello Zack,
 * I’m a little confused as to how to use your shortcodes. I understand that I can
   set up the following:
 * `constantcontactapi formid=1`
 * for example. But how do I pull in the various lists? What I’m trying to do is
   set up a particular form to capture email addresses for a particular list (rather
   than add that email to all lists). Is this possible?
 * Or, do the settings you note above get set somewhere in the hardcode?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get Blog posts by Category – using page slug](https://wordpress.org/support/topic/get-blog-posts-by-category-using-page-slug/)
 *  Thread Starter [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/get-blog-posts-by-category-using-page-slug/#post-1916031)
 * I figured it out… and have listed the code below… – BUT, I am still having an
   odd issue and am not sure how to resolve it. I am using a custom permalink (/%
   postname%) which works well. However, when I use this in my test site the archives
   are working properly and are displaying the correct format in the url – eg. 2010/
   08?cat=23, but when I try in the live site, even though the URL in the link is
   shown as 2010/08?cat=23, it redirects to a permalink URL. Is there a setting 
   somewhere that I’m overlooking?
 *     ```
       $post_obj = $wp_query->get_queried_object();
       $post_ID = $post_obj->ID;
       $post_title = $post_obj->post_title;
       $post_name = $post_obj->post_name;
   
       $idObj = get_category_by_slug($post_name);
       $id = $idObj->term_id;
   
       $category_ID = $id;
   
       if (empty($id))
       {
       $categories = get_the_category($my_query->ID);
       $category_ID = $categories[0]->cat_ID;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] WP E-commerce and WordPress HTTPS](https://wordpress.org/support/topic/plugin-wordpress-https-wp-e-commerce-and-wordpress-https/)
 *  Thread Starter [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-wp-e-commerce-and-wordpress-https/#post-1771205)
 * Okay… think I got it fixed now. Found the culprits in the files and think I have
   it resolved!
 * I had the site going to ccfaa.com but the secure cert was [http://www.ccfaa.com](http://www.ccfaa.com)–
   so i reset the site to [http://www.ccfaa.com](http://www.ccfaa.com) in the WP
   settings and that fixed that.
 * There were a few files hard coded to go to ccfaa.com – not sure why. I changed
   this and – et voila – it works.
 * The Google Developer tool totally rocks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] WP E-commerce and WordPress HTTPS](https://wordpress.org/support/topic/plugin-wordpress-https-wp-e-commerce-and-wordpress-https/)
 *  Thread Starter [joadard](https://wordpress.org/support/users/joadard/)
 * (@joadard)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-wp-e-commerce-and-wordpress-https/#post-1771203)
 * Okay… I figured out the issue with the redirects. It had to do with the URL structure.
   I’ve fixed that, but now need to determine which elements of the page are appearing
   as ‘unsecure’ so that the whole page is secure. Getting closer…
 * Thanks for the other column about the Google Chrome developer apps – that’s been
   helping isolate the ‘where’.
 * Best,
    Darlene

Viewing 7 replies - 1 through 7 (of 7 total)