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
Previous Page | Next Page
Author « Topic »
Page: of 9

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 03/10/2021 :  05:08:25  
You need to remove the last comma after previousnext.
previousnext,';

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

vtumeo
New Member

USA
98 Posts

Posted - 03/11/2021 :  10:01:49  
I removed the comma and still no breadcrumbs. I must have removed something else in removing them earlier. What do I do now . I am totaly lost

Vincent Tumeo

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 03/11/2021 :  11:59:47  
Are you still getting the error message or just the breadcrumbs are not showing? If the latter, you do not by chance have it hidden with CSS?

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Edited by - Marshall on 03/11/2021 12:01:23

vtumeo
New Member

USA
98 Posts

Posted - 03/12/2021 :  04:14:38  
I have checked I do not have them hidden by css no error now lust no bread crumbs

Vincent Tumeo

vtumeo
New Member

USA
98 Posts

Posted - 03/14/2021 :  06:49:04  
Can anyone tell me how to get my breadcrumbs back on the product detail page and hopefully the proper code to have it return to the sub category product page. I am lost on this thanks

Vincent Tumeo

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 03/14/2021 :  08:34:17  
If this is the website you are referring to, http://www.giftconnections.net/proddetail.php?prod=3601, the error message shows
UNKNOWN LAYOUT OPTION:navigaton
The code below shows navigation spelled correctly, but you may want to double check that. Otherwise, check the page for the word navigaton.
quote:
$GLOBALS['detailpagelayout']='navigation,productimage,productname,description,custom1,quantitypricing,listprice,price,currency,options,quantity,addtocart,previousnext';


Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

vtumeo
New Member

USA
98 Posts

Posted - 03/15/2021 :  03:39:04  
giftconnections.net was the building site. The site is now live and the url is http://www.mooseintl.com

Vincent Tumeo

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 03/15/2021 :  07:52:33  
Link does not work. It requests a login.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

vtumeo
New Member

USA
98 Posts

Posted - 03/15/2021 :  10:41:03  
send me your email address and I will send you the username and password tis is not a god place to place them. The site is a password protected site

Vincent Tumeo

vtumeo
New Member

USA
98 Posts

Posted - 03/17/2021 :  15:28:33  
Have I asked too many questions and now you wont answer any more. I really need to know how to get the breadcrumbs back and return to the proper page in the particular sub-category if you do not wish to help anymore please at least tell me

Vincent Tumeo

dbdave
ECT Moderator

USA
10277 Posts

Posted - 03/17/2021 :  18:27:22  
Hi Vincent, some users here are just volunteers.
I don't think Marshall is ignoring you, there is likely another reason he did not respond.

You know, you can also click any members user name, and if they allow it, you can send them a message.
So it's a bit rude to ask someone to send you an email, just so you can send them an email.
But I'm guessing you didn't know you can click a users profile and send them a message.

I also think if you just reverse the steps you took to remove the breadcrumb trail, you could get it back working.

If you want to send me a message, I'll get it working for you.
I need FTP access to the server and login credentials to view the site.

David

dbdave
ECT Moderator

USA
10277 Posts

Posted - 03/19/2021 :  07:16:14  
Hi Vincent, I did reply to your message, but you sent another email with the same question, so I suppose you did not get my reply.
Perhaps it's hung up in your spam folder.
Here is what I wrote

Hi, in your css file - style.css on line 73 you have
div.catnavandcheckout {
display: none;
}

That is hiding the breadcrumb
But you also have done something to hide the links in the breadcrumb and I can't be sure what you've done there.
I would need FTP access to investigate that.

Thanks,
David

dbdave
ECT Moderator

USA
10277 Posts

Posted - 03/22/2021 :  21:19:07  
Hi Vincent, It seems you are not getting my reply emails, so I'll post here.
After getting the FTP info, I was able to get in and get the breadcrumb to display.

However, it took me a while to actually locate the proper css file.
The server could use some cleanup.. There are many copies of the site there in multiple folders.
The working site is in the /public_html/"sitename-removed".com folder

Then in that css folder, in the style.css file, I commented out line 73 that was hiding the breadcrumb.
You will want to backup that file to your local copy.

There is a new problem there. Some of the text on the breadcrumb is hidden.
After close inspection, it seems you have written the category names in a way that they are commented out.
This was probably an effort of yours to hide the breadcrumb... I see <!-- Candleholders --> in the code for example.

Once you fix wherever that's coming from, you should have working breadcrumbs.

One other thing...
In the proddetail.php html, there are many open html tags that are not closed.|
This invalid html will cause massive problems with the display of the site in some browsers.

There is this for example
<div class="mid_wrapper">


<div class="mid_area_space">/
<div class="width_wrapper">
<article class="col_left">
<div class="FL width">
<div class="FL width">
<center><?php include "vsadmin/inc/incproddetail.php"?></center>
</div>


The lines in red there, have no corresponding closing tag. Only a few html tags are self closing. <img/> being one for example.
Here is a great starting point - https://www.w3schools.com/html/html_elements.asp
Although some of those might be duplicate tags and can be removed.
Also, the <center> tag is gone the way of the dinosaur... so do that with css. https://www.w3schools.com/tags/tag_center.asp

I hope that helps.
Let me know if you have more questions on the breadcrumb. I am hoping you know where you commented those category names out. I am guessing in the admin.

Thanks,
David


Edited by - dbdave on 03/22/2021 21:22:29

vtumeo
New Member

USA
98 Posts

Posted - 03/23/2021 :  02:45:04  
thanks for the help and the information on where to learn more I will go to the site youu mentioned for the lessons. I use Dreamweaver I have used it for years can you recommend a better program to create the websites I develop one that is in expensive. Thanks
Vince

Vincent Tumeo

vtumeo
New Member

USA
98 Posts

Posted - 04/19/2021 :  13:54:54  
I have found out how to get my breadcrumbs back. However I cannot figure the coding necessary to return the the sub category product page. EG I am on sub category 76 image 50 and want to return the page that has all the images for that sub category. Can someone tell me the proper code to do this. Thanks

Vincent Tumeo

Vince
Administrator

42466 Posts

Posted - 04/20/2021 :  06:03:27  
Hi Vincent
There isn't a page with all the images. But what you can do on the product and product detail page is pass from one image to another with the image navigation.

Vince

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

vtumeo
New Member

USA
98 Posts

Posted - 04/20/2021 :  09:24:44  
I am not sure I understand isn't the next previous links what you are talking about those work fine. However if a customer want to return the main page of the subcategory in which they are working how do I code that

Vincent Tumeo

dbdave
ECT Moderator

USA
10277 Posts

Posted - 04/20/2021 :  09:30:35  
Hi Vincent, it seems some of the confusion is from the terminology.
There are three pages involved that a customer will use to navigate products.
The CATEGORY page - Shows sub categories
The PRODUCT page - Shows all products in a given category
The PRODUCT-DETAIL page - Shows product details for a single product.

Can you tell us what page you are wanting to go from, and to.

I remember looking at your site and you have inserted some html in your category names to hide the text.
Did you fix that?
Without fixing those, you will just see the chevrons on your breadcrumb > > >

Hope that helps,
David

vtumeo
New Member

USA
98 Posts

Posted - 04/20/2021 :  11:05:22  
ok when i go to the "categories" page I see a list of all my categories. When I click on a category i see a list of my sub categories.
EF I click on the category "Ornaments" I get a list of my sub categories When i click on a sub category eg "Decorated" I see the images of the the items in that category. Maybe this example is easier to see
I start on page http://www.mooseintl.com/categories.php I click on The image that says Ornaments I go to page http://www.mooseintl.com/categories.php?cat=7 I click on the image that says decorated I go to http://www.mooseintl.com/products.php?cat=54 after i have click on several images and clicked next a few time i am on page http://www.mooseintl.com/proddetail.php?prod=3619at this point I wish to go back to
http://www.mooseintl.com/proddetail.php?prod=3619
Every time I code the link I end up on http://www.mooseintl.com/products.php right now I have the breadcrumbs o no display until I can get the code I need to return to the page I want I am sure it goes on the proddetail page but I cannot figure the proper coding to do what I need
I hope this wxample tells you what you need to know to give me the answer I am seeking. Thank you

Vincent Tumeo

dbdave
ECT Moderator

USA
10277 Posts

Posted - 04/20/2021 :  12:36:32  
Hi Vincent, can you clarify what page you expect to go to?
These are the same page - you wrote..
quote:
i am on page http://www.mooseintl.com/proddetail.php?prod=3619 at this point I wish to go back to
http://www.mooseintl.com/proddetail.php?prod=3619


Thanks,
David
Page: of 9 « Topic »  
Previous Page | Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000