Title: werewolve's Replies | WordPress.org

---

# werewolve

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxButtons - Create buttons] Double buttons showing](https://wordpress.org/support/topic/double-buttons-showing/)
 *  [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-showing/#post-6487592)
 * I think i resolved it myself (actually the first time)
 * after :kleine tetten you see (” character
    that one needs to removed only the
   last one
 * [maxbutton id=”5″]
    [maxbutton name=”kleine tetten”]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxButtons - Create buttons] Double buttons showing](https://wordpress.org/support/topic/double-buttons-showing/)
 *  [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-showing/#post-6487590)
 * I see the (ad button but when i click on it nothing happens.
 * in a text widget there is no option to ad button only with the shortcode
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MaxButtons - Create buttons] Double buttons showing](https://wordpress.org/support/topic/double-buttons-showing/)
 *  [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/double-buttons-showing/#post-6487588)
 * I have the same problem.
 * I wanted to make severall buttons to display at the left side of my website to
   have a leftside menu.
 * I added text widgets in the sidebar area and placed the maxbutton shortcode.
 * But when ivisit my website i have double buttons of every page.
 * what can i do??
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite problems subdomains not working](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/)
 *  Thread Starter [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/#post-5762126)
 * ok thankyou for al the good information.
    today i signd up on several hosting
   sites and i will test them
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite problems subdomains not working](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/)
 *  Thread Starter [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/#post-5762119)
 * Yes ,i after i clicked on post i realised i shouldt copied the who file.
    but
   its the first time i work with such things as files and multisite . i changed
   my msql database password.
 * no i could not set a folder for the subdomain.I see i cant post an image of my
   control panel but i can just create a subdomain and thats all.
 * so you think the subdomain works fine?
 * do it needs wordpress installed? even if multisite is enabled?
 * like i said i created a new subdomain trial.adpopper.tk /home/u645014264/public_html/
   trial this is the folder name but i can’t change the folder name. and when i 
   click on that subdomain .A text apears
    index and when i login to my dashboard‘
   multisite google shortlink apears when i click on trial.adpopper.tk.
 * i discoverd with other hostingproviders who have softaculous installer
    you can
   just install wordpress in a subdomain .But i do not know if its possible with
   multisite.
 * sorry for my bad english I from belgium
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite problems subdomains not working](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/)
 *  Thread Starter [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/#post-5762021)
 * this is the confi.php file:
 *     ```
       <?php
       /**
        * The base configurations of the WordPress.
        *
        * This file has the following configurations: MySQL settings, Table Prefix,
        * Secret Keys, WordPress Language, and ABSPATH. You can find more information
        * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
        * wp-config.php} Codex page. You can get the MySQL settings from your web host.
        *
        * This file is used by the wp-config.php creation script during the
        * installation. You don't have to use the web site, you can just copy this file
        * to "wp-config.php" and fill in the values.
        *
        * @package WordPress
        */
   
       // ** MySQL settings - You can get this info from your web host ** //
       /** The name of the database for WordPress */
   
       <em>[moderated]</em>
   
       define('WP_DEBUG', false);
       /* Multisite */
       	define('MULTISITE', true);
       define( 'WP_ALLOW_MULTISITE', true );
       define('SUBDOMAIN_INSTALL', true);
       define('DOMAIN_CURRENT_SITE', 'adpopper.tk');
       define('PATH_CURRENT_SITE', '/');
       define('SITE_ID_CURRENT_SITE', 1);
       define('BLOG_ID_CURRENT_SITE', 1);
       /* That's all, stop editing! Happy blogging. */
   
       /** Absolute path to the WordPress directory. */
       if ( !defined('ABSPATH') )
       	define('ABSPATH', dirname(__FILE__) . '/');
   
       /** Sets up WordPress vars and included files. */
       require_once(ABSPATH . 'wp-settings.php');
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite problems subdomains not working](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/)
 *  Thread Starter [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/#post-5762020)
 * i created already subdomains in my control panel its just not working.
    yesterday
   i made a new one like trial.adpopper.tk but when i click on dashboard google 
   shortlinks comes up. and when i just visit the subdomain its just index that 
   apears.
 * i tried to contact my host [http://www.hourb.com](http://www.hourb.com) to ask
   if they suport wildcard but i cant contact them
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multisite problems subdomains not working](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/)
 *  Thread Starter [werewolve](https://wordpress.org/support/users/werewolve/)
 * (@werewolve)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/multisite-problems-subdomains-not-working/#post-5762019)
 *     ```
       #begin wordpress
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
       RewriteRule ^(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       #end wordpress
       ```
   

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