digitalnordic
Forum Replies Created
-
I have submitted a ticket.
I went back to PHP 5.6. I am currently chatting with my host’s support to see if they can figure it out.
I have recreated the site in a new (demo) folder on the same server and everything works. I still can not fix the problem on the live site.
I tried that as well and still no change.
PHP is version 7.0.22
Tried that, but still no change. Also logged out of Timely network on settings page and now can not access form to log back in.
That did not work either.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Error code when navigating calendarFigured it out…thanks.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Error code when navigating calendar# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /demo/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /demo/index.php [L]
</IfModule># END WordPress
I disabled all other plugins and switched to Twenty Fifteen theme. The only way I got it to work was by changing permalinks to plain.
Forum: Plugins
In reply to: [Blog Copier] Seems to be broken in 3.5.1 (missing slash in URL)It worked for me – thanks!
Forum: Plugins
In reply to: [MimeTypes Link Icons] Problem with version 2.2.3Yes that problem is resolved but now I do not get icons when I use custom post type shortcodes. I did with version 2.2.1.
Forum: Plugins
In reply to: [MimeTypes Link Icons] Problem with version 2.2.3I have the same problem on multiple sites.
I still can not get this to work. Why would the end date picker not allow a year earlier than 2018? I assume it is a jQuery conflict but I can not figure it out.
I have copied the site to a demo site for debugging, https://nordicmoose.com/psia-w3/.Sorry it is a live client site so I can not give access to the datepicker. The site is https://psia-w.org/. I am using a genesis custom child theme.
I changed their CSS as per @llb027 suggestion and now the datepicker has reappeared, however the end date datepicker will not allow a year earlier than 2018. Any ideas how to fix this?