Title: adminadminadmin's Replies | WordPress.org

---

# adminadminadmin

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/adminadminadmin/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[qtranslate] Error translating some posts](https://wordpress.org/support/topic/qtranslate-error-translating-some-posts/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/qtranslate-error-translating-some-posts/#post-4835447)
 * Sorry for the inconveniences, I found the solution in the following link:
 * [http://stackoverflow.com/questions/23137526/wordpress-3-9-and-qtranslate-issue](http://stackoverflow.com/questions/23137526/wordpress-3-9-and-qtranslate-issue)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Simple lightbox not working](https://wordpress.org/support/topic/simple-lightbox-not-working-2/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/simple-lightbox-not-working-2/#post-4705314)
 * If I delete these two lines, the jquery version is not set, according to “jQuery
   Check”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Simple lightbox not working](https://wordpress.org/support/topic/simple-lightbox-not-working-2/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/simple-lightbox-not-working-2/#post-4705250)
 * Okay, I found the solution myself. I replaced these lines from functions.php:
 *     ```
       wp_deregister_script('jquery'); // initiate the function
         wp_register_script('jquery', get_template_directory_uri().'/library/js/libs/jquery-1.7.1.min.js', false, '1.7.1');
       ```
   
 * for the same lines but for the latest jquery version:
 *     ```
       wp_deregister_script('jquery');
       wp_register_script('jquery', ("http://code.jquery.com/jquery-latest.min.js"), false, '');
       ```
   
 * Is it the right way to do it? Now it is working, and the jQuery version used 
   is 1.10.2.
 * Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Simple lightbox not working](https://wordpress.org/support/topic/simple-lightbox-not-working-2/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/simple-lightbox-not-working-2/#post-4705247)
 * I removed the outdated version, which was being load in the functions.php file,
   following the steps stated in the following link (deleting the deregister and
   register lines):
    [http://stackoverflow.com/questions/16078231/outdated-version-of-jquery-in-wordpress](http://stackoverflow.com/questions/16078231/outdated-version-of-jquery-in-wordpress)
 * However, now the picture is a link to a page which has only the image, and if
   I use the jQuery check item, it says the jQuery is not loaded. I guess then I
   need to load the current jQuery version but how can I do this? What I want is
   the picture shown bigger in the same website address when the user clicks on 
   the image.
 * Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Simple lightbox not working](https://wordpress.org/support/topic/simple-lightbox-not-working-2/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/simple-lightbox-not-working-2/#post-4705220)
 * [http://ipd2004.com/ipd-in-ids-2013/](http://ipd2004.com/ipd-in-ids-2013/)
 * The image has the link to enlarge itself, but its not working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin:qtranslate] One link is not working](https://wordpress.org/support/topic/pluginqtranslate-one-link-is-not-working/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/pluginqtranslate-one-link-is-not-working/#post-4371201)
 * I tried to verify if it was a problem with updating the plugin, and I am afraid
   it is! I was using, in localhost, the previous qtranslate version (2.5.37) with
   the newest WordPress version, and qtranslate was informing me in the pages that
   it was disabled because some malfunctioning may appear, and advicing me to update
   to the newest version. All links from the menu were working in both set languages,
   portugues and english, including the customized Home page link. I updated to 
   the newest qtranslate version and this link is not working any more. What is 
   wrong?? WordPress displayed the following error message just after updating the
   plugin:
 * —–
    Warning: An unexpected error occurred. Something may be wrong with WordPress.
   org or this server’s configuration. If you continue to have problems, please 
   try the support forums. (WordPress could not establish a secure connection to
   WordPress.org. Please contact your server administrator.) in C:\Users\jordialtimira.
   IPD2011\Desktop\xampp\htdocs\ipd2004\web\wp-includes\update.php on line 112
 * Warning: An unexpected error occurred. Something may be wrong with WordPress.
   org or this server’s configuration. If you continue to have problems, please 
   try the support forums. (WordPress could not establish a secure connection to
   WordPress.org. Please contact your server administrator.) in C:\Users\jordialtimira.
   IPD2011\Desktop\xampp\htdocs\ipd2004\web\wp-includes\update.php on line 259
    —–
 * Can any qtranslate responsible help me please? Having a malfunctioning link is
   a drawback in order to contact with our customers…
 * _[Moderator Note: [No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping).
   If it’s that urgent, consider [hiring someone](http://jobs.wordpress.net/).]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website code doesn't correspond with the current code](https://wordpress.org/support/topic/website-code-doesnt-correspond-with-the-current-code/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/website-code-doesnt-correspond-with-the-current-code/#post-4296138)
 * I didn’t do it. I just did it, but I still had to delete the cookies and temporal
   data from my browsers in order to see the correct display. Weird…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to solve PDF error when loading?](https://wordpress.org/support/topic/how-to-solve-pdf-error-when-loading/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-solve-pdf-error-when-loading/#post-4293223)
 * I fixed the problem loading the pdf file again and removing the previous on, 
   with another name. But if I set the neam to Health-License, it doesn’t work again.
 * Now I realized another issue. I was working with Google Chrome to display the
   website and see my changes. Now it is working and displayed as I want. But with
   other browsers like Internet Explorer or Mozilla Firefox it doesn’t work. I didn’t
   want to update to the new WordPress version just in case it stops working with
   some of my plugins, but maybe this is the reason the website is not updated in
   the other browsers? Actually, I tried in another computer with Google Chrome 
   and it is not working either. What is the reason?
 * Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241037)
 * So,
 * 1. news1 should be defined in the functions file, which is not. I got 5 `add_image_size();`
   code lines, and none of them is for news1.
 * 2. the image displayed size is 280×250, which is a different size from all `add_image_size();`
   defined in the functions file
 * 3. my media settings in the backend are:
    thumbnail size: 150×150 medium size:
   300×300 large size: 1024×1024.
 * So where is ‘news1’ defined?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241033)
 * alchymyth, it’s a customized theme, and I did not contact the developer by now.
   
   If i use `the_post_thumbnail()` I get the featured image upload in the post in
   the back end. If i use `the_post_thumbnail('something')`, I get a different image,
   which is not uploaded in the post featured images.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241031)
 * I have a news template, which contains the text:
    `<div class="span4"><a href
   ="<?php the_permalink(); ?>"><?php the_post_thumbnail('news1'); ?></a></div>`
 * I can’t find “news1” anywhere (I did not program it).
 * The code above is supposedly displaying information of a post created in the 
   backend, lets say post1. This post1 contains one featured image, which is not
   news1.
 * However, inspecting the code of the website, this `<?php the_post_thumbnail('
   news1'); ?>` displays an image from a folder, image called “The-first-news.jpg”,
   which is a completely different name.
 * So I want to display another image instead of “The-first-news”, but I can’t understand
   the code or find where the link between news1 and The-first-news is set.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241027)
 * And I can assure you my website does use it, and it changes if I’m using
    `the_post_thumbnail()`
   or `the_post_thumbnail('something')`.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241025)
 * I’m sorry but it does, as stated in:
    [http://codex.wordpress.org/Function_Reference/the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
 * in the Thumbnail Sizes section.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241015)
 * I was checking:
    [http://codex.wordpress.org/Function_Reference/add_image_size](http://codex.wordpress.org/Function_Reference/add_image_size)
 * Here it is said that `add_image_size()` add an image size, but neither ‘something’
   nor ‘whatever’ appears.
 * I can’t find it…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_post_thumbnail ('something')](https://wordpress.org/support/topic/the_post_thumbnail-something/)
 *  Thread Starter [adminadminadmin](https://wordpress.org/support/users/adminadminadmin/)
 * (@adminadminadmin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/the_post_thumbnail-something/#post-4241004)
 * and where is it defined? because `something` is not similar to 250×250 but to“
   Hello”.

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/adminadminadmin/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/adminadminadmin/replies/page/2/?output_format=md)