Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter jimme595

    (@jimme595)

    Thank you for the information, much appreciated!

    Thread Starter jimme595

    (@jimme595)

    Fixed it by adding this to the input:

    style="-webkit-user-select: auto;"

    Looks like this was a theme problem!

    Forum: Plugins
    In reply to: [BadgeOS] Responsive images
    Thread Starter jimme595

    (@jimme595)

    Ok cool, thanks for taking a look, yes lots of possibilities and probably not a badgeos issue, i’ll investigate it further!

    Forum: Plugins
    In reply to: [Dooodl] 2.0.8
    Thread Starter jimme595

    (@jimme595)

    Cool, I reckon one for the pipeline should be a sort of storyboard type layout where you can create a series of dooodls and save them as an animated gif! That would be really cool! I’m just putting it out there…

    Forum: Plugins
    In reply to: [Dooodl] 2.0.8
    Thread Starter jimme595

    (@jimme595)

    I guess limiting users to 1 like is trickier if they aren’t always logged in users like on my site.

    Forum: Plugins
    In reply to: [BadgeOS] Responsive images
    Thread Starter jimme595

    (@jimme595)

    Yes maybe it’s something to do with the srcset values being http while the src is https. When I moved my site to https a month ago I had to install a plugin called really simple SSL for the sole purpose of getting the badge images to be generated in https. This plugin isn’t causing the problem btw, if i switch it off the problem remains, but without that plugin there was something on my pages creating an insecure connection and i’m pretty sure it was the badgeos images – not the actual image, but the values in the srcset that dont seem to want to come in https.

    Forum: Plugins
    In reply to: [Dooodl] 2.0.8
    Thread Starter jimme595

    (@jimme595)

    It’s working well now, the only thing is the email notification of new dooodls isn’t working but I think you know that – all the code is commented out for that feature!

    I’ve made some changes such as passing the user id in to the post author field when the post is saved… I realise i’m using the plugin differently to its intended use whereby random visitors can post dooodls but it works really well in a community setting if the post id is set to the id of the user as then the posts can be called on to users profiles etc with get_posts(). Another thing is i’ve changed lots of the input fields on the save dooodl screen to hidden as for my purpose (and I saw someone else said they weren’t too keen on this) it’s too much information to ask for on the save screen. Anyway just thought I’d let you know how I’m using it and that it’s gone down well with the members on my site!

    Oh and I’ve also added a function so users can ‘like’ each others dooodls, this creates 2 postmeta records, one called ‘likes’ that records the number of likes and one called ‘liked_by’ that records the user_id of whoever liked the post so they can only like it once. Again more of a community type feature.

    Jim

    Forum: Plugins
    In reply to: [BadgeOS] Responsive images
    Thread Starter jimme595

    (@jimme595)

    Hi, if you go to:

    https://www.theopenschool.co.uk/courses/11-plus-maths/

    you will see a very messy page – because a different header is loaded for logged in users so the template is all over the place if youre not logged in! But under the sidebar heading ‘course awards’ you will see the badgeos badges load. In my firefox browser they just show as text links not the images… I’m beginning to think it might be an ssl issue..

    Edit: It shouldn’t be such a mess anymore – promted me to change the layout a bit so it looks ok for non logged in users!

    Forum: Plugins
    In reply to: [BadgeOS] Responsive images
    Thread Starter jimme595

    (@jimme595)

    After a bit more experimenting – the images are actually rendering fine in Edge but not in Firefox or Chrome on my site.

    Forum: Plugins
    In reply to: [BadgeOS] Responsive images
    Thread Starter jimme595

    (@jimme595)

    Yes it is strange, the image path is fine but in both the backend edit badge featured image and in the front end where in one of my templates I call:

    echo do_shortcode ('[badgeos_achievements_list type="maths-badges" limit=5]'

    The image is replaced by a link that reads the name of the badge. The src for the image is correct. But in the srcset value of the image element is this code:

    https://www.mydomain.co.uk/wordpress/wp-content/uploads/2015/01/rookie-maths-150x150.png 150w, https://www.mydomain.co.uk/wordpress/wp-content/uploads/2015/01/rookie-maths-100x100.png 100w, https://www.mydomain.co.uk/wordpress/wp-content/uploads/2015/01/rookie-maths.png 280w

    If I delete this code ‘on the fly’ the image becomes visible. It may well be an issue to do with my particular setup, I just wanted to mention it incase it is a wider issue. It does seem strange if it is a theme issue that the images in the backend are just rendering as a text link as well.

    Best,

    Jim

    I agree with that last message, I’ve found that the badgeos-learndash integration limits the number of times to ‘1’ for all badgeos steps and this limits the possibilities of using the two together.

    Forum: Plugins
    In reply to: [BadgeOS] Responsive images
    Thread Starter jimme595

    (@jimme595)

    Well the image path is fine, if I inspect the element with firebug and hover over the image path the image pops up. But in my browser (firefox) the images don’t display. If I again go in to the image element with firebug there is a long string in <img srcset = “…”> on the image, and if i delete that string temporarily in firebug the image pops in to view in the browser.

    Forum: Plugins
    In reply to: [Dooodl] 2.0.8
    Thread Starter jimme595

    (@jimme595)

    Nice one, new version works well ??

    Forum: Plugins
    In reply to: [Dooodl] 2.0.8
    Thread Starter jimme595

    (@jimme595)

    I get this error:

    Parse error: syntax error, unexpected ‘[‘ in /wordpress/wp-content/plugins/dooodl/includes/handlers.php on line 78

    Thread Starter jimme595

    (@jimme595)

    Yep was just about to say checking send email causes the save screen to hang. Thanks for the info

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