Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)
  • Thread Starter adminadminadmin

    (@adminadminadmin)

    Sorry for the inconveniences, I found the solution in the following link:

    http://stackoverflow.com/questions/23137526/wordpress-3-9-and-qtranslate-issue

    Thread Starter adminadminadmin

    (@adminadminadmin)

    If I delete these two lines, the jquery version is not set, according to “jQuery Check”.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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

    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.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    http://ipd2004.com/ipd-in-ids-2013/

    The image has the link to enlarge itself, but its not working.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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. If it’s that urgent, consider hiring someone.]

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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…

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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?

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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').

    Thread Starter adminadminadmin

    (@adminadminadmin)

    I’m sorry but it does, as stated in:
    http://codex.wordpress.org/Function_Reference/the_post_thumbnail

    in the Thumbnail Sizes section.

    Thread Starter adminadminadmin

    (@adminadminadmin)

    I was checking:
    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…

    Thread Starter adminadminadmin

    (@adminadminadmin)

    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)