Kismayo
Forum Replies Created
-
Forum: Plugins
In reply to: [Jamie Social Icons] [Plugin: Jamie Social Icons] Show icons job postSame to you thanks for awesome plugin you’ve created.
Forum: Plugins
In reply to: [Jamie Social Icons] [Plugin: Jamie Social Icons] Show icons job postGreat thanks, i decided on having the social icons appear after “Add this icons”. Thanks again for assistance with resolving my problem.
Forum: Plugins
In reply to: [Jamie Social Icons] [Plugin: Jamie Social Icons] Show icons job postSo I should add
<?php echo get_jamie_social_code(); ?>
after the last div before `<script type=”text/javascript” src=”https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4df68b4a2795dcd9″></script>
<!– AddThis Button END –>`or the last div after the javascript code quoted above? I’m not exactly clear where you’re saying to place
<?php echo get_jamie_social_code(); ?>
? There’s a lot of div’s. lolForum: Plugins
In reply to: [Jamie Social Icons] [Plugin: Jamie Social Icons] Show icons job postI found the following code within the job.php theme;
<?php the_content(); ?> <div class="the-tags"><?php the_tags(__('Tags','PricerrTheme').": ", ', ', ', '); ?> </div> <div class="add-this"> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4df68b4a2795dcd9"></script> <!-- AddThis Button END --> </div> </div></div>
How do I prevent the
<?php echo get_jamie_social_code(); ?>
from being overwritten whenever I update Pricerr theme? I want the Jamie social icons to appear after the content not in the content or before it? Greatly appreciate your help. Thanks.