2 Attachment(s)
Trouble updating define_main_page.php
fuzztrip.com
ZC 157c
I have tried updating define_main_page.php using both define page editor and editing the file directly.
If I click on storefront from the admin page or enter the url fuzztrip.com directly, I see the page as I have it edited and want it to be. A pic
Attachment 19660
But if I click on the header or go anywhere else in the website and then return to the main page it looks like this
Attachment 19661
I have refreshed many times, tried different browsers amongst other things, but could use some assistance. Thanks!
Re: Trouble updating define_main_page.php
Quote:
Originally Posted by
Fuzztrip
fuzztrip.com
ZC 157c
I have tried updating define_main_page.php using both define page editor and editing the file directly.
If I click on storefront from the admin page or enter the url fuzztrip.com directly, I see the page as I have it edited and want it to be. A pic
Attachment 19660
But if I click on the header or go anywhere else in the website and then return to the main page it looks like this
Attachment 19661
I have refreshed many times, tried different browsers amongst other things, but could use some assistance. Thanks!
So I know ->define_main_page.php is basically an HTML text field that only shows up in (and I think ->) a css defined div element at the front of your site. Once you click on other places, I think you are no longer on the "Main Page". The best thing you should do is to use your browser's developer console to go look at those elements and see how the they change from one state to another. Are they different div's, and getting information from different files?
Is it possible that you have similar text in two completely different files? You can search for that specific text in the developer's tool kit (Admin page) to see if it is duplicated. I am just a neophyte here so hopefully someone that is more Zenned than me can chime in.
Re: Trouble updating define_main_page.php
Re: Trouble updating define_main_page.php
Quote:
Originally Posted by
dbltoe
No problem here.
Hi, are you seeing the first or second image?
I have found that www.fuzztrip.com and fuzztrip.com both show different pages.
Re: Trouble updating define_main_page.php
Yes, I see that also
additionally, when you are on fuzztrip.com there is a "connection not secure" error on the page for the following things trying to be called un-secure into a secure page
Loading mixed (insecure) display content “http://fuzztrip.com/images/button_al...est.png” on a secure page
Loading mixed (insecure) display content “http://fuzztrip.com/images/button_all-vinyl-a-z.png” on a secure page
Loading mixed (insecure) display content “http://fuzztrip.com/images/LP_button.png” on a secure page
Loading mixed (insecure) display content “http://fuzztrip.com/images/2LP_button.png” on a secure page
Loading mixed (insecure) display content “http://fuzztrip.com/images/7-10_button.png” on a secure page
Re: Trouble updating define_main_page.php
Quote:
Originally Posted by
barco57
Which I don't understand. Those images are loaded into the same folder as many of the other images on the site. I changed the image urls to https and it made no change. I then changed them to src="images/image-name.png" and it made no change.
Re: Trouble updating define_main_page.php
This is one of those things I would actually need to see the files on to figure out. Forum troubleshooting makes me rage...LOL
Re: Trouble updating define_main_page.php
I have completely removed the file define_main_page.php from my override folder. I am still getting two different versions of the main page. with www.fuzztrip being correct and fuzztrip.com being incorrect.
Re: Trouble updating define_main_page.php
Quote:
Originally Posted by
barco57
This is one of those things I would actually need to see the files on to figure out. Forum troubleshooting makes me rage...LOL
What files would you like to see. If you see post #8 I have completely removed define_main_page.php from my override folder.
Re: Trouble updating define_main_page.php
That sounds like there is some sort of caching going on at the host level