Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1340659

    Hi,
    i just made a masonary gallery and wanted to move the pictures in the galery. Before the new enfold update it was possible now not anymore. Can you send me a code for that for quick css?
    I have it in another webside that i updated too.

    Thanks for your help :)

    Many greetings rixi

    #1340676

    Hey rixi,

    That is a WordPress problem and will be fixed in the next update. Please try this in your functions.php file until then:

    function ava_custom_css_admin_mod() {
        echo '<style>
          .wp-core-ui .attachments:after {
              visibility: hidden;
              display: block;
              font-size: 0;
              content: " ";
              clear: both;
              height: 0;
          }
        </style>';
      }
      add_action('admin_head', 'ava_custom_css_admin_mod');

    Best regards,
    Rikard

    #1340680

    Hi Ricard,
    is there aspecial area where i can put it? I am not so sure with the functions.php, make just changings in the quick css

    many greetings rixi

    #1340684

    Hi,

    You can add it to the bottom of the file. If you would like us to add it for you, please create temporary admin logins and post them here privately :)

    Best regards,
    Yigit

    #1340685
    This reply has been marked as private.
    #1340705
    This reply has been marked as private.
    #1340739
    This reply has been marked as private.
    #1340762

    Hi,

    I have added the code to the bottom of Functions.php file and it helped with gallery sorting issue.

    Could you please point out the Color Section element you would like to edit on your homepage? :)

    Best regards,
    Yigit

    #1340781
    This reply has been marked as private.
    #1341180

    Hi,

    Thanks for that. I could see the issue. I noticed that you have already started a thread regarding this issue so I will close this one and reply in your other thread – https://kriesi.at/support/topic/coloursection-colour-is-not-shown/ :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘cannot move photos in masonary gallery’ is closed to new replies.