Title: Makewebgr's Replies | WordPress.org

---

# Makewebgr

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IM8 qTranslate WooCommerce] Category Description shows both languages and shortcodes](https://wordpress.org/support/topic/category-description-shows-both-languages-and-shortcodes/)
 *  Thread Starter [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/category-description-shows-both-languages-and-shortcodes/#post-5453683)
 * As for the categories description, try the following:
 *     ```
       if ( ! function_exists( 'woocommerce_taxonomy_archive_description' ) ) {
       function woocommerce_taxonomy_archive_description() {
       if ( is_tax( array( 'product_cat', 'product_tag' ) ) && get_query_var( 'paged' ) == 0 ) {
       $description = wpautop( do_shortcode( _e(term_description()) ) );
       if ( $description ) {
       echo '<div class="term-description">' . $description . '</div>';
       }
       }
       }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mqTranslate] Category/WooCommerce category description](https://wordpress.org/support/topic/categorywoocommerce-category-description/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/categorywoocommerce-category-description/#post-5320835)
 * This works for me too, thank you marcetin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List Custom Taxonomy Widget] Feature request: include taxonomy ids](https://wordpress.org/support/topic/feature-request-include-taxonomy-ids/)
 *  Thread Starter [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-request-include-taxonomy-ids/#post-5278635)
 * OK, for anyone that need to include rather than exclude ids, change line 255 
   to:
 * // ‘exclude’ => $exclude,
 * and line 259 to:
 * ‘include’ => $exclude,
 * Now, when you enter taxonomy ids in the “exclude” field in the widget, they will
   be included instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mqTranslate] send_to_editor is not working correctly with mqTranslate](https://wordpress.org/support/topic/send_to_editor-is-not-working-correctly-with-mqtranslate/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/send_to_editor-is-not-working-correctly-with-mqtranslate/#post-5186845)
 * [http://wordpress.org/support/topic/cannot-insert-images-in-text-editor?replies=3](http://wordpress.org/support/topic/cannot-insert-images-in-text-editor?replies=3)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mqTranslate] Cannot insert images in text editor](https://wordpress.org/support/topic/cannot-insert-images-in-text-editor/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years ago](https://wordpress.org/support/topic/cannot-insert-images-in-text-editor/#post-4903277)
 * Same problem here. Image is either not inserted at all, or inserted for another
   language. Any clues yet? Thank you in advance.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with tags after 3.9.1](https://wordpress.org/support/topic/problem-with-tags-after-391/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years ago](https://wordpress.org/support/topic/problem-with-tags-after-391/#post-4902700)
 * Same problem here, solved by re-installing the latest version (3.9.1-el)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Alexa Verification ID Rejected](https://wordpress.org/support/topic/alexa-verification-id-rejected/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/alexa-verification-id-rejected/#post-4696454)
 * Updating to 1.5.2.1 solves the problem for me. Thanx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Alexa Verification ID Rejected](https://wordpress.org/support/topic/alexa-verification-id-rejected/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/alexa-verification-id-rejected/#post-4696354)
 * Same here. After updating the plugin, my Alexa Verification ID is no longer accepted.
   Any clues?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Responsive Slider] Deregister script / remove action if not on front page](https://wordpress.org/support/topic/deregister-script-remove-action-if-not-on-front-page/)
 *  Thread Starter [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/deregister-script-remove-action-if-not-on-front-page/#post-4486257)
 * Thank you!!!!
 * In my case, it works using !is_front_page() instead of !is_home()
 * Thanx again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] How to get the Title and Caption for secondary-image](https://wordpress.org/support/topic/how-to-get-the-title-and-caption-for-secondary-image/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-get-the-title-and-caption-for-secondary-image/#post-4565506)
 * Anyone? This could be really helpful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] More than two Images?](https://wordpress.org/support/topic/more-than-two-images/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/more-than-two-images/#post-3573788)
 * OK, this is an old post but let me share with you the following code for more
   than two featured images, e.g. let’s say 5:
 *     ```
       if (class_exists('MultiPostThumbnails')) {
       $i = 5;
       while ($i <= 5){
       new MultiPostThumbnails( array('label' => 'Extra Featured Image '.$i, 'id' => 'extra-image-'.$i, 'post_type' => 'post') );
       $i++;
       }
       }
       ```
   
 * I hope this is helpful for someone!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Facebook Register with user moderation (Theme My Login)](https://wordpress.org/support/topic/facebook-register-with-user-moderation-theme-my-login/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/facebook-register-with-user-moderation-theme-my-login/#post-3894779)
 * Same problem here. Any solutions to this? Thank you in advance!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't change language](https://wordpress.org/support/topic/cant-change-language/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/cant-change-language/#post-2296501)
 * Solved for me!
 * The problem was due to me configuring wrong the settings of the qTranslate plugin.
   
   I needed to enter “el” at the “Locale” textbox.
 * Now, languages work fine for me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't change language](https://wordpress.org/support/topic/cant-change-language/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/cant-change-language/#post-2296500)
 * [@thesos](https://wordpress.org/support/users/thesos/):
 * I downloaded & installed Poedit from [http://sourceforge.net/projects/poedit/](http://sourceforge.net/projects/poedit/)
 * Opened my el.po files, the translation is fine, checked the option you mentioned,
   saved the file and uploaded to server.
 * Still English everywhere!
 * Any other clues?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't change language](https://wordpress.org/support/topic/cant-change-language/)
 *  [Makewebgr](https://wordpress.org/support/users/makewebgr/)
 * (@makewebgr)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/cant-change-language/#post-2296498)
 * Same problem…
 * WordPress 3.4.1.
 * Greek language files wp-content/languages/: el.mo el.po admin-el.mo admin-el.
   po admin-network-el.mo admin-network-el.po
 * wp-config: define(‘WPLANG’, ‘el’);
 * Tried to delete and re-upload el.mo files via ftp
 * Tried to re-upload localised WordPress [http://el.wordpress.org/wordpress-3.4.1-el.zip](http://el.wordpress.org/wordpress-3.4.1-el.zip)
 * Both front-end and back-end still in English….
 * This has never happened in my other wp sites.
 * Dashboard reads:
 * > You have the latest version of WordPress. You do not need to update. However,
   > if you want to re-install version 3.4.1–en_US, you can do so automatically 
   > or download the package and re-install manually:
   > Download 3.4.1–en_US
   > You are about to install WordPress 3.4.1 in English (US). There is a chance
   > this update will break your translation. You may prefer to wait for the localized
   > version to be released.
 * when it should read “3.4.1–el”.
 * Any clues?

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