Hi there,
Author additional information box is unchekced in Post Elements section. The reason is, that it also displays author box inside every post. Which is something that I do not want.
That is why I was trying to alter the author.php page but the changes did not take effect which I found it odd.
Upon uploading again the modified author.php page inside child theme, the changes are there.
Sorry for any inconvenience and thank you for your time.
Regards
Hi,
Thank you for your swift reply! I was under the impression that such matters were handled by the theme options. That did the trick!
Regards,
Alexander
Hello
the css is specific. If it wasn’t, it wouldn’t work even in the custom css tab in the theme options. Right?
Thank you for your time.
Regards,
Alexander
Thank you.
Hello
ok.
Than you for your time.
Regards,
Alexander
Hello
I am facing the issue with Chrome.
Thank you for your time.
Regards,
Alexander
Solution for this topic
Hello
thank you for the clarification. My bad on this one.
Although, it also removes the gillion_loadmore_posts which breaks some parts. Copying it inside header.php after the wp_head part seems to do the trick. But is it a safe solution?
Thank you for your time.
Regards,
Alexander
Hello
I installed firefox in the tablet and it displays correctly. Both my site and your demo seem to have the issue.
Every online simulators I have checked, seem to display it right.
Solution for this topic
Hello
I am placing the function below in my functions.php file of the child theme, but the file still loads. What might be the problem?
function dequeue_parent_scripts() {
wp_dequeue_script( ‘scripts’ );
wp_deregister_script( ‘scripts’ );
}
add_action( ‘wp_enqueue_scripts’, ‘dequeue_parent_scripts’, 100 );
Thank you for your time.
Regards,
Alexander