-
AuthorPosts
-
January 27, 2014 at 10:53 am #215274
Hello!
I have a question: there is one Child Theme of enfold already done? where can i dowload it or How i do it?
The other question is: i create this page:http://lnx.hindu-temple.net/struttura-del-tempio
if you click on yellow points one image will open in other window. i would like that this image will open like this:http://lnx.hindu-temple.net/portfolio/architettura-del-tempio.
Is there is a code that can do this?
Thank you very much and sorry for my english ;)!January 28, 2014 at 5:48 am #215637Hi,
1. Yes: http://www.mediafire.com/?05ho02ecut516hu
2. Add this at the end of js/avia.js:
jQuery(function() { jQuery("area[rel^='prettyPhoto']").prettyPhoto(); });
Regards,
JosueJanuary 28, 2014 at 10:45 am #215721Sorry but don’t work…amain where i put the code don’t work.
this is my code:
<map name=”Map” id=”Map”>
<area shape=”circle” coords=”800,478,10″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-entrata-g.jpg” rel=”lightbox” title=”” alt=”Garbhagriha”;/>
<area shape=”circle” coords=”227,426,11″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-navagraha1.jpg” rel=”lightbox” title=”” alt=”Navagraha” />
<area shape=”circle” coords=”328,545,11″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-piantina-shankara.jpg” rel=”lightbox” title=”” alt=”Sri Adi Shankara” />
<area shape=”circle” coords=”228,541,10″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-devi1.jpg” rel=”lightbox” title=”” alt=”Devi” />
<area shape=”circle” coords=”330,403,11″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-piantina-lingam.jpg” rel=”lightbox” title=”” alt=”Shivalingam” />
<area shape=”circle” coords=”746,549,10″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-nittya.jpg” rel=”lightbox” title=”” alt=”Nittya” />
<area shape=”circle” coords=”747,402,11″ href=”http://lnx.hindu-temple.net/wp-content/uploads/2014/01/h-nittya-sx.jpg” rel=”lightbox” title=”” alt=”Nittya” />
</map>Where have i put your code?
January 28, 2014 at 3:26 pm #215802Hey!
Add the usemap=”#mapname” attribute on the image then use the same map name on the map tag.
<img usemap="#mapname" src="http://lnx.hindu-temple.net/wp-content/uploads/2014/01/piantina-tempio2.png" alt="piantina tempio sri lalita tripura sundari" width="942" height="603" border="0">
The map tag should look like this:
<map name="mapname" id="map">
Cheers!
IsmaelJanuary 28, 2014 at 5:53 pm #215922hello!
Sorry but i would like to open the image of every yellow point in a window in the same page.i would like that this image will open like the first image in that page: http://lnx.hindu-temple.net/portfolio/architettura-del-tempio.
Who can i?
Josue give me a code but don’t work.January 28, 2014 at 7:27 pm #215995Hey!
Put the code here: http://lnx.hindu-temple.net/wp-content/themes/enfold/js/avia.js?ver=1
At the very end.
Cheers!
Josue -
AuthorPosts
- The topic ‘Child Theme and one other thinks’ is closed to new replies.