007me
Forum Replies Created
-
You can see many discussions about it here:
http://tinyurl.com/mpd47fzUdi
Ok, thanks a lot!
I do not use Gallery Share plugin.
I’m using the Simple Lightbox plugin.
I’ve also tried other lightbox plugins but non of them worked till I turned off the Photon.Do you mean the Tiled Galleries built-in in JetPack?
It’s not activated on my site.
Same for the Carousel, not activated.Check for example here:
http://ramon253.udiburg.com/%D7%90%D7%A4%D7%A8%D7%99%D7%9C-2010-%D7%A2%D7%9E%D7%95%D7%93-3/The Photon is now enabled.
If I’ll turn it off the lightbox will work.Thanks.
Hi Richard,
Thanks, I’ve added a comment and added myself to the CC list.
I believe this should be with high priority as giving up on the Photon option makes the load of any WP site to be slower.Udi
Forum: Plugins
In reply to: [upPrev] upPrev stopped working on FF22Found the problem with Jetpack by wordpress.com
After turning off and on upPrev returned to work.
Hi Richard,
5 months passed.
Any solution so the Photon will work together with lightbox?Forum: Plugins
In reply to: [upPrev] upPrev stopped working on FF22Well, actually I see now that it stopped working for me at all.
See here for example:
http://tinyurl.com/lnyc6kl
What should I look for?Forum: Plugins
In reply to: [WP-Polls] Display Poll Archive Link Below Poll option doesn't workSorry, my mistake!
I didn’t notice for this option in the widget 🙂
Thanks.Forum: Plugins
In reply to: [upPrev] Updated Hebrew translationGreat! Thanks.
Forum: Plugins
In reply to: [WP Post Stats] The plugin appears twice in the plugin listHi,
Any answer on that please?
Forum: Plugins
In reply to: [upPrev] Can't change font size and style and costumize close buttonThanks a lot!!!
What a stupid mistake I did 🙂
Appreciate you great help again!Forum: Plugins
In reply to: [upPrev] Can't change font size and style and costumize close buttonBTW, appreciate your great help!!!
Forum: Plugins
In reply to: [upPrev] Can't change font size and style and costumize close buttonNeither work.
Here’s the code again, what can cause it not to show the icon???
As you can see the icon exist in that link location./* header */
div#upprev_box h5 a {
color:#800000;
font-family:david;
font-size:2em;
}
/* header link: mouse over */
div#upprev_box h5 a:hover
{
color: purple;
}
/* header link: visited */
div#upprev_box h5 a:visited
{
color: #1589FF;
}
/* container for title, thumbnail and excerpt */
div#upprev_box .upprev_excerpt
{
font-size: 14px;
color: #34282C;
font-weight: bold;
font-family: tahoma;
}
/* excerpt */
div#upprev_box .upprev_excerpt p
{
line-height: 2em;
}
/* previous post link */
div#upprev_box .upprev_excerpt p a
{
text-transform: uppercase;
}
/* previous post link: mouse over */
div#upprev_box .upprev_excerpt p a:hover
{
text-decoration: underline;
}
/* previous post link: visited */
div#upprev_box .upprev_excerpt p a:visited
{
color: gray;
}
/* thumbnail image */
div#upprev_box .upprev_thumb
{
padding: 1px;
border: 2px dotted red;
}
/* close button */
#upprev_close
{
opacity: .7;
image-background: url(http://blog.udiburg.com/wp-content/uploads/2013/06/close-button.gif);
}div#upprev_box{ border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border: 1px solid #666666; background-color:#E5E4E2 !important;}
div#upprev_box h6
{
font-size:16px;
color:#000080 !important;
font-family:tahoma;
}