Comments 1tim-nieuwpoort started the conversationOctober 29, 2021 at 11:02amHi,I've checked the: 'show Pin' option in customizer, but don't see it in my post.Kind regards,Tim 2,610PenciDesign repliedOctober 29, 2021 at 11:32amHi,In this case, please send me the related URL to this issue. I need to check on the live page.Regards,PenciDesign. 1tim-nieuwpoort repliedOctober 29, 2021 at 12:13pmHi,For example: https://smaakmenutie.nl/kip-karahi/ 2,610PenciDesign repliedOctober 29, 2021 at 5:02pmHi,Please go to Appearance → Theme Editor → Select theme to edit: Soledad, select the functions.php file,Find line 3761: case 'pinterest': if( 'single' == $pos ){ $output .= '<a class="post-share-item post-share-pinterest" aria-label="Pin to Pinterest" data-pin-do="none" '. penci_reltag_social_icons() .' onclick="var e=document.createElement(\'script\');'; $output .= 'e.setAttribute(\'type\',\'text/javascript\');'; $output .= 'e.setAttribute(\'charset\',\'UTF-8\');'; $output .= 'e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);'; $output .= 'document.body.appendChild(e);'; $output .= '">'; $output .= penci_icon_by_ver('fab fa-pinterest', '', true) . '<span class="dt-share">' . esc_html__( 'Pinterest', 'soledad' ) . '</span></a>'; } else { $output .= '<a class="post-share-item post-share-pinterest" aria-label="Pin to Pinterest" data-pin-do="none" '. penci_reltag_social_icons() .' target="_blank" href="'; $output .= 'https://www.pinterest.com/pin/create/button/?url=' . urlencode( $link ); if( has_post_thumbnail() ){ $output .= '&media=' . urlencode( $img_link ); } if( $text ){ $output .= '&description=' . urlencode( $text ); } $output .= '">'. penci_icon_by_ver('fab fa-pinterest', '', true) .'<span class="dt-share">' . esc_html__( 'Pinterest', 'soledad' ) . '</span></a>'; } break; Replace with: case 'pinterest': $output .= '<a class="post-share-item post-share-pinterest" aria-label="Pin to Pinterest" data-pin-do="none" '. penci_reltag_social_icons() .' target="_blank" href="'; $output .= 'https://www.pinterest.com/pin/create/button/?url=' . urlencode( $link ); if( has_post_thumbnail() ){ $output .= '&media=' . urlencode( $img_link ); } if( $text ){ $output .= '&description=' . urlencode( $text ); } $output .= '">'. penci_icon_by_ver('fab fa-pinterest', '', true) .'<span class="dt-share">' . esc_html__( 'Pinterest', 'soledad' ) . '</span></a>'; break; Then clear all site caches then check again.Regards,PenciDesign. 1tim-nieuwpoort repliedNovember 1, 2021 at 1:33pmHi,Thanks, but I'd rather not mess with the php. Is it possible to fix it in the next update? 2,610PenciDesign repliedNovember 1, 2021 at 3:21pmHi,Yes. We'll update this function in a future update.In case you can't modify this file by yourself, please send me your site login information in a private reply. I'll help you edit.Regards,PenciDesign. 1tim-nieuwpoort repliedNovember 2, 2021 at 10:08amThanks, you can close this ticket. I'll wait for the update :) 1tim-nieuwpoort repliedFebruary 16, 2022 at 9:45amHi,After the latest updates, I still don't see the Pin it button. I use 'recipe card layout 1'Kind regards,Tim 2,610PenciDesign repliedFebruary 16, 2022 at 10:45amHi,This featured still in the development list and is not available in this update.Regards,PenciDesign. Sign in to reply ...
Hi,
I've checked the: 'show Pin' option in customizer, but don't see it in my post.
Kind regards,
Tim
Hi,
In this case, please send me the related URL to this issue. I need to check on the live page.
Regards,
PenciDesign.
Hi,
For example: https://smaakmenutie.nl/kip-karahi/
Hi,
Please go to Appearance → Theme Editor → Select theme to edit: Soledad, select the functions.php file,
Find line 3761:
Replace with:
Then clear all site caches then check again.
Regards,
PenciDesign.
Hi,
Thanks, but I'd rather not mess with the php. Is it possible to fix it in the next update?
Hi,
Yes. We'll update this function in a future update.
In case you can't modify this file by yourself, please send me your site login information in a private reply. I'll help you edit.
Regards,
PenciDesign.
Thanks, you can close this ticket. I'll wait for the update :)
Hi,
After the latest updates, I still don't see the Pin it button. I use 'recipe card layout 1'
Kind regards,
Tim
Hi,
This featured still in the development list and is not available in this update.
Regards,
PenciDesign.