Title: finalcircuit's Replies | WordPress.org

---

# finalcircuit

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] “You need to approve receiving emails for this alert”](https://wordpress.org/support/topic/you-need-to-approve-receiving-emails-for-this-alert-2/)
 *  Thread Starter [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/you-need-to-approve-receiving-emails-for-this-alert-2/#post-18393521)
 * Sorry, I thought alerts were part of the free plugin. I’ll head over to the support
   site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] Purchase buttons not displaying](https://wordpress.org/support/topic/purchase-buttons-not-displaying/)
 *  Thread Starter [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/purchase-buttons-not-displaying/#post-16142164)
 * I’ve taken my CSS out and the button is still there so it looks like 3.1.0.2 
   has fixed it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] Purchase buttons not displaying](https://wordpress.org/support/topic/purchase-buttons-not-displaying/)
 *  Thread Starter [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/purchase-buttons-not-displaying/#post-16133381)
 * I added my own CSS to override yours so the site is actually working OK at the
   moment. I’ll keep an eye out for 3.1.0.2 and let you know the result.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] Purchase button stuck on spinning icon](https://wordpress.org/support/topic/purchase-button-stuck-on-spinning-icon/)
 *  Thread Starter [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [8 years ago](https://wordpress.org/support/topic/purchase-button-stuck-on-spinning-icon/#post-10541950)
 * Hi Mihai
 * I’ve cleared the cache and that’s fixed the problem. Many thanks for the suggestion.
 * Just need to figure why PayPal properly isn’t working now. 🙂
 * Phil
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Download link has disappeared](https://wordpress.org/support/topic/download-link-has-disappeared/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/download-link-has-disappeared/#post-9533054)
 * It’s not my page, it’s the supposedly working example on the Email Before Download
   home page. I presumed you’d recognise the URL.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Download link has disappeared](https://wordpress.org/support/topic/download-link-has-disappeared/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/download-link-has-disappeared/#post-9531671)
 * I’ve just tried the Inline Link example on the plugin home page ([https://www.mandsconsulting.com/vendor-solutions/products/wp-email-before-download/](https://www.mandsconsulting.com/vendor-solutions/products/wp-email-before-download/)).
   No download link is displayed there either although the message “Thank you. Enjoy
   the download.” is displayed.
 * Could this be the same issue?
 * Phil
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media File Manager] wordpress 4.7 compatibility](https://wordpress.org/support/topic/wordpress-4-7-compatibility-8/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/wordpress-4-7-compatibility-8/#post-8702923)
 * I’ve used it on 4.7.1 and it worked fine.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Hard to see scroll bar to the right](https://wordpress.org/support/topic/hard-to-see-scroll-bar-to-the-right/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/hard-to-see-scroll-bar-to-the-right/#post-6536435)
 * It’s in moesia/js/nicescroll-init.js.
 * If you’re using a child theme, you have to copy that file into it and then dequeue/
   enqueue in functions.php.
 *     ```
       /* override the settings file for the custom browser scrollbar */
       if ( get_theme_mod('moesia_scroller') != 1 )  {
       	add_action('wp_enqueue_scripts', 'nicescroll_script_fix', 100);
       	function nicescroll_script_fix()
       	{
           		wp_dequeue_script('moesia-nicescroll-init');
           		wp_enqueue_script('my-moesia-nicescroll-init', get_stylesheet_directory_uri().'/js/nicescroll-init.js', array('jquery'));
       	}
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Little dots in the header image](https://wordpress.org/support/topic/little-dots-in-the-header-image/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/little-dots-in-the-header-image/#post-6664795)
 * Appearance – Customise – Welcome Area – “Check this box if you want to disable
   the header overlay pattern.”
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [change position of welcome massage, logo and call to action button in header](https://wordpress.org/support/topic/change-position-of-welcome-massage-logo-and-call-to-action-button-in-header/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-position-of-welcome-massage-logo-and-call-to-action-button-in-header/#post-5632154)
 * Figured it out, those inline styles are from Customize -> Header Image so can
   just be changed there.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [change position of welcome massage, logo and call to action button in header](https://wordpress.org/support/topic/change-position-of-welcome-massage-logo-and-call-to-action-button-in-header/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-position-of-welcome-massage-logo-and-call-to-action-button-in-header/#post-5632153)
 * I’m interested in doing this too, but welcome-info is currently set in an inline
   stylesheet within the home page so isn’t easy to override unless you use !important,
   which I’m not fond of relying on. Any thoughts on the best way to do this now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Posts Widget] excerpt doesn't work](https://wordpress.org/support/topic/excerpt-doesnt-work-6/)
 *  [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/excerpt-doesnt-work-6/#post-5897113)
 * I wouldn’t recommend editing a plugin because you’ll lose your changes when it
   updates. Having said that, there is an easy fix for this problem. Change:
 * `if ( $instance['excerpt_length'] > 0 ) add_filter('excerpt_length', $new_excerpt_length);`
 * on line 159 of ultimate-posts-widget/ultimate-posts-widget.php to read
 * `if ( $instance['excerpt_length'] > 0 ) add_filter('excerpt_length', $new_excerpt_length,
   999);`
 * The 999 tells the widget’s function to override the built in function by running
   after it.
 * Phil
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Satellite] Can't have two slideshows on one page](https://wordpress.org/support/topic/cant-have-two-slideshows-on-one-page/)
 *  Thread Starter [finalcircuit](https://wordpress.org/support/users/finalcircuit/)
 * (@finalcircuit)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/cant-have-two-slideshows-on-one-page/#post-3934958)
 * Sorry, I hadn’t noticed that entry when I looked through the FAQ.
 * Since a primary function of WordPress is to aggregate posts based on category/
   chronology/whatever, it does seem (to me at least) to be a fundamental design
   flaw for a plugin to break that process unless you buy the premium version.

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