Hello,
how can i add the htmlcode of addthis in the breadcrumb menue?
Can you help please?
Thank you, best wishes
Akvisto
Hello, how can i add the htmlcode of addthis in the breadcrumb menue? Can you help please?
Thank you, best wishes Akvisto
|
add it somewhere in here in templates/base/sub_header.html or simply add it into the sys_injections table with the definitions(bold) below: <bx_injection:injection_breadcrumb_before />
have fun.. I have video tutorials to help you mrpowless.com |
Hello what page do you want to edit ? PS: If possible do not write me personally, please try to ask on the forum first |
I guess there's always more than one way to do the same thing.
At one time, I had it in the BC. I added the code to /templates/base/scripts/BxBaseMenu.php by changing the last line of code: I have to say though, I didn't like it there, and ended up putting the sharethis button in a fixed position in the lower left part of the screen. That way the user always sees it no matter where they scroll to. I had it in the lower right position on the screen, but was always rolling over the button when using the scroll arrows. The same thing was happening when I had it in the breadcrumb menu... I'd always be rolling over it when accessing whatever top menu items it was near. So in both of those places, I was always inadvertently rolling over the sharethis button, and triggering the popup. It was a bit annoying. I like the lower left screen position, because there's no chance of accidentally rolling over it, and it's always on the screen where people can see it. </body> My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I love the concept, but it drops the links below the footer links and scrolls w/ the page instead of remaining fixed. Is there an opening div class for this or something else I missed?
I put the following just above the </body> tag in the _footer.html: ::my code here::
In case you want to try it in lower left screen, edit _footer.html and add the code below just above the closing body tag: </body> |
I'd guess that your class name is something other than "div.stbutton.vertical" . You need to inspect it with firebug, and find the proper class name. I believe that the code sharethis uses these days is a little different. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I am looking to have addthis.com and an add system like http://todaygood.us/ they have...
they installed it they have database for it i think how can i do that?
please if you could provide explanation pictures or even video would be perfect with script :) and where to insert it. |