Forum Replies Created
-
AuthorPosts
-
I wanted to fix this issue, before I do the update… I still updated enfold now. And the problem remains.
Any idea?And now, together with an update of WPML – everything is broken again. I think, I will need some time to find the error and fix it to continue work on this issue….
- This reply was modified 8 years, 11 months ago by Sebastian.
I’m sorry again, see private content
Sorry, the code was still there – so the site was broken. I commented the extra code in functions.php and it should work now…
Hi Yigit!
This is what I would like to add: http://pastebin.com/Q0zc0drq
Credentials below.Sebastian
ok I got it… at least partly…
Still, I wonder why the image overlay appears if I have no caption, but doesn’t show up if there is a caption…
I can life for now with putting a manual href in the caption for links…Cheers,
SebastianHey Andy!
This helped a bit – thank you!
In fact this changes the caption color on direct hover; how can I have this allways?
Now: hover image -> red caption -> hover caption -> white
Better: hover image -> white caption -> hover caption -> still whiteAlso: For the linked images the background of hover still does not show up. I tried
.image-overlay {
background: rgba(0,0,0,0.8);
}
this fixed it for images without caption, but not for the one with caption…I appreciate your help!
Sebastian
Thank you Elliott!
This actually helped a lot :) Maybe this will help somebody else in the future, so I document a little bit:
I added a custom field ‘event_date’ in the format ‘yymmddhhmm’ and then sort as you indicated with “meta_value_num”. This works!
The only open problem was about recurrung events. So I added a piece of code to update this meta field with
update_post_meta( $post_id, 'event_date', $the_next_date );
where $the_next _date is filled with the event specific meta information. This is called every time the post content is retrieved, so I keep sure that also in recurring events this information is always up to date. And it seems to work nicely.
It is of course a bit dirty, but I’m fine with it :)Thank you again!
Cheers,
SebastianAugust 13, 2015 at 10:35 am in reply to: Fullwidth Slider: image scales with width -> how to fill complete area? #487053I was afraid that this is the case… So I will remove the forced slider height and crop my pictures manually…
Thanks for your help! -
AuthorPosts