Hello,
First, what a work on this version 6! Impressive.
Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.
Screenshot
Is it possible to replace labels with placeholders to keep the page as short as possible or at least place them above and which class or id to add a margin to clear the warning please?
Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.
Screenshot
I will correct with CSS but it would perhaps be good to harmonize.
Thanks for your attention.
Hey RollandH,
Thank you for the inquiry.
Did you change the login URL? Please include the custom login or admin URL in the private field.
Best regards,
Ismael
Hey Ismael
Not really but as I wrote the website was protected from the server.
I just modified to give you access but you will still need to be connected to the administration to display the frontend
Best regards.
Rolland
Hi,
Thank you for the update.
Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.
We can’t find any posts with the comment section. Please provide a direct link.
Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.
Try to modify the enfold\comments.php file and look for this code around line 180:
$default_heading = 'h3';
$args = array(
'heading' => $default_heading,
'extra_class' => ''
);
Best regards,
Ismael