matstillo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can you format your blogroll links according to their rating?OK, I’m probably going to reveal just how little I know about php here, but I gave that a go & while i can get the bookmarks list to display the ratings with show_rating=1, but they are just created as display text outside the bookmark link. If I include echo=0, then it just removes the whole list.
I have just read the following article on a different subject, where someone wants to remove a title attribute from a category list.
He has created a function to do this. Could the same approach be used to ADD the rating to the
- tag for a bookmark as a class selector?
I don’t fully understand how he is doing this & I think I would be guessing or trying a ‘keep trying options till it works’ approach, on what could be a dead end anyway. Does it look as though this is a possible solution? If so, I will persevere a bit more!
Thanks!
Forum: Fixing WordPress
In reply to: Can you format your blogroll links according to their rating?Thanks for that. I’m just getting to grips with basic php & WordPress tag parameters, so I think I can see what your suggestion is hopefully going to do. I’ll have a go & see how I get on,
Thanks V much!
Forum: Fixing WordPress
In reply to: Cannot link directly to PDF file in media library, only to postGoing back to the original problem, as wjnielsen says up above, this is a real problem for those of us who have set clients up with WordPress to provide CMS capabilities.
We’re not trying anything too exotic here. All I want is for clients to add pdf links to their home page, and thats it. But they need to be able to do this without having to go into html view, which they cannot do & will not want to do. Is there any progress on the bug trac as this must be affecting quite a few people?
I can confirm that stripping out the rel attributes does fix it, but I can’t expect some of my clients to understand a word of that. They will take one look at the code view & 1) freak out, then 2) probably ruin the whole page. Please can we get this resolved so that they can add these links while staying in the visual mode workflow?
Cheers!
Forum: Fixing WordPress
In reply to: “Insert Into Post” Not Working Properly for PDF links on HOME PAGEHello again. I actually came across this bug again, when I came to upgrade to 2.7 for this client & hoped the upgrade might sort it. Sadly no & it still will not let me insert a pdf on a static home page using the normal visual mode workflow.
This is a real pain because I am using this in a few applications where the clients really aren’t capable of going in and editing the html themselves. @jfrenaye, thanks for the help & that is what I have had to resort to doing myself to upload their files for them, but it just defeats the whole objects of setting them up a CMS.
I did actually find another thread on this :
http://wordpress.org/support/topic/219507
which has a workaround where you strip out the ‘rel’ attributes from the link, which seems to be what is messing things up. There is also talk in this thread of it being logged as a bug, so hopefully it will be sorted soon.
Forum: Fixing WordPress
In reply to: pb-embedFlash how to change jw player versionHi there, I found this thread whilst looking for a solution to the same thing, using skins with the JW Player.@pasber, I would like to support Saumin in saying this would be really usefull & if, when you have time, this could be implemented it would be fantastic! I use your great plugin for a customer site to do a fortnightly video journal, but after a recent design overhaul to the site, the player bar is not looking as good as it could.
In the meantime, one thing that could really help me style the existing player more effectively, would be the ability to change the colour of the highlight that sits of the bg colour, which at the moment is set to white. If I want a darker player, it starts to contrast badly with the white overlay. Is there any way to change this?
Thanks!
Forum: Plugins
In reply to: NextGEN Gallery – sidebar widget will not display ‘Original images’Maybe I’m not using the forum properly? Is this thread in the correct section?
I’m feeling a little rejected that no-one wants to talk to me!
Is three days a long time to expect an answer, I’m really not sure? I’m still in the Sh%t with getting this looked at but this is the only way I can contact the plugin developer.
Thanks once again!
Forum: Fixing WordPress
In reply to: List recent commentsJust adding to cornhustlah’s request for implementing a snippet of the excerpt as well!
I was thinking I could do something with
<?php comment_excerpt(); ?>
but it is not as straightforward as I hoped.Did anybody find a plugin that doesn’t use a widget?
Forum: Plugins
In reply to: NextGEN Gallery – sidebar widget will not display ‘Original images’I’m also having an issue now, when even if I use the thumbnail method, it will not allow me to change the thumbs below a certain size? I am entering a width for the thumb, then when I move to the heght box, it just bounces back to the width box & enters that value in the width box instead. Basically, it will not let me enter anything in the height box.
Any ideas? Any help much appreciated!!!
Forum: Plugins
In reply to: NextGEN Gallery – sidebar widget will not display ‘Original images’I’m going to have to sort this for now by making my thumbnails at the unwanted larger size so that it will work in the sidebar, then forcing them to be smaller for any actual thumbnail grid.
This should work although it’s going to muck up the look of the images in browsers that don’t render scaled nicely, as well as slow down the load time. More importantly, the plugin is still not working as intended, so if anyone can help it would be great!
I’m guessing it is because it is the weekend I am getting no response!?
Forum: Plugins
In reply to: NextGEN Gallery – sidebar widget will not display ‘Original images’Bump! Need to get this sorted if anyone can help?
Forum: Fixing WordPress
In reply to: Setting number of posts per page in a category archiveThanks for that, I’ll take a look
Forum: Fixing WordPress
In reply to: TinyMCE Advanced no more workingI was using 3.1 on WP2.6.3 & it was working great. I had written a list of guidance notes for a client who is using it as a basic CMS for half a dozen pages, with TinyMCE Advanced being central to thise instructions. I had used TinyMCE Advanced, as it had worked excellently to overcome all the major shortcomings of the standard visual editor.
When I came to put the site live, I moved WordPress to the root directory of the site. There appeared to be no problems, until the client mentioned that when trying to insert a media link in the visual editor that it would not appear at the cursor position, but instead at the beginning of the page(?!). It was when I was investigating this that I noticed that TinyMCE Advanced is no longer appearing when you come to manage the pages.
It is completely set up as an activated plugin. I can make any changes I want in the settings, such as extra toolbar options. I get no error messages. It is just that it does not appear for use!
Any ideas, as I look pretty foolish to the client right now!
Forum: Plugins
In reply to: Is there ANY WAY to make WYSIWYG-editor to allow your own coding?I’m just adding my support to maisteriharju on the whole issue for the visual editor. After initial tinkering, WordPress had seemed to be the ideal solution for me to be able to deploy sites for clients with a built in CMS capability.
As I was initially doing my tinkering in HTML mode I did not appreciate the massive shortcomings of the visual editor. Initially I was pleased to see that such an interface was available but now, after trying to work around the stripping of the code, regardless of which mode you are in, & trying to gloss over the glaring ‘bugs’ as the clients see them, I am beginning to to think that my time would have been better spent just teaching my clients basic HTML.
I agree totally with ‘Juniper Webcraft’ that we should be incorporating as much of the possible required styling in css, but that is surely going to just leave all of these problems with the interface exactly as they are. I am having even basic paragraph tags removed, which doesn’t leave you with much faith of your styling being picked up anyway!
I have read a few moderator posts saying to stop moaning & just turn off the visual editor, but how crap a solution is that? I can see the potential for WordPress to be a fantastic & accessible solution for clients & people who aren’t interested in being as techie as most of us, but by shutting them out, or worse, scaring them away with what in their eyes looks like an unstable solution for their website, is just bad sense. It’s a huge problem I’m surprised WP are not taking more seriously.
Anyway, I have to go now, to write guidance notes for a client to walk them through basic functions in the visual editor & for how to avoid it all going wrong on them!
PS. The Advanced TinyMCE editor has improved the situation greatly, but not only is is not perfect, but I do not want to have to send out a site that relies on too many plugins for what should be basic functionality.
Any news on solutions in the pipeline in future releases? I have every faith in WordPress that the problem will be repaired beyond reproach & we can all go home for tea & medals & look back and laugh at all this.
Forum: Fixing WordPress
In reply to: “Insert Into Post” Not Working Properly for PDF links on HOME PAGEHey JB,
Having exactly the same problem, shame no-one else is interested! I am a WordPress newbie, so can’t really offer any advice, only more input & some sympathy!
I’m running 2.6.3
I’m using a different page template for the home page, but I don’t know if that is affecting it? Are you doing the same?
I am also using permalinks, but the default: /%year%/%monthnum%/%day%/%postname%/
I have NO plugins as it is just a rebuild of a very simple 6 page site that I moved to a new server (for some reason it wouldn’t import the xml file from the other site. as it is so basic I just pasted across the page content). This didn’t happen on the other version. What gives?!
Did you ever get this sorted? I am about to hand this over as a basic CMS install for a client & am reluctant to have to give them troublesome workarounds to use.
Cheerio for now!
Mat
Forum: Plugins
In reply to: pb-embedFlash: Adding attributes in the media managerAs you mention WordPress’s upload feature, I think I may have a glitch in my 2.6 version. The only way for me to upload files to my media library is from the formatting bar when I create a post. Some people seem to refer to an upload feature when they are actually in their media library? (manage>media library>manage media)
This seems the best place to have it, as I can upload files in the media library and add any attributes, then they will be available when I come to insert the media into my post. As it is, I have to create a post, upload my media from the formatting bar, exit from my post into my media library, edit the media, then go back creating a post. Too many steps!
This nothing to do with pb-embedFlash I know, but do you think I am missing a function from my media library page?