Jump to content

[SOLVED] toolbar fix needed!


Recommended Posts

Ive tried on all browers ie9 firefox 17.0 opera 12.11 and im using prestashop version 1.4.6.2

 

I will try to explain the best I can sorry!

 

If I have the option (friendly url ) selected in BO tools/generators I get the missing toolbar! If I take this option off the toolbar is showing ok on all pages.

But then the FB comments do not work! They dont go to fB when somone comments on them!

Also teh image url stops showing up too! so im unable to add images!

 

Hope this explains a little better. Ill put images too for you to see!

post-50598-0-30139000-1355236598_thumb.png

post-50598-0-24409000-1355236637_thumb.png

post-50598-0-60612400-1355236761_thumb.png

Link to comment
Share on other sites

Ive tried on all browers ie9 firefox 17.0 opera 12.11 and im using prestashop version 1.4.6.2

 

I will try to explain the best I can sorry!

 

If I have the option (friendly url ) selected in BO tools/generators I get the missing toolbar! If I take this option off the toolbar is showing ok on all pages.

But then the FB comments do not work! They dont go to fB when somone comments on them!

Also teh image url stops showing up too! so im unable to add images!

 

Hope this explains a little better. Ill put images too for you to see!

Here's the url http://kaihoo.co.uk/chart-singles/41-rihanna-diamonds.html
Link to comment
Share on other sites

I checked this on ff/ie/chrome...did not have the problem.

 

try clearing you browser cache....and trying on differnt browsers

 

and be more specific when you post...like which browser and version you are seeing the problem...and post a url...else people will just wander off...

What did you check in your browsers? As the home page seems to keep my toolbar in place its only when you go to the pruducts pages! Edited by Didszzz (see edit history)
Link to comment
Share on other sites

I guess you can bypass this error by duplicating the content of the css (modules/wiznav/css/wiznav.css) to product.css (themes/kaihootwo/css/product.css) file.

it's 100% not the "right" way to do it but I am sure it will work.

and you need to copy all the images from the module folder (modules/wiznav/img) to (themes/kaihootwo/img).

 

clear your browser (ctrl + f5 -> 3 times) after you make the changes...

 

Hope it will work

 

I see that it's not reading the png's because their not in the css but in the tpl file, so...... just see from what folder it is looking for the png's and copy the images to that folder.

Edited by yaniv14 (see edit history)
Link to comment
Share on other sites

im a little confused now ;-) if i look in my wiznav.tpl file the code points to this.

<img src="modules/wiznav/img/home.png" align="absmiddle"></span>

 

my code to the images are in the wiznav.tpl not the wiznav.css im lost on it now!

 

its the icons images that are not showing not the toolbar. thats ok! but the code for the icons are not in the products css.

Edited by Didszzz (see edit history)
Link to comment
Share on other sites

all the background images, hover images and alignment are in your css.

the png images (icons) are at the tpl file.

 

just add 'http://kaihoo.co.uk/' before so it will be:

 

 

<img src="http://kaihoo.co.uk/modules/wiznav/img/home.png" align="absmiddle"></span>

 

make sure you add it to all png's: home, sitemap, aboutus, favorite etc.....

Edited by yaniv14 (see edit history)
Link to comment
Share on other sites

all the background images, hover images and alignment are in your css.

the png images (icons) are at the tpl file.

 

just add 'kaihoo.co.uk/' before so it will be:

 

 

<img src="kaihoo.co.uk/modules/wiznav/img/home.png" align="absmiddle"></span>

 

make sure you add it to all png's: home, sitemap, aboutus, favorite etc.....

Ive done this but its not changing anything :-(

 

1: ive changed my tpl file to this

<li class="top"><a class="top_link" href="{$base_dir}" ><span>{l s='Home' mod='wiznav'}  <img src="http://kaihoo.co.uk/modules/wiznav/img/home.png" align="absmiddle"></span></a></li>

 

but its not showing up or doing anyting :-(

Link to comment
Share on other sites

all the background images, hover images and alignment are in your css.

the png images (icons) are at the tpl file.

 

just add 'kaihoo.co.uk/' before so it will be:

 

 

<img src="kaihoo.co.uk/modules/wiznav/img/home.png" align="absmiddle"></span>

 

make sure you add it to all png's: home, sitemap, aboutus, favorite etc.....

Ive done this but its not changing anything :-(

 

1: ive changed my tpl file to this

<li class="top"><a class="top_link" href="{$base_dir}" ><span>{l s='Home' mod='wiznav'}  <img src="http://kaihoo.co.uk/modules/wiznav/img/home.png" align="absmiddle"></span></a></li>

 

but its not showing up or doing anyting :-(

post-50598-0-52302000-1355256649_thumb.png

Link to comment
Share on other sites

Hello Didszzz, I don't think that you can save the changes you do on firebug, you would need to use an FTP, or dreamweaver, or notepad ++ You would need to locate the file and change it internally, then you can save it and transfer the file changes back to your Server who's hosting your website and will show the changes.

Hi Benjamin thanks for the tips! still not getting it to work im just getting more confused lol Im use to editing with css file with Nusphere but the code is not changing! Ive looked at my site with chrome editor which says my files are in chart-singles this is funny as i dont have a chart-singles folder. Its also possible to change your css code with chrome but i dont know how to use it yet!

so im stuck now whats going on with my code! things changed all over the place lol this would be the best christmas ever getting this fixed! :-) lol

Edited by Didszzz (see edit history)
Link to comment
Share on other sites

Hello Didszzz, you can change the css using chrome by pressing F12 or by rightclicking the page and selecting "Inspect Element" The CSS will be on the box to the right. You can view the CSS changes but you can not save these changes. It is used only for preview purpose. In order to save the changes you need to have a FTP or text editor, and someway connect it with your host. Many people use the software that I mentioned.

Link to comment
Share on other sites

Hello Didszzz, you can change the css using chrome by pressing F12 or by rightclicking the page and selecting "Inspect Element" The CSS will be on the box to the right. You can view the CSS changes but you can not save these changes. It is used only for preview purpose. In order to save the changes you need to have a FTP or text editor, and someway connect it with your host. Many people use the software that I mentioned.

thanks Benjamin im setup ok for css files and ftp its just not changing my code at the moment though.

ive even got Grep! :-) lol

Edited by Didszzz (see edit history)
Link to comment
Share on other sites

you can see here in my two images that ive changed the code! but when i look in the developers in ie9 it shows the wrong url!

 

you can see here in my two images that ive changed the code! but when i look in the developers in ie9 it shows the wrong url!

 

you can see here in my two images that ive changed the code! but when i look in the developers in ie9 it shows the wrong url!

post-50598-0-66052900-1355261308_thumb.png

post-50598-0-98566700-1355261314_thumb.png

Link to comment
Share on other sites

how did you changed the product.css? Do the same thing with wiznav.tpl.

changes in chrome/firefox (inspect elements) are only for preview purposes not for real saving changes.

 

1. make the necessary changes to wiznav.tpl (with editor like notepad++ & ftp program like FileZilla) save and re-upload to server.

2. make sure in your back office under Advanced Parameters -> Performance you have Force compile turn on and cache turn off.

3. clear your cache folder via FTP (cache/smarty/cache & cache/smarty/compile) keep the index files in all folders, the rest you can delete

4. always refresh your browser when making changes (CTRL + F5, few times)

5. if you still cannot do it maybe you can pm me login information to your server and I will do it for you or send me the wiznav.tpl to email and I will change it and you will upload it to the server?

  • Like 3
Link to comment
Share on other sites

how did you changed the product.css? Do the same thing with wiznav.tpl.

changes in chrome/firefox (inspect elements) are only for preview purposes not for real saving changes.

 

1. make the necessary changes to wiznav.tpl (with editor like notepad++ & ftp program like FileZilla) save and re-upload to server.

2. make sure in your back office under Advanced Parameters -> Performance you have Force compile turn on and cache turn off.

3. clear your cache folder via FTP (cache/smarty/cache & cache/smarty/compile) keep the index files in all folders, the rest you can delete

4. always refresh your browser when making changes (CTRL + F5, few times)

5. if you still cannot do it maybe you can pm me login information to your server and I will do it for you or send me the wiznav.tpl to email and I will change it and you will upload it to the server?

Merry Christmas to you both! Its fixed yaaaaaaaaaaaaaaaaaa thank you so much! :-) Just one more problem though its not showing toolbar when a user logs in to account and clicks the download button! is there anyway I can fix this then its rest from programming :-)

post-50598-0-17369600-1355262782_thumb.png

Link to comment
Share on other sites

Merry Christmas to you both! Its fixed yaaaaaaaaaaaaaaaaaa thank you so much! :-) Just one more problem though its not showing toolbar when a user logs in to account and clicks the download button! is there anyway I can fix this then its rest from programming :-)

I missed the 2. make sure in your back office under Advanced Parameters -> Performance you have Force compile turn on and cache turn off. part of it all!
Link to comment
Share on other sites

×
×
  • Create New...