acechec
Forum Replies Created
-
It was showing up last night and now it is no longer displaying, has there been an update to the theme? Even so wouldn’t the child them prevent this from affecting it?
When I do this it does not show up in the live website but I can see it when making changes to the website in the customization section of the wordpress dash board.
I have tried to initiate an action hook:
add_action(‘’wp_head,’additional_image’);
additional_image(){
echo’<div id=“additionalImage”></div>’;};
could someone tell me if I am on the right track or did I miss the mark?
I apologize I did not receive a response for almost a day I thought my old thread was closed I set up the child theme already.
Does anyone know how I could alter the code or find maybe some documentation on this?
Is there some documentation on how I would set up once of these functions?
As in placing it within the functions.php of the child theme correct? sorry I am not very experienced with wordpress
Once I create the child theme I can inject the html and css?
Forum: Fixing WordPress
In reply to: WordPress site not showing images on safariI went ahead an removed the certificate from the domain, but the images are still not displaying, would this have been the root of the issue?