No they're not like in your picture. Arrows are totally missing. This other shop what I updated earlier is workin correct.. Is those .js and .css files normally included in upgrade?
Incase you wanna see the site:
http://www.tooltek.net/pages/fi/kauppa.php
QuoteNo they're not like in your picture. Arrows are totally missing. This other shop what I updated earlier is workin correct.. Is those .js and .css files normally included in upgrade?
bakery sortable use the core function in WB-Core, this file here ->
include/jquery/jquery-ui-min.jsit was loading via Jquery in the file
modules/bakery/backend_body.jsCheck, that you have this file on your server in exact this location, otherwhise, the overview show only grey field without a drag-function
This JS- File set at first a new CSS-Class
dragdrop_handle to the bakery Item Overview Table ( the arrows on the left and right end from every row- see my first pic in last posting)
this background-picture come's from the backend.css, its defined in the middle of this file, search there for dragdrop, like
table.mod_bakery_dragndrop_b .dragdrop_handleif you dont have a class like this there, you need the last backend.css, maybe not copied to the server
if you use the firefox-addon firebug, you can see the loaded files there
Go into your bakery item-overview in backend, Start Firebug - go to Network, there to Javascript, it shows a empty area, now reload the page and it shows all loaded JS-Files like this
(https://i.gyazo.com/750aa0ee6970819e6eba1b03aa1680d5.png)
its no problem, if you upload all files from the unzipped bakery package to the server again into the folder modules/bakery
maybe something goes wrong the first time
P.S.: WB use the same function to sort the pages with drag&drop in pages-overview or in section administration like this here
(https://i.gyazo.com/97e0ba0cc840128fdd1114be937bb755.png)
Another P.S.: if you dont use the Backend-Theme DefaultTheme, please change to this Theme in WB-Settings and try again
Hi, thanks for really detailed answer! I checked the problem from firebug and there I saw the backend_body.js file. Then I went again in to the backend and everything is like it should be :-D So I call this my bad! Maybe the problem was in the cache.. Maybe I didn't clear the cache like I thought I did.. :-o