watermark81
Forum Replies Created
-
Hi guys,
Any movement on the thumbnails issue? I’m a big fan of Envira and don’t want to change, but I do need a fix ASAP, or at least some news please. With all the talk of fixes in updates, I want to know people still see that there’s a problem here and are looking for a fix.
Cheers
DavidHi. I’m also an Envira Lite user and so cannot submit a ticket. My issue is that my Lightbox thumbnails are set to crop to a fixed size (200 x 200). This still works in the default language, but in the alternative language the cropping doesn’t happen.
This specific issue is mentioned in other threads (https://ww.wp.xz.cn/support/topic/qtranslate-x-conflict/ and https://ww.wp.xz.cn/support/topic/conflict-with-envira-gallery-1/) and is claimed to be fixed, but still occurs – don’t know if it’s specific to my site.
Both plugins are fully updated. The site is holidaysinlagrasse.com
I’ve tried the Column setting in ‘Automatic’ as suggested by dby3000, but it distorts the images.
Any help would be much appreciated, especially as the issue is thought to be fixed. One thread suggests a solution here :
http://qtranslate-x.com/support/index.php?topic=458
but the support site is down.Many thanks
David
Forum: Themes and Templates
In reply to: [Hemingway] sticky.js suddenly stopped workingProblem found from theme loading from the wrong js folder (that of theme rather than child theme). Apologies for the goof 🙂
Forum: Themes and Templates
In reply to: [Hemingway] Change the header image per pageHi Anders and everyone,
I’m working on a child theme of the original Hemingway theme, and trying to achieve the different header images on different pages (discussed above) by using if/elseif clauses in the background call of header.php. The php conditions are working, but I can’t get the alternative image URL to load – it just comes back black on the Contacts page. This is what I’ve done:
<div class=”header section” style=”background-image: url(<?php if
(is_page(‘Contact & Find Us’)) : (‘http://watermark81.co.uk/wp-content/uploads/2015/01/cropped-aboutlagback.jpg’);
elseif (get_header_image() != ”) : header_image();
else : echo get_template_directory_uri() . ‘/images/header.jpg’;
endif; ?>);”>I’m probably making a daft mistake (pretty new to this), but I can’t see it – any ideas?
This feature is key, so if you had other ideas about this function, I’m happy to do the leg work if you can point me in the right general direction.
Thanks – great theme!