Title: ganim's Replies | WordPress.org

---

# ganim

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed File/Folder owner and 403 Forbidden page](https://wordpress.org/support/topic/changed-filefolder-owner-and-403-forbidden-page/)
 *  Thread Starter [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/changed-filefolder-owner-and-403-forbidden-page/#post-3091692)
 * No one?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problems with my menu](https://wordpress.org/support/topic/problems-with-my-menu/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091666)
 * There is a line in file:
    [http://www.wooden-workshop.co.uk/wp-content/themes/kingsize/style.css](http://www.wooden-workshop.co.uk/wp-content/themes/kingsize/style.css)
 *     ```
       #navbar li ul li {
       padding: 0 0 10px 0;
       ```
   
 * change it to:
 *     ```
       #navbar li ul li {
       padding: 0 0 0px 0;
       ```
   
 * And another line:
 *     ```
       #navbar li ul li a {
       padding: 12px 0px 8px 30px;
       ```
   
 * Change it to:
 *     ```
       #navbar li ul li a {
       padding: 8px 0px 8px 30px;
       ```
   
 * This will shorten your submenus so that they can fit
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [unable to log admin](https://wordpress.org/support/topic/unable-to-log-admin/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/unable-to-log-admin/#post-3091659)
 * Probably there has been something changed in your wp-config.php file. Mine has
   nothing to do with headers.
 * So have a look at your wp-config file. There should be any `header();` or session
   stuff.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problems with my menu](https://wordpress.org/support/topic/problems-with-my-menu/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/problems-with-my-menu/#post-3091657)
 * Either you play with your template css file to make the submenu shorter then 
   maybe menu can fit to the screen OR you may reorganise your menu structure to
   have 5-6 items each submenu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: qtranslate] Category pages not working](https://wordpress.org/support/topic/plugin-qtranslate-category-pages-not-working/)
 *  Thread Starter [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-qtranslate-category-pages-not-working/#post-2395104)
 * PLEASE HELP ME!!! I STILL COULDN’T FIND ANY SOLUTION. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: qtranslate] Category pages not working](https://wordpress.org/support/topic/plugin-qtranslate-category-pages-not-working/)
 *  Thread Starter [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-qtranslate-category-pages-not-working/#post-2395003)
 * no idea?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.0 – Custom Links for Images within Gallery](https://wordpress.org/support/topic/wp-30-custom-links-for-images-within-gallery/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [15 years ago](https://wordpress.org/support/topic/wp-30-custom-links-for-images-within-gallery/#post-1560259)
 * i’ve fixed this issue thanks to this post;
 * [http://geekeemedia.com/wordpress/add-a-custom-url-to-your-wordpress-gallery-images/](http://geekeemedia.com/wordpress/add-a-custom-url-to-your-wordpress-gallery-images/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.0 – Custom Links for Images within Gallery](https://wordpress.org/support/topic/wp-30-custom-links-for-images-within-gallery/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [15 years ago](https://wordpress.org/support/topic/wp-30-custom-links-for-images-within-gallery/#post-1560258)
 * is there a solution to fix this or this will be general problem for those who
   wants to add custom link to image in a gallery????
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] Ajax submit does not work](https://wordpress.org/support/topic/plugin-contact-form-7-ajax-submit-does-not-work/)
 *  Thread Starter [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-ajax-submit-does-not-work/#post-1962797)
 * i did try a lot of stuff and give up with contact form 7.
    i am using FormBuilder
   now and it is great 🙂
 * thanks anyway, for your interest
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] data is null – no ajax message & no e-mail](https://wordpress.org/support/topic/plugin-contact-form-7-data-is-null-no-ajax-message-amp-no-e-mail/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-data-is-null-no-ajax-message-amp-no-e-mail/#post-1491957)
 * same error, any help.
    please
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Picture is not showing up in categories?](https://wordpress.org/support/topic/picture-is-not-showing-up-in-categories/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/picture-is-not-showing-up-in-categories/#post-1406098)
 * found out that this way your posts wont be shown proper, what i did to fix is
   to delete a `</div>` after `<?php the_content(); ?>`.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Picture is not showing up in categories?](https://wordpress.org/support/topic/picture-is-not-showing-up-in-categories/)
 *  [ganim](https://wordpress.org/support/users/ganim/)
 * (@ganim)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/picture-is-not-showing-up-in-categories/#post-1406083)
 * I had exactly the same problem. And i fixed it like this;
    -What you should do
   is use editor. -Edit Archives (archive.php) -Find the row `<?php the_excerpt();?
   >` -Replace it with `<?php the_content(); ?>`
 * i am a newbie wordpresser i think this way you will post the whole post on the
   archive page. At least this was enough for me.
 * Cheers,
    Ganim.

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