nvkc
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] New classes added breaks logicThanks, that makes sense! I’ll need to update with fallbacks for that.
We use a strpos to check the style (ex: fa-solid) and then strip out the icon name to create a path to a self hosted SVG file. It does look like I may be able to switch to Object instead to parse those going forward though.
Before update: https://ibb.co/RHRM31X
After update: https://ibb.co/tCQmkHGForum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Notice: Undefined index: nullThis was resolved with Version: 2.0.9.
Thanks!
Thanks! This is a custom shortcode we had created that is returned with the example HTML given.
Here’s what that looks like.
[fullscreen src="http://mydomain.com/path/to/img.jpg" cite="Photo by: Lorem Ipsum"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.[/fullscreen]This makes it easier on the author so they don’t need to copy in the full HTML.
Thanks for your quick response!
We use Fullscreen Snap-to-Frame a lot. Right now we are using code to transform the div to a figure and making the ImageRule property of fullscreen.
Here’s an example:
<div data-mode="fullscreen"> <img src="http://mydomain.com/path/to/img.jpg" /> <div class="caption extra-large"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt. <div class="citation">Photo by: Lorem Ipsum</div> </div> </div>Which converts to:
<figure data-mode="fullscreen"> <img src="http://mydomain.com/path/to/img.jpg" /> <figcaption class="op-extra-large"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt. <cite>Photo by: Lorem Ipsum</cite> </figcaption> </figure>We also use a CaptionRule to set the caption size to extra large.
Forum: Plugins
In reply to: [Instant Articles for WP] Can’t access advanced settingsForum: Plugins
In reply to: [PDF Thumbnails] HTTP ErrorSame issue here. PDF file size was 5MB. Upload limit is set at 100MB.