Title: overlay plugins
Last modified: August 22, 2016

---

# overlay plugins

 *  Resolved [moonkir](https://wordpress.org/support/users/moonkir/)
 * (@moonkir)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/)
 * If the plugin wp google analytics dashboard to enable “_show page visits and 
   visitors in frontend (after each article)”_ – can not see file away
    a second
   appears and disappears Visible only to search icon
 * [http://savepic.ru/5879731.png](http://savepic.ru/5879731.png)
 * may need to contact the developer of the plug-in?
 * [https://wordpress.org/plugins/file-away/](https://wordpress.org/plugins/file-away/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298320)
 * Add `align=none` to your table.
 *  Thread Starter [moonkir](https://wordpress.org/support/users/moonkir/)
 * (@moonkir)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298322)
 * 150+ pages for editing 😀
    said to myself – make a template ….
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298324)
 * Ha! Well, hang on. I’m looking further into this.
 *  Thread Starter [moonkir](https://wordpress.org/support/users/moonkir/)
 * (@moonkir)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298325)
 * Aafter the addition align=”none” is not visible schedule visits
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298327)
 * No, it goes to the bottom where it’s supposed to. align=none removes the float
   from the table. When the table is floated, Google Analytics thinks it isn’t there.
   I installed the Analytics plugin, duplicated your issue, and align=none solves
   it. See screenshot: [http://imgur.com/ID25QRA](http://imgur.com/ID25QRA)
 *  Thread Starter [moonkir](https://wordpress.org/support/users/moonkir/)
 * (@moonkir)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298328)
 * HM! I`m using her
    `[fileaway base="SKP" sub="<?php echo the_slug(); ?>" type
   ="table" align="none"]`
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298336)
 * That is NOT what “sub” is for. sub is for a subdirectory of the base directory
   on your server. Not for page slugs.
 * If you don’t want to change align=none on 150 pages, open up wp-content/plugins/
   file-away/lib/inc/inc.declarations.php and add this line to the very bottom:
 * `if($width == '100' && $perpx == '%') $align = 'none';`
 * That will change your alignment to “none” on all your tables if you’re not otherwise
   specifying a width or perpx.
 *  Thread Starter [moonkir](https://wordpress.org/support/users/moonkir/)
 * (@moonkir)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298338)
 * > That is NOT what “sub” is for. sub is for a subdirectory of the base directory
   > on your server. Not for page slugs.
 * Sub folders name = slug
 * > if($width == ‘100’ && $perpx == ‘%’) $align = ‘none’;
 * I`ts work thx
 * I will make a template for all pages…
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298339)
 * OK. My mistake. Good deal then. So everything’s working?
 *  Thread Starter [moonkir](https://wordpress.org/support/users/moonkir/)
 * (@moonkir)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298340)
 * Yeah – thx fo help
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298341)
 * If you’re adding the shortcode in a template file, you can’t just put the shortcode.(
   You probably know this.) You can do one of two things:
 * <?php echo do_shortcode(‘[fileaway base=”SKP” sub=”‘.the_slug().'” type=”table”
   align=”none”]’); ?>
 * or better:
 * <?php
    $fileaway = new fileaway; $atts = array(‘base’=>’SKP’, ‘sub’=>the_slug(),‘
   type’=>’table’, ‘align’=>’none’); echo $fileaway->sc($atts); ?>

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘overlay plugins’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [thomstark](https://wordpress.org/support/users/thomstark/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/overlay-plugins/#post-5298341)
 * Status: resolved