Just wanted to make sure we are on the same page, I don't want it to drop down like that. I want it to go directly to the single page when you click on it in the calendar.
Yes we are, but you have a problem to be fixed first. Is it possible to upload the website somewhere so we can investigate the problem? Its really hard to guess like that?'.
We found a small bug with Single Pages code. Was wondering if you can update to the latest version and see if your problem with Single Pages is fixed as well?
So now I just need to make it so when someone clicks on the event in the calendar, it goes straight to that single page. It confuses people when it drops down, they don't know to click to go to single page with all event info.
The expanding effect is there because if in different views you have more than 3 events on this date you will not be able to click on the rest also on the event panel there is the Reminder button.
If you are sure there will not be more than 3 events on a single day and the reminder is not something you need I think we can make some little corrections in the code.
I see what you're saying. Would it be possible to get the other code option? I don't think our customers would utilize the reminders and the less steps the better for them.
New problem... I can only see the single page events when logged in. I have each event set to public and it still shows that blank screen to site visitors.
Is there a way to have the event on the calendar link directly to an event page?
Also.... My event pages are not showing any event info. I already tried switching permalinks back and forth.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Version 2.1.0
Just wanted to make sure we are on the same page, I don't want it to drop down like that. I want it to go directly to the single page when you click on it in the calendar.
Yes we are, but you have a problem to be fixed first. Is it possible to upload the website somewhere so we can investigate the problem? Its really hard to guess like that?'.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Ok, let me try and export it and upload it to a different server. I'll get back to you today! Thank you!
Your purchase key may need to be reset. Just let me know when you are about to upload it and i will do it.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Hello,
We found a small bug with Single Pages code. Was wondering if you can update to the latest version and see if your problem with Single Pages is fixed as well?
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
The update hasn't come through yet, I'll check again in a little bit!
It worked :)
So now I just need to make it so when someone clicks on the event in the calendar, it goes straight to that single page. It confuses people when it drops down, they don't know to click to go to single page with all event info.
Thanks so much!
Great!
The expanding effect is there because if in different views you have more than 3 events on this date you will not be able to click on the rest also on the event panel there is the Reminder button.
If you are sure there will not be more than 3 events on a single day and the reminder is not something you need I think we can make some little corrections in the code.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
I see what you're saying. Would it be possible to get the other code option? I don't think our customers would utilize the reminders and the less steps the better for them.
If this is the case, can you tell just tell me in which views you want to do that? Month and Week?
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Yes please, and thank you!
Open your theme functions.php file and paste this code:
Let me know if encounter any problems.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
It broke the page....
There is a typo in the code. Try again with this one:
Stachethemes Developer
My computer is with IT today, should have it back tomorrow. I'll let you know if I have any issues. Thanks so much!
Don't worry we are not going anywhere
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Hello - I'm back :) So the new code worked. I did some research and found this code which changes the permalinks to say "event"....
add_option('stec_permalinks', array(
'calendar' => 'stec_calendar',
'event' => 'event',
'cron' => 'stec_cron',
));
...however now when I click on the events and it opens in the new page, I get a 404.
Hey there
I'm glad it worked out! About the permalinks, try this:
Go to Dashboard -> Settings and just click Save Changes without doing anything.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
It worked, amazing :) Thank you!
That's great!
I may update the article just in case something like that happen again to someone else
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
New problem... I can only see the single page events when logged in. I have each event set to public and it still shows that blank screen to site visitors.