tonyswash
Forum Replies Created
-
Sorry – realised I asked the same question a while back and you kindly give an answer. I think I must be going senile. This issue is now resolved.
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] [Plugin: oQey Gallery] Double gallery on a MacI tried your suggestion. I am using the Thesis Theme and so the actual way I implemented it is a bit different but I tried loading jquery 1.7.2 and that didn’t solve the problem and so I tried using version 1.8.2 and that hasn’t solved the problem either.
The situation is that I still get two galleries, one blank, in all Mac Browsers.
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] [Plugin: oQey Gallery] Double gallery on a MacSorry that was my fault, I removed the oQey Gallery by accident when editing. I have restored it and I am still getting double galleries (one blank) on all mac browsers. I would really appreciate it if you could have a look and see if there is some solution.
Thank you
Thanks. Great support for a great plugin.
One with both buttons would be great. The important thing is that people can download a full size version of the photo.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Border CSS questionSorry – a basic question.
Where is the .wppa-sphoto CSS located?
I looked in the wppa-style.css file and couldn’t see it.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] How to float images leftAnother way to get the WPPA images to float left is to wrap them in a div style. Here is an example with some additional styling to add a small gap between the photos.
<div style=”float: left; padding-right: 10px;”>%%wppa%% %%mphoto=4685%%%%size=145%%</div>
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] How to float images leftI tried your suggestion and it didn’t work – I think maybe something in my WordPress Theme (which is Thesis 1.85) is stop it from working.
But no matter – the solution I found using the plugin column-matic works very well and I think will allow me to be quite creative with placement of images.
Thanks for your time and effort on this.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] How to float images leftI got the effect I wanted by using this plugin
https://www.ads-software.com/extend/plugins/column-matic/
which allows me to create columns (in this case three) and to also insert some styling into each column to fine tune the photo position (padding, margins etc).
So my post now looks like this (minus the specific CSS styling)
[column class=”column1″]%%wppa%% %%photo=4677%% %%size=180%% [/column]
[column class=”column2″ %%wppa%% %%photo=4682%% %%size=300%% [/column]
[column class=”column3″ ]%%wppa%% %%photo=4685%% %%size=250%% [/column]This puts the three images next to each other in a row.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] How to float images leftThanks for the response but I already tried that and it doesn’t work. The problem is that I want to get each image to ‘float left’ rather than just align left. If the image aligns left then each image sits beneath the previous image snug against the left side. What I want is for each image to float left, that is for image to move up and to the left until it is sitting next to the previous image on the same horizontal position.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] How to float images leftIt’s the most recent post here with the three photos from Kings Cross
I want the photos in a row next to each other. Tried to work out the CSS but just couldn’t see how to get it to work.
Thanks for the prompt update. Your plugin and support is awesome. Good luck.
How strange. I just tried again and once again I could create an album called ‘tests’ but not one called ‘test’s’. Again I got the error message I included in my first post. Do you, or anyone else ,recognise anything in the error message that might help explain what is happening?
By the way thank you bothering to test this on your site – very appreciated.
That’s really great!
Thanks so much.
keep well.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] A slideshow quesionTry changing the memory allocation through a php.ini. On shared hosting you often are only allocated 32 megs by default so the first thing you want to do is change that and increase it to 64 or 128 megs. Your hosting company should able to advise you on how to do that, it’s usually pretty simple. Check the help and support section of your hosting solution.
If your hosting set up is fairly standard and uses a C-panel control system then log in look for the php config control panel. Use it to create a single php.ini for your site (this will be a text file with that name in the root directory).
Download a copy of the php.ini and open it with a text editor.
Find the line that says ‘memory_limit = ‘ (minus the quote marks)
See what the figure after the equal sign is. If it is 32M then change it to 64M
Upload the edited php.ini replacing the original one.
See if that helps.