madivad
Forum Replies Created
-
@rennick, I do believe it’s probably one of the other plugins I installed about the same time. I’m guessing something there has added this in, and that has been of great benefit. I have too many plugins ??
Forum: Plugins
In reply to: [Google Drive WP Media] Warning: curl_setopt() [function.curl-setopt]I’ve just installed this plugin and got thru authentication, but get stopped by this very same error. Different location, (ie, my server details), but same curlopt error on line 2231.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Cannot add domains for site ID=1I discovered this the hard way ??
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Is the latest version a roll back?Ok, I’ve confirmed it is according to: https://plugins.trac.www.ads-software.com/browser/wordpress-mu-domain-mapping/tags/0.5.5.1/readme.txt?rev=1039816#L39
from:
https://www.ads-software.com/support/topic/could-the-changelog-be-updated?replies=2Maybe the changelog on the plugin page could be updated to make this more transparent
The domain mapping by default is only available to the super administrator. That’s how it’s always been on my installs that I’ve had up and running for some time now. The separate site admins don’t normally have access to them.
Having said that, I recently did “something” and I now have access to them in the individual sites. I’m not sure if it was a update to the plugin or an enhancement in another plugin. But now there’s an option (#3) “User domain mapping page. (Individual blogs can set their own domain)” which was never there before.
I’m running 0.5.4.4, which I believe I only just upgraded to recently. I don’t have the latest version.
Forum: Fixing WordPress
In reply to: understanding template hierarchySo
content.php
(and it’s sub-templates??content-single.php
,content-search.php
) are independent of and not related to(get_)the_content()
?Does anyone know how to get the nextgen galleries into the main media library?
I have just fixed it. After researching it and not finding anything concrete, I just thought I would go through and disable some plugins I don’t use. I then lost ALL images. I put a group back in and they’ve come back.
There were several plugins that I’m not sure if disabling them or reenabling them has worked. I removed: Advanced Custom Field (not relevant, I have Advanced Custom Field Pro), Custom Admin Bar, Easy Theme and Plugin Upgrades, Kalin’s Post List, Multisite User Management, Simple User Management, User Access Manager, Unattach, WP Google Fonts, WPMU Global Search.
Then I lost all images
I reinstalled WP Google Fonts, unattach, and installed Jetpack
No change.
I added back in User Access Manager and EVERYTHING (including those things that were initially missing) has come back. The problem is, I don’t use UAM, I have nothing setup in it. So I’ve uninstalled it again, and everything is still there.
So I can’t blame or nail any one plugin, but pushing and pulling at it has seemed to be the hammer that was needed.
If you do go through and try some plugins, disabling and re-enabling, could you let me know how you go and which one’s seem to have had the greatest effect for you. I’m going to assume everyone’s milage is going to vary.
I have had EXACTLY the same problem today. I migrated my multisite wordpress to another server. All images not in the NextGEN plugin display normally and fine, but images that are in NextGEN galleries (and a couple that are just singularly displayed) no longer show up.
I have logged into the ftp site and checked, the images are in the same location. They have the same permissions, and the images are not corrupted (I downloaded a couple and checked them out).
Any help is appreciated
Forum: Installing WordPress
In reply to: 404 error on a fresh install….@esmi, don’t bother, see below.
@sgdlucas, what you’ve said is correct, except it’s now just got a whole lot worse. I’m onto the webhost at the moment, it appears the wordpress install is corrupted and there’s a few missing files (notably everything that’s supposed to be in the root directory including index.php—which I’m assuming is the cause of the 404.
I’m going to blow it out and reinstall it. Thank anyway.
I have found the problem, domain mapping doesn’t appear between C and D as I would expect, and it’s on the second page of the plugins… Now I have found it. DOH!
Ok, Can someone delete this thread?
ok, so this doesn’t work. not at all… I have the right category code for the ontop post, but when I click the page, nothing displays. I understand the second part isn’t implemented yet, but I thought I would see the ontop posts at least… Any help appreciated
Forum: Themes and Templates
In reply to: Custom Sticky Post for Each CategoryPretty much as described I am after this same feature. What I want to do is something similar to what “simplyworks” suggests above. But I don’t know how to implement the
Do your loop for posts...
as he suggests. I just want to use the standard loop that exists, I don’t even want/need to change any styling, I just want the stickies to the top of the category…PLUS… I do want to remove the stickies from the front page. I just don’t want them there–I realise that’s where they are intended, but, like the OP, I only want them appearing at the top of the relevant category.
- So, I’m thinking I need the category.php file
- I want to loop thru and get the stickies first
- I then want to go thru again and get the non-stickies
So far, it’s just how simply works describes. But for the loop part, what do I put there? Is that the get_template_part(“loop”,”category”); or something similar? Or do I have to create something unique here?
Also, how to hide all stickies from the front page? I’m thinking one of two scenarios:
- either change the front page to omit this–I don’t know how
- not use the “sticky” option in the first place and create a category called “sticky” <– I’m liking this option more
With the second option above, I would modify the original query (somehow) so that the first call calls posts that are a member of the original calling category PLUS the sticky category… Then the second call would be to posts that are of the original calling category THAT ARE NOT in the sticky category.
I just don’t know how to implement it.
I’m not really asking for someone to do it for me, I just don’t know 1) how to construct the loop (if that’s what I need to do) and 2) how to construct that query.
I have searched (that is how I found this topic) and this has been the clearest (by simplyworks) solution so far. I just need it expanded ‘slightly’ ??
Any help appreciated, thanks
I’m hoping someone can come up with a solution within the user access manager plugin, because it is quite comprehensive. But I do need this functionality. In the meantime, I have arrived at a solution.
It’s detailed and long winded, and can be viewed on my wordpress blog:
https://wordpress.dav3.net/guests-only-menu-items/Forum: Themes and Templates
In reply to: Hide Page from logged out usersI forgot to mention in the above code, you must change the
#nav
to the name of the ID of the unordered list that contains the list/menu items of the relevant menu.I have since created a full “how-to-do” on my blog since I was after not only this feature, but another where I only showed menu items to guests and not members–basically the opposite.
To only show items to logged in users here.
To show a particular menu item to guests only (something I have been searching for for a while), you can view a more recent post here.