Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2016-10-09 00:28:05

gwlco
Member
From: Pensacola, Fl.
Registered: 2012-10-24
Posts: 337
Website

Whsy am I getting these symbols instead of the corect ones

Suddenly I am getting symbols I don't want: search page

http://garylittle.com

Offline

#2 2016-10-09 02:30:48

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Whsy am I getting these symbols instead of the corect ones

Presumably cross-domain issues with web-fonts. I get the correct icons when I visit garylittle.com, and incorrect when I visit www.garylittle.com. You can fix this via .htaccess, as described in this old wiki article:
http://ce3wiki.theturninggate.net/doku. … _web_fonts


Matt

The Turning Gate, http://theturninggate.net

Offline

#3 2016-10-09 03:00:13

gwlco
Member
From: Pensacola, Fl.
Registered: 2012-10-24
Posts: 337
Website

Re: Whsy am I getting these symbols instead of the corect ones

Fixed it, but the .htaccess had been altered by Wordpress installation. Here is what was there:

  # rewrite www.example.com → example.com

<IfModule mod_rewrite.c>
    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
</IfModule>

# END WordPress

Probably should make a note of this for others.

Offline

#4 2016-10-09 03:04:51

gwlco
Member
From: Pensacola, Fl.
Registered: 2012-10-24
Posts: 337
Website

Re: Whsy am I getting these symbols instead of the corect ones

Perhaps I did not install Wordpress correctly. You stated that it should be installed in the same domain as /backlilght so I installed in /backlight. Was that wrong??
And if so how do I recover from that.

Last edited by gwlco (2016-10-09 03:05:38)

Offline

#5 2016-10-09 04:24:13

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Whsy am I getting these symbols instead of the corect ones

If you're site is based on Backlight, then WordPress should not be installed in the root. Install it in a sub-folder.

You'll need to delete all the WordPress files via FTP. Create a new folder in the root of your site. Name it "blog" or something similar.
Install WordPress in the blog/ folder


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2016-10-09 04:27:31

gwlco
Member
From: Pensacola, Fl.
Registered: 2012-10-24
Posts: 337
Website

Re: Whsy am I getting these symbols instead of the corect ones

The question is however, there are a lot of files, which ones are WP?

Offline

#7 2016-10-09 04:28:57

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Whsy am I getting these symbols instead of the corect ones

Whichever ones are not Backlight files. Look on your computer in the unzipped Backlight folder and compare what's there to what's in the backlight/ folder on your site.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#8 2016-10-09 04:31:54

gwlco
Member
From: Pensacola, Fl.
Registered: 2012-10-24
Posts: 337
Website

Re: Whsy am I getting these symbols instead of the corect ones

WOW, should have thought of that...you are a genius...

Offline

#9 2016-10-09 12:18:19

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Whsy am I getting these symbols instead of the corect ones

gwlco wrote:

Fixed it, but the .htaccess had been altered by Wordpress installation.

In .htaccess, the beginning and ending of the Wordpress code is marked, for example "# END WordPress". Whatever changes you make to the file, put before or after the Wordpress code. If Wordpress changes your .htaccess file, it should only change the interior of the block it's marked off, and shouldn't should anything outside of that.


Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB