keanechan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Questions about URLThank you for your quick reply.
I have now able to sort this after a quick chat with my hosting company.
cPanel/Domains/Addon Domains/
Just ensure the domain is not parked or redirected ( under same submenu in Domains )
Cheers
KeaneForum: Plugins
In reply to: [ZenfolioPress] ZenfolioPress Simbox issueForgot to add my link.
http://www.keanechan.comForum: Plugins
In reply to: [ZenfolioPress] ZenfolioPress Simbox issueAwesome, Thank you David.
I have updated the plugin and the site gallery ( pulled from zenfolio) is lightboxing nicely.
I have noticed on my phone (iphone) the pull takes me to my zenfolio URL rather than lightboxing.
Really happy you’ve updated the plugin.
Thank you.
KeaneForum: Themes and Templates
In reply to: [Pinboard] Lightbox not loading correctlySorry the ZenfolioPress is the name of the plugin
Forum: Themes and Templates
In reply to: [Pinboard] Lightbox not loading correctlyFurther investigation
The gallery is tied through ZenPress (pulls images from Zenfolio galleries)
Which inturns uses Slimbox 2. (Pinboard has it’s own gallery but i needed to use something to pull from zenfolio)
I found the CSS which i added:
#lbOverlay {
position: fixed;
z-index: 0000;
left: 0;
top: 0;
opacity: 00% (- not no close tag “;” )
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}Seems to turn off the background , if i added the close tag it would keep the overlay. It’s a work around but would be neat to have the background overlay again.
Would it be wise to do a Slimbox2 install ? Would Zenpress plugin talk to that install?
Cheers
Forum: Everything else WordPress
In reply to: looking for help on : Image rotationThat’s quick…. Thanks for responding so fast.
I think I am almost there, I will need to try some trials.
( likely be following webkit…)from my understanding :active would do the single rotate…
Example
a:active
(
-webkit-transform:rotate(120deg);
)depending on which one was clicked, if this was tired to an image.
but it was tired to the container div…. then the order will be
From
A
B
Cto (180 spun)
C
B
Awould i be able to spin and having it centered on itself so it’s
(0 or 180 spun)
A
B
CForum: Everything else WordPress
In reply to: looking for help on : Image rotationThanks.
is there a selector for the CSS where it activates onClick?
I understand you can spec the image rotation, but all the images to spin when the user clicks on the image?Cos the images are viewable at 0 degrees and 180 degrees.