kaicho
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Year range not workingI still can’t get year range to work. Entering ‘[date first-enquiry date-format:dd/mm/yy year-range:1940-2015]’, for example, still displays 2017.
Whoops! Sorry mate – wrong Maintenance Mode plugin! There’s a different plugin and it locks you out of the admin page which is rather silly. I’ve gone and published the temp fix for it on your plugin support page thinking…. Sorry again…
- This reply was modified 9 years, 4 months ago by kaicho.
It is a nuisance… As a temporary measure change this to read in class-mtm-admin.php and login to admin via uri/wp-admin :
// Compacting Variables
$date_conf = compact(‘mtm_date’);
if ( ! is_admin() ) {
if( !empty($maintenance) && !is_user_logged_in() && $pagenow !== ‘wp-login.php’) {
require_once( MTM_DIR . ‘/templates/maintenance-template.php’ );
die();
}
}Doh! Why didn’t I think of that? And Pyanke?
Come on, you have to give us some credit. the_content() is present in our templates… Well it certainly is in mine.
<div class="page-content"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?>It wouldn’t be much of a WordPress page template without the call…
Unfortunately, there appears to be a rather unfortunate bug in the plug-in for at least some templates.
Forum: Plugins
In reply to: [HMS Testimonials] Read more link behaviourAye, I checked the class and saw the db tables the plugin uses and that standard posts weren’t used..
And it seems odd to click on ‘read more’, the entry singled out but with no more to read. I’m not entirely sure what you meant concerning overriding on an ‘individual basis’ but it sounds far too labourious.
Thanks for replying; the plugin isn’t suitable for me at this time in this current form. But without your effort and every other developers efforts the platform wouldn’t be what it is.
Thanks and all the best.
Forum: Plugins
In reply to: [HMS Testimonials] Read more link behaviourOh, I had a thought about the thumbnail image also. Why not apply get_the_post_thumbnail so that images aren’t squashed? :
https://codex.wordpress.org/Function_Reference/get_the_post_thumbnailStirling work so far. Thank you for making this plugin available.
Forum: Plugins
In reply to: [HMS Testimonials] Read more link behaviourSorry to barge in to somebody elses support request however the solution isn’t ideal, not for me any way. Nearly but not quite!
The main issue is that when I implement this the testimonial in question is isolated however the ‘read more’ is still applied and the message abridged accordingly.
Also, it would be nice if there was a differentiating class applied so that a different style can be applied to the single view.
Forum: Themes and Templates
In reply to: [Spun] Having thumbnails and textAnd what about people who are not using a mouse? How will they access these titles?
I suppose the relevant information would come from the link information and a change would be necessary to the image alt tag and description. This has been overlooked somewhat in the original template. But I have to be honest, my requirements weren’t for a 100% accessible solution. If yours is please feel free to contribute the necessary amendments/supplements to the post.
I meant this as a starting point. In the previous post I spotted there hadn’t been a satisfactory answer and I attempted to supply it. I’ve since amended various aspects to this, for instance to responsive display, but I expect people should take this ‘as’ a starting point, use initiative and adapt to their own requirements. Live and learn.
Forum: Themes and Templates
In reply to: [Spun] Having thumbnails and textI was rather sloppy when it comes to ‘child-themes’. I didn’t bother. *slap my wrist, why don’t you*.
Ok, create the the child-theme folder. Throw a copy of content-home.php and style.css in the child-theme folder. Change the line of php code identified in content-home.php and add the new css code, either with the existing ‘.hentry a’ css (to keep things tidy) or copy it at the end of all the existing code. Go to your site in a browser or refresh and, bobs your uncle, you have a thumbnail and correctly aligned text in conjunction.
You were correct in your assumption. I got thinking about ‘anything special’ and at first couldn’t think of anything in particular. However, then I started to have a proper ponder. These two plugins were the cause:
Admin Bar Removal
One Click Logout Barless
Individually or in part. Separate developments but kind of mutually dependent. My opinion – don’t shout at me if you don’t agree! It’s not very important in the grand scheme of things 😉I’d forgotten they were installed.
Thank you for the hints and most of all the plug ins. Very, very useful.
Thank you. Yes, no errors after network and site install. Quick test. Far from comprehensive! 2 items.. Dashboard working fine. Nothing to do with Admin bar function works. I presume because of multi-site install?
It’s such a little thing but I find that greeting really irritating.
I’m afraid I’m experiencing a similar problem. I’ve not managed to get WP Helpers working at all. Activating it after doing so for Piklist causes a Fatal error:
PHP Fatal error: Call to undefined function is_plugin_active_for_network() in /home/tnlnnduk/public_html/wp-content/plugins/wp-helpers/includes/class-piklist-checker.php on line 39
Tried Network Activation and Site Activation. Both results same. Can’t give access but can supply installed plugins is required by PM. WordPress version: WPMU 3.5.1.
Forum: Plugins
In reply to: [Unattach] [Plugin: Unattach] Feature proposalAgree.
Another useful feature would be ecommerce support – woocommerce, for instance.
Thank you for the plugin – this should be a core feature of WordPress.
Forum: Reviews
In reply to: [DX-Watermark] Simple and worksI’m actually on 3.5 WP. And I forgot to mention there is a filter as to when the watermark is applied according to min-width/min-height settings. So you can ‘turn off’ watermarking completely by abnormally increasing these figures in set up. Governing the application according to media size parameters set within Woocommerce or WP would definitely be an improving feature.
There was a conflict with another widget:
http://wordpress.org/extend/plugins/simple-image-widget/This also caused conflict with other widgets. Removed, rtw now working and apologies for any trouble caused.
Thank you.
Kia