Hello,
You need edit the file wp-content/themes/classico/framework/shortcodes.php (find the section “! Share This Product”).
Find code below
extract(shortcode_atts(array(
'title' => '',
'text' => '',
'tooltip' => 1,
'twitter' => 1,
'facebook' => 1,
'pinterest' => 1,
'google' => 1,
'mail' => 1,
'class' => ''
), $atts));
And set the value to ‘0’ instead of ‘1’ if you want to disable one of them.
Also we recommended to make all changes in the Child Theme.
http://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
https://codex.wordpress.org/Child_Themes
Regards,
Robert Hall
Hello,
Yes, you can edit this file via FTP.
Also please clarify which exactly social icons you want to remove? Maybe we can do it via CSS code without touching php files.
Regards,
Robert Hall
Hello,
You need edit the file as Robert told and to add Instagram icon you need add this code in shortcodes.php file:
if($instagram == 1) {
$html .= '
<li>
<a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
<i class="ico-instagram"></i>
<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
<circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
</svg>
</a>
</li>
';
}
and
'instagram' => 1,
after line 473.
Best regards,
Jack Richardson.
Hello,
The FTP credentials are incorrect. Please check them.
Regards,
Robert Hall
Hello,
I’ve made changes in the /wp-content/themes/classico/framework/shortcode.php file. Now go there and change the instagram link to your own – http://prntscr.com/c988ll
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
Seems you did not register purchase code for Classico WordPress Support Forum to be able to create a topic on this forum.