pherbio
Forum Replies Created
-
Anyone have any ideas? Can’t migrate the website to this new server unless I replace this plugin. And I really don’t want to do that.
Running PHP Version 5.4.35 and 7.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] All events default to blog pageThe plugin was custom.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] All events default to blog pageI was able to resolve this item. Turns out it was a plugin acting wonky. I had to save the settings on the current theme to overwrite whatever that plugin was doing to cause things to malfunction.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Add register to widgetNevermind. I was able to get the functionality I needed.
{% include 'event-popup.twig' with { 'text_venue_separator': text_venue_separator } %} <div style="background: inherit;"> {% if event.get( 'ticket_url' ) is not empty %} <a href="{{ event.get( 'ticket_url' ) | e('html_attr') }}" target="_blank" class="ai1ec-tickets ai1ec-btn ai1ec-btn-sm ai1ec-btn-primary ai1ec-tooltip-trigger" title="Register" data-placement="left"> <i class="ai1ec-fa ai1ec-fa-ticket ai1ec-fa-fw"></i> <span> Register </span> </a> {% endif %} </div>
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Theme changes not updatingGlad I could help you out pixeloco….
However, my question still remains unanswered:
If I want my date section to use the same URL as the event section, shouldn’t I used this code:
href=”{{ event.permalink | e(‘html_attr’) }}”>
It seems to be making the href=”” when viewing the source.
^^^This is for the agenda-widget.twig
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Theme changes not updatingI’ve come to the conclusion that it is the correct file AND I’m cached. I tried changing to debug mode and turning off caching, but that gave me a memory error. So, I ultimately found the twig cache directory and started manually deleting files. That seems to have done the trick as far as me seeing my updates.
One question does remain though…
If I want my date section to use the same URL as the event section, shouldn’t I used this code:
href=”{{ event.permalink | e(‘html_attr’) }}”>
It seems to be making the href=”” when viewing the source.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Numerous problems running the calendar1. Added: define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false ); to line 12.
2. I downgraded to 2.1.5.
Seems to be working normally now.