kmlinders
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issue with getting WordPress in own directory visible on rootThanks Pothi,
1. I want https://www.peer033.nl as Site address
2. Yes, see below
.htaccess contains:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /s2m/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /s2m/index.php [L] </IfModule> # END WordPress
index.php contains:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/s2m/wp-blog-header.php' );
Forum: Fixing WordPress
In reply to: Issue with getting WordPress in own directory visible on rootHi HudsonValleyWebDesign,
what should the permissions / ownership be like?
And Csloisel: it runs Apache 2.0. Thanks
Kind regards,
Koen Linders
Forum: Plugins
In reply to: [WP Jump Menu] Exclude pages possible?Thanks for your reply… I may be using your Jump menu a bit different than intended.
I’m using your plugin so that users can jump to the edit mode of a set of about 100 pages and since there are also subpages in there I can’t use the searchbox in the Pages admin.Your plugin provides an excellent solution to have a neat pulldown list of the pages and subpages of these 100 pages. In this list pages like home, login, logout are not needed (since these can be found using the searchbox in the Pages admin).
For this reason I was hoping I could simply exclude the pages that are not essential to the the Jump list. Is there perhaps a way to add exclude the $args array?
Thanks,
KoenForum: Plugins
In reply to: [Simple Lightbox] Can't activate Simple Lightbox after WP 3.9.1 updateThanks, i tried that (3 times) but it doesn’t seem to work… the strange thing is that the plugin works excellent on another site of mine and both servers seem to have the same setup. Got any other suggestions, maybe? I also tried uploading the plugin folder from the other website and activating it but the same thing happened.