tjcafferkey
Forum Replies Created
-
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Google maps not loadingYes, in this case I had just forgotten to put the footer function in the theme so it’s likely some others may have done the same as me.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Map won't PublishTry adding the following in the relevant template files:
header.php (between <head></head> tags);
<?php wp_head(); ?>footer.php:
<?php wp_footer(); ?>Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Google maps not loadingJust found the solution: Make sure you have the following in the relevant template files:
header.php (between your <head></head> tags):
<?php wp_head(); ?>footer.php:
<?php wp_footer(); ?>Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Google maps not loadingI’m having the same issue as this, any solutions?
UPDATE: SEE BELOW.
Forum: Fixing WordPress
In reply to: load.php line 33I read that elsewhere today and tried it, still didn’t work.
Forum: Fixing WordPress
In reply to: load.php line 33Yeah
Dashboard > Tools > Export > All content
Forum: Themes and Templates
In reply to: Seventeen Theme in subdirectory – No imagesJust like to state that it is not working for featured images and thumbnails only, images that are inserted within the posts are fine.
Forum: Fixing WordPress
In reply to: Header problemsNevermind I went in to the themes CSS file and changed the header fonts.
Thanks anyway.
Forum: Themes and Templates
In reply to: Seventeen Theme in subdirectory – No imagesI’ve just uploaded the same theme on to a site which isn’t a sub-site and the same issue has occured, the images are not showing up.
Has anyone come across this issue before?