Forum Replies Created
-
AuthorPosts
-
I actually just realized why it would not be delivering the menu, since it is a master file I feed off for that subdomain. I hardcoded the menu items and did that years ago before I made the change for the burger menu. So my next question would be is there a way to write a new master file that dynamically changes the header and footer as I update it on my main domain so I do not have to continue to change the master file of the subdomain.
Thanks so much for the comment about the Access Control. That issue had been driving me crazy but I was able to get that fixed.
The subdomain I do not control unfortunately, how it currently works is they ask for me to create a master template that they load into their side in order to serve their data using our template. Is there something I should include in my master template that I provide to them? Do I just give them the enfold theme and ask them to load it in? How do I get the scripts from commenting out on their end?
I have included a video of what it is doing on mobile. The menu works however when transferred over to the subdomain the menu becomes unclickable.
Hi Rikard,
I tracked down the ERR_EMPTY_RESPONSE and it is caused by a feature I had on in mail munch. The web developer who owns clients.delawaresbdc.org just keeps sending me screen shots of the error message The origin ‘https://clients.delawaresbdc.org’ did not find ‘https://clients.delawaresbdc.org’ in the Access-Control-Allow-Origin response header for the cros-origin font resource at ‘https://delaware.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff’
I have added the code:
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>like this https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- says but it does not seem to work.
-
AuthorPosts