Comments Deks started the conversationJuly 25, 2017 at 10:57pmhellowhich file is calling "socials-sharing.php"?i want to remove it from posts...thanks 7,092Oliver repliedJuly 26, 2017 at 6:29amHI!Sorry for possible misunderstanding, the file:/wp-content/themes/avxbuilder/socials-sharing.php Can you add screenshot what you need to remove?Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 7,092Oliver repliedJuly 26, 2017 at 6:31amThe most simple way to remove sharing from the posts into use following css: .single-post .socials-sharing { display: none; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverDeks repliedJuly 26, 2017 at 8:50amhello gregroto "display-none" is not the method i am looking for.i want to completely remove it..i just want to know if i can control it from theme options or even by php in one of the theme files.(i dont want to delete "socials-sharing.php" - just remove php lines that are calling the "socials-sharing.php"?im attaching a screenshot as you askedthank you 7,092Oliver repliedJuly 26, 2017 at 9:01amThe most simple way is to remove ct_socials_sharing(); From the <?php if (get_post_type() == 'post') { echo get_the_tag_list('<div class="post-tags-list date-color">', '', '</div>'); ct_socials_sharing(); } ?> In the file: /wp-content/themes/magna/content-page.php (line 107) it's template, just copy it to the child theme for the safety updates.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverDeks repliedJuly 26, 2017 at 9:12amsuper :)thank you 7,092Oliver repliedJuly 26, 2017 at 9:12amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
hello
which file is calling "socials-sharing.php"?
i want to remove it from posts...
thanks
HI!
Sorry for possible misunderstanding, the file:
/wp-content/themes/avxbuilder/socials-sharing.php
Can you add screenshot what you need to remove?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
The most simple way to remove sharing from the posts into use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
hello gregro
to "display-none" is not the method i am looking for.
i want to completely remove it..i just want to know if i can control it from theme options or even by php in one of the theme files.
(i dont want to delete "socials-sharing.php" - just remove php lines that are calling the "socials-sharing.php"?
im attaching a screenshot as you asked
thank you
The most simple way is to remove
From the
In the file:
/wp-content/themes/magna/content-page.php
(line 107)
it's template, just copy it to the child theme for the safety updates.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
super :)
thank you
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver