Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Enfold customizations in Child Theme #548667

    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.
    in reply to: Enfold customizations in Child Theme #547109

    I’m sorry again, see private content

    in reply to: Enfold customizations in Child Theme #547103

    Sorry, the code was still there – so the site was broken. I commented the extra code in functions.php and it should work now…

    in reply to: Enfold customizations in Child Theme #547095

    Hi Yigit!
    This is what I would like to add: http://pastebin.com/Q0zc0drq
    Credentials below.

    Sebastian

    in reply to: css styles for (linked) image captions #490242

    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,
    Sebastian

    in reply to: css styles for (linked) image captions #490050

    Hey 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 white

    Also: 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

    in reply to: css styles for (linked) image captions #489429

    in reply to: post slider custom ordering #487360

    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,
    Sebastian

    I was afraid that this is the case… So I will remove the forced slider height and crop my pictures manually…
    Thanks for your help!

Viewing 9 posts - 1 through 9 (of 9 total)