jstuartj
Forum Replies Created
-
I’m having a similar issue. I have one chart loading using do_shortcode(), which fails on first page load, there are 18+ pages that use the same chart, lazy loading is off in the chart, and I tried flagging it on and off in the do_shortcode call as well. Still all pages fail to load the chart on first load.
My chart is pulling data from a custom post type, dynamically, but I don’t think it’s an issue as no HTML for the chart appears at all.
The only fix I found is reverting to 3.7.1.
Forum: Plugins
In reply to: [Genesis Simple Edits] Fatal error in 2.1.0This bug is effecting Genesis 2.0 sites running older themes that need xHTML theme support enabled. Will there be a update to correct this issue.
Forum: Plugins
In reply to: [Yoast SEO] Yoast is changing my title fontI also experiencing an issue with 1.6.1 and Genesis with Minimum Pro, with theme support for HTML5 enabled on a client’s site.
WordPress SEO is stripping the <h2> from the site-description on the front-page/home and the <h1> site-title and <h2> site-description on single pages.
And I can find any setting to resolve the issue. Version 1.6 under WP 4.0 did not have this issue.
Forum: Plugins
In reply to: [Responsive Video] dropdown menus go behind youtube video, IE onlywmode is not being set by the plugin.
You can fix this by editing line 80 and 99 of video-widget.php to:
line 80: for youtube
<iframe src=\"https://www.youtube.com/embed/%video%?wmode=transparent\" frameborder=\"0\" %fullscreen% style=\"margin-bottom: 10px;\"></iframe>
line 99: for vimeo
<iframe src=\"https://player.vimeo.com/video/%video%?wmode=transparent\" frameborder=\"0\" ></iframe>
I only tested it with youtube, so be warned.
James
Forum: Plugins
In reply to: [Fast Secure Contact Form] Need to break form into 2 columnsI really need this too, this is my first time trying F&SCF, as I was having trouble getting contact Form 7 to play nice with redirection to a PDF download page, after processing / sending data to salesforce.
I would like to see an an Insert HTML option for the extra type, that would just insert a beginning and Ending DIV or better yet an insert RAW HTML as an extra type.