Question

I'm using Social Media Widget together with the theme touchfolio.

I would like it to appear bottom left on all my page, post and galleries but don't know how to fix this. As it is now it don't appear on my gallery.

If you click on "About" or "Feed" you can see the icons on the bottom left.

Can someone please help me with this problem? Thanks

http://new.karimphoto.com/

http://wordpress.org/plugins/social-media-widget/

Theme: http://dimsemenov.com/themes/touchfolio/

Était-ce utile?

La solution

As far as I can see there is no widget area on the front/gallery page.

If you look in page.php in the theme it ends with:

<?php get_sidebar(); ?>
<?php get_footer(); ?>

And the gallery template(ds-gallery-template.php) only ends with:

<?php get_footer(); ?>

So if you add <?php get_sidebar(); ?> just before <?php get_footer(); ?> you will be okay. Lycka till!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top