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