fitzkogerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] stream view different designHey Sunny Lal,
I configured something in WP rocket.
Best regards
ChristianHey Benjamin,
1) I just found out that the breadcrumb of the event is not knowing the new URL which is created by the function you sent me.
The URL is: https://demo.puli.de
/puli-termine
/klubausstellung-2017-bodensee/?instance_id=14, which is good.
The breadcrumb is displaying the “Veranstaltungen”, which is not working and made me create this support ticket. See here: Startseite ?
Veranstaltungen
? Klubausstellung Puli Klub ? Klubausstellung 2017 am Bodensee.
You can see it on the website better.Can I make the link of the “Veranstaltungen” the same name like the URL “puli-Termine”?
2) For SEO reasons I would like to show the events in such an URL: https://demo.puli.de
/termine
/klubausstellung-2017-bodensee/?instance_id=14. The reason: I have a menu for events (in German “Termine”) and it would be great if all events follow the structure <domain><“Termine”><event link>
If I replace “puli-event” in the function to “termine”, the menu “Termine” showns a different page and the event brings a “404-page not found error”.
Is there a way to have the events presented after the URL: https://demo.puli.de
/termine
?
Thanks for your support.
Best regards
ChristianForum: Plugins
In reply to: [Timely All-in-One Events Calendar] stream view different designHey Sunny Lal,
sorry for the delay. I created a new test instance and found out that
1. it also happened with theme twenty seventeen
2. it worked correctly when I deactivated the caching plugin WP rocket.What do I have to do?
Have a nice weekend.
Christian
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Empty row above events (short code)Hey Sunny Lal,
thanks for your fast response.
It has nothing to do with <p> or <br> as I haven′t used them.
I added 3 screenshots in the bottom of the page: https://demo.puli.de/landesgruppe-sued/
1. I inserted the same heading on to of the existing with a text to show that this enpty row is not there.
2. Second screenshot is showing the code.
3. The last pich shows the page with the second heading and even more important: The empty row has a light red color in the beginning. I marked it. This is the same color like the one in the events shown below.It must have someting to do with the plugin, called by the shortcode.
Thanks for having a look after that strange thing.
Best regards
ChristianHey Ben,
the problem was between the eyes. I forgot to save tghe permalinks after adding the functions. Sorry.
Just one last question: Is it possible to change the event-URL to puli-event like this:
————————————————————————
function __ai1ec_custom_slug_name( $translations, $text, $domain ) {
if (
AI1EC_PLUGIN_NAME !== $domain ||
‘event’ !== $text
) {
return $translations;
}
return ‘puli-event‘;
}add_filter( ‘gettext’, ‘__ai1ec_custom_slug_name’, 10, 3 );
———————————————————————-This was the result URL: https://design1.puli.de/puli-event/internationale-ausstellung-nationale-ausstellung-bremen/
Do I have to change something else?
Best regards
ChristianHey Benjamin,
thanks for your help. I copied it into functions.php of the current theme and the URL for viewing the event really changed: https://design1.puli.de/ai1ec-event/internationale-ausstellung-nationale-ausstellung-bremen/?instance_id=1
Unfortunately I still get an error:
Error 404 – Nothing Found
It seems we can’t find what you’re looking for. Perhaps searching can help.Do you have another idea?
Best regards
Christian