klmathome
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] No New Events – only feedsAfraid of that.
Guess I’m still looking for a plugin that will create a google calendar event.
Thnaks,
KyleForum: Fixing WordPress
In reply to: WordPress Event Save to Google Calendar?Gravity Forms has an additional plugin called Connect to Google Calendar
I’d happily pay $15 for this functionality….but….I’m not buying the Gravity Forms plugin plus this additional plugin when their homepage notes that it doesn’t work with the current version of wordpress.
IFTTT and Zapier promise scripts that can do this in theory, but I’d prefer to keep my chaos to wordpress and google.
Any other leads/ideas on how to directly create a google calendar event in wordpress? I’m afraid the google developer link above is WAY over my head.
Thx.Forum: Themes and Templates
In reply to: [Customizr] show all post types in tag archivePlease ignore above – will take the issue over to the Customizr Pro Forum.
Thanks.
had to hack the plugin
copied all “private” areas and renamed private to my custom post type – “member”
changed post_status to post_typeworks great!
OK. Acub’s code above worked great.
I have a wrapper around my custom field info and it makes a nice list.Now, how do I call these custom fields individually, so I can –
1. use one custom field as a hyperlink for another custom field
2. assign and adjacent image to one custom field – like a facebook icon.
3. remove the : and group several custom fields together to make and addressIn the standard wordpress situation I would just get_post_meta for each custom field and wrap it with a div.
Any help would be appreciated.
Thanks,
KyleForum: Plugins
In reply to: [Max Mega Menu] MegaMenu in Sidebar/WidgetThat worked very well. Thanks you.
Unfortunately, I still had to figure out how to register a new menu in my theme because the theme only had one “menu location”. And I didn’t want the same menu in two locations.
It would be nice if your plugin allowed users to an multiple menu locations for use around the site.Thanks for all your help. Now for styling!
KyleForum: Reviews
In reply to: [Simple Fullscreen Responsive Slider] didn't workUnfortunately, after trying for a while with your plugin I moved on to another. And it’s been a few days.
I remember adding
[simple-slider]
to my homepage and after going through all the settings and adding slides, i still saw simple-slider in brackets. So yes, it would not display a slideshow or even remove simple slider. I was using the base Hybrid theme.If I’d known I would get a response, I might have waited before moving on. Your timely reply is appreciated.
I was afraid of that.
Security is what matters here.Will recommend license to client.
Thanks,
KyleForum: Plugins
In reply to: [Easy Digital Downloads HSS Extension for Streaming Video] Video over TitleYou were correct! WordPress SEO plugin reconfigured the page.
I deactivated it and the video drops in below the description.Thanks for the quick response, because of this, I’ll recommend your product to my client.
Thx,
KLMForum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6I’ve tried all other options to get my featured images to attach to the post – so far this is the only one that works.
Forum: Plugins
In reply to: [Responsive Slider] Can't Set Slide ImageAny ideas if this doesn’t work?
added
add_theme_support( ‘post-thumbnails’, array( ‘post’,’slides’,’page’ ) );
to functions.phpstill can’t get a featured image to “stick”
Same here. Breaks standard gallery function.
Forum: Themes and Templates
In reply to: widgetizing a hemingway themeThere are actually quite a few out there now:
https://notes.xiaoka.com/hemingway/
https://www.nalinmakar.com/hemingwayex/
https://crankynu.wordpress.com/2008/04/12/cranky-hemingway-a-wordpress-template/
https://www.cognitivecombine.com/?p=28
https://themeshaper.com/theseus-a-wordpress-theme-for-conquering-a-maze-of-content/I hacked hemingwayex for my site, https://kylelmartin.com/, because it had the cool slide-down bars, but I’ve since learned that the feature breaks javascript gallery type plugins.
Good Luck.
Forum: Plugins
In reply to: [Plugin: More Fields] Fields Won’t Hold Value After SaveAuthor reported this issue as a bug:
https://labs.dagensskiva.com/plugins/more-fields/#comment-1559
to be resolved in upcoming release.Forum: Fixing WordPress
In reply to: Plugin and Custom FieldsI did something similar using Post Thumbs Revisited. It will make any size thumbnail of your first image, and then you use their
<?php the_thumb(); ?>
tag in your archive/category/search template.
Worked for me. https://www.kylelmartin.com