<![CDATA[ Rookie Needing Help. - My Forums]]> https://forums.modx.com/thread/?thread=104659 <![CDATA[Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562877 artisitc_1 Nov 23, 2018, 07:23 PM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562877 <![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562926
Look on the Elements tab under "Snippets." Find the ShowServiceDetails snippet and paste its code here. Highlight the code with your mouse, and then use the <> option at the top of the message to mark it as code so it will retain its formatting.

]]>
BobRay Nov 26, 2018, 08:41 AM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562926
<![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562922
If the tables are gone, its possible we could recover them through using a backup.

Oh and the dev tools are in your browser, you can open them and in the console it will give you some info as it tries to load/loads. If you load different pages on the site you can sometimes see where the differences are.]]>
nuan88 Nov 25, 2018, 12:52 PM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562922
<![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562920
If you have phpmyadmin or the dbadmin extra then also inspect your tables and ensure that the custom table for the services does exist and contains data.

]]>
lkfranklin Nov 25, 2018, 10:15 AM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562920
<![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562912 artisitc_1 Nov 24, 2018, 05:55 PM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562912 <![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562911 artisitc_1 Nov 24, 2018, 05:46 PM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562911 <![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562905
As I mentioned yesterday, those links from the top (parent to child) links should stay as they were.

Please follow Lk's advice about the troublesome services pages. Maybe we can get this tool working.

Also was that the real error log? It was...very complicated and didn't look right.

For the staff page, the wrong css call will be in the <head> of that template, but these are two separate issues]]>
nuan88 Nov 24, 2018, 12:26 PM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562905
<![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562901
On the parent pages where you have the weblink tags, leave those in there as those are just first child redirectors so that if a user clicks on the top level page it'll just redirect to the first child - usually done because there was no design/content for an overview page.

Assuming the snippets themselves which call services haven't actually changed my guess is that the rich text editor has interfered with the snippet itself, wrapping additional code. Try going to the Hair Style/Color page and click on the settings tab and uncheck 'rich text'. Save the page and wait for it to reload and then in the content box replace anything that is there with this:
[[!ShowServiceDetails? &id_cust_cat_description=`[[*id]]`]]


Save it again and see if it works. If so repeat for all service pages.

Regarding the staff page it's looking for resources such as the css in the wrong place. It's trying to load from
http://www.theartisticsalon.com/staff/theme/theartistic/css/style.css instead of http://www.theartisticsalon.com/theme/theartistic/css/style.css

You most likely have a different template setup for this page and it just needs tweaking in the head to point to the correct paths.

]]>
lkfranklin Nov 24, 2018, 07:50 AM https://forums.modx.com/thread/104659/rookie-needing-help?page=3#dis-post-562901
<![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=2#dis-post-562899
[[~63]]

code, as that seems to be what was intended. My change was stupid and will cause a forever redirection loop

The way this is set up is that the top link is just pushed to the first element in the list. There is no services page, or about page, instead the 'real' about page is about-us. There is nothing wrong with this, its up to the developer how to lay things out.

So, I feel I want to see your hair-style-color page, as this is the page that is coming up blank (once the [[~63]] is put back in).

the hair/color page should look much like the about-us page.

I am going to have to log off for the night, but tomorrow I am going to compare policies and bridal...

Looking at it a bit now, yes bridal is trying to use a tool to get the contents, unlike policies, which has the contents right there in the resource. This is a typical developer way to set things up, which tbh I find unnecessary but whatever.

What you've got there is a snippet call to 'ShowServiceDetails', which means the tool isn't working, probably, and the info is in your system but probably hidden somewhere, not impossible to find though. A quick fix would be to go around this tool entirely, find (or write) the contents and put them directly in the resource, that would bring everything back.

Keep going, others may jump in too. I will be online on the weekend

Edit: Ah right you did give us the hair/color page, its also using the tool]]>
nuan88 Nov 24, 2018, 12:02 AM https://forums.modx.com/thread/104659/rookie-needing-help?page=2#dis-post-562899
<![CDATA[Re: Rookie Needing Help.]]> https://forums.modx.com/thread/104659/rookie-needing-help?page=2#dis-post-562898 artisitc_1 Nov 23, 2018, 11:47 PM https://forums.modx.com/thread/104659/rookie-needing-help?page=2#dis-post-562898