losiak
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ascend] remove underline from link@photocrati – I’ve used Virtue (free) theme. OK, today, (a few days later) I’ve checked on another server and adding gallery gone fine. So, i came back to first server, uninstalled v.2.1.49 and installed v.2.1.79 (not upgrade) once again.This time adding gallery works fine. Was it server bad day? ??
@photocrati Thanks for watching this topic ??
But…Is there any chance to back it (this previous code) to work? Or another way (another statement) to change only background?
Jac
I’ll post under this topic. There is the same situation. Until version 2.1.49 i was using a code
.ngg-gallery-thumbnail img:hover{background-color:#F76A0C}
to change the color of the image backgroud.
In newer versions this code isn’t working. With!important
neither.I tried this code:
.ngg-gallery-thumbnail img:hover {border: solid #F76A0C !important;}
and it works but effect is similar but not the same.The difference between “working” and “not working” is a version of NextGEN Gallery only. Nggallery.css is applied in both cases.
Forum: Themes and Templates
In reply to: [Virtue] Logo alt tab – changeOK,
alt="<?php bloginfo('name');?>"
the alt by default is going to pull from the site title
and when you change the site title the alt is changing, too.
My version –alt=”SiteB”
– its statically defined. No matter what is site title the alt is always “SiteB”.When you put the picture in media library you can assign properties to it. One of them is alt text. So i would like to: choose this picture to be a logo and the alt (of the logo) is pull from picture alt defined early in media library.
Forum: Themes and Templates
In reply to: [Virtue] Logo alt tab – changeHi,
Thank you. It helps and it works like a charm ??
I defined this tag in header.php statically (alt=”SiteB”).I wonder whether you can set it dynamically (identically as inserting the identity of the site). So tag in header.php is identical to the image tag defined in the media library.
Jac
Forum: Themes and Templates
In reply to: [Virtue] Logo alt tab – changeNo, it isn’t . I know how to change site identity ??
For example – my site identity is “SiteA” – then logo picture alternative description (alt tag is “SiteA” too.
If i change site identity to “SiteB” – alt tag changes to “SiteB”. But i want something like this: site identity set to “SiteA” and alt tag next to logo set to “SiteB”
This div:<div id="thelogo"> <img src="https://..../logo.png" alt="SiteA" class="kad-standard-logo" /> </div>
Forum: Themes and Templates
In reply to: [Virtue] Logo alt tab – changeSorry – of course alt tag ??
Once again – picture (in media library) which is logo has correct alt tag – like i want – but Virtue overrides it with the name of the site.
How can I change it.