Forum Replies Created

Viewing 15 replies - 16 through 30 (of 308 total)
  • Thread Starter vavroom

    (@vavroom)

    FWIW, posts set to publish later are now publishing. So, posts set to publish in the future before the upgrade had to manually published. Anything arranged after the upgrade is working fine.

    Thread Starter vavroom

    (@vavroom)

    Not sure how to deactivate the automatic update plugin. I looked in the plugins, not listed. nor is it in any of the settings.

    In any case, it seems a bit strange to have to deactivate automatic plugin update if I want to use the update feature of WP?? Dunno…

    I have deactivated all available plugins and tried it but it does nto work either

    Thread Starter vavroom

    (@vavroom)

    Thanks for the answers. Still not working ??

    I have currently 10 posts scheduled to auto/future publish. The CRON option reads as below. I do have back-up of before upgrade, though not handy, have to wait till I get to my other computer to retrieve it. I’ll have to compare but this mostly looks like gobbledygook to me! It does appear to be listing 10 “publish_future_posts” though…

    a:14:{i:1226104685;a:1:{s:16:”wp_update_themes”;a:1:{s:32:”40cd750bba9870f18aada2478b24840a”;a:3:{s:8:”schedule”;s:10:”twicedaily”;s:4:”args”;a:0:{}s:8:”interval”;i:43200;}}}i:1226142639;a:1:{s:17:”wp_update_plugins”;a:1:{s:32:”40cd750bba9870f18aada2478b24840a”;a:3:{s:8:”schedule”;s:10:”twicedaily”;s:4:”args”;a:0:{}s:8:”interval”;i:43200;}}}i:1226180393;a:1:{s:8:”do_pings”;a:1:{s:32:”40cd750bba9870f18aada2478b24840a”;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:0:{}}}}i:1226404888;a:1:{s:19:”publish_future_post”;a:1:{s:32:”82475be529eba7f4523629061a7c9519″;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”913″;}}}}i:1226491285;a:1:{s:19:”publish_future_post”;a:1:{s:32:”0659487b436d8194925f9086bdf0c68c”;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”929″;}}}}i:1226577676;a:1:{s:19:”publish_future_post”;a:1:{s:32:”15f76028cb084ddace6f6c1f0aa5f95b”;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”928″;}}}}i:1226664119;a:1:{s:19:”publish_future_post”;a:1:{s:32:”db59bbaf04632ab3bab8bc72fe0d0cd9″;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”922″;}}}}i:1226750469;a:1:{s:19:”publish_future_post”;a:1:{s:32:”b5b389a8c17c5832d30d777efd8552d2″;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”920″;}}}}i:1226833260;a:1:{s:19:”publish_future_post”;a:1:{s:32:”0d756278a41194cee6649063fc7118da”;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”960″;}}}}i:1226919660;a:1:{s:19:”publish_future_post”;a:1:{s:32:”b7a7899a320c51a45e037359a0f3c3f6″;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”935″;}}}}i:1227006060;a:1:{s:19:”publish_future_post”;a:1:{s:32:”a69ac90a395404b0bdc44a873cac6d4c”;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”932″;}}}}i:1227092460;a:1:{s:19:”publish_future_post”;a:1:{s:32:”035a67545a515476aec76d99f225a268″;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”954″;}}}}i:1227178860;a:1:{s:19:”publish_future_post”;a:1:{s:32:”c891edc21c09bbe94dc6e5cdc5e06621″;a:2:{s:8:”schedule”;b:0;s:4:”args”;a:1:{i:0;s:3:”957″;}}}}s:7:”version”;i:2;}

    Thread Starter vavroom

    (@vavroom)

    Thanks Alex ??

    The next step to make it even better would be to make it so it can be called in posts with some code like <!--anzrandom--> or some such ??

    Thread Starter vavroom

    (@vavroom)

    Ok, well, I made it work for my needs.

    View it in action on the front page of this site: https://wheelchairrugby.org

    Plugin available from my site: https://accessibility.net.nz/wp/anz-nextgen-random-pix/

    Thread Starter vavroom

    (@vavroom)

    Hello Shirou, thanks for that. This seems to be from the developer of the sidebar widget, which I have, but as I said, I don’t want to display random photo in sidebar, but in content. There does not appear to be contact information for him on that site.

    I’ll finalise other aspects of the site, which are pressing, and then I’ll have a play with trying to reverse engineer the widget to see if I can make it into a function that can be called in a post ?? If I achieve it, I will make sure to post here

    Forum: Plugins
    In reply to: WordPress 2.5.1 SMF

    I think you might have better luck asking the folks at the SMF forum, they hold a pretty tight leash on bridges and who’s allowed to develop them (due to understandable licensing issues).

    Thread Starter vavroom

    (@vavroom)

    Thanks Shirou. I want to ask the developer of the gallery, but he says “post in the official wordpress forum”… Which he doesn’t appear to follow ??

    Thread Starter vavroom

    (@vavroom)

    Can anyone help with this? Anyone at all????

    Forum: Your WordPress
    In reply to: School History

    mystifier, I wasn’t suggesting adding a new div and padding for it. I was suggesting adding padding to your anchor element (the links themselves). right now, if you hover over the link, there’s a 1px border that pops out, which is what pushes everything away. So if you set a 1px padding on the a, and then a 0 on the a:hover, you’ll basically eliminate the jumps.

    FWIW, when you have 0, it is not necessary to declare the measurement unit. Also, when you have all measurements the same, you do not need to repeat them. Finally, if you’re going to declare styling inline, might as well use CSS all the way ?? So your
    <div align=center style="padding: 0px 0px 0px 0px">
    Could have been written:
    <div style="padding:0;text-align:center;>

    As for testing, it is indeed usualy a good idea to test in several browsers. While IE6/7 accounts for a large segment of traffic, my stats show about 35% of traffic on non-IE browsers… Over a third of all visitors are not using IE… Your choice ??

    HTH

    Thread Starter vavroom

    (@vavroom)

    Finally found the answer here:
    https://www.ads-software.com/support/topic/162198?replies=124

    Used the htaccess solution

    A link to the site would be helpful ??

    Forum: Your WordPress
    In reply to: School History

    adding a bit of padding to those elements when the anchors does not have focus should fix it. What’s happening is that the border-bottom gets added and makes the site jump.

    Thread Starter vavroom

    (@vavroom)

    Thanks. I am still unable to get to it, different computer on a different provider, but I got someone to grab it an email it.

    Weird.

    What I’d like to do is actually go a little further than that. Instead of loading an image and then hiding it with CSS, I’d like to not call the image at all if there isn’t an avatar for the person posting a comment. Reduces the number of calls to gravatar.com ?? I haven’t played with this yet, but will do so in the next couple days, maybe I can figure it out ?? I’ll report if I do.

Viewing 15 replies - 16 through 30 (of 308 total)