Tim Griffin
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] February showing "No Results Found" unless refreshSame issue here: https://understandingmymedicare.com/events/
And here: https://sewtropolis.com/calendar/month/
A simple fix perhaps? I’ll look forward to seeing this issue resolved soon!
Thanks team
Forum: Plugins
In reply to: [WP Document Revisions] File name changes on upload & 404 errorI too am getting 404 errors on documents even after repeatedly updating permalinks, clearing cache and setting status to public/final on PDF documents.
It does not appear to make a difference whether I am logged in or not.
404 error not found on all uploaded documents.
(See for example: https://writeaim.com/client/seattle-lunch-times/
Forum: Plugins
In reply to: [KIA Subtitle] Remove Subtitle from Custom Post TypeI totally understand and am grateful for your efforts!
Forum: Plugins
In reply to: [KIA Subtitle] Remove Subtitle from Custom Post TypeOk, just saw this and thought it worth the suggestion:
Admin screen options. In editor under the Screen Options dropdown, the Subtitle is not an option to turn on or off.Seems that this little option would be the icing on the cake ??
Forum: Plugins
In reply to: [KIA Subtitle] Remove Subtitle from Custom Post TypeThat’s awesome. Just updated and full functionality with options to turn off anywhere that is not a post or page (default excludes option list doesn’t include page or posts?).
For me this is just perfect.
Question regarding “added a filter so you can modify the filters being displayed in the admin”
That sentence didn’t make sense to me?? Did I miss something?
Does that mean I can programmatically add or remove post types from the exclude post type options list?Plugin is now on my favorites list ??
Forum: Plugins
In reply to: [KIA Subtitle] Remove Subtitle from Custom Post TypeOk, tried that but without the effect we’re looking for.
Subtitles checkbox option for Sidebars (https://www.woothemes.com/woosidebars/) and feedback/testimonials (https://www.ads-software.com/extend/plugins/testimonials-by-woothemes/) still not available.
When I make the change to the code on line 31, I do see one extra checkbox option:
“WooFramework Internal Container”. This checkbox will not remain checked on save though…Thanks for looking at this!
Forum: Plugins
In reply to: [KIA Subtitle] Remove Subtitle from Custom Post TypeThat is awesome.
Just installed and tested it out briefly.Pages and Posts have the subtitle.
Custom post types: was mostly able to “turn this off” using the options.Here’s a screenshot of the post types and selections available:
https://cl.ly/image/401u1W3p3E22For some reason, the post type “sidebar” (of Woo Sidebars plugin) and also the “feedback” post type (also by WooThemes plugin) are not recognized in this latest update. The option to select and remove the subtitle input is not available for these.
Nonetheless – it’s a very helpful improvement and helps me eliminate extra inputs ie. media and the portfolio post types!
Thanks for making this a reality ??
Tim
Forum: Plugins
In reply to: [KIA Subtitle] Remove Subtitle from Custom Post TypeThanks for the reply Kathy!
I looked for a way to do this using css to simply hide the input on the appropriate admin page… didn’t find what I was looking for though. A filter or conditional call to selectively add/remove the input from specific post types would be absolutely brilliant!
Here’s a recent application of the media query that works nicely:
@media screen and (max-device-width: 480px) { /* mobile-specific styles go here */ #dcssb-float{ display: none; } }
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom Headersodouglas – you’re quite welcome – glad for your success!
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom HeadersAhh I see where you’re at,
a) inserted custom logo through the WooThemes settings
b) inserted the title and tagline with standard WordPress settings
c) hid the title and description using display:none in the child theme css#logo .site-title, #logo .site-description {display:none}
I’m sure there’s a more elegant way but this is how things lined up with the custom header ??
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom HeadersRon, which theme are you using?
If you are using the Canvas theme like you mentioned, then you’ll need to adjust the position of the image with css.That’s the last part of the outline where I have the float:right.
This allowed me to position logo and image side by side – check it out here:
https://meta.tj/Does that help move things in the right direction?
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] Support for Elegant Themesgrosner55,
What is the scenario where the header doesn’t exist?
In your case do you need to specify a default header and then in the case you have assigned a custom header – this custom version is shown instead?
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom HeadersCool,
Glad the post above helped out.I’m loving this plugin and how easy/elegant it is to use on the website ??
Having some interesting issues with NextGen Gallery reloading a single image for the entire gallery.
See two albums on this site:
https://www.imaginestagers.com/projects/projects/all/hampton-househttps://www.imaginestagers.com/projects/projects/all/the-avenue
Notice that the second album only loads a single image.
I’ve tried disabling plugins, resaving permalinks structures…Any pointers on getting this issue resolved?
Thanks in advance!