Where do I edit the body?
Where do I edit the body?
I know I'm missing something stupid here.
I'm looking to change the picture and the text where the strawberry and farm picture is. That stuff on the main page.
I'm just getting the hang of PhP so I'm a novice. I've been coding on and off for a few decades so I'm not a complete moron when it comes to code.
I can hit f12 and see the html but for the life of me can't find it where it is to edit the text in the file.
I'm banging my head against the wall so any help would be much appreciated.
I'm looking to change the picture and the text where the strawberry and farm picture is. That stuff on the main page.
I'm just getting the hang of PhP so I'm a novice. I've been coding on and off for a few decades so I'm not a complete moron when it comes to code.
I can hit f12 and see the html but for the life of me can't find it where it is to edit the text in the file.
I'm banging my head against the wall so any help would be much appreciated.
-
- Lead Developer
- Posts: 2947
- Joined: Tue Oct 29, 2019 9:37 am
- : Buy Me A Beverage
- Has thanked: 52 times
- Been thanked: 167 times
Re: Where do I edit the body?
That is a module. All modules are "Turn it off", "turn it on" etc.
https://phoenixcart.org/phoenixcartwiki ... tle=Layout
https://phoenixcart.org/phoenixcartwiki ... tle=Layout
Re: Where do I edit the body?
Thanks I was seeing and wondering about all that. Okay, so figuring out which module is which.
Not sure how much help it is now but I think it feels like the right track. Different language with different nomenclature. You've got me on the trail I think.
Want to get to the point where I can eventually give back.
Not sure how much help it is now but I think it feels like the right track. Different language with different nomenclature. You've got me on the trail I think.
Want to get to the point where I can eventually give back.
Re: Where do I edit the body?
The things in the green boxes are what oi want to change. Change the actual content of them.
-
- VIP Member
- Posts: 2285
- Joined: Mon Oct 07, 2019 4:39 am
- : Buy Me A Beverage
- Has thanked: 31 times
- Been thanked: 216 times
Re: Where do I edit the body?
The Modules you highlight are named Carousel (at the top) and Adverts.
Carousel module is an example of a Content Module for the index page. Found from Admin dashboard > Modules>Content - see Carousel in the list in the index group.
You'll also see there, in the index group, a module named π Modular index.
This is the parent module for child Layout Modules. This parent:child Layout Module system allows for innumerable layout options, a unique feature of CE Phoenix Cart. Read more here: https://phoenixcart.org/phoenixcartwiki ... tle=Layout
Adverts module is an example of a Layout Module for the index page. Found from Admin dashboard > Modules>Layout - see Adverts in the list in the index group.
Click on the Carousel or Adverts module in the list and click the Edit button to see, in the info panel (on the right), that these modules get their content from Adverts that are assigned to a named Advert Group.
Adverts (and their contents) can be edited/created and assigned to Advert Groups from Admin dashboard >Tools>Advert Manager.
Read more here: https://phoenixcart.org/phoenixcartwiki ... rt_Manager
If my business time saves your business time, feel free to Buy Me A Beverage. Thank you!
See our Addons
See our Addons
Re: Where do I edit the body?
Thanks.
I guess the feeling I'm stuck in the horse and carriage stage, thinking in HTML/CSS and looking to go into code something instead of handling things through the dashboard.
Thank you guys understanding. It's a bit like getting used to a new or rental car... which side if for the wipers, where the high beams and hazards are, ect.
I guess the feeling I'm stuck in the horse and carriage stage, thinking in HTML/CSS and looking to go into code something instead of handling things through the dashboard.
Thank you guys understanding. It's a bit like getting used to a new or rental car... which side if for the wipers, where the high beams and hazards are, ect.
Re: Where do I edit the body?
Okay, I'm starting to get it. A lot of times I just need to some back and fart around when I need a break from data entry.
Thanks for putting up with my newbe-ness.
Thanks for putting up with my newbe-ness.
Re: Where do I edit the body?
@heatherbell @burt Thanks to the both of you.
Cracked open some of the tables, I have a better grasp of those.
Cracked open some of the tables, I have a better grasp of those.
-
- Lead Developer
- Posts: 2947
- Joined: Tue Oct 29, 2019 9:37 am
- : Buy Me A Beverage
- Has thanked: 52 times
- Been thanked: 167 times
Re: Where do I edit the body?
You should be able to do almost everything you need to do without touching any actual code.
It takes a while to get used to modularity, rather than the old days of "go to file, find line 198, change that code from X to Y" etc.
Changing code might make updating [eg from 1.0.9.9 to 1.0.9.10] harder.
It takes a while to get used to modularity, rather than the old days of "go to file, find line 198, change that code from X to Y" etc.
Changing code might make updating [eg from 1.0.9.9 to 1.0.9.10] harder.