nigelt74
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to install or update pluginsJust a question
.maintenance would be a hidden file wouldn’t it
So does filezilla show hidden files by default or is it a setting they would need to alter
Forum: Plugins
In reply to: [Noodle Columns] Not working with 4.0.1Actually I just downloaded manually the 1.1 version of the plugin and it is empty, as in there are no files in it.
According to svn this is now obselete and had been replaced with “Bamboo Columns” which seems to be a slip in replacement as in it supports the same syntax
Forum: Plugins
In reply to: [Noodle Columns] Not working with 4.0.1I have managed to get version one of noodle columns working fine in 4.1, I just copied the entire v1 plugin folder from an older install into my 4.1 plugins folder.
The only issue is that bug that noodle 1.1 fixes, but if you are aware of it it isn’t an issue
So as long as you do this (no gap or newline between the column shortcodes)
[column-half-1]
content bla bla….
[/column-half-1][column-half-2]
content bla bla….
[/column-half-1]instead of this
[column-half-1]
content bla bla….
[/column-half-1]
[column-half-2]
content bla bla….
[/column-half-1]it should work fine and not break
Forum: Plugins
In reply to: [Noodle Columns] Not working with 4.0.1Did you ever get this to work? as I am using 4.1 and getting the same issue/message
Downloading install package from https://downloads.www.ads-software.com/plugin/noodle-columns.1.1.zip…Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin install failed.
Ok i have never used this plugin BUT one thing i have noticed with some old versions of minify scripts on other projects is that depending on how the browser sniffing is set up in the js script of for instance your calculator , minify can break it for Internet explorer, (or all browsers but IE).
One of the ways of testing for IE was to make specific line like thisvar stIsIE = /*@cc_on!@*/false;
To IE this reads as true but to all other browsers it reads as false, However some minify scripts will process this to
var stIsIE = false;
so when IE reads it it is set to false, and the script will probably fail in IE.Have you checked with multiple browsers, eg firefox, Opera, safari and Chrome, and seen if the script works in those, if it does then it is probably something in the browser detection if not, see if you are getting js errors.
Ok the site I did that for didn’t go ahead, I think this is the code, if not let me know and I will see if I can find a backup version of the code somewhere.
Note this was adapted for my project it may not work for you, BUT you must set a featured image for each post
Hi Ljvd
Not sure if you solved it, but this is what i did, spent way to long on it today, you just have to be sure you have set a featured image on each post or page if you want the image to display
This is the contents of my yafpp.php
note that i have change the list to divs, you may want to change that back[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Installing WordPress
In reply to: Tried to do an automatic update1) What error are you getting when you try to access your admin panel
2) Can you view the front end of your siteForum: Fixing WordPress
In reply to: Ability to send newsletter to all subscribersHi Saildude, that is what they used to do, however they ended up having to talk people through using acrobat/or why the pdf wouldn’t open in their browser etc, so a simple newsletter with bolded headings seems fairly idiot proof (I hope)
Anyway we solved this issue, i now have tinymce working in the text box in the “Email Users” Plugin, so that we can send emails with a bit of minor formatting
I solved it using the method detailed on this page
Forum: Plugins
In reply to: TinyMce getting it to work in the plugin "Email users"Hi all solved this issue, i now have tinymce working in the text box in the “Email Users” Plugin.
I solved it using the method detailed on this page
Forum: Fixing WordPress
In reply to: Ability to send newsletter to all subscribersOk I should elaborate, its a small NPO (non profit organisation) and they just want to send out their newsletter to only their members, and they would like to be able to have headings etc, without having to hand code the html everytime they send an email, the “email users” works but there is no wysiwyg editor which is essential for them, as they are not at all computer savvy.
Forum: Fixing WordPress
In reply to: emails coming from [email protected] with sender name WordPressOk Solved, used the mail_from plugin
Forum: Plugins
In reply to: [Plugin: Welcart e-Commerce] how i can put images??Please upload an image to the media library. Also, please change the title of the media on a product cord (item cord).
Can you elaborate as there is no option to upload an image, or assign an image to a product.
The only way i am able to add Images is to upload them as part of the description through the html editor.Forum: Requests and Feedback
In reply to: add version 2.9.2 to to drop down list in forumCheers for that ??
Forum: Fixing WordPress
In reply to: How to set default admin color sceme to blue rather than greyHi Kim09, I do know how to do that, what i am actually meaning, is that when I create a new user their default admin colour scheme is automatically the blue scheme, (they can of course change to the grey scheme if they wish), currently if you create a new user, the default admin scheme is grey.
Thanks