Tiago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving website content to a different domainIs this what you are looking for?
https://wpmudev.com/blog/moving-wordpress-site/If not, I’m a bit confused about your question…
Forum: Fixing WordPress
In reply to: Trying to find the right membership plugin for my websiteHi Lisa,
Thank you for your reply.
I found one https://www.wpdownloadmanager.com/download/wp-pro-membership/I also started a new thread on that plugin you suggested. Thank you for that!
After a few tests I can confirm that the Classic Editor is what causes the issue. Maybe you can (or should, since other users may use the Classic Editor) check this, because when I click Approve Revision, it automatically posts it as if I hit Publish.
When using the Guttenberg, hitting Approve Revision changes its status to Scheduled. There’s something going on there that’s creating the conflict.
Even with Guttenberg, when I make changes to a post, the Submit Revision doesn’t always show up. In order to make everything work without issues is to make the changes, click Preview, and only then I am able to submit. Then after submitting, I click Edit, it brings me back to the page and only then I can change the date and hit Approve Revision
Hi @stevejburge
Thank you for the links, but that’s the documentation I was talking about that’s missing something. I followed those steps, but my revisions never change from Submitted to Scheduled, no matter what I do…
Do you think the issue could be related to me using the Classic Editor instead of the Guttenberg? I never really liked Guttenberg so I stick to the old editor.
Forum: Themes and Templates
In reply to: [Koji] 3 columns across all devices?Thanks again @anlino for your quick an helpful tip. It worked as expected 🙂
Can you clarify what you mean by wide and full alignment?
I Googled those terms and I got to this page:
https://www.billerickson.net/full-and-wide-alignment-in-gutenberg/It mentions Gutenberg, but I’m using the classic editor, so I’m not sure if that applies to me. I never really enjoyed the new editor, to be honest… Maybe I don’t use WordPress enough and not that deep that justifies getting used to it, I guess… 😉
Forum: Themes and Templates
In reply to: [Koji] 3 columns across all devices?@anlino it worked like a charm! You’re the man! 🙂
One more question (hope it’s ok to use this thread, if not, let me know and I will start a new one):
How can I reduce the padding (or margin) on mobile only around the whole website?
I want those 3 columns of posts, but with the current padding/margin (especially the left and right) each post becomes too small and I wanted to use a bit more space for each.Really appreciate it 🙂
After trying some different approaches based on what some users shared on that link you sent me (some share snippets at the bottom), I’ve ended up with this and it’s showing on my submission form:
<?php wp_dropdown_categories( 'show_option_all=Select...&hide_empty=0&required=true' ); ?>Form:
https://www.events.wavebix.website/add-an-event/Now the thing is that even though it’s set to required, when I submit the event it doesn’t show me any error and submits the event anyway.
Also, the selected option isn’t saved with the event. It shows as if no category has been selected…I don’t know if the code is 100% correct or not. Can you clarify? And can you explain what might be happening?
Thank you 🙂
- This reply was modified 5 years, 8 months ago by Tiago.
@duisterdenhaag ok so I looked at that page and as an unexperienced “developer” (if I can even call myself that…), that looks like expert stuff. I wish I could understand it.
Is there an easy way to do it with just a few lines? I see all the options there, but I have no idea what they mean… I just need the dropdown to have the categories and add the option to the database on each event and make it required.
If that’s too much for you to explain or provide, no worries. I will have to exclude that from the website. It was just one of the main features that I wanted to include, because I want people to quickly find the type of event they are looking for 🙂
I appreciate any help or guidance.
Thanks again!
Regarding the first issue, I went and saved the changes without making any, but I still get the same result. I tried a different browser and also on my phone, so it’s not a cache issue. I even installed the WP Super Cache plugin and deleted the cache. No luck :/ Any other tips?
I will check the second tip for the dropdown. Thanks again 🙂
Sorry, I just noticed something that’s not working.
I have this Blog Category “online-event” (slug).
When I type it, I get an error:
https://www.events.wavebix.website/category/online-event/It says “There has been a critical error on your website.”
Do you know what that might be? And how to fix it?
Thanks!
@duisterdenhaag I forgot to mention that the field has to be set to “required” on the form. I need to have that and also a way to show an error in case they don’t pick one.
Hope you can help me with that 🙂
I tried adding an event as an admin, added the Blog Category and it’s showing on the list so it’s working so far.
Thank you so much for the quick reply and the code!
So I’ve added that to the functions file. I noticed that the Events menu now shows the Blog Categories item. I’ve also added the extra placeholder to my notes (#_WPCATEGORY) so I don’t forget what it is. So far so good 🙂Now how can I add a dropdown menu to my submission form (events-manager/templates/forms/event-editor.php) for the users to pick one category?
I think that’s the last step and we’re good to go 😉
I appreciate your help!
I have posted some questions as well related to the free version and haven’t seen any replies either…
- This reply was modified 5 years, 8 months ago by Tiago.
Forum: Everything else WordPress
In reply to: Custom successful registration messageThanks for the reply.
I’m not using any plugin. Just the default WordPress’ login and register forms.Meanwhile I Googled a little bit more with different keywords and found this answer, which helped me with my issue:
https://wordpress.stackexchange.com/a/19698I now have a dedicated page that the users see when they register 😉
Appreciate your help! Enjoy your week!
Never mind…
I found it:
events-manager/templates/forms/event-editor.php