
Resolved Plugins utilizing lightbox / fancybox after framework upgrade not working.
By
flylines101, in DMS & Legacy Products
-
Similar Content
-
By swiftitnz
Hello people, I have been working on this site: http://mostrespectedagents.net/ and added few images for agent profiles manually.
I was looking to use a plugin to get the lightbox functionality for thumbs > bigger images. Therefore, I installed 'Simple Lightbox' but it didn't work. Which is most likely because of clashing with DMS. Is it correct?
Hence, I have used html/css (I have pasted below) and got the result but with a huge issue. If you kindly notice at the bottom of the site, there is a huge white space right below the footer/copyright module.
Any suggestion on how to achieve the desired result without either of the issues?
Any help is appreciated.
Regards,
Imran
HTML:
<a class="thumbnail" href="#thumb"><img src="http://mostrespectedagents.net/wp-content/uploads/2014/09/TW-Optimus-Team-Photo-Tenga-Helen.jpg" width="200px" align="left"><span><img src="http://mostrespectedagents.net/wp-content/uploads/2014/09/TW-Optimus-Team-Photo-Tenga-Helen.jpg" /></span></a><span style="font-size: 150%; font-weight: bold;">Tenga Schieber<br>Team Realty of Atlanta</span><br><br><span style="font-size: 110%; font-weight: bold;"><a href="http://www.teamrealtyofatlanta.com">www.teamrealtyofatlanta.com</a></span> CSS:
.thumbnail{ position: relative; z-index: 0; } .thumbnail:hover{ background-color: transparent; z-index: 5; } .thumbnail span{ /*CSS for enlarged image*/ position: absolute; background-color: black; padding: 1px; left: -700px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none; } .thumbnail span img{ /*CSS for enlarged image*/ border-width: 0; padding: 1px; } .thumbnail:hover span{ /*CSS for enlarged image on hover*/ visibility: visible; top: 0; right: 0; /*position where enlarged image should offset horizontally */ } -
By duncan1
Hi
I am using the DMS free edition to create a website.
I am trying to use secondary lightboxes to display a pop up window of another locally hosted page from an iBox. In the link section, I put in just the link for the page, and in the class section I put "lbp_secondary".
When I then click on the link, a lighbox window pops up, but displays no content. The link is showing when I hove the cursor over it, but for some reason it doesn't display in the lightbox.
It's a pretty basic website with no plugins except for lightbox, limit login attempts and simple shortcodes.
I have installed DMS version 1.1.1 and it's running on Wordpress 3.9.1
I have attached a picture of the offending iBox with the broken link.
I've tried all the suggestions in the FAQ, but no luck. Please help!
Thanks, Duncan.
-
By Gabriel Lerner
I am trying without success to emulate the example in this site: http://www.cleanprogram.com/.
When you click on "Play Video", what is probably a lightbox opens in the center of the screen, without leaving the page, and... well, plays a video.
The idea is to use a component like Masthead (or maybe Hero) and enable the video so that clicking in the Masthead Action Button will trigger the lightbox.
I thought I could use popup plugins like Simple Popup Plugin, using a shortcode. Didn´t work.
I then tried Lightbox Plus Color Box, and after reading about it in a forum, JQuery Colorbox plugin. No success there either.
Then, here - http://support.pagelines.me/docs/miscellaneous/shortcodes/ - I found a PageLines shortcode to insert YouTube and Vimeo videos, but inserting
[pl_video type="vimeo" id="50522981"] in the link destination just opened the video inside the button itself.
I couldn´t find any other reference to this problem in the forums.
Please help.
-
By Mohsin
Hi,
I have the latest DMS. When ever i add coulmn within a section the page refreshes and does not go beyond editor loading page and now its stuck there. I added to another page just to confirm and it did the same there. Please let me know how to resolve this and also ho do we revert back to published template of a page if the editor gets stuck like this.
And also i am unable to load the fancybox plugin in normal manner, i placed it in the plugins folder in child theme and included it in functions.php and added the javascript in the section in same manner as that of iBox. But that too gets stuck on the editor loading page.
Thanks in advance.
-
By mno+
Dear all,
I'd like to use on of the features of DMS to show images in a column (refer to attachment). Naturally choose for a MediaBox. Now, do like to have the opportunity to enlarge the image in a lightbox. I'm quite stuck with it. Anyone open for a suggestion?
Thank you!
Other reference info:
Website URL: http://www.gateway.org.hk/programs/gps/camp-introduction/
Framework Version: DMS Free Version
WordPress Version: 3.7.1
-