CreationsByRichie
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Caption area image no longer showingWell lets close this. It was my error. It was only newly installed addon to firefox called noscript. Will mark this resolved.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Watermark possible?That worked perrrrfect. Thank you! If you need a banner designed for your 4visions.nl site – just head to my site and let me know. ??
One last question. I see your using this phrase “gform_post_render” On my new site we are using gravity forms and they also use that statement when showing their form. Since i put your code in footer wont that conflict?
Ok thank you again, Richie
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Watermark possible?Thank you, Ok with this code – the values shown are the same without inserting this code – and with the mouse over there is no value shown.
But we are very close – because the code you have a day ago shows the image alt value – and your default code without adding this script shows the description area. So i think its just the var values that are a bit off.
Since i did not need a mouse over i just combined what you gave previous with this code today and came up with this:
<!-- code from: combined without mouse over--> <script type="text/javascript"> jQuery(document).bind('ready gform_post_render',function(){ jQuery('a.fancybox').each(function() { var title = jQuery(this).children('img').attr('title'); var desc = jQuery(this).children('img').attr('longdesc'); jQuery(this).attr('title','<strong>' + title + '</strong><br />' + desc); }); }); </script> <!-- End code easy-fancybox -->
It shows the alt tag correctly but the send value meant to be the description says undefined
Here i wrote the results on the image showing the areas in nextgen back panel
Showing the banner image and the alt/desc areasSo close we are ??
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Watermark possible?Ah i am not sure – but before i put in your code above – it was calling upon the value that was keyed in the ‘longdesc’ area. and by default yours was showing that value.
So when i put in your new JS into the footer – now the image alt tag value shows (good good) and the longdesc value is ignored and not showing. i was hoping to show both values – with a br break – between the two ??
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Watermark possible?pasted code as is and its now showing the alt tag generated from nextgen, very nice!! You Rock. What would i add to this code to also show the description tags from nextgen so it would be the [alt image data]
<br />
then [description data].The default lightbox from nextgen (not so pretty/fancy) shows both the alt tag and the description tag — The use for that is that in the description area we can insert a shortcode like [add-to-cart=102] or some link or even a rating widget? shortcode? (which is something next on my list to find) where the viewer can rate each image and/or add it to their shopping cart.
Fun stuff ??Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Watermark possible?Yes thank you, Watermark issue is ok – i just realize that for those designs that are not branded to client name i just have to watermark them anyway – so its all ok.
Ah the text for the title. Thats a bit odd when i tested another fancybox a few weeks ago and it pulled automatically from the alt text as the text to show on the floating element. So i am not sure… I am drawn to your plugin mainly because it has a bit more fancy ways it pops up for the viewer. I love eye candy always ??
Ok if anyone knows how to show the alt text and or the description from the nextgen gallery. That would rock. Thank you always
Hello,
Is this DB gets too large bug fixed – or will clients need to manually purge the hits data? Does this also occur in the pro version?
Following this thread
Thank you for posting your process – It will help the next person
Thank you, Yes its a big issue for some of us who use one database to many product niche websites – theme based. Its the same Issue with their inline SEO. It shows all skus.
Anyway – if you find the code to use please post it as i will manually post it into the php. Then i can use your random product plugin to show just those categories and not all 900 product skus ?? Thank you!