Title: notaduck's Replies | WordPress.org

---

# notaduck

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Comment System] Disable disqus one one page](https://wordpress.org/support/topic/disable-disqus-one-one-page/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/disable-disqus-one-one-page/#post-7512931)
 * Lets say i have
 * [http://some-site.com/page/interresting](http://some-site.com/page/interresting)
   
   and [http://some-site.com/page/questions](http://some-site.com/page/questions)
 * then only disable disqus on [http://some-site.com/page/questions](http://some-site.com/page/questions)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JustWrite] Size of screen](https://wordpress.org/support/topic/size-of-screen/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/size-of-screen/#post-6661732)
 * Thanks acosmin!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JustWrite] Size of screen](https://wordpress.org/support/topic/size-of-screen/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/size-of-screen/#post-6661730)
 * Mr Case. isn’t this only changnig tje widght?
 * the sndard way to see my page is like this : [http://pasteboard.co/2aRjuZae.png](http://pasteboard.co/2aRjuZae.png)
 * and i want it to be changed so it look like this : [http://pasteboard.co/2aRmrFY7.png](http://pasteboard.co/2aRmrFY7.png)
 * if you know what i mean 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JustWrite] Size of screen](https://wordpress.org/support/topic/size-of-screen/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/size-of-screen/#post-6661569)
 * What i am trying to accomplish is :
 * lets say the theme has size 6 when it is showed in a normal browser. then i would
   like it to be size 4 instead. everything is way to big to my taste.
 * i hope that explains it in a better way. i am not sure how i could explain it
   in another way.
 * btw.. the site is [http://techknight.eu](http://techknight.eu)
    what i mean is
   when i am on 100% zoom level in firefox then everything is to big but at 67% 
   then everything is fine.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[JustWrite] Size of screen](https://wordpress.org/support/topic/size-of-screen/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/size-of-screen/#post-6661507)
 * Wow thanks for the enlightening anwser 😀
    Could you reveal the secret for me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Menu in post with automatic scroll](https://wordpress.org/support/topic/menu-in-post-with-automatic-scroll/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menu-in-post-with-automatic-scroll/#post-5737667)
 * what i mean is like a index menu floating or static there is indexing each steps
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683582)
 * The problem is solved ! it was just a stupid fail in my apache site conf.
    This
   is ther orginal :
 *     ```
       ServerName techknight.eu
   
        ServerAdmin webmaster@localhost
               DocumentRoot /var/www/html/
   
               <Directory />
                       #Options FollowSymLinks
                       Options Indexes FollowSymLinks Includes ExecCGI
                       AllowOverride All
                       Order deny,allow
                   Allow from all
       </Directory>
       ```
   
 * Forgot to tell wich directory pache should use
 *     ```
       ServerName techknight.eu
   
        ServerAdmin webmaster@localhost
               DocumentRoot /var/www/html/
   
               <Directory /var/www/html/>
                       #Options FollowSymLinks
                       Options Indexes FollowSymLinks Includes ExecCGI
                       AllowOverride All
                       Order deny,allow
                   Allow from all
       </Directory>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683570)
 * do you mean to restore it back to permalink – default ?
 * yep it work now. i dont have to delete the .htaccess file to change it between
   day and name – default (but it is still only default there works)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683568)
 * this is what it looks like wheni deleted the .htacces and changed permalinks 
   to day and name
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683564)
 * Hmmm but i am not able to change it back to day and name from default? then i
   am getting the 404 again.
 * and i really need it to be day and name as google is linking to that
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683563)
 * thanks for the quick response !
    it worked when i deleted the .htaccess file 
   🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683560)
 * i tried to deactivate all the plugins but i am still getting the 404 error
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 site not found, all my posts is gone?](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/404-site-not-found-all-my-posts-is-gone/#post-5683559)
 * i have a couple of plugins there is active 🙂
 * my permalinks is day and name
 * my apache conf if :
 *     ```
       ServerName techknight.eu
   
        ServerAdmin webmaster@localhost
               DocumentRoot /var/www/html/
   
               <Directory />
                       #Options FollowSymLinks
                       Options Indexes FollowSymLinks Includes ExecCGI
                       AllowOverride All
                       Order deny,allow
                   Allow from all
       </Directory>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hiero] Searchbar in menu ?](https://wordpress.org/support/topic/searchbar-in-menu/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/searchbar-in-menu/#post-5518625)
 * yes of course 🙂 if you look at this site [http://ubuntuportal.com/](http://ubuntuportal.com/)
   
   it is running on the hueman theme and have an intergrated search button with 
   a popup in the main menu line.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hiero] Searchbar in menu ?](https://wordpress.org/support/topic/searchbar-in-menu/)
 *  Thread Starter [notaduck](https://wordpress.org/support/users/notaduck/)
 * (@notaduck)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/searchbar-in-menu/#post-5518611)
 * hmmmi just tried it yesterday, it is just mooving the searchbar to the topheader
   and not in the menu ? is it possible to import the search button from the hueman
   theme to hiero ?

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

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