rbrown56
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to access this page.What part of “I tried everything” didn’t you understand?
I need some trick that isn’t on the internet or in here…
I tried resetting plugins,
changing themes
removing htaccess
checking the database settings for admin,
created a new admin,
I can login and see “my account” in WooCommerce
but no admin bar on any page if I go to wp-admin I get the Sorry, you are not allowed to access this page.
manually backed up the site via ftp and phpmyadmin, then reinstalled the site backup from the day before, then 2 days before.
still the same…
I just don’t get it… the updraftplus backup should have restored the site if it had changed anything. I even emptied the database tables and restored it with the backups.any other Ideas? before I give up and reinstall it from scratch?
I found it for you…
wp-content/plugins/all-in-one-event-calendar/app/view/calendar/view/agenda.phpLine 207
'text_categories' => __( 'Categories:', AI1EC_PLUGIN_NAME ),
I have been busy with my clients…
If you are in a hurry, contact timely support they are very helpful.
it works better if you use categories.
I use that on my site I have something like 20 plus calendars. month and agendaAnd if I’m in a single category agenda calendar and select a date it shows that date plus everything for that category after that date.
Same thing with agenda and all categories displayed.
found out if you do that it loops so I had to change it from “product” to “events” so it looked a little better than… /ai1ec-event/
- This reply was modified 7 years, 9 months ago by rbrown56.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Poster board Text Color IssueThe category color determines the color of the title and date background. Events -> Events Categories -> Category Color.
upload images with width 250px+ at least for Posterboard View.
I always pop open windows with the different pages and change a setting, clear cache and hit refresh on the windows.
Also some templates interfere with the CSS on the calendar so if you can’t get it to work try switching templates to test.
- This reply was modified 7 years, 9 months ago by rbrown56.
From Timely support…
If you login and create a ticket… they will help you.Here is how to fix it…
https://gist.github.com/lukaspawlik/64872268a38ef5ef93c2I also installed “Code Snippets” plugin so I wouldn’t need to “fix it” when the template got updated.
I had to just change the return line to ‘product’
/* Please paste it to your WordPress theme functions.php DON'T FORGET TO SAVE PERMALINKS SETTINGS. */ function __ai1ec_custom_slug_name( $translations, $text, $domain ) { if ( AI1EC_PLUGIN_NAME !== $domain || 'event' !== $text ) { return $translations; } return 'ai1ec-event'; } add_filter( 'gettext', '__ai1ec_custom_slug_name', 10, 3 );
- This reply was modified 7 years, 9 months ago by rbrown56.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Poster board Text Color Issuego to
Events
then select
Theme OptionsThere are a lot of changes you can make in there
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to edit event detailsmaybe try and deactivate then activate…
If that don’t work…
There have been a lot of updates for other plugins so maybe there is a plugin interfering…
Try turning off plugins one at a time.all-in-one-event-calendar-en_GB.po
language is at end uses Google translation type abbreviations.- This reply was modified 7 years, 9 months ago by rbrown56.
using Say What didn’t work…
I think cause the AI1EC_PLUGIN_NAME isn’t quoted…
and in the po files I saw the categories button, but not what I need to change.
So that may help you.I haven’t tried this yet… but this may work…
https://writenowdesign.com/blog/wordpress/wordpress-how-to/how-to-modify-wordpress-language-files/In
all-in-one-event-calendar/language
are the .mo and .po filesYou may be able to change it there…
I’m going to try it…Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to Use posterboard functionYou have the “extended views” add on installed?
The shortcode won’t work unless you do.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Status of ticketing feature?Ticketing is in the software already.
They have turned the “(Beta)” title off next to the ticketing.Beta meant they were still playing with the code by adding features.
Plus they haven’t decided on a pricing model.
Like x% per ticket.If you straight up use it, it works perfect.
If you want to change things like “tickets” to “registrations” you have to mod the plugin.
Only things I wish they had was a way to make one event and have it make a registration and a calendar event at same time.
For example… I create a registration “event” and then a calendar “event” for the days the events run.
The registration shuts off on the last day to register, and the calendar shows that there is some thing happening and the event is running…Second thing is a way to use like gravity or caldera forms so you can force people to fill out forms before they register or purchase a ticket… In my case, I need them to have medical waivers on file. That way I don’t have to chase them down to get them. So in that case, I have to use woocommerce, gravity forms, woocommerce gravity forms add on, and external ticketing just to get them to fill out a form first.
Before I wanted to force the customers to fill out the form, I used their ticketing it works perfect. Only drawback was it takes them to Timely. I rather it went directly to PayPal instead.
I think you will like it… I have tried all the other free ones out there… this is the best and easiest one to use…
I have to do that with my site…
I have to change 2 different pages to change the words I want.
I change it in to plugin files.
So when I update, I have to go in and fix it again.
I use Note Press on the site so I don’t have to remember where and what I need to change each time.
It would be nice to have a language file or a selection in settings.I have suggested that but it hasn’t got enough votes for them to add it.
Here is a way to do it… But I think just changing the plugin is way easier.
https://css-tricks.com/swapping-out-text-five-different-ways/Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to edit event detailsOnly thing I know of is… you can’t delete events if you have sold tickets.
I have moved the dates back before with sold tickets like from Dec 12 to Jan 3.
Plus when I have like a bunch to do… with similar info but different dates and times.
I make first one with all info.
Then clone multiples to draft the tweak each ones, date and times and info.I would try cloning it editing it and deleting the first one.
If it won’t let you delete it, then change it to draft instead of publish.