hhelmbold
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite not creating the “sub” sites****UPDATE****
I changed the path for the wildcard sub domain from _wildcard_.domain.com to just domain.com, which is the same folder as the main wordpress installation. I left everything for several hours to propagate and VIOLLA! It suddenly worked!
I think the biggest problem with most of these issues is patience. It took almost 48 hours for the wildcard sub domain to propagate and then another 4 hours after changing the path.
Now I will just have to see that everything else is still working 🙂
Forum: Networking WordPress
In reply to: What is the architecture for multisite subdirectories?This seems to be similar to my problem except that I am using sub domains and not directories. If it is the same issue then maybe the two posts can be merged?
(https://wordpress.org/support/topic/multisite-not-creating-the-sub-sites/)
110% with duce on this one. Photocrati took over Nextgen, now it is changing hands again to a new company, I think it is a hot potato being passed around and that is why we not getting any real support or fixes. “Wait for the new release” is just a way of saying “let’s see if the new people can fix this”.
Why did I get an answer in an individual post but no where in here do I see you actually answering the OP? You expecting us to create several duplicate posts and then people need to go through each one and maybe find an answer to the same problem??
The fact that you cannot see the problem with what you telling us to do, makes us doubt your ability to produce a functioning application.
Get rid of Nextgen… alternatively for now you need to select 8 images at a time when updating thumbnails or loading images. Once you get the error – clear your browser’s cookie history and carry on.
The true solution… smugmug.com
I am now ditching Nextgen gallery for good and rather pay for something that works. I have spent endless hours troubleshooting Nextgen… sent them my comments and suggestions and the answer was always the same… Wait for the next version. Since August 2014 I have yet to see an improvement. The only thing improving is the shiny progress bars that doesn’t work.I believe this thread can now be marked as closed as it is resolved… or must I open a ticket to request this ticket to be closed?
I do have issues and I am not sure you have read the guidelines?? Where does it state each person has to create their own post?? You deliberately making this an issue instead of just acknowledging the Nextgen gallery has issues! Was it that difficult to just reply in here :
“We are aware of this issue and believe it will be sorted out in the next release of NextGEN Gallery. We are looking into the possibility of a pre-release patch as well.
Otherwise, please contact our support team directly with any questions or concerns for NextGEN Pro via your member’s area at http://nextgen-gallery.com/
Thanks!
– Cais.”So now the rest of the world who finds this topic also has the answer.
I agree with duce that this is PATHETIC!! All the issues are related instead you insist on a new topic every single time instead of adressing the issue! In the end there will be 100s of topics with the same subject and the same conversation about starting new topics instead of fixing the issue at hand!!
I have the same issue
Let me also clarify some things…
1) Yes, my post might seem overboard and I look like an ungrateful person who just slams the hard work of developers, but I do feel my post has merit.
2) I really do appreciate the help posted and this forum has always been of great help.
3) Events Manager is a great plugin and the free version is of great use. I did not ask for the free plugin, they gave the free version and I am truly grateful. What makes me so upset is not the fact that I have to pay for the plugin, it is that I have to pay a very expensive fee for something that should be part of the free version. I am upset about their marketing strategy and their ethics, not their skills. If the free version had half the functionality it currently had, I would most probably not think twice to pay $75 to get full functionality, but I have a major issue paying $75 just to add support for CAPTCHA. Our site is blocked because of the spam sent by this plugin! So I am forced to look for another plugin or pay just to add something to stop spam because of bad programming!
I got it working! THANKS!
Not sure what was wrong before but I added the {not_logged_in} tag as well and now it works.
Thanks again!
Ok… I am starting to understand the Evnet Manager Formatting a bit better but is there a place where I can see some of the function calls like the {logged_in} etc? I found all the #_EVENT tags to use, but I need more help with the {loggede_in} etc.
As soon as I add the {logged_in}….{/logged_in}, it removes the Booking part for both logged in and logged out users. Can I use php inside the formatting window?
Ok… I THINK I get what you are telling me 🙂 This is indeed a much simpler solution than what I thought, no wonder I was so confused. I expected coding etc, but just changing settings makes sense.
I will give this a go and let you know.
THANK YOU!!
agelonwl – Thanks for the reply.
My problem is not the conditional coding, my problem is that I don’t know how to format the logged in part of the code or I am not sure I understand what you meant here with your example code.
$EM_Event->output_single(); – This gives me all the details. I just need the code that will give me the same details without the Booking section.
I am a bit of a hacker when it comes to coding. I find my way through it but don’t always understand everything 🙂 Maybe just an example of a custom Events page will also help so I can see how to pull event information from the DB.
Thanks
Yes. Currently it shows the Event title, Date, Location, Category and then the heading Bookings with the bookings form. I don’t want to show the Bookings part to users that are not logged in.
Thanks and just to clarify I have copied it to the relevant folder in my child theme, so I am not working on the original file.
My issue is displaying only the relevant info. I want to display the event the same way $EM_Event->output_single(); does, except I don’t want the Booking part of the event.