Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Move share buttons to bottom of post

Move share buttons to bottom of post 9 years 10 months ago #689

Is it possible to move the social share buttons to the bottom of the post rather than at the top?
The administrator has disabled public write access.

Move share buttons to bottom of post 9 years 10 months ago #690

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Jill
Can you send me URL your site? So we can check it
Best regards
Bach Pham
The administrator has disabled public write access.

Move share buttons to bottom of post 9 years 10 months ago #692

Hi Bach,

Sure - here's the link: www.synecticsusa.com/archive/news-releas...rveillance-expertise

I didn't see in the settings an option to move the social share buttons to the bottom of the post - I hope it's possible!

Thanks,
Jill
The administrator has disabled public write access.

Move share buttons to bottom of post 9 years 10 months ago #693

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Jill,
Yes, we can changed it for you, Please send me account FTP via contact form? So we can help you. and you are using plugins JO ZOO Social share not are JO VM social share :D
Best regards
Bach Pham
The administrator has disabled public write access.

Move share buttons to bottom of post 9 years 10 months ago #694

Hi Bach,

Thanks for the quick response! Actually is it possible for you to send me the code changes? This site is locked down with the client.

Oh oops didn't realize I had tagged the wrong plugin!

Thanks,
Jill
The administrator has disabled public write access.

Move share buttons to bottom of post 9 years 10 months ago #695

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Jill
First find and open file: media/zoo/applications/blog/templates/default/renderer/item/full.php
Go to line 59 and added <div class="jozoosocialshare"></div>
Can you see
<?php if ($this->checkPosition('content')) : ?>
<div class="pos-content">
<?php echo $this->renderPosition('content', array('style' => 'block')); ?>
</div>
<div class="jozoosocialshare"></div>
<?php endif; ?>

And find and open file: plugins/system/jo_zoo_socialshare/jo_zoo_socialshare.php
Go to line 310 and changed floatbox to jozoosocialshare
$setbody = preg_replace("/<div class=\"jozoosocialshare\">/", "<div class=\"jozoosocialshare\">"."\n\n".$socialshare, $body);
Best regards
Bach Pham
Last Edit: 9 years 10 months ago by Super User.
The administrator has disabled public write access.
The following user(s) said Thank You: Jill Kingdon
  • Page:
  • 1
  • 2
Time to create page: 0.063 seconds