Bluchic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adelle] Is Adele Theme Compatible with PHP7+So far we tested on PHP7.1.
Forum: Themes and Templates
In reply to: [Adelle] Version 14.10?Hi there,
Would be best if the site owner is here so we can check with a few configuration.
Anyway, best to do is:
1- Remove the header image first
2- Update WordPress to the latest version
3- Update the theme
4- Go to Appearance – Header and add header imageWe work on the latest WordPress and has no issue with the header image.
Let me know of anything else.
Forum: Themes and Templates
In reply to: [Adelle] Version 14.10?Please provide me with a site URL that the header is not showing. We have tried it on the localhost, it works just fine though.
Try deactivate all your plugins first, we would like to have a look at a live site with the theme, so we can debug.
Keep me update.
Thanks!
Forum: Themes and Templates
In reply to: [Adelle] Version 14.10?Hi there,
One update we applied is the menu, if you did not create any custom menu, it will show blank on the menu bar.
Kindly be sure you create a menu (Appearance – Menus) first before you update the theme.
Thanks!
Hi there,
Not all theme created with the same structure, we do not use single.php, but you can check into some other theme file such as content.php or content-list.php.
We do not built the microformat, but we have updated our theme. Please update the theme and check again: http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fdemo.bluchic.com%2Fthemes%2Flynette%2Fblog%2F
Note that microformat only for blog, so test the blog page only.
Hope that helps.
Thanks!
Forum: Themes and Templates
In reply to: [Adelle] Adelle theme bug : font is white (so not visible)Please use this code in functions.php
// ================================================================== // Google Webfont Loader // ================================================================== function google_webfont_loader() { ?> <script type="text/javascript"> /* <![CDATA[ */ (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); WebFontConfig = { google: { families: [ 'Lora:400,400italic', 'Muli:400,400italic', 'Montserrat' ] } }; /* ]]> */ </script> <?php } add_action( 'wp_head', 'google_webfont_loader' );There has been some issue with Google Font loading. Kindly paste the above code in functions.php after the
<?symbolForum: Themes and Templates
In reply to: [Theme: Adelle] Can't add a custom header imageHi Fabrunet,
To add custom header, please follow our tutorial here http://www.bluchic.com/how-to-change-header-text-to-a-logo-image-for-adelle-theme