Please how could I remove the magnifying link in pictures inside pages like this one in the link?
http://cl.ly/3G0s1X0H1y0K1B0M3h0m
Thank you very much!
Please how could I remove the magnifying link in pictures inside pages like this one in the link?
http://cl.ly/3G0s1X0H1y0K1B0M3h0m
Thank you very much!
Hey,
in js/avia.js delete following code lines:
//activates the hover effect for image links
if(jQuery.fn.avia_activate_hover_effect)
jQuery('#main, #header').avia_activate_hover_effect();Hi,
Thanks for your quick reply!
Sorry I explained what I wished to remove in a bad way.
I deleted that part of code from the avia.js file but that only removed the magnifying lens icon. What I'd like is to remove everything, I mean the link and the showing of the actual size picture, (this for example http://cl.ly/320m1Q3a0E2z35280n2l )
Thank you very much!
In this case remove you need to remove 3 additional code line:
//activates the prettyphoto lightbox
if(jQuery.fn.avia_activate_lightbox)
jQuery('body').avia_activate_lightbox();
//activates the hover effect for image links
if(jQuery.fn.avia_activate_hover_effect)
jQuery('#main, #header').avia_activate_hover_effect();That was! But the hyperlink under the photo is still present and links to another page with the actual size photo. How can I remove it too?
Thanks a lot!
As far as I know it's the standard wp gallery output and you can't easily removed the links (without hacking core files, etc.). I'll ask Kriesi if he knows a way to do this.
Is it possible otherwise to change the hyperlink to an url instead of the one to the lightbox?
Thank you very much.
Please how can I create a hyperlink on a picture in a page like this in your demo?
http://cl.ly/1X3A2A3G0U463V0t3505
How can I change font in a submenu?
Thank you very much!
Hey,
when inserting/adding a picture to your gallery/to a post/to a page you can select the Link URL, you can chose it to be None, File URL or Link URL, change this to anything you'd like and it shouldn't open up in a lightbox anymore. (Unless you link to the image itself..)
Could you specify what you mean by a "font in a submenu"?
Hi,
Thank you very much for your reply!
Solved! Actually nothing change selecting None as url link of an image uploaded into Gallery Option/Image Gallery: the lightbox and the hyperlink to the actual size picture had not been removed. I solved simply uploading the image from the wp upload menu instead and selecting None this time worked!
For submenu I mean this: http://cl.ly/0T1n302A160m0Q151f0e . I'd like to have the same font for "Collections" and "Spring Wind" and others. Do you think it's possible doing that without changing the font of the rest the text of the site?
Thank you very much!
You must log in to post.