Wazomba
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Single files in a table templateDon’t visualize your problem but I suggest you first create a table in your post or page, then add the desired files each in a row. Use the editor buttons for.
You’ll maybe need to design your own table template…Forum: Plugins
In reply to: [Plugin: Videogall] Customize thumbs and player sizeAs I can remenber, you need to edit the mentionned files and search for the words/terms you need to change. Sorry but I just remember that there are a couple of values to change (something like <option value=”960|720″>).
For the thumbnails, in the files, you should change the same option values : like <option value=”200|150″>.
Forum: Plugins
In reply to: WP-Cumulus : How to remove the links in tags ?Yeeeaaaaahh !
I found the solution here (thanks to SDF’blog!):
http://www.softwarediscountvoucher.com/blog/2009/07/08/how-to-remove-the-links-from-tags-in-wordpress/Forum: Plugins
In reply to: [Meteor Slides] Empty slide at the end of diaporamaGot it solved by disabling this plugin : FLV Gallery
Hope this could help somebody else.Good workaround. But really, it’s surprising the developper did not implemented a file renaming function…
Erratum : the above will change the image ID I’m quite sure. I’m giving a test right now.
It’s still impossible to rename the file from the nextgen admin panel.
There a workaround explained here :
http://wordpress.org/support/topic/plugin-nextgen-gallery-rename-files?replies=3
In short you must :
1- rename the files on your PC
2- by FTP, delete old files in the gallery folder
3- upload the new renamed files
4- from nextgen admin, rescan the folder for newer filesForum: Plugins
In reply to: Adding a Horizontal ScrollbarCheck the author’s wiki for theme customization :
http://wpfolio.visitsteve.com/wiki/instructionsI’ve downloaded the theme and it needs some coding basic knowlegde to customize.
Hope this will help.No problem guy ! I can confirm that none my browsers shows any error message (IE, Firefox, Opera, Chrome).
But the W3C validation service reports the metionned 13 errors about alt attributes :
“No character encoding information was found within the document, either in an HTML meta element or an XML declaration…”I’m not an expert in coding but here is what I can think :
It seems that the mix of greek language and english causes some minors problems. You should check your headers and make sure you’ve inserted the correct caracter encoding for your language.
Your theme is originally in english, and it may conflict with your language, especially with netxgen.
Review your translations or if you have a .po file, edit it with poedit and make the translations.My feeling is that nextgen can not translate correctly the texts inserted in the alt attribute of image. Also check if somewhere, the ending “/>” is not missing at the end of an “<img src…” tag. (in nextgen or theme files).
But except for pure W3C validation, these alerts could be ignored as they do not impact your site quality or functionalities.
By the way, nice photos in fact ! 😉
Forum: Plugins
In reply to: User Role based protection for Pages and Postscheck this plugin on wordpress: user-access-manager
Forum: Plugins
In reply to: User Role based protection for Pages and Postsmaybe…with courtesy.
first, no error displayin in my browser.
Secondly, w3c validation service says :
“Congratulations
The document located at <http://panserraiki.eserres.gr/> was successfully checked as XHTML 1.0 Transitional. This means that the resource in question identified itself as “XHTML 1.0 Transitional” and that we successfully performed a formal validation using an SGML, HTML5 and/or XML Parser(s) (depending on the markup language used). “So what’s wrong ?
Forum: Plugins
In reply to: [Plugin: Videogall] Customize thumbs and player sizeGot it !! I made changes in the following files :
– VideoGallOptionForm.php
– VideoGall.php
– css/videogall-style.cssMaybe it could help somebody else.
Forum: Plugins
In reply to: Adding a Horizontal ScrollbarYou know your site well, but we do not. What is your site config ? (theme, plugin, version ?). Impossible to help w/ these infos.
Will you provide a link to your page, pls ?