Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
HeliR
tagDiv Member

for Mobile Theme change

/clickandbuilds/Ganzemedizin/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php

line 1096

$buffy .= '<div class="td-author-description">';
$buffy .= do_shortcode(get_the_author_meta('description', $author_id));
$buffy .= '</div>';

HeliR
tagDiv Member
    Update for newspaper 11 – Shortcodes in AUTHOR-Box

…. plugins/td-cloud-libary/shortcodes/single/tdb_single_author_box.php

edit almost last line 576

return do_shortcode($buffy);

then the same on td-cloud-libary/shortcodes/author/tdb_author_box.php or author_description (I changed both)

    Here the HOW TO USE ShortCodes for COMMENTS

to keep website neat and clean I want to toggle (accordion) the comments.

so edit file:

/clickandbuilds/Ganzemedizin/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php

almost last line where $buffy is returned and change it to

return do_shortcode('[toggle title=" view comments or write a comment "]' . $buffy . '[/toggle]');

  • This reply was modified 4 years by HeliR.
HeliR
tagDiv Member

tx a lot, very very helpful! Now I know why searching for the class-describers didn’t find the right function file, you have a tremendous amount of functionality in the plugins! Sneaky !!!

just for s.o. else who also wants to have shortcodes in Author part:

1052 line-Number
$buffy .= ‘<div class=”td-author-description”>’;
$buffy .= do_shortcode(get_the_author_meta(‘description’, $author_id));
$buffy .= ‘</div>’;

Viewing 3 posts - 1 through 3 (of 3 total)