dpope0824
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Query Media files by item nameThanks a lot, that put me on a really good path. Always good to see a thriving community.
Is there any way in the optional category list to maybe add a class of selected=”selected” or the option=”4″ value to a list item and hide it or use the disabled option?
I would like them to still be able to select additional categories but need them by default to be added to another. Basically all posts added from front end need to be in one category and then the user selects the children categories.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxSo it turns out I had to remove the class=”fancybox-vimeo” and also had to add the https:// to all of my href tags. Thanks. As always you are a huge help.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxWhen I do an insert from URL on any page or post the video is being displayed.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxWe have permissions set on a site by site basis. All of the videos are private unless linked to from certain url’s. The video people are assuring me the videos have permissions to be viewed from the development site I am linking from. I just checked on it myself and they do.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxI am quite good at breaking things. Am also having my video people triple check the vimeo permissions. If you need anything that isnt access to the site I would be glad to give anything.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxI do have auto-detect on but have gotten in the habit of still adding the classes to items as a backup….is that wrong?
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxJust realize I posted what I was messing with, the vimeo video anchor tag does have the class=”fancybox-vimeo” included.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox from a FancyboxThis is on a local development environment that I cannot open to the public. The fancybox is being called as in: when the href=””>some text is clicked it will close the previous fancybox and open a new one but the vimeo video is not loaded into it.
‘<div id=”fancybox-content” style=”border-width: 10px; width: 500px; height: 281px; opacity: 1;”>
<iframe id=”fancybox-frame” name=”fancybox-frame1485524943427″ style=”border:0;margin:0;overflow:auto” src=”https://player.vimeo.com/video/154299754?” allowfullscreen=”” tabindex=”999″>
#document
<html><head></head><body></body></html>
</iframe>
</div>’This is what the secondary fancybox code ends up looking like
Original code not including a href #bioPopup_1
<div id="imgdiv1" class="Fred_Bourland"> <img id="img1" class="people-thumb" src="/wp-content/uploads/2017/01/photo-Fred-Bourland.jpg" /> <div><p>Fred Bourland</p></div> </div> <div style="display:none" class="fancybox-hidden"> <div id="bioPopup_1" class="bioPopup" > <h2>Fred Bourland</h2> <img src="/wp-content/uploads/2017/01/photo-Fred-Bourland.jpg" /> <p><b>Keiser, AR<br/>Inducted: 2015</b> <br/><br/> It has been said that Dr. Fred Bourland likely understands the cotton plant and how it grows better than any other cotton breeder. This understanding has enabled him to develop a number of plant measurements and techniques, many of which are now being used by other cotton breeders as well as cotton scientists in other disciplines. In addition to developing and releasing more than 80 cotton lines (germplasms and cultivars), Bourland has also cultivated interest and excellence among his students at universities in Arkansas and Mississippi. Notable among Bourland’s developments is combining the desirable characteristics of high yield and early maturity with high quality fiber. </p><p class="play-video" > Dr. Bourland discusses his role in the development of new cotton varieties.<a href="https://vimeo.com/154299754"><img src="/wp-content/uploads/2017/01/play.jpg"></img></a> </p> </div> </div>
Thanks a lot, think that may be something more people than me could use.
Forum: Plugins
In reply to: [10WebPostSlider] Ellipses and Unicode<div class="caption-center"><div class="slideshow-caption"><br><h1>{post_title}</h1><br><h2>{post_content}…</h2></div></div>
And yes I have tried it contained in a div, h2, span, and even p tags.Forum: Plugins
In reply to: [10WebPostSlider] Ellipses and UnicodeNo there is no way to give access to the intranet site of the company. I can tell you this is exactly what I am putting inside of the text layer and the unicode is being saved as ….
<div class="caption-center"><div class="slideshow-caption"><br><h1>{post_title}</h1><br><h2>{post_content}</h2></div></div>
Forum: Fixing WordPress
In reply to: Edit page button link shows nonceSorry esmi should have edited this as resolved. It was an option in the WP Front End plugin that was only supposed to change the edit post function.
I was also curious if you knew of any way to incorporate the ajax loading of currently in use tags similar to as it is in the dashboard when adding a new post.