ptrv
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress prettyPhoto] Lightbox not in center screenSolved by adding this to my custom theme style.css:
html { height: 101%; }
Works perfect now in all browsers.Forum: Plugins
In reply to: [Custom Post Type Auto Menu] No Parent Menu Item?Yes, it works. Should have tried that myself.. Thanks a lot Ken!
Forum: Plugins
In reply to: [Custom Post Type Auto Menu] No Parent Menu Item?Hi Ken,
Thanks for your reply but I will try to explain my problem a little better:
I create a CPT “Test” and a menu “Test”, which has Page1 and Page2 (the menu has to have at least one page or I can not select it in the CPT Auto Menu as described in earlier topic). When I create a new page in the CPT I want it to become Page3.
In the newer versions (> 1.1.3) when I select menu “Test”, it auto-selects Page1 as a Parent Menu Item. I can not leave it blank (“Select Menu Item”) like I did before. Therefore a new page becomes a subpage of Page1, and not a Page3.
I downgraded to 1.1.3 to still be able to do this but that version has the “&-problem”.
I hope you now have a clearer idea of what my problem is.Thanks, Peter
Forum: Plugins
In reply to: [WordPress prettyPhoto] Lightbox not in center screenActually, in IE(11) it works fine for me. The problem occurs in Chrome and Firefox (on Windows, Mac is fine). I solved it a bit by changing the jquery.prettyPhoto.min.js. Changing deviding by 2 to 4, eg scroll_pos.scrollTop+(e/2 -> scroll_pos.scrollTop+(e/4. At 3 places I think. After that it workes fine. But it is not a real solution because then IE becomes the problem.
Hi Ken,
This problem is solved. Thanks a lot for looking into it!
However, with the new 1.1.4 version I have a new problem which I didn’t have in 1.1.3. I will post it in a new topic.Thanks again, Peter
Forum: Plugins
In reply to: [WP Twitter Feeds] Can't use widget twiceEdit: this error occurs with a specific Twitter account. One out of 10 times it shows the tweets, 9 out of 10 I get the error.
Forum: Plugins
In reply to: [WP Twitter Feeds] Can't use widget twiceThanks. Now I get this error with the second widget:
Warning: Invalid argument supplied for foreach() in xxx\wp-content\plugins\wp-twitter-feeds\controller\twitter_widget.class.php on line 266Hi Ken,
Yes, it happens with custom post types. Thanks for looking into it.Peter
Forum: Plugins
In reply to: [WP Twitter Feeds] Can't use widget twiceFatal error when using this plugin in more than one widget:
Cannot redeclare twitter_time_diff()Forum: Plugins
In reply to: [Custom Post Type Auto Menu] Only one menu optionSolved. I think the problem was that there needs to be at least one item in the menu for it to show up in the Menu settings.
Great plugin though.Thanks, Peter