Pinterest location

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Tue Sep 15, 2015 5:27 pm
Hello, let me know please the template page where can I change the location of Pinterest

Image

http://architecturedesignart.com/2015/0 ... ely-views/
User avatar
Junior Boarder

GK User
Tue Sep 15, 2015 5:29 pm
Image
User avatar
Junior Boarder

GK User
Tue Sep 15, 2015 9:52 pm
Hi,

There's no pinterest button by default in this theme, are you using a plugin?
Try this custom css code - but it's not the best solution:
Code: Select all
.pin-it-btn {
bottom: 200px;
    left: 500px;
}
User avatar
Moderator

GK User
Wed Sep 16, 2015 6:53 am
this code doesn't work, what is the template file for these icons location?
I want to add there the main menu too.
User avatar
Junior Boarder

GK User
Wed Sep 16, 2015 7:50 am
Social icons are placed in Photo/content-footer.php file.
User avatar
Moderator

GK User
Wed Sep 16, 2015 8:49 am
thank you, is there a possibility to align pinterest button with other social buttons?

http://architecturedesignart.com/2015/0 ... -macarons/
User avatar
Junior Boarder

GK User
Wed Sep 16, 2015 10:47 am
Image
User avatar
Junior Boarder

GK User
Wed Sep 16, 2015 12:12 pm
..code..
<?php do_action('photo_after_gplus_icon'); ?>

//part added by me
<div class="entry-pinterest-button">
<a href="//www.pinterest.com/pin/create/button/?url=<?php get_page_link($id, $leavename, $sample); ?>" data-pin-do="buttonPin" data-pin-config="above" data-pin-color="red"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_20.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js"></script></div>



I think I should add class="entry-pinterest-button" somewhere in style.css?
User avatar
Junior Boarder

GK User
Wed Sep 16, 2015 2:24 pm
I've done it, thank you.
User avatar
Junior Boarder


cron