werewolve
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Double buttons showingI 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
In reply to: [MaxButtons - Create buttons] Double buttons showingI 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
In reply to: [MaxButtons - Create buttons] Double buttons showingI 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
In reply to: multisite problems subdomains not workingok thankyou for al the good information.
today i signd up on several hosting sites and i will test themForum: Networking WordPress
In reply to: multisite problems subdomains not workingYes ,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
In reply to: multisite problems subdomains not workingthis 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
In reply to: multisite problems subdomains not workingi 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 to ask if they suport wildcard but i cant contact them
Forum: Networking WordPress
In reply to: multisite problems subdomains not working#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