mtrewick
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Google Fonts] Google fonts are goneHave found these options only available once selecting the font, there should be 2other tabs at the top under appearance and positioning.
Forum: Plugins
In reply to: [Easy Google Fonts] Google fonts are goneNot too clever myself but I followed the instructions from here:
https://wordpress.org/support/topic/how-to-get-a-google-api-key?replies=7
Forum: Plugins
In reply to: [Easy Google Fonts] Google fonts are goneI’ve just created a new project with Google developer and register a new Web Fonts Developer Fonts API and used API in easy Google fonts, once registered back into customise and all fonts now available.
Hope this works for everyone else
Forum: Plugins
In reply to: [Easy Google Fonts] Google fonts are goneIs it possible to use the version before the update
Forum: Plugins
In reply to: [Easy Google Fonts] Google fonts are goneThis has also happened to me, but after deactivating and deleting and re installing, I still only get standard web fonts, no longer have google fonts within customise->Typography
Sorted
header.php updated to move
<?php if ( get_header_image() ) : ?>
“><img src=”<?php header_image(); ?>” class=”header-image” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
<?php endif; ?>to before <nav></nav> area
Thanks for the suggestions and confirming my original thought
Just wary of editing source files, I’ll try that
Is there any other suggestion and keep the responsiveness
Thanks, I just put it on shortly after I posted, think it was because I was using ul li elements rather tan just the ‘a’ tag, thanks anyway.
That how I was wanting it to look, do you know how I can re-position the navigation bar so that its below the header image using css or does the html need to be changed