redactuk
Forum Replies Created
-
Hope Joost hasn’t done a runner 🙁
Few things:
– When using UI to insert a galler do the columns actually work? Whatever I specify this value is ignored.
– I’m pretty new to WordPress, but are you able to read any custom image sises into the drop-down thumbnail sector box?
– The script inserted before the gallery is breaking my menus i.e. this code stops my menus working. If I remove it (does nothing for me anyway – presuming related to broken column functionaliuty) my menus work again:
jQuery(document).ready(function($){ $(".6_mcol").columnize({columns: 0, width: 0}); // $(".6_mcol").makeacolumnlists({cols: 0, colWidth: 0, equalHeight: false, startN: 1}); $(".6_mcol li").equalHeightColumns({children : false}); });Thanks
Any updates on this?
Note: I appreciate the work you have done Joost on this awsome plugin, but this recent series have updates have cause major problems. I guess a lot is maybe due to wp4+ updates also. Hopefully you will get a handle on these and 1.2.6 will sort everything out
When I applied 2.4 I had not yet applied WP 3.4.1. After updating WP when I switched this option back on again it worked, so maybe related to bugs fixed in WP 3.4. Anyway, seems to be working again now.
Forum: Fixing WordPress
In reply to: Same front page and posts page with slugcreate a new page in your dashboard and call it “Home” after you save that (still being in your dashboard) go to Settings then click Reading. Now you should be on the “reading settings page” at the top where it says “Front page Displays” make sure the “A static page” is selected, in the drop down for “Front page” select the home page you created. Then in the dropdown for “Posts page” also select the home page you created. This will now be used as your home page/posts page.
Yes that works, as that is what i had before. My question is can i ignore the fact WP reports warning with both these set to the same page? (even though it seems to work just fine)
Forum: Fixing WordPress
In reply to: Same front page and posts page with slugBut I don’t WANT another posts page! when will other page post be displayed?
Forum: Fixing WordPress
In reply to: Same front page and posts page with slugWell that’s basically what I’ve done by creating front-page.php. so in effect all I need to do is under ‘Front page displays; set:
Static page = yes
Front page = None (leave it as -select-)
Posts page = Homeand presumably then WP can’ find static page so goes to Home page
Forum: Fixing WordPress
In reply to: Same front page and posts page with slugAnyone?
I guess my main question is does it matter that WordPress is warning me I’m using same page as static home page and posts?
I just installed it as well but can’t get it to display anything. From author’s website it seems he stopped supporting it in Jan 11, althought eh similar plugin WP-PageNavi for pages does work and is supported. Maybe WP-PageNavi might be able to take over WP-CommentNavi as well at some point.
Forum: Networking WordPress
In reply to: Is it ok to not use multisite root?Many thanks Curtiss, that was just the answer i was hoping for. As well as resolving my .htaccess conflict I have by having site0 using root, I’m also hoping that by using site1 as my main site i’ll avoid the /blog/ entry that is inserted for site0 pages, and instead have a constistent /home/ in the url. thank again.
Forum: Networking WordPress
In reply to: How to redirect from actual folderhmmm well since I last posted been playing around and putting an index.php in the /site2/ folder with:
<?php header("Location: ../site2/home"); ?>Seems to work, though I had to create a page called Home and set it up as the ‘Front page displays’. Having done this I can still acces my site2 subfolders ok. I guess the only issue is to make sure I have have naming conflict between a site2 page and one of the subfolder files.
Forum: Networking WordPress
In reply to: Is it ok to not use multisite root?I mean keep WP installed in the root, but just not use the root blog, and instead redirect from root blog to site1 blog.
Forum: Networking WordPress
In reply to: How to redirect from actual folderThanks for reply, but I need the subfolder to install other non-wp apps that I want to appear below site2.