Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Mohammmad
Thanks for your tips
Unofrtunately it doesnt work.
I ve created a child theme in my test website (same as the production one)
When I create a functions.php file with
<?php
function sf_enqueue_styles_new(){
wp_deregister_style(‘fontawesome’);
wp_dequeue_style( ‘fontawesome’ )
wp_register_style(‘fontawesomeNew’, ‘//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css’, array(), NULL, ‘all’);
wp_enqueue_style(‘fontawesomeNew’);
}
add_action(‘wp_enqueue_scripts’, ‘sf_enqueue_styles_new’, 111);?>
it just returns me a blank page
So i guess there is something not correct
Regards
Fabio
Dear Rui
This morning I ve contacted the support of my cdn and my host.
We have tried different things
rewriting .htaccess, modifying css as in https://wordpress.org/support/topic/some-icons-do-not-display-in-chrome, deleting cache, purging cdn, etc. but with no success
they have als checked all my settings from my admin page and http://ftp..they result ok
We have also noticed that this issue only happens on chrome or firefox but not on safari from iPad, and only when cdn is on
one further info is that this issue has only started n september when wodpress woocommerce the theme and all the other plugins have been updated
Do you have any ideas?
Where can I find the icons in the theme folder…maybe i can try to exclude it from the cdn
Regards
Fabio
Yes it does
And as I said before when I disable it teh icons display perfectly
Having said that, I dont want to stop using the cache and the cdn, but flush only the wrong files
Can you please tell me in which folders of the theme can I find all these icons, please
Regards
Fabio
Thanks Rui
As I said before if I turn off the cache the errors disappear.
I thought at flushing the cache of those files but I dont know where they re.
Do you have better recommendations?
August 27, 2014 at 2:23 pm in reply to: Product page | description tab is not authomatically open #104531Dear Rui
I was looking at a cached version of the site
Thanks
Fabio
sure
its in homepage (http://timeforyourskin.com/). Easier to see when the slider is dispalying a dark background, but still present all the time
regards
fabio
Thanks Melanie for your interest but this issue, as you can see in the previously attached file, has disappeared in the meanwhile
I ve a few things to add
So I found out that this issue is called Flash of Unstyled Text (FOUT) and with this code it is avoided
.wf-loading body {
visibility: hidden;
}But actually the page is loading much slower
How do you do on your neighborhood demo site to load a page that fast loading a font deck font? is it related with caching?
please let me know
Alright, but I want it to be responsive, not fixed.
If i put a fixed value it wont be responsive
Wow
it works
great thanks
Hi Ed
Thanks for youur great support
Unfortunately I ve purge all the caches (including CDN one) but at least on my laptop no improvements
regards
fabio
This reply has been marked as private.Hi Ed
the v1.3.4 that ive downloaded from theme forest fix the bug that the name of the variation was not updating, but it doesnt solve the issue with the zoomed image of variation products (always displaying the featured one)
I take advantage of this thread to point out a few more issues
– the swift slider i have in home page doesn’t slide (it always displays the first one unless I push the button manaually)
-the prices in the catalog/shop page are not aligned (if teh product name is too long the price goes below) (as in the attachment)
not sure if it is incorrect but if i open the folder I received the js/functions.js has been last modified on 14/06/2013 so long time ago, which may mean that i didnt receive the updated file
-