Peter Luit
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Item Visibility Control] WordPress 4.3Please, any response would be very kind…..
Working fine now…. Thanks.
Forum: Plugins
In reply to: [Menu Item Visibility Control] WordPress 4.3The readme file show ‘tested up to 4.1’
Thanks for the update!
update: could be solved (in between solution) with:
#side-sortables #wp2t .jtw textarea {
height: 120px;
width: 100%;
}Set the width to 100%
update: it is not theme dependent, it also happens in TwentyFourteen.
Forum: Plugins
In reply to: [Dynamic Widgets] Show widget based on certain usernameOK, for anyone who is looking for this, try Widget Logic plugin and use get_current_user_id()==xx. It is not the username, but number, and can easily be found by selecting ‘edit’ in the WP userslist and look at the URL.
Forum: Plugins
In reply to: [Widget Logic] Based on usernameYes, this can be done: get_current_user_id()==usernumber, for example: get_current_user_id()==14
It is not the name bit the number (effect is the same), but that number can easily be found by selecting the user to ‘edit’ and to look at the URL.
Forum: Plugins
In reply to: [WP Lightbox 2] WordPress 4.2.3 compatible?Well, with now 4.2.4 and 4.3 coming up, I would like to know if you keep supporting this plugin.
Yes, the ZIP version is indded 4.9 MB, but if you unzip it, it wil become ‘much more’ than that. In my case (even more than) 12MB. I checked it on my desktop and on the VPS where I want to install it. Although I am very impressed about the functionallity, it is way oversized in my opinion.
You could use the wp-members plugin to do this. And also take a look at Menu Items Visibility Control. The combination of these three plugins offer you everything to make a lightweight simple to use ‘membership’ website with all conditions you like.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Image alignment and fontsI did find the answer for question 2: just ‘rest the PDF cache’.
Forum: Plugins
In reply to: [WP Lightbox 2] WordPress 4.2.3 compatible?Thanks for the reply!! In the mean while, I’ll keep the site at a lower level, which is for the next couple of week no problem. With 4.3 on its way, I hope your plugin will soon be running with these new versions. Thanks for checking.
Forum: Plugins
In reply to: [WP Lightbox 2] Plugin 3.0.4 WordPress 4.2.3I asked the same question just about a day before you asked it. I did not go to 4.2.3 yet on a specific site, and it seemed the right solution for the time being……
Forum: Plugins
In reply to: [User Specific Content] How to use a user specific page in a menu?Well, I just gave myself the right answer. Your plugin is more based on one specific post/page, where shortcodes define the user specific content parts. If I would like to make user specific posts/pages I just can access them throught a menu, which show the menu item just for the user who is logged in. Am I right?
Peter