-
AuthorPosts
-
July 7, 2014 at 8:36 pm #288163
Hi,
How do I display the share this entry bar used in a blog on pages and portfolio?
Thank you,
LinJuly 7, 2014 at 8:58 pm #288177Hey Lin!
Refer to this topic:
https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/Best regards,
JosueJuly 7, 2014 at 9:57 pm #288207Hi Josue,
Thanks for the prompt reply! I’m not as savvy as most, any way to insert quick code as needed?
July 7, 2014 at 10:00 pm #288209Hey!
Open /wp-content/themes/enfold/functions.php, and put this code at the very end:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio") avia_social_share_links(); }
Best regards,
JosueJuly 7, 2014 at 11:39 pm #288242mistakenly placed in functions-enfold.php and now my site is broken, can you please help?
July 7, 2014 at 11:41 pm #288243Hi,
Can you please create me an temporary FTP account? post it here as a private reply.
Regards,
JosueJuly 7, 2014 at 11:42 pm #288244This reply has been marked as private.July 7, 2014 at 11:43 pm #288245This reply has been marked as private.July 7, 2014 at 11:44 pm #288246This reply has been marked as private.July 7, 2014 at 11:44 pm #288247Yes, that’s what i’m referring to (FTP).
July 7, 2014 at 11:47 pm #288248This reply has been marked as private.July 7, 2014 at 11:48 pm #288249This reply has been marked as private.July 7, 2014 at 11:53 pm #288252Yes, everything is private. I fixed the error and added the code where it should be, review your site now.
July 7, 2014 at 11:55 pm #288253This reply has been marked as private.July 8, 2014 at 12:03 am #288254July 8, 2014 at 12:06 am #288255Brilliant!!! Thank you so much. In gratitude,
July 8, 2014 at 12:06 am #288257You are welcome, always glad to help :)
Regards,
JosueJuly 8, 2014 at 12:07 am #288258This reply has been marked as private.July 8, 2014 at 12:08 am #288261This reply has been marked as private.July 8, 2014 at 12:09 am #288262This reply has been marked as private.July 8, 2014 at 12:49 am #288271Ok, only enabled in portfolio items now.
Cheers!
JosueJuly 8, 2014 at 12:51 am #288275This reply has been marked as private.July 8, 2014 at 1:13 am #288280Check it now:
http://www.spokenorigins.com/?portfolio=connect-to-expertsCheers!
JosueJuly 8, 2014 at 1:18 am #288281This reply has been marked as private.July 8, 2014 at 1:26 am #288282This reply has been marked as private.July 8, 2014 at 1:26 am #288283Hmm, i don’t think there is a way to do that with the built-in sharebox. The buttons will always share the current page/post/portfolio-item. If you want to remove it simply empty the text input found here: http://www.spokenorigins.com/wp-admin/plugin-editor.php?file=functions.php
I’d suggest contacting someone from here or here to develop a share widget customized to your needs.
Best regards,
JosueJuly 8, 2014 at 1:30 am #288284This reply has been marked as private.July 8, 2014 at 1:39 am #288286I’m not sure but i believe it wouldn’t cost a lot, you can post a task in Codeable to get an estimate.
Regards,
Josue -
AuthorPosts
- The topic ‘Share Bar’ is closed to new replies.