-
AuthorPosts
-
February 15, 2022 at 10:11 am #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
February 15, 2022 at 12:25 pm #1340676Hey 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,
RikardFebruary 15, 2022 at 12:39 pm #1340680Hi 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 cssmany greetings rixi
February 15, 2022 at 1:05 pm #1340684Hi,
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,
YigitFebruary 15, 2022 at 1:11 pm #1340685This reply has been marked as private.February 15, 2022 at 2:02 pm #1340705February 15, 2022 at 4:16 pm #1340739This reply has been marked as private.February 15, 2022 at 6:37 pm #1340762Hi,
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,
YigitFebruary 15, 2022 at 8:06 pm #1340781This reply has been marked as private.February 17, 2022 at 3:46 pm #1341180Hi,
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 -
AuthorPosts
- The topic ‘cannot move photos in masonary gallery’ is closed to new replies.
