
-
AuthorPosts
-
March 4, 2019 at 11:34 am #1074293
Dear Sirs,
our web site looks well if we digit collarimacchine.it , but if we digit https://www.collarimacchine.it the social icons and search icons don’t show well.
Please note that about some days ago I have changed in ‘General Settings’ the ‘Site Address (URL)’ field in = ‘https://collarimacchine.it’ (we had an old web site in the root, now we delete it, and replaces with new web site).
And copy .htpaccess and index.php in the root and apply small changes:
—————–
index.php:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( ‘WP_USE_THEMES’, true );/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ );
—————–—————–
.htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule . /index.php [L]
</IfModule># END WordPress
—————–Can you tell us a solution for showing the social icons and search icons using http://www.collarimacchine.it?
Best regards.
Valeria
-
This topic was modified 6 years, 4 months ago by
collarimacchine.
March 5, 2019 at 8:38 am #1074712Hey Valeria,
Please refer to this: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
RikardMarch 5, 2019 at 9:54 am #1074749thank for your reply, with that link we solved the problems.
Best regards.
ValeriaMarch 5, 2019 at 3:02 pm #1074892Hi Valeria,
Glad that we could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
Nikko -
This topic was modified 6 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.