giancarlo.francesconi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Bigger featured imagesI solved.
Add custom size image in function.php then change content-featured.php with new image size.Forum: Themes and Templates
In reply to: [Hueman] Error on IE8I think i found problem (and solution i hope).
The problem is selectivizr.js. In fact, when using a font-face CSS definition, selectivizr has a bug that returns blank page (even if content is loaded) on ie8.
Try look at this:
https://github.com/keithclark/selectivizr/issues/30
I tryed to move the @font-face declarations in header.php, but no success.
For me workaround is to comment @font-face declarations in style.css, but unfortunately i only see Arial font (lesser evil for me).
Please tell me what you think about it.thxForum: Themes and Templates
In reply to: [Hueman] Error on IE8I think problem is here, but I don’t know how to solve.
I tried to remove this part in functions.php (IE js header):
add_action( ‘wp_head’, ‘alx_ie_js_header’ );Now, in IE, pages load but style is load no correctly (background, sidebar posizion and size…)
Forum: Themes and Templates
In reply to: [Hueman] Error with titillium fonts filesNo success:
“NetworkError: 404 Not Found – https://xxx.xxx.xxx.xxx/wordpress2/wp-content/themes/hueman/fonts/fontawesome-webfont.woff?v=4.0.3”Forum: Themes and Templates
In reply to: [Hueman] Menu not displayed when I click on categoriesI fixed it disabling some plugins. Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Menu not displayed when I click on categoriesHello? Can anybody help me?
please look at https://212.103.209.102/wordpress2/?cat=19
this is link from menu and when i click it and open category page, menu disappear!
ThanksForum: Themes and Templates
In reply to: [Hueman] How to warn user not using IE8@alexander. I tried https://demo.alxmedia.se/hueman/ but still view blank page.
I reset IE but display anything.Forum: Themes and Templates
In reply to: [Hueman] How to warn user not using IE8Hello. In IE8, pages load but are totally blank. HTML code is present, but does not appear.