Title: jamblo's Replies | WordPress.org

---

# jamblo

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 42 total)

1 [2](https://wordpress.org/support/users/jamblo/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jamblo/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jamblo/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fontsampler] Menu order causing weights to display incorrectly](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/#post-10636068)
 * Yes! That works.
 * I said above that I tried that, but I didn’t have it set outside of my other 
   code… must have been a misfire caused by code elsewhere.
 * Thanks a lot for your speedy and affective help, Kontur!
    -  This reply was modified 7 years, 11 months ago by [jamblo](https://wordpress.org/support/users/jamblo/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fontsampler] Menu order causing weights to display incorrectly](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/#post-10635902)
 * Emailed… thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fontsampler] Menu order causing weights to display incorrectly](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/#post-10635871)
 * Yes, I even went to your example page (which I see is working) and copied your
   JS (except the if is single part). I don’t have any if(mobile) conditionals around
   the code either…
 * I’m running jQuery v1.12.4, as are you…
 * I even tried binding the trigger to a button… still no good. Ack!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fontsampler] Menu order causing weights to display incorrectly](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/#post-10635595)
 * Thanks for the quick reply [@kontur](https://wordpress.org/support/users/kontur/)
 * The event.afterinit callback function is handy as I was relying on setTimout 
   before, however whilst your code seems sound it doesn’t quite work… the input
   value updates, but change isn’t triggered…
 * Using Chrome dev tools I noticed that even though the value attr was updating,
   the actual computed value wasn’t changing, so tried using val(52) instead.
 * [https://www.dropbox.com/s/lzfegzlhn94unbj/Screenshot%202018-08-29%2011.14.10.png?dl=0](https://www.dropbox.com/s/lzfegzlhn94unbj/Screenshot%202018-08-29%2011.14.10.png?dl=0)
 * Current code:
 *     ```
       $(this).find(".fontsampler-ui-block-fontsize input.specimen-slider").val("52");
       			setTimeout(function(){
       				$(this).find(".fontsampler-ui-block-fontsize input.specimen-slider").trigger("change");
       			},1000);
       ```
   
 * The issue is the triggering of the input change, I think. I tried having the 
   trigger(“change”) on a separate line rather than chained, but that didn’t work
   either.
 * If I put a console.log in here its definitely running, and as I say its updating
   the value just fine, but not triggering the input in order to make the setting
   actually apply. Oh, and the class isn’t being added either… odd!
 * Any other ideas?
 * Thanks
    -  This reply was modified 7 years, 11 months ago by [jamblo](https://wordpress.org/support/users/jamblo/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fontsampler] Menu order causing weights to display incorrectly](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/#post-10634198)
 * All good once we had the font updated — thank you [@kontur](https://wordpress.org/support/users/kontur/)!
 * As an aside, I’m trying to figure out how to change the default font size for
   mobile only… trying something like this and whilst the slider nudges down a bit,
   it doesn’t go down to my override size – it just goes down about 4px from the
   default. The settings for desktop are 15px min / 150px initial / 255px max.
 * Any ideas?
 * `$('div[data-target-property="font-size"] input').val('56px').delay(250).trigger('
   change');`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fontsampler] Menu order causing weights to display incorrectly](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/menu-order-causing-weights-to-display-incorrectly/#post-10599179)
 * Thanks for your quick reply [@kontur](https://wordpress.org/support/users/kontur/),
   I’ve passed on the font requirement to our font dev.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Variations Images & Swatches for WooCommerce] Plugin disables the "variation description" in product page](https://wordpress.org/support/topic/plugin-disables-the-variation-description-in-product-page/)
 *  [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-disables-the-variation-description-in-product-page/#post-6564725)
 * David resolved this for me with the release of 1.4.2… never met such a responsive
   and helpful plugin developer before! Thanks so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Variations Images & Swatches for WooCommerce] Plugin disables the "variation description" in product page](https://wordpress.org/support/topic/plugin-disables-the-variation-description-in-product-page/)
 *  [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-disables-the-variation-description-in-product-page/#post-6564724)
 * Hi there
 * Hoping I can resurrect this closed thread as I am having the same issue.
 * When the plugin is active (and the WooCommerce default product image option set
   either way – disabled/enabled), the variation description disappears. I’ve got
   the basic WooCommerce product-image.php and product-thumbnails.php, pulled down
   from the templates folder, running.
 * When I disable “Enable WooCommerce default product image” option the extra images
   displayed by your plugin don’t show at all.
 * Please help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Applying jQuery to dynamically loaded elements (Premium User)](https://wordpress.org/support/topic/applying-jquery-to-dynamically-loaded-elements-premium-user/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/applying-jquery-to-dynamically-loaded-elements-premium-user/#post-5246946)
 * Brilliant, that works nicely, thanks DC!
 * Yeah, bought the add on. Great script.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Geo] [Plugin: WP Geo] Bizarre Archive Page Map and Widget Issue](https://wordpress.org/support/topic/plugin-wp-geo-bizarre-archive-page-map-and-widget-issue/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-geo-bizarre-archive-page-map-and-widget-issue/#post-2975149)
 * All sorted after the recent update, by the way.
 * Keep going with this plug-in, Ben, its proving damn useful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tools for Twitter] Twitter Tools 3.0 nows lacks automatic tweeting of new Posts when Published? :(](https://wordpress.org/support/topic/twitter-tools-30-nows-lacks-automatic-tweeting-of-new-posts-when-published/)
 *  [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/twitter-tools-30-nows-lacks-automatic-tweeting-of-new-posts-when-published/page/2/#post-3117324)
 * In the 2.XX version, any tweet from our twitter account was automatically turned
   into a post and published into a category of our choosing.
 * Under 3.0, you have to manually go to the settings area and press Download Tweets.
   How can this be set to automatically happen again? Isn’t the Broadcast stuff 
   related to WP > Twitter rather than Twitter > WP?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tools for Twitter] [Plugin: Twitter Tools] Not creating posts from tweets.](https://wordpress.org/support/topic/plugin-twitter-tools-not-creating-posts-from-tweets/)
 *  [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-twitter-tools-not-creating-posts-from-tweets/#post-2671038)
 * I’ve had to abandon this plugin and find another one as it stopped automatically
   created posts from Tweets.
 * Why?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Congratulations box always open in Dashboard](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-congratulations-box-always-open-in-dashboard/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-congratulations-box-always-open-in-dashboard/#post-2794404)
 * Ah, thanks for the confirmation.
 * Not happy! Client insisting we use their rubbish server.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Congratulations box always open in Dashboard](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-congratulations-box-always-open-in-dashboard/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-congratulations-box-always-open-in-dashboard/#post-2794402)
 * No, the site is hosted on a Linux server thats running Zeus rather than Apache(
   See original post).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Congratulations box always open in Dashboard](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-congratulations-box-always-open-in-dashboard/)
 *  Thread Starter [jamblo](https://wordpress.org/support/users/jamblo/)
 * (@jamblo)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-congratulations-box-always-open-in-dashboard/#post-2794400)
 * I’ve got no other plugins running. Gotta be Zeus related, surely?
 * Its broken most plugins I’ve tried using so figured its that.

Viewing 15 replies - 1 through 15 (of 42 total)

1 [2](https://wordpress.org/support/users/jamblo/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jamblo/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/jamblo/replies/page/2/?output_format=md)