Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)
  • Thread Starter Rosie-L

    (@rosie-l)

    OK thanks. Removal of columns fixed. Gotta go and find out about custom stylesheets now.

    Thread Starter Rosie-L

    (@rosie-l)

    @cubecolor: Correct – I was unaware of that one.
    @alchymyth: Didn’t know about that one either. It’s easy to miss though, because it appears that the “Right Now” info box is closed by default. It is for me anyway.
    @ipstenu: Well, if it was on the footer of every admin page, I would have found it. IMO the obvious first place to look for a version number is the top or bottom of pages. All I see at the top is “WordPress 3.4.2 is available! Please update now” and at the bottom “Get Version 3.4.2”.

    Curiosity aroused, I did a GREP search for the version number right across a WordPress installation, and discovered it can be found in each of the following files, though not always easily:
    /readme.html
    /wp-includes/version.php
    /wp-admin/about.php
    /wp-admin/includes/update-core.php

    However, I stand by my original complaint. As far as I can still see, nowhere is the version number plainly obvious?

    That’s why its a question that has been asked countless number of times, as any search will demonstrate.

    And so easily fixed!!!

    the
    After Simple:Press drove me away (see my first post above) I kept looking, and I came up with a different solution altogether.

    Think about it: exactly how much WordPress integration do you need of your forum? For most people it will simply be the same look ‘n feel across your WordPress site and your forum, and a common login to both.

    The ability to customise appearance is built into most forum software, so look ‘n feel doesn’t really become an issue. So thinking that the implementation of the common login might be possible with code, I broadened my search parameters to include ANY forum software.

    Keeping the story short, after many trials I settled on giving Phorum software a good run, and I haven’t looked back since. It’s flexibility is incredible and, although I haven’t implemented that feature myself yet, making a common login between WordPress and Phorum is quite possible and has been done by many participants in their *FREE* support forum. Oh, and did I mention that Phorum itself is also *FREE*(donations encouraged and welcome)!

    Unfortunately I’m no coder yet, but even I have managed to make some tricky behind-the-scenes modifications to the way that Phorum operates. As a beginner coder the only problem I have with Phorum is that some of their most advanced adherents sometimes speak in shorthand in reply to technical please-help questions. But if you are polite, persevere and keep digging, you will find what you need and you can do pretty much anything your heart desires with this software.

    If you are already competent with PHP and CSS there are no limits to what you can do as far as modifying Phorum to your own requirements. But even if you are a coding dummy like me this solution is WELL worth looking at. Even in its stock standard form it is the best forum solution of the many I looked at.

    https://www.Phorum.org

    $39 for two months, $99 for 12 months.

    Utterly absurd whichever way you look at it.

    The fact that they haven’t entered this discussion in four months says a lot about their commitment to supporting the product. It doesn’t exactly give one confidence that spending $39 would be good value.

    Simple:Press looks like it will do everything I need, but the information that is publicly viewable is pretty sparse.

    So how do I know that the information hidden away behind the too-expensive support fee is any better? Answer: I don’t! And I’m not going to pay $39 to find out that they don’t give a stuff, or that they talk in riddles, or that they take ages to reply.

    If these people had a clue at all about marketing, promotion and customer service they would have a user-supported forum which they kept out of and so didn’t “waste” their valuable time. There is a place for paid-support, but as the only avenue for product configuration information it’s a very poor business decision.

    I looked at Mingle Forum some time back and the big feature it was missing was no ability to notify members of new posts to the forum or to follow a particular thread. The developer kept threatening to provide that feature for a long time, but nothing ever happened. Has that changed?

    Thanks.

    Setting $wp_siteurl = ” works.

    Thread Starter Rosie-L

    (@rosie-l)

    Matt, my “Enable Smart Loading” has been set at “false” all along!

    As far as I can see, Shadowbox is only loading on one page — the homepage.

    How can I completely zap all traces of Shadowbox, including any entries in the MySQL database, so that I can try a completely fresh install without risk of picking up anything left over from the current installation?

    Thread Starter Rosie-L

    (@rosie-l)

    Hi stueynet.

    That’s what I guessed, but what to do about it?

    I wish Mr Shadowbox would give us some direction on this, because it’s really broken the appeal of my site.

    Actually, it’s not even my site, but one I’m managing for someone else, and understandably they are not very happy about it not getting fixed.

    Maybe there is a more reliable Shadowbox plug-in available? any suggestions, anyone?

    – Rosie

    Thread Starter Rosie-L

    (@rosie-l)

    MORE INFORMATION:

    Hmmm, I wonder if this is a path problem, as in the Shadowbox files can’t be found under certain circumstances. Here is what led me to that possibility…

    On the WordPress homepage, where the latest and other recent posts appear, a Shadowboxed image pops up in the Shadowbox as expected when clicked.

    However, if you go to the full article by clicking on the post’s title, clicking on the same image as before displays the bare image on another browser tab, NOT in the Shadowbox.

    Of course, whether on the homepage or the full-Post page, the code for the image is EXACTLY the same. E.g.

    <div id="attachment_1633" class="wp-caption aligncenter" style="width: 300px">
    
    <a href="https://domainname.com/blog/wp-content/uploads/2012/03/1.png" rel="shadowbox" title="This is the title"><img class="size-medium wp-image-1633   " title="This is the title" src="https://domainname.com/blog/wp-content/uploads/2012/03/1-300x225.png" alt="Some alt text here" width="300" height="225" /></a>
    
    <p class="wp-caption-text">This is the caption below the image.</p>
    
    </div>

    The WordPress homepage is the ONLY place where a clicked image opens in the Shadowbox. Anywhere else, e.g. on pages, the bare image opens in a new browser tab without the Shadowbox.

    Any ideas?

    Oh yes, that’s weird. I hope the shadowbox guy can solve it for you. Unfortunately he doesn’t seem to drop by that often.

    – Rosie

    CORRECTION:

    OK, further research indicates that we might be wrong about it being a WordPress problem.

    I’m not a coder, but from what I can gather, the way WordPress used to do captions in the past was problematic, and so a number of theme developers introduced their own hacks to compensate.

    Now WordPress 3.4 has implemented Captions correctly, the hacked solutions used by those themes are failing.

    Still, if captions are broken on your site and you have to implement corrections, Jay’s recommendation still works never-the-less.

    Well, I’m using Thesis and I am confident that this is definitely and provably a WordPress issue, as has been exactly described by Jay Versluis in his first post above.

    As he says, if you change this:

    [caption id="attachment_123" align="aligncenter" width="550"]<img src=”…”>My Caption[/caption]

    to this:

    [caption id="attachment_123" align="aligncenter" width="550" caption="My Caption"]<img src=”…”>[/caption]

    then captions start working properly again.

    All our different themes were handling captions just fine before the update, now we are all suffering the same problem, and I’ll bet we can all fix it by making the changes suggested by Jay. Thus logically it is a problem that has been introduced by the WordPress update.

    Thread Starter Rosie-L

    (@rosie-l)

    UPDATE…

    I uninstalled the plug-in again, then used my FTP program to delete any Shadowbox-related files in: /public_html/blog/wp-content/uploads/shadowbox-js.

    This time when I reinstalled I did get the message about missing source files and clicked the button to install them.

    Installation proceeded without errors, and now the /wp-content/uploads/ folder contains the subfolder shadowbox-js.

    My images have the word shadowbox in the Link Rel field under Advanced Link Settings.

    Unfortunately still no Shadowbox happening — clicking an image just opens it on its own browser page.

    This is really annoying because it used to work just fine!

    Hi Jan.

    I’m curious as to exactly what you mean — what result you are getting.

    Is it possible for you to provide a URL?

    – Rosie

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