I'll note, too, that the coloring shown there is not the Bootstrap template's default. "There" being that Zen Cart documentation link.
I'll note, too, that the coloring shown there is not the Bootstrap template's default. "There" being that Zen Cart documentation link.
zencart 2.0.1
latest bootstrap
I am finding that when I try to update a product qty in the shopping cart nothing happens, ie I change the qty, press the 'two arrow button' and the page refreshes but the old quantity is still there.
This ~could~ obviously be down to something I've done, however I can't see what at this stage.
anyone else getting this or just me ?
(i know it works fine without bootstrap - and I've ruled out my multisite as the culprit).
Hi again,
And thanks for the feedback, I've managed to get the define pages showing in a side box, but I cant see an option for having them in the header or footer provided. I'm finding Bootstrap to be a bit more fiddly in the admin settings than my previous template - but I'm making progress.
Now I've got an issue with the EZ-pages, and I'm unsure what's causing it.
Running Zencart 2.0.1, only mods are OPC and CKEditor5.
I edited an Ezpage to include some bootstrap styling as follows:
<img class="float-left pr-3" src="images/Bulk-Honey.webp" alt="Bulk Honey in varying size, as supplied by Cammell's Honey">
Click the Update button, visit the page and see that no change has been made, revisit the source and see the code has been altered back to:
<img src="images/Bulk-Honey.webp" alt="Bulk Honey in varying size, as supplied by Cammell's Honey">
The same happens with header tags as well, only basic <P> and <img> tags seem to remain unchanged.
The same happens on the define pages as well, any styling gets stripped, but text changes remain.
This occurs whether I am using CKEditor or plain text.
Further to the above, I can make styling changes directly on the EZ page in the database and these will remain when saved.
So it appears to have something to do with making changes in the Admin editor.
That would be because it doesn't exist... There is no define page bar in the header or footer.
Are you making a new version of your site in your signature?
if you are trying to reproduce the drop down menu on your current live site, there is no functionality like that in either the bootstrap template or responsive classic. It was basically a plugin included in winchester responsive that provides the dropdown menu
the class tag being removed regardless of ckeditor5 or text editor is probably over-sanitization of the input...
The footer layout in your current site are a result of the flexlible footer plugin included in the winchester responsive template
Last edited by barco57; 5 Aug 2024 at 11:01 PM.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
ok, testing shows that Ckeditor5 is what is stripping the class off the image tag.
So another thing that Ckeditor 5 causes an issue with
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Bookmarks