Title: mioswebdesigns's Replies | WordPress.org

---

# mioswebdesigns

  [  ](https://wordpress.org/support/users/mioswebdesigns/)

 *   [Profile](https://wordpress.org/support/users/mioswebdesigns/)
 *   [Topics Started](https://wordpress.org/support/users/mioswebdesigns/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mioswebdesigns/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mioswebdesigns/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mioswebdesigns/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mioswebdesigns/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mioswebdesigns/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FancyBox for WordPress] Disable on smaller screens](https://wordpress.org/support/topic/disable-on-smaller-screens/)
 *  Thread Starter [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/disable-on-smaller-screens/#post-5022735)
 * I found a workaround but it involves editing plugin code which is not ideal because
   it will get overwritten in plugin updates:
 * Dashboard > Plugins > Editor > select ‘Fancybox for WordPress’ from dropdown 
   menu > click ‘Select button
 * Edit plugin file: fancybox-for-wordpress/fancybox.php
 * Look for `echo "\n<!-- Fancybox for WordPress v" . $version . ' -->'; ?>` near
   line 222. Just below that you should see `<script type="text/javascript">`. Just
   after that opening script tag add `if (window.innerWidth > 500) {`
 * Next look for `</script><?php echo "<!-- END Fancybox for WordPress -->\n";` 
   near lines 314-315. Just above the closing script tag, add your ending curly 
   brace for the if statement.
 * This prevents fancybox from initializing on page load if inner width of screen
   is smaller than 500px. Not ideal but effective.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Smooth Scroll Links - Smooth Scrolling Anchor] Offset not working consistently](https://wordpress.org/support/topic/offset-not-working-consistently/)
 *  [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years ago](https://wordpress.org/support/topic/offset-not-working-consistently/#post-4661874)
 * Had the same issue on my site too. I had a fixed header nav roughly 180px tall.
   When user was on page and clicked anchor on that page, smooth scroll worked fine,
   but if user entered anchor URL manually e.g. mysite.com/#anchor, or clicked on
   the anchor link from another page (site is mostly one pager, but a few side pages)
   the offset would drop them too far.
 * It’s because the offset setting (default 20, adjust under Settings > ESSL Settings)
   wasn’t getting loaded before browser sent user to anchor location. This could
   probably be fixed with preventDefault() or setTimeout(), but it can be easily
   fixed with CSS magic.
 * I set my offset to 0 in the plugins settings.
    Then I created a anchorOffSet 
   class in my custom css for my theme
 *     ```
       .anchorOffSet {
           padding-top: 200px;
           margin-top: -200px;
       }
       ```
   
 * My setting positive padding-top and negative margin-top, you offset the anchor
   without creating any gaps in your page’s content. (Note: I used 200 because my
   fixed nav header was 180px high so this gave some spacing between anchor and 
   top of screen, change to whatever works for you)
 * Have a look at the final result (one of many anchor links on this)
 * [https://www.betterworldwireless.com/#mission](https://www.betterworldwireless.com/#mission)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite sub-directories IIS 7.5 change media/uploads location](https://wordpress.org/support/topic/multisite-sub-directories-iis-75-change-mediauploads-location/)
 *  Thread Starter [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/multisite-sub-directories-iis-75-change-mediauploads-location/#post-4690502)
 * I moved wwwroot in inetpub to D: and that fixed the issue.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite sub-directories IIS 7.5 change media/uploads location](https://wordpress.org/support/topic/multisite-sub-directories-iis-75-change-mediauploads-location/)
 *  Thread Starter [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/multisite-sub-directories-iis-75-change-mediauploads-location/#post-4690432)
 * Also, what is the difference between Upload Path and Upload Url Path when in 
   Site Settings? Not sure what the difference between the two are, but the field
   for Upload Url Path is empty on all my sites
 * [screenshot](http://snag.gy/3Sfe3.jpg)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite sub-directories IIS 7.5 Redirect Loop](https://wordpress.org/support/topic/multisite-sub-directories-iis-75-redirect-loop/)
 *  Thread Starter [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/multisite-sub-directories-iis-75-redirect-loop/#post-4673352)
 * Yeah I had to perform a dnsflush and that did the trick. It seems typing wp-admin
   in URL doesn’t seem to work with Multisite but using meta widget and clicking
   Login link which takes me to wp-login.php that works 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Accordion ( Former WP Awesome FAQ Plugin )] Awesome FAQ – worked then stopped.](https://wordpress.org/support/topic/awesome-faq-worked-then-stopped/)
 *  [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/awesome-faq-worked-then-stopped/#post-3942966)
 * Well, that fixed issue for desktop anyways. On mobile devices, accordion is still
   not working, and FAQs are displaying like blog posts 😛
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Accordion ( Former WP Awesome FAQ Plugin )] Awesome FAQ – worked then stopped.](https://wordpress.org/support/topic/awesome-faq-worked-then-stopped/)
 *  [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/awesome-faq-worked-then-stopped/#post-3942965)
 * Figured out the problem.
 * 1.) Go to your page named “FAQ”
    2.) Click edit next to Permalink 3.) Change 
   permalink from Permalink: [http://yourwesbite.com/](http://yourwesbite.com/)**
   faq**/ to [http://yourwesbite.com/](http://yourwesbite.com/)**faqs**/
 * For some reason, if your pages permalink is “faq”, it breaks the accordion and
   WordPress displays your FAQs as blog posts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Accordion ( Former WP Awesome FAQ Plugin )] Awesome FAQ – worked then stopped.](https://wordpress.org/support/topic/awesome-faq-worked-then-stopped/)
 *  [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/awesome-faq-worked-then-stopped/#post-3942964)
 * Hi,
 * I am having the same issue. According was working one day, then all of a sudden
   it stopped. Have latest version of plugin, and I am not using any other plugins
   that use jQuery UI.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Go Maps (formerly WP Google Maps)] Unable to add New Map](https://wordpress.org/support/topic/unable-to-add-new-map/)
 *  Thread Starter [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/unable-to-add-new-map/#post-4174920)
 * Hey Nick,
 * I’m looking at my database now and it appears those tables were not created. 
   I have the following:
 * wp_commentmeta
    wp_comments wp_links wp_options wp_postmeta wp_posts wp_terms
   wp_term_relationships wp_term_taxonomy wp_usermeta wp_users
 * Should I try uninstalling and reinstalling the plugin to see if that will create
   the tables? Or should I manually create the tables myself via SQL? If so what
   are their structures?
 * Best Regards,
    Craig
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Go Maps (formerly WP Google Maps)] Unable to add New Map](https://wordpress.org/support/topic/unable-to-add-new-map/)
 *  Thread Starter [mioswebdesigns](https://wordpress.org/support/users/mioswebdesigns/)
 * (@mioswebdesigns)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/unable-to-add-new-map/#post-4174758)
 * No, does that matter?

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