jamblo
Forum Replies Created
-
Forum: Plugins
In reply to: [Fontsampler] Menu order causing weights to display incorrectlyYes! 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, 9 months ago by jamblo.
Forum: Plugins
In reply to: [Fontsampler] Menu order causing weights to display incorrectlyEmailed… thank you!
Forum: Plugins
In reply to: [Fontsampler] Menu order causing weights to display incorrectlyYes, 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
In reply to: [Fontsampler] Menu order causing weights to display incorrectlyThanks for the quick reply @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
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, 9 months ago by jamblo.
Forum: Plugins
In reply to: [Fontsampler] Menu order causing weights to display incorrectlyAll good once we had the font updated — thank you @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
In reply to: [Fontsampler] Menu order causing weights to display incorrectlyThanks for your quick reply @kontur, I’ve passed on the font requirement to our font dev.
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!
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!
Brilliant, that works nicely, thanks DC!
Yeah, bought the add on. Great script.
Thanks again.
Forum: Plugins
In reply to: [WP Geo] [Plugin: WP Geo] Bizarre Archive Page Map and Widget IssueAll sorted after the recent update, by the way.
Keep going with this plug-in, Ben, its proving damn useful!
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
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Not creating posts from tweets.I’ve had to abandon this plugin and find another one as it stopped automatically created posts from Tweets.
Why?
Ah, thanks for the confirmation.
Not happy! Client insisting we use their rubbish server.
No, the site is hosted on a Linux server thats running Zeus rather than Apache (See original post).
I’ve got no other plugins running. Gotta be Zeus related, surely?
Its broken most plugins I’ve tried using so figured its that.