Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ASP (Windows server) versions
 Question Marks in category drop-down menu
Author « Topic »  

KevinRobson
Advanced Member

USA
243 Posts

Posted - 01/05/2021 :  12:25:28  
At https://thekingsgallery.com/Default.asp, in the menu to the left of the body, under "Our Products", when you click "Artists" it opens to the sub-categories. Before each sub-category is a question mark in a black triangle, screen shot at
https://thekingsgallery.com/working/210105/QuestionMarks.jpg

What causes this and how do I fix it?

Thank you,
Kevin

Vince
Administrator

42428 Posts

Posted - 01/06/2021 :  02:43:00  
Hi Kevin
The site character encoding is set to UTF-8 so could you make sure you have this parameter in your includes.asp file...

adminencoding="utf-8"

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
243 Posts

Posted - 01/07/2021 :  14:40:14  
I've updated the webconfig file to the following. Still getting the question marks.

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<compilation debug="false" />
<customErrors mode="Off" />
<globalization adminencoding="utf-8" />
</system.web>
<system.webServer>
<security>
<authorization>
<remove users="*" roles="" verbs="" />
<add accessType="Allow" users="*" />
</authorization>
</security>
<httpErrors errorMode="Detailed" />
<directoryBrowse enabled="false" />
<defaultDocument>
<files>
<clear />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="Default.cshtml" />
<add value="index.php" />
<add value="index.html" />
<add value="Index.asp" />
<add value="index.pl" />
<add value="default.html" />
<add value="Default.aspx" />
</files>
</defaultDocument>
<rewrite>
<rules>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
<system.net>
<mailSettings>
<smtp>
<network host="localhost" />
</smtp>
</mailSettings>
</system.net>
</configuration>

dbdave
ECT Moderator

USA
10245 Posts

Posted - 01/07/2021 :  14:55:48  
Hi, per Vince's suggestion, can you add that setting to your includes (nothing to do with web.config) and see if that fixes it?

Thanks,
David

KevinRobson
Advanced Member

USA
243 Posts

Posted - 01/12/2021 :  12:45:00  
That did it!

Thank you!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000