Forum Replies Created
-
AuthorPosts
-
Hi Guenni007,
The fact is that we use the same environment ( same server Apache, same php and MySql version, same theme : Enfold) and I don’t encounter the same slowness during the navigation on the other websites.
Especially since the others have more visitors and more pages than this one.Concerning expires header time and I tried to put these following lines in the htaccess file of http://www.comite-des-jumelages-londais.fr/galbiate/ :
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault “access plus 1 month”
# My favicon
ExpiresByType image/x-icon “access plus 1 year”
# Images
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
# CSS
ExpiresByType text/css “access plus 1 month”
# Javascript
ExpiresByType application/javascript “access plus 1 year”
</IfModule>According to me this doesn’t change anything.
Did I make a mistake ?Do you have any other action to suggest?
Thanks for your answer…Hi Basilis,
Thank you for your quick answer!The website is hosted at Gandi.net (Simple Hosting size M) : Server: Apache/2.4.25 – PHP 5.6 / MySQL 5.6 (Percona)
https://www.gandi.net/hebergement/simple?language=php&db=mysql&grid=BThe Url’s :
– http://www.comite-des-jumelages-londais.fr/ (a single html page)
– http://www.comite-des-jumelages-londais.fr/galbiate/ (1rst WP)
– http://www.comite-des-jumelages-londais.fr/walluf/ (2nd WP)I hope you could help me and tell what’s wrong :(
Best RegardsDecember 14, 2016 at 5:58 pm in reply to: How to display a "ship to a different address?" on the checkout page ? #724406Hi Yigit,
Thanks for your quick answer.
I try what you recommand and nothing has changed, except this alert :
Already customer ? Click here to loginDo you see something else to do ?
Best RegardsHi Günter,
thank you for your quick answer.
I think I understand the idea. Could you tell me if I’m right doing this :
1. I create a file named
template_example.php
which is the same as yourtemplate-builder.php
except that mine ends with the line<?php get_footer("example"); ?>
2. Then, I create a file namedfooter-example.php
which is the same as yourfooter.php
except on line 55 where I replace
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - column'.$i) ) : else : avia_dummy_widget($i); endif;
with
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - Name'.$i) ) : else : avia_dummy_widget($i); endif;
Thank you very much for your answer :)
Best Regards,
BarbaraElliot,
I don’t find your social share element in the layout builder.
In content elements, I have :
text block, horizontal ruler, special header, box with icon list with icons, icon, slider items, button, notification, tabs, accordion, promotion box, articles, contact forms, picture, portfolio grid, fullwidth Masonry, team Member, slider articles, progress bars, testimonies, widegt area comment.Otherwise, how to implements the Facebook share button in a sidebar ?
Thanks again for your help ;)
Mika 2000Elliot,
thanks for your quick answer.
However it doesn’t solve my problem.
I’d like to put this FB like button on a Page NOT on a Post.In which file (page.php? or another one?) I can insert PHP code so that the button appears in the content of my page dynamically?
Regards,
Mika 2000 -
AuthorPosts