BimmerDob
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] After 4.1.x update PDF images now generic iconsDan,
The latest release (4.1.9) fixed the problem.
Cheers,
KevinForum: Plugins
In reply to: [Document Gallery] After 4.1.x update PDF images now generic iconsDan,
Thanks for the quick response, much appreciated.
The 4.1.4 change “update” didn’t seem to have any effect, PDFs still generic icons. I do have the IMagick checkbox set in the Settings for DG, so I suspect that is what the plug-in was/is relying on for the icon generation. I see the Java Code error in the Browser Console, it is in the core home page code, not my handy work, so I’ll need to dig into that too.
Happy Holidays to you and thanks for supporting the community.
Cheers,
KevinForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] List View – White spaceNick,
Thanks for the replies. I have not resolved it yet.
Your references I assume are to the HTML source code (line numbers) of the page I linked to. I guess this is where I am struggling. I am building this thru WordPress as my CMS/WYISWIG editor, which in turn is creating the HTML code you reference.
So I am stumped as to how to fix this in WordPress editor to affect those changes you mention.
Here is the WordPress GCAL code I am using:
<table id=”DOS_Events”>
<tbody>
<tr>
<th width=”20%”>[start-custom format=”D M j”]</th>
<th width=”20%”>[if-not-all-day][start-time][/if-not-all-day]</th>
<th width=”60%”>[event-title]</th>
</tr>
<tr>
<td colspan=”3″>[location]</td>
</tr>
</tbody>
</table>How that makes it to HTML is the magic. I understand that I can “overwrite” certain behaviors of the GCal HTML code generation from WordPress using GCal shortcodes, but I am at a loss as to how to roll my own HTML to superseded all the WordPress autogen “features” via the GCAL edit window in WP.
I suspect my problem is I do not know enough to ask the proper question in the proper terminology.
Cheers,
Kevin